From 7909e2d958c3cf0a15ffa9be8db0c98a784f0db2 Mon Sep 17 00:00:00 2001 From: Kontson Date: Mon, 26 May 2025 14:47:10 +0300 Subject: [PATCH] Added new enemy: Goblin, with animations like Attack,GetHit, Walk, Run and Die. Enemies Chase the player and try to attack the player which also deals damage to the player. ArrowSpell seems to have collision issues, Changed rotation of DirectionLight to make the arena more readable. --- .../Content/Animations/AI/AP_EnemyAI.uasset | 4 +- .../Content/Animations/AI/AP_GoblinAI.uasset | 3 + .../AI/GoblinWalkBlendSpace1D.uasset | 3 + ...forest_guard_attack_4__Anim_Montage.uasset | 3 + .../AI/forest_guard_dead_Anim_Montage.uasset | 3 + ...forest_guard_get_hit_L_Anim_Montage.uasset | 3 + .../Assets/Goblin/07_-_Default.uasset | 3 + .../Assets/Goblin/09_-_Default.uasset | 3 + .../VRTemplate/Assets/Goblin/Mesh.uasset | 3 + .../Assets/Goblin/Mesh_PhysicsAsset.uasset | 3 + .../Assets/Goblin/Mesh_Skeleton.uasset | 3 + .../Assets/Goblin/character_diffuse.uasset | 3 + .../Assets/Goblin/character_diffusePSD.uasset | 3 + .../Assets/Goblin/character_normals.uasset | 3 + .../Assets/Goblin/character_specular.uasset | 3 + .../Goblin/forest_guard_attack_1_.uasset | 3 + .../Goblin/forest_guard_attack_1__Anim.uasset | 3 + ...forest_guard_attack_1__PhysicsAsset.uasset | 3 + .../Goblin/forest_guard_attack_2_.uasset | 3 + .../Goblin/forest_guard_attack_2__Anim.uasset | 3 + ...forest_guard_attack_2__PhysicsAsset.uasset | 3 + .../Goblin/forest_guard_attack_3_.uasset | 3 + .../Goblin/forest_guard_attack_3__Anim.uasset | 3 + ...forest_guard_attack_3__PhysicsAsset.uasset | 3 + .../Goblin/forest_guard_attack_4_.uasset | 3 + .../Goblin/forest_guard_attack_4__Anim.uasset | 3 + ...forest_guard_attack_4__PhysicsAsset.uasset | 3 + .../Assets/Goblin/forest_guard_block.uasset | 3 + .../Goblin/forest_guard_block_Anim.uasset | 3 + .../forest_guard_block_PhysicsAsset.uasset | 3 + .../Goblin/forest_guard_block_idle.uasset | 3 + .../forest_guard_block_idle_Anim.uasset | 3 + ...orest_guard_block_idle_PhysicsAsset.uasset | 3 + .../Assets/Goblin/forest_guard_dead.uasset | 3 + .../Goblin/forest_guard_dead_Anim.uasset | 3 + .../forest_guard_dead_PhysicsAsset.uasset | 3 + .../Goblin/forest_guard_get_hit_L.uasset | 3 + .../Goblin/forest_guard_get_hit_L_Anim.uasset | 3 + ...forest_guard_get_hit_L_PhysicsAsset.uasset | 3 + .../Goblin/forest_guard_get_hit_R.uasset | 3 + .../Goblin/forest_guard_get_hit_R_Anim.uasset | 3 + ...forest_guard_get_hit_R_PhysicsAsset.uasset | 3 + .../Goblin/forest_guard_get_hit_block.uasset | 3 + .../forest_guard_get_hit_block_Anim.uasset | 3 + ...st_guard_get_hit_block_PhysicsAsset.uasset | 3 + .../Goblin/forest_guard_hit_block.uasset | 3 + .../Goblin/forest_guard_hit_block_Anim.uasset | 3 + ...forest_guard_hit_block_PhysicsAsset.uasset | 3 + .../Assets/Goblin/forest_guard_idle.uasset | 3 + .../Goblin/forest_guard_idle_Anim.uasset | 3 + .../forest_guard_idle_PhysicsAsset.uasset | 3 + .../Assets/Goblin/forest_guard_jump.uasset | 3 + .../Goblin/forest_guard_jump_Anim.uasset | 3 + .../forest_guard_jump_PhysicsAsset.uasset | 3 + .../Assets/Goblin/forest_guard_run.uasset | 3 + .../Goblin/forest_guard_run_Anim.uasset | 3 + .../forest_guard_run_PhysicsAsset.uasset | 3 + .../Assets/Goblin/forest_guard_walk.uasset | 3 + .../Goblin/forest_guard_walk_Anim.uasset | 3 + .../forest_guard_walk_PhysicsAsset.uasset | 3 + .../Assets/Goblin/weapons_diffuse.uasset | 3 + .../Assets/Goblin/weapons_normals.uasset | 3 + .../Assets/Goblin/weapons_specular.uasset | 3 + .../VRTemplate/Audio/LightningShoot.uasset | 2 +- .../Blueprints/BP_ArrowSpell.uasset | 4 +- .../Blueprints/BP_EnemyGoblin.uasset | 3 + .../Blueprints/BP_ExplosionSpell.uasset | 4 +- .../VRTemplate/Blueprints/BP_Fireball.uasset | 4 +- .../VRTemplate/Blueprints/BP_Spawner.uasset | 4 +- .../VRTemplate/Blueprints/VRPawn.uasset | 4 +- .../VRTemplate/Maps/VRTemplateMap.umap | 4 +- .../Intermediate/CachedAssetRegistry_0.bin | Bin 39573438 -> 39804459 bytes .../Lib/site-packages/plugin_site_package.pth | 6 +- .../Intermediate/ReimportCache/3688439234.bin | Bin 327 -> 399 bytes HandyMann/Saved/AutoScreenshot.png | 4 +- .../Saved/Config/WindowsEditor/Editor.ini | 1 + .../EditorPerProjectUserSettings.ini | 600 +- HandyMann/Saved/Logs/HandyMann.log | 53468 ++++------------ .../UncontrolledChangelists.json | 61 +- 79 files changed, 13774 insertions(+), 40585 deletions(-) create mode 100644 HandyMann/Content/Animations/AI/AP_GoblinAI.uasset create mode 100644 HandyMann/Content/Animations/AI/GoblinWalkBlendSpace1D.uasset create mode 100644 HandyMann/Content/Animations/AI/forest_guard_attack_4__Anim_Montage.uasset create mode 100644 HandyMann/Content/Animations/AI/forest_guard_dead_Anim_Montage.uasset create mode 100644 HandyMann/Content/Animations/AI/forest_guard_get_hit_L_Anim_Montage.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/07_-_Default.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/09_-_Default.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/Mesh.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/Mesh_PhysicsAsset.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/Mesh_Skeleton.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/character_diffuse.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/character_diffusePSD.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/character_normals.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/character_specular.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_1_.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_1__Anim.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_1__PhysicsAsset.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_2_.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_2__Anim.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_2__PhysicsAsset.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_3_.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_3__Anim.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_3__PhysicsAsset.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_4_.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_4__Anim.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_4__PhysicsAsset.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_block.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_block_Anim.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_block_PhysicsAsset.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_block_idle.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_block_idle_Anim.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_block_idle_PhysicsAsset.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_dead.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_dead_Anim.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_dead_PhysicsAsset.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_L.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_L_Anim.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_L_PhysicsAsset.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_R.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_R_Anim.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_R_PhysicsAsset.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_block.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_block_Anim.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_block_PhysicsAsset.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_hit_block.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_hit_block_Anim.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_hit_block_PhysicsAsset.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_idle.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_idle_Anim.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_idle_PhysicsAsset.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_jump.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_jump_Anim.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_jump_PhysicsAsset.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_run.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_run_Anim.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_run_PhysicsAsset.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_walk.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_walk_Anim.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_walk_PhysicsAsset.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/weapons_diffuse.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/weapons_normals.uasset create mode 100644 HandyMann/Content/VRTemplate/Assets/Goblin/weapons_specular.uasset create mode 100644 HandyMann/Content/VRTemplate/Blueprints/BP_EnemyGoblin.uasset diff --git a/HandyMann/Content/Animations/AI/AP_EnemyAI.uasset b/HandyMann/Content/Animations/AI/AP_EnemyAI.uasset index 7736214..5b4655a 100644 --- a/HandyMann/Content/Animations/AI/AP_EnemyAI.uasset +++ b/HandyMann/Content/Animations/AI/AP_EnemyAI.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c60a4524be9f8e5568c7c443597a1f406ce1ce2cabb89144f18f8a2d8b4bbf35 -size 73101 +oid sha256:1eeae80d8d2f7e5423abe85b8b1a4821a8c84fe553f1e7649801f20a2e1d6ffd +size 71465 diff --git a/HandyMann/Content/Animations/AI/AP_GoblinAI.uasset b/HandyMann/Content/Animations/AI/AP_GoblinAI.uasset new file mode 100644 index 0000000..a983306 --- /dev/null +++ b/HandyMann/Content/Animations/AI/AP_GoblinAI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe1f7c834b925935fbb9bd0be9419bd0888f6134abe425231ed92a510abf702c +size 76322 diff --git a/HandyMann/Content/Animations/AI/GoblinWalkBlendSpace1D.uasset b/HandyMann/Content/Animations/AI/GoblinWalkBlendSpace1D.uasset new file mode 100644 index 0000000..d947c2e --- /dev/null +++ b/HandyMann/Content/Animations/AI/GoblinWalkBlendSpace1D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35822a1c93780f1b2669f81f7c82f880b552786200e7ce9dad8f786c4ffca72a +size 8589 diff --git a/HandyMann/Content/Animations/AI/forest_guard_attack_4__Anim_Montage.uasset b/HandyMann/Content/Animations/AI/forest_guard_attack_4__Anim_Montage.uasset new file mode 100644 index 0000000..43ca7dc --- /dev/null +++ b/HandyMann/Content/Animations/AI/forest_guard_attack_4__Anim_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f99d39b60f3ee8a28b566aea4b01b9d4b8ffc6c292071065f43a438e87aa2e9 +size 9219 diff --git a/HandyMann/Content/Animations/AI/forest_guard_dead_Anim_Montage.uasset b/HandyMann/Content/Animations/AI/forest_guard_dead_Anim_Montage.uasset new file mode 100644 index 0000000..2619421 --- /dev/null +++ b/HandyMann/Content/Animations/AI/forest_guard_dead_Anim_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25ca1387dac40364c90513a427e4a7e60fae292246c3258895a5752cf809167 +size 9298 diff --git a/HandyMann/Content/Animations/AI/forest_guard_get_hit_L_Anim_Montage.uasset b/HandyMann/Content/Animations/AI/forest_guard_get_hit_L_Anim_Montage.uasset new file mode 100644 index 0000000..410d177 --- /dev/null +++ b/HandyMann/Content/Animations/AI/forest_guard_get_hit_L_Anim_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b051e5613ece560eae54da8497e67fe3ccf351c4fc0f8edc61e85962b0eb34 +size 9517 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/07_-_Default.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/07_-_Default.uasset new file mode 100644 index 0000000..4f41bec --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/07_-_Default.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee27e975c2bf3e696e9be722813c2869228389f001fdc913e04cfd382764595 +size 63814 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/09_-_Default.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/09_-_Default.uasset new file mode 100644 index 0000000..f7911d4 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/09_-_Default.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f28b0635a421323989ad727196b9288064866c82bc06a133dfae85b4659051 +size 62559 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/Mesh.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/Mesh.uasset new file mode 100644 index 0000000..e87761c --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/Mesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab640c33ce5ed6e3993162818380361d3fa1b7e09c1b7d68d2fe8163eef6a33 +size 774896 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/Mesh_PhysicsAsset.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/Mesh_PhysicsAsset.uasset new file mode 100644 index 0000000..eb89b4c --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/Mesh_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d5030ae669df6d009ae6f7363e0df4f89eb322e75da76b491be0e2be450f84 +size 22034 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/Mesh_Skeleton.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/Mesh_Skeleton.uasset new file mode 100644 index 0000000..2dd2fca --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/Mesh_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:506057937269d9bdd56b0d1789ca2270efafe8f5aa727f34394a24396572eba1 +size 23216 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/character_diffuse.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/character_diffuse.uasset new file mode 100644 index 0000000..b0b8ed1 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/character_diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120942b03f90d0832734366639e25ddd2399a85e5a07cbdf86768a212aadc95d +size 3853077 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/character_diffusePSD.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/character_diffusePSD.uasset new file mode 100644 index 0000000..4c26c76 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/character_diffusePSD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4831c31c70429cee83cd77df29a196fcba7991ed3803c19aab2a74ef476bc00d +size 3853143 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/character_normals.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/character_normals.uasset new file mode 100644 index 0000000..cb1dd55 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/character_normals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e3641fe587dbf2ff2c32b4aad8a8fc3a902fec4fae61dae2949772dfde7843 +size 3769510 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/character_specular.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/character_specular.uasset new file mode 100644 index 0000000..8ebe2ff --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/character_specular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e45e6f34cb3479b149be368ecd25145f1f9ac6109547e94e26ba886c96101e +size 1425437 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_1_.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_1_.uasset new file mode 100644 index 0000000..339dec6 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_1_.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d0b2311161006b5637b6815981a8d2e84da2125a45e2423cae8875791a7886 +size 805323 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_1__Anim.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_1__Anim.uasset new file mode 100644 index 0000000..8a169d0 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_1__Anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff743e1deea6f58a61cdc3dc26faf106d1734096613057fc5e351d53031d92ba +size 448807 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_1__PhysicsAsset.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_1__PhysicsAsset.uasset new file mode 100644 index 0000000..89aedad --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_1__PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd364981cab7a155adb012d3db84f678f07afb15fdd25b0224624cab42aaea85 +size 22588 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_2_.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_2_.uasset new file mode 100644 index 0000000..4b7f8ba --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_2_.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95fdd284ea7b82e7f657532422c017008551e5e8242658fbbff79b74788abc66 +size 805352 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_2__Anim.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_2__Anim.uasset new file mode 100644 index 0000000..49a62ee --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_2__Anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f97a42401dec4c145665bd4528bfbaf097d045bbe6593f66d688a60c12efa0 +size 364117 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_2__PhysicsAsset.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_2__PhysicsAsset.uasset new file mode 100644 index 0000000..921da26 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_2__PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:078897369b4158095bbfce49d1cb91cdfc720a2c85089c7a3212eca56c3546ad +size 22588 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_3_.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_3_.uasset new file mode 100644 index 0000000..ba1917a --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_3_.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4581fa26dbc8321074d5ae8bfbdc202bc41feef23334373ed6dffdc3cdbb7f1f +size 805353 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_3__Anim.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_3__Anim.uasset new file mode 100644 index 0000000..30e5ece --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_3__Anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f813b2c054a418379d64fc99f5561bb709828c7051bc2ab56093d103f9be89ba +size 627577 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_3__PhysicsAsset.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_3__PhysicsAsset.uasset new file mode 100644 index 0000000..9dbcc48 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_3__PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb3e7c4c0d1b972a37d818183e235b44a276b18c0370f57067bac0d3e1abec2 +size 22588 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_4_.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_4_.uasset new file mode 100644 index 0000000..bea7244 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_4_.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1add379eadd07c8bfa6449353266f4fd70c6dfa47263102724b9c1f46a95e2 +size 805345 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_4__Anim.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_4__Anim.uasset new file mode 100644 index 0000000..9dba57e --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_4__Anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5656254542ca1a3ff2df093ce9645ea5331f5609a8f23f85747deda8e0bf459e +size 342908 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_4__PhysicsAsset.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_4__PhysicsAsset.uasset new file mode 100644 index 0000000..018957f --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_attack_4__PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fcf885a99d6d2f6c36aff54a189791855ab68a31703329f69293b0082001ced +size 22588 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_block.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_block.uasset new file mode 100644 index 0000000..1df1b71 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_block.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d9337a97df75e22324240475f690d23c576b629fc40c2cd8cf91f2105dc546 +size 805250 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_block_Anim.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_block_Anim.uasset new file mode 100644 index 0000000..c8b1def --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_block_Anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f41b599f7eaa2ce618862b4316358dca312a28eec941919543ae11a50dc1b05 +size 254561 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_block_PhysicsAsset.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_block_PhysicsAsset.uasset new file mode 100644 index 0000000..d1f088f --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_block_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9354413804bc51bae9fc54ebd83be49d7e887befc3dfaf23df6ce15e661d215c +size 22547 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_block_idle.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_block_idle.uasset new file mode 100644 index 0000000..92072bb --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_block_idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:763e74b33435901c2a5f8b319d79c7aa7902744c77f805d3fd758a305719da96 +size 806620 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_block_idle_Anim.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_block_idle_Anim.uasset new file mode 100644 index 0000000..67f0cbd --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_block_idle_Anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee7c15ec1aca4a26c79c0629d3ffef9960defaae270c3b2b4766804d4b73095 +size 347467 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_block_idle_PhysicsAsset.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_block_idle_PhysicsAsset.uasset new file mode 100644 index 0000000..6230ab7 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_block_idle_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58fc66c61219f9bec2e7a385ca91ffe37448ff00af00b686ab577b4bd3968bc +size 22233 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_dead.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_dead.uasset new file mode 100644 index 0000000..b3d7cab --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_dead.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52fedde4333158d3a92b437068f1b807c44db1b08b0ecf5b700516a5a35837b1 +size 805251 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_dead_Anim.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_dead_Anim.uasset new file mode 100644 index 0000000..46d9ecb --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_dead_Anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df00079cdeacf2368db1b23cf1077dc69808ed78e2d18b7bd532eb18eae52be0 +size 299460 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_dead_PhysicsAsset.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_dead_PhysicsAsset.uasset new file mode 100644 index 0000000..a4b80a2 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_dead_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:342fbf537a480533380fbb2fdf938d4408ef8d25db2f8b80522bad8dc93801d1 +size 22543 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_L.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_L.uasset new file mode 100644 index 0000000..c4eeb48 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_L.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d19f09d1c2c1a2165595e953fa0a42abe62b6e1f902b9aa8ec15062f212a89 +size 805324 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_L_Anim.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_L_Anim.uasset new file mode 100644 index 0000000..86cc40e --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_L_Anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ded28fea6c58da4de8d47fcd68f05650ef83cbe50642e0b58313fdefe4473b2 +size 284370 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_L_PhysicsAsset.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_L_PhysicsAsset.uasset new file mode 100644 index 0000000..b39d3cc --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_L_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a05a66463f252116a1339d16d230b2e704008c5537d6951b788aea0a3b65461e +size 22588 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_R.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_R.uasset new file mode 100644 index 0000000..28d0aac --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2566a7382600339ecf3eaa8ccc6ffb0255d2e3980a597d17d1ec5a889289ee62 +size 805336 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_R_Anim.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_R_Anim.uasset new file mode 100644 index 0000000..fa07f48 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_R_Anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f8723076fc4c283a0e865d15532b999fede1e30aa0f324bc3a3d8b0a9e4d568 +size 285346 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_R_PhysicsAsset.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_R_PhysicsAsset.uasset new file mode 100644 index 0000000..94f9171 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_R_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b17f686707880fd69242820cc1219fadaa54191ec0d5fa47e54bdaef59666de +size 22588 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_block.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_block.uasset new file mode 100644 index 0000000..978e336 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_block.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa778cac6a68d421c907f891c47264a7ef01a5a69e61f37ce74a415b12fb1f30 +size 806591 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_block_Anim.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_block_Anim.uasset new file mode 100644 index 0000000..b8fa1f8 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_block_Anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5d5df2362e0aaed70f2ad855bb5bad39b2c17694aa5bd03927502144760ced +size 362920 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_block_PhysicsAsset.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_block_PhysicsAsset.uasset new file mode 100644 index 0000000..dd2950e --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_get_hit_block_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6360b4258410491f3a8f621589ed9f37b4516028eb6aba1c58eb1d9f93cef75d +size 22266 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_hit_block.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_hit_block.uasset new file mode 100644 index 0000000..4cca0de --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_hit_block.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d9a513b302390def164a1805f92fb16b7a05545b42b1ad536ce91a501d2428 +size 806675 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_hit_block_Anim.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_hit_block_Anim.uasset new file mode 100644 index 0000000..200fbf5 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_hit_block_Anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:237397f0ce63b12510502256eb2a907486ac1e249d578d78fbf3420e354985c3 +size 250915 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_hit_block_PhysicsAsset.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_hit_block_PhysicsAsset.uasset new file mode 100644 index 0000000..aed2a2b --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_hit_block_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecdf81a4a97bd08e57e0c227f3a9b8e9e3e9521865a2671654ca648fc9c5f402 +size 22244 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_idle.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_idle.uasset new file mode 100644 index 0000000..4a43bc1 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:964a70a0eeabe4cd76b1631071e35a3032dda5f78b3337662b8ee68cf3bc6de4 +size 805248 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_idle_Anim.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_idle_Anim.uasset new file mode 100644 index 0000000..b609537 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_idle_Anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc4e7c82948368a36944085507115c08a54701f91a9c4e3bd4816357f6df2725 +size 1190480 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_idle_PhysicsAsset.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_idle_PhysicsAsset.uasset new file mode 100644 index 0000000..f73d630 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_idle_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d65676796315ead00f079454aae9854a89f49f92a201f8c9f0b9962101552ffb +size 22543 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_jump.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_jump.uasset new file mode 100644 index 0000000..5330c05 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d471eb56d53d09b1cc92ceff83ea34752a93184fcbb4af12dcd7d9dcbc481f68 +size 805247 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_jump_Anim.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_jump_Anim.uasset new file mode 100644 index 0000000..c482393 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_jump_Anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc31ceeaae8e0c5cbaffbe85b8c395bf6bee34fe02994fe48137706633bcb567 +size 406796 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_jump_PhysicsAsset.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_jump_PhysicsAsset.uasset new file mode 100644 index 0000000..194e2f5 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_jump_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:740b6307aa17d5cc9eb41234f8cecb0cdbd6124ca5186a7549cb1c7d74ad1698 +size 22543 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_run.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_run.uasset new file mode 100644 index 0000000..28227b8 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_run.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38f032d20fc68a274e5dda1560291e5748cfa431cb6e2266aa0fc4fa2d660d5 +size 805113 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_run_Anim.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_run_Anim.uasset new file mode 100644 index 0000000..8b325ea --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_run_Anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f90073bab2dff6d4f1c3396b1908c0b8e320a98b4b9067dc49b27f02cefeaad +size 342846 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_run_PhysicsAsset.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_run_PhysicsAsset.uasset new file mode 100644 index 0000000..65c7ee5 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_run_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5de9761b26593f03a8e060e7062c4d0f93f497fef6cf6cfd7b1240d5c7229c +size 23587 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_walk.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_walk.uasset new file mode 100644 index 0000000..0b69d22 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_walk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aec17aa45fa6312aa1b8e7b12f729a9a0610f153969cb1613e8718b86ab608e +size 805468 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_walk_Anim.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_walk_Anim.uasset new file mode 100644 index 0000000..bfd6307 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_walk_Anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e853864f0f6a05b3351eb934ba92115d06fa62cfc90a75fee6ad069fca635fd +size 468602 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_walk_PhysicsAsset.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_walk_PhysicsAsset.uasset new file mode 100644 index 0000000..3427565 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/forest_guard_walk_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfaff944c0ba9d376c68bf96c3dc8c2e68273d83c5f6ab5d174e13140db798ca +size 22362 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/weapons_diffuse.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/weapons_diffuse.uasset new file mode 100644 index 0000000..c8a2dc3 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/weapons_diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb34e63456cebb0b44701ce9dbd0ea6b327f959d6c6d475829c4b0377cf2724b +size 187212 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/weapons_normals.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/weapons_normals.uasset new file mode 100644 index 0000000..de0155c --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/weapons_normals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d1eb54061fa583b5e09e4dbde18bc42299f27a08c8847a0bf7a8449092dd241 +size 158531 diff --git a/HandyMann/Content/VRTemplate/Assets/Goblin/weapons_specular.uasset b/HandyMann/Content/VRTemplate/Assets/Goblin/weapons_specular.uasset new file mode 100644 index 0000000..96756ab --- /dev/null +++ b/HandyMann/Content/VRTemplate/Assets/Goblin/weapons_specular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb65dfd4b16cf59ff735d6a0325b61eeb969c9be7c274e65985cdcb1e0641ce +size 82057 diff --git a/HandyMann/Content/VRTemplate/Audio/LightningShoot.uasset b/HandyMann/Content/VRTemplate/Audio/LightningShoot.uasset index 50f77a0..2cdcd5e 100644 --- a/HandyMann/Content/VRTemplate/Audio/LightningShoot.uasset +++ b/HandyMann/Content/VRTemplate/Audio/LightningShoot.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2ae2b4c2d15fef5215e412ed440020cf0974891e2e6c8d53f30f91044ebc557e +oid sha256:0a3b7bc5ebd41712d6095a8fe1bb0dd5abd82ffadd0cad0350941e5dbb51f8aa size 54706 diff --git a/HandyMann/Content/VRTemplate/Blueprints/BP_ArrowSpell.uasset b/HandyMann/Content/VRTemplate/Blueprints/BP_ArrowSpell.uasset index be04f03..3aba12a 100644 --- a/HandyMann/Content/VRTemplate/Blueprints/BP_ArrowSpell.uasset +++ b/HandyMann/Content/VRTemplate/Blueprints/BP_ArrowSpell.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dec2f41d1830cd1661750a7263065ba0077dc1317e063b1002f76fd3af290c97 -size 111976 +oid sha256:9c5f55b00fa6aa0b132a7268eb7487bbe243ba89a0d5e8728282e85d72a985a4 +size 96339 diff --git a/HandyMann/Content/VRTemplate/Blueprints/BP_EnemyGoblin.uasset b/HandyMann/Content/VRTemplate/Blueprints/BP_EnemyGoblin.uasset new file mode 100644 index 0000000..40c2430 --- /dev/null +++ b/HandyMann/Content/VRTemplate/Blueprints/BP_EnemyGoblin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1c1467de333bc001eda020f088b588156e13fd80ce664f979bb047e3978601 +size 206608 diff --git a/HandyMann/Content/VRTemplate/Blueprints/BP_ExplosionSpell.uasset b/HandyMann/Content/VRTemplate/Blueprints/BP_ExplosionSpell.uasset index 4de91d5..c6712a4 100644 --- a/HandyMann/Content/VRTemplate/Blueprints/BP_ExplosionSpell.uasset +++ b/HandyMann/Content/VRTemplate/Blueprints/BP_ExplosionSpell.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0bafc7875e729009c9c8ac072e6a5b5818c673c242df7b5d30bca3422f360520 -size 92784 +oid sha256:d593660c4331a6bdc139c7d2b8a44e1a6117519b9b78768e57c99ee6a2900fb1 +size 79310 diff --git a/HandyMann/Content/VRTemplate/Blueprints/BP_Fireball.uasset b/HandyMann/Content/VRTemplate/Blueprints/BP_Fireball.uasset index a84cee6..960841c 100644 --- a/HandyMann/Content/VRTemplate/Blueprints/BP_Fireball.uasset +++ b/HandyMann/Content/VRTemplate/Blueprints/BP_Fireball.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:34c242f04fdcea0b9e3ebcfaa23bb20be7d3447e8e0733099722bc1131f593b3 -size 124754 +oid sha256:9fcba02a80032c9bb22ea8188de331bf2a13d3cae4935b9a5e683a5bc2975264 +size 121061 diff --git a/HandyMann/Content/VRTemplate/Blueprints/BP_Spawner.uasset b/HandyMann/Content/VRTemplate/Blueprints/BP_Spawner.uasset index 14c60d2..70ab7d6 100644 --- a/HandyMann/Content/VRTemplate/Blueprints/BP_Spawner.uasset +++ b/HandyMann/Content/VRTemplate/Blueprints/BP_Spawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4de8ee12c67aa97f692851ead58df0cfb22612a33b97a15650605de0effcf04a -size 137748 +oid sha256:b5b1d79962141d779a9d1a036238b2e5e4b32bace9b944e8d8f1876682342aef +size 139523 diff --git a/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset b/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset index cd34498..aa50a42 100644 --- a/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset +++ b/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:262c31e78dda6edd1c8f88efe3e5016dc4047c7a0f6a3728e714f941024f5301 -size 289 +oid sha256:16b87fa41c94e2527d6104027cc72fc8c942eb6c3338c87a30cfe8db39b1e1c1 +size 921536 diff --git a/HandyMann/Content/VRTemplate/Maps/VRTemplateMap.umap b/HandyMann/Content/VRTemplate/Maps/VRTemplateMap.umap index 9199c69..11bdc58 100644 --- a/HandyMann/Content/VRTemplate/Maps/VRTemplateMap.umap +++ b/HandyMann/Content/VRTemplate/Maps/VRTemplateMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:20cd729ab832a0a581da2f48e5bf856e6ee446043f5dcff56db71e440b68a45d -size 233290 +oid sha256:d24340127c560c27f1ab744300acf349cd91ef2e2e4dbf50e9807f4e38b781e5 +size 233167 diff --git a/HandyMann/Intermediate/CachedAssetRegistry_0.bin b/HandyMann/Intermediate/CachedAssetRegistry_0.bin index 613a701fb3f0207d281ed3359d6430c2e5772621..4ed6422adf9209082e95f170864db65570fe3309 100644 GIT binary patch delta 2138669 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�$pKgi~>l729tGe&4k z975X9j4z$ie%`t%B=2by6ETQmvDo+Lt%gc_Bmnup*@J9({pODlyv=Aw>6>YJ45^Hi zl(^a1nXH<7;talI9HTiiKf_G=8PGc0O8OBWpM!pa$tCF3IB4abId`ZT#@R`72b+@y z4s$tJH)q0T>J)v0{TljrQTyQOI5!x~zVOy6JL=vi^!Airfd%6*lJ`$Ew$=K!Q`^0l zn^_yiK_upD=zn|UON_p6{yvB@j$IwZFLQHTzk9(qh*W8HS&PLBKiL8LjnrRb%iFs{ z-64PY08;YI{qNg8;aSOz%jd-pxg4XwpTM}T5@l`ZfR*{PIEcK82-D}++h(V9pMa|J zX4XH1S@a>Vt|eipsprIRz(}g`*BN8=U57X0#>Q6;V1~>&tG?k1F2X$fFb>{`CleM< z)Zf30dA#-8e~qP@|D8TaA3F9PZ~Q0@873Rc?ZJgeJ^x=^glzk9#t%frKNcqGyHN8_ zqVvQ$Y!IBZz$Y3%&mO5aBD)`}%Y)~}i{y`2q#N7lSQYBbMh-C_>6cyibL4rqB|VSh zKR7{!O)ZCN;@OY!@yz{LHbg?`#s|;|R^UtumI*6Q#rnX6Oq@OX+PgACR9uZs>my=8 zg2>sOJzROLXYa{HBEs68|3>b{ReyaCUCsq#=1szctoou#d?07SJ@>-KbFRr4DK?z{ zdV+Xt$s#QI-It2(zsE3=t+wPW++ahlnoMlwF95id3t&r$WIuX^B9tPd7`P(D)ZJmI@OamgTv z7_-2AcVY4~4kDheKl)o96}fTKmCyjijjy}3ELxbXS9DIm8q2HiaWh%Z!RcYsI#!)L z0K3~2e|r?g*;-E-nc9E!M=S9$)&IUeL0mRy-bDS)lZIgL5T-fW&}>SNX2tGX=cA#+ zFp^%kY-#7+mYoa5j33|=nPgXNzBwaBF(>`>u7Qx${@0Ku!d0RF6*nGO4{NbADwh9@ zr+f|#@Foli?o8<=#n<9xf&0GM9dDdUn3?TnwG3z2@V@5{uxGvI+~*;l zw##8c&IqpGio=on=X3pPe^?48Ogm z{sdOrMvLT*Y^-VTUj{}ge(~tY2NU${- zTlq&6E*y#dTAl|=5~nw8T8fcs#QZhXekE^9!}XEUv5%i1jL51hDqqBuM8r&%KTI((P4ZHg+0(fSN#-lyhO1UNj_mihLfMer_Q|+s_y#Wg1Mr82~5K<{7M)93op)phN?TJIn+;^h~7`h!n!tLSbVRK#%&X&(+@H_Q>2X1v!A);7OyD&m#^yEJ_!W1F zwY^{A;Po7HE8F}|47aNF#;1TpbqaQ| zkKDH%2UBjGH9t|TI=5lCzUhmLF#b;7lH^T7$jcNZCp>$+zU%F!F!E=H;T_hemuH|m zLb`%@_Jb^pkN(VK=BMvMXcwQZ{BD9?(T2Ar7^4^Dfu`$Cw;sSNqd>(-apdrpcp)a^ zIB#&*4ex#$a1o+%;bI)1MsrzuWqB21;H$>aV#^48fA50NxUUQH4H{ObEfBKUD9O6HR z`OjDUr-T1|&40e(KS#Xv+y3;e_a{3NAAZ7v|8hM~l^?Ai@YkKG`scn*@7Vf9S9W^; z=Z8a}%_+!x~J3DL;rak-4B@o=M?i7gwXW zi_N7Exg54q6rF|D7Vf~*Klo9n_ZIBCUU3M6n|(VmbIIP_=}lDM_M^8vd#^V~-}vlp zn6o{Mr?Zj6&y7RQ^LaqZWP_{ST!Q900{6_#?L(fY;37IZW3B+f1L}u=(&=5{H5MOF zT8atxiKufX{_TD<(2451fkep;(z`suBm-fA50 zY?`Ze+|Fd<%eN%H8@EJnJc5Jr zm~vp5U*CB1ZgfDK+Ke>MuR6VxPg3`?mwHaag56Rmx=2-S{o;;J@9QvzsndBv#yl8d z?mEzH=?j#<+zF;(lN3siOR$tABq1tiX2L{#(|z?fe$(m2OET~lruZSj7gp&nc6NH7 z#bI)?OUAj@N1YH47pS-_Ms~SB!3|5^<3c5^!Q8UJqNZLwb{{&G{d1WFIk>A6M>jWa zT!P#Q{7ldvc>}LYK;{T{I=S@7Ep;Md6I}PDve}Q&^h}1>C(uObF9l6|uFbXD*tY#qZRQ{FGK<%^5W99O<{i8XKjT~@qmRz$bDFN_Z^b(X-W`IY z^TtV9@m31XO5S?rRxE3dxcfqUarYl7aZB|rPk)AuL}QzYH~ix29bB)(!OQI@oHy@M zEK_1f3%gAFJH3~R%}?WquCa@t53J|r1h*0N>-X$np2Hg{aZ~iK_jcm8v8OO_2R0&j z_)=fCmanHUPG3Ix_w?B~isXN6QL4GAu;3N*wDCmI_7+}}@%Ed@a4>cj#DICTW{aGE z%!6vzBM(X6fAJ?6YF}_hhLMjoNx!b$VEe*(s9*%iSO1n~1xft^Kem0MtSVCXs6<;DgI^KjN4?DUrE z2S3=2+xqi~ap#N8l~{8(Ui5a~mn7tx7mz;D9Z|*GwK%)J_N_hM^YsNdl5ZjID#q!2 z@%%^FZb^Inrm^Cw7f~y@V|F6mSXkj5G~iOtC4z_Tg?3T)Y;j3E&a@f?9Xbqx#G5Zd z{>G78v3nYhjBgy$4&6L>h#ESA=z4}Y_}1;v&_xx9J+sg&Pd3iYGnr<#IMlic3i~}y zow4g;N(}pChE)bRbB~$voSh(FK)`!k$>;h#`vUFoTI1=ZxupHNcwH&>0UWc`f|ziE-&-)7M!2r9aOUkE~gZ zS6aO`Ymi9GopTo68qPHBKhwqy0&Wm z8RF%vIXEvhd^X(boB3loCl~2U=VT)0phW7Evl7HrtL6{abLMi{;0!Oa6GNB{YKf znY=&i_`dVS73Bo|*5i&MQDiNcN)fO77p3U>Ajlo#`b<6l$PsUHx72<5jlOTOV3GDx z;b`&5uv@Z3*L4^w&I5D!K%xV4g@aCm>L9iRedj<%@cM@er|a6JJXlWG*@c5d&fZLZ ziXa~?DiRf^Cd~;EXd&o$PCWiMXun5{H+BTrYv83|=q2vb*CCG=i~M`JtkyOIFX7WN z=bRxvJ#GFJLykkF9Ov4lnA|zvub+q>E=g?3n?G4!ho9rc$z$hC(RZVJn<$RV#Bo|0 zjXpIQrXVtx&Y2>_^335PxgDL-6|3gsAYixIh$H`dNBj_uG7QCu#Idu-h^xNAvTGx{ zsL@z}tNqhL`29nvBUS4$nZ^74akS^SPhoc&xW@~IZcQDoZ-7gr>wCVp7ZH3dJ_08i zAI381Ww>kPHzGgmF;J6JgOBFU8vpx*`UlVz`S5D8pv^syd|QHO+rPqZet2C!bXh#s zMw@QEbBq}BH<*6cCcGEX=v~jdlW%`(9K;-{wF6R-m%i;foCY!6ROxQT>TiAljOX29 ze0nYmhtv1KMbUHr(y>*%{tlmw$2Zs$9^6Eg?SgTP6x;Lh9=9}TZ&J5g^)Lc^%l3}m z@}mD=)DPX9i7cq+VJX!WyN*na!#~sF>USMEIqtRpQ~!EWYTOy;SFHCR_13TVcX_9_ z+`lb#h_z2?zM|-w9kXZO-WGRfn-_m^_#1$~@8EAB{s!T1F#de_8-l-h{0+rl0{({K zZ#e!&;4cw>$Kh`z{zl<%H2%imZ!G?f$6pfu#^G-~{wCmWBK}Um-z5Ac2@{pLjNxs{w8dpyqr`T+mef-hL`MGL+Jn26^M zfJuNa1Ns490ZajW6)+v}?|@m+L(Q`j6>?D_7MN$1CwvX{^8p(H3#{uR+jX&ZU1B{i z4PI-Z2+FJiMOFcMU2a`h0+qG;!K9>#fx(Vg00bjQu>(}7=4ZvEo?|BnH>HyyY z3;@0j*Z}wrU=!d!0Gk1u0b2mywXWX-^x^t_z*azs_@B6L$Mpw*9e^JKVu{1E3(yDH z0vN!pe*tQVxWNXK06zj`g^w-xZ$K8@4akN*0raEX9_xOq1xX;Ee`;Ot1tgw*fGH^d znFaR)rsMiKz$`%6oEFjOa#2ti-JJS!@v?P$BrWGlLVpvXd+)U1Rek(MUWt2F<_fT zSUX?|u0OZn7l5U>J_y)E|Njy{_+QvSf#-}9WvFP66EZ%?xDbmsXwh&+g#1tT33ino z!gKmN`viIuLwPyiVZchjuK=q6DVb^u)&O?U|C8|JYdj$Q2Cx?J2w)xHw}1h_PCzzr z6tDr;U4Tu1nEQB|0lk2{j00@Jj{$(KfZqY6cMSw=$Mqn<4#2^H0o?bkg8X^I-k`mK zA*jHHdm=FFlfV=_CxM>0Py&6pCV@lv2rv=XLBceP5+Y8*gKo;qYbpBvGEx#sNsv%K z+S61{Q!Gl4vnWkhDFuO9xF(^wfGVN9W+#*f$WAC9(5(})^);GnXA_Tx3V=vNSTpxQ=24X$Y`1<&#R%jt zD@GDsXvOI3<$)kov;x*j*ck_j*fk}&t8z%>gYHT_t{_)pyb?S9Qv2TV<*np=|sah%aL$_jR1lIt6+bYlM(>|v5)`#AlNP`cHc!H^jpAUKuS(_$0fK{CD#liWp{ic@WiqI zFGYbw+$aNd8aM<{kfJQdb5)d;xVATJZ%E?h_<@AvTu}y+Z~xTVJ6CE6N!Vjjk3H z6V?F|LBP7^eR*v|tq^ZfrmXA{u>u@$fu=U7WZO926L*!}-N5@!D&MWE;pV{;fSL;lBF#9<{&|Nnm(fHZY!)kzXg z0}~%QlQHQ15&_i#ihcN=gy$TfkioI+H38LOd;`Xxp5yT#fCou{epFCby;*S_?z8*l z_&x>C$KyI3P>yKiINyoTER<6T?K#hY{?&P8G)E7dD*O5@onhNFFD6K^Wrx{Tc zB8`bqEmo1{+X(F`(wHQw^;-9?BDEx1U?bF7qR@YTi!>&Q(*KKWl=e}iF-cTY-6@ht zi*1BTk(S`TIx&esqFDbu27X@}HKEXdga{RrJH@1XsJ=|IQ7UzB7pYtc>F)rg$xs?e z_vJQ1rS2`x5in+d0O3D?rtdP|p7o@gtg5 zFgHSTQNOo@YWC$ar*5>Clq!Tu-S?uuw-c)MtM2P;gi3F+6WZ-f(7)5jq%R_kMxp^p zDE(g@LN(yJm!Y&*kyMLhrA?Aji%=<2JE7eojY*QGNg)L8#>iupbpr9qLR_fmD=Q=~CT)SUl^ z(|shrPqYy#jWh}ORYH>>fu2J>$UguTybbGa0PJly8qH+XZzI%@DEogqrF|5sF`$W7 zqMDQLQ*4wj|(4a!kUw^6?R12d+N`%*S(eLy{7Tl$JLU_zF<(Q`8Tj z{9X$WH!QUxJm8Kc8(@B3F|JRr2;jzJ39h>UWx7o%t|#F+5pf$W6_6W{Ww@UVSPm$& zTe#a*iR+MEGhF*|pWAaMa{S)}1e0;23J*>KtOlF{SOe&!^IF_jM@)93jI=98iAi^T zZYAR{{*w!k>Uw`28j{QMa)p!<3E;jekp^5-5_5oul4!!UeIJpMXvTe261?`)|6B0G zO#=3YxRFQ#+z>iRtQF-$<`;^0XzJ=0MPu&`?Nc*#bj$Ki4c6d(h>C1|hN2=Zq(O$@ zW89#vJ?P)5L2|~C5h3&V2-^YEVYM=kZz@#L4$*#r`=z*l5Rk_FB_MZHV#@zxh3Bk_ z{k0Vn2@iKhwGMC)O+n9~=*mTl&u8KbzyD7P6QgXH1ja5w=syWMlYXvlsU}6)us_Oj zDHeffu3O^TN;B5W03vyyI7*(K!F_2% zE!e%zzzyK{uv;AtI1{i6H)a7=1I`Al0Zap|1+)-^)E{frpA>a{=wJ5lBw(6_V73iG z-LWEo{;v{%cKRfN46FVrQ8Hl6|5XB3S_r;tL*S%>bV!WJrB7^%4c!>&x+Z&L8Dj*NI%Et)s5@LfP79{2tYLWT)A<5iUlX(9-rsnn)P$7 z`~UEp_fNI1mjaTIW!Cj_zy{P!XZ{~Kuv4y5+=POl)M!W&7%gFu2ubJozmFm`2Nb)H83zK;{R#`xjhmq|#*r34HI7I(ZpD2wjzIrTf#mx@NCX!GIw7zJ zA~yosZ3I-~nt`lC5}@HnI1W66LkZ}CAVPg#g!&posT||21Z8w1`ZYNU=M{-S9IZEu zLmPBc>4r*s=J;Q^VGs~bB1txmq)z>~AFgk>6a-MEKLYGlDfFL$iquJZuMoJ`51=6@ zqs&4(K?3OiQm2tP_=&~A&qFxqu5UL=s!~dpUhzw-{#{CaP3>NDBS^prfm+{<0EToD zaKA;sL)`>uQTOlE-5TtQbH+C!G}laZqO{ zFI5)w<3T+eCdYra2>7dw09n6={vXb2U$hXs=7zvlKY(&h3>3LAphe=~9gBbuqa;8T zJtgpoRsVpkelZAw>a^gPPO89;;IM_@s0~3-gf$Q{d z4YxHMVzl&sC(dcLW5ZQ+sYj7dLOs@>W~=WcG0je~iePpW2v|P=)i@bl$zUguW7QM) zEu+`M_I{-<2<%4dMnGA_`p`cY7Rpgjo%fewrGpC#r-HLMz)C#lS&k||b#=QM*XqIo zuerKSf+ho20S_0oYjEFbhE=QKftp%ThwB7X2mq>6trA%IaNK7^b4plfzr}fZ3IhHFOPSfx@=+HiG?#nts2tLmLQ$T=uApd9^_C?unOy%VIpW87!N+w!_iBS@mq?B_# z|Hp>?DCpE{rQp6As?%}Zn^29=tOfUCW#{A6V3w`H+}<~6YY+N&YB0~%V1B}=jx%w|?zIR7oOUv*2RjcqxP}y_n+^7|#Wu#Yl78gONs^_u2FpU* z!}uR36y?Z9-F$9RQC8%T6%;A*RZr05#(1W?`yzu&;m_-_lr z*INyw^q~PKm81iosuE*@qk+>h5WqB?Xd@w18GPHtc+^WrK2J1}kv5|ezbZHRv{{a}srKDg})umR0Q5#njwiP!2zs$yAti~0EZE0bx zyWB=VuS9G~SgJVGwiy3Wpc$c1eKS#|t>NAoR}{8I|0e;}fFyuW_Uo(Ijp91bf--hX z_fp-d3Ixmeu^Q!x=QInR4#+-+ZcZCJgZEK>4WL$oAK%3fLW+pn6SO}we*=#c!QeVH-f@>1q3P{4+0YeFg{=-q; zfeJ2^yS}zBCc^3e`#_l|J~R#Ahig^jiMS4>JUrn^C?5^s8g;cB1klf8q8#N(xZfh2 z`TRUTkYW*@4k!be8{ruEnD77m2o-5WA6rnKaF7F&z1Dp;m}P4)*VbSjuH71>apvQB zw{b%L1-RjK)Pe*_Li!@1BH&kzvKZG?Z3*CO^#4-)2uE=lo_AA>%_>|+quT%&h(x$1 zMf@oUVFgvxm1sz%yb9N(yc*EZEnqmpYw=tqybjkk!nKgoE&U~O8ly^hI<5_G>Ona4 z{{c9%N3aGPr~4Ki}sjWP)YM%0hXYQ63xrue6KWB3uTp zyddE&{+|y7s!`^nLSIEKZ6YMnO8<9rqktvqZi=G|SOrlMZ0!H_rr(bgu!@2rb|$#i zl(6al{1QPiD%gy}F=F-A??WXG`OD5hMyyDblK|B=O8P=L{htV<8QuEOkQzW3u%1Kx zEc9+K0CETy)u9uVll8PnTd9!{4&_`Cvu8DdAsT`#0&x5XCfv)ob?Fhr!0PCscrHTyyKh_O}k({~z9}5Acu=+3vUA@3r za*%)jA~fAGY69v1Nw5JLp)-XsB8(BA>;8W%Dxon&&2cD!nxi%Mw@TdO0`&hPC~^y( z;ZzdN-TY{gZkhrp-Of=$^nXbJQ!dJ)ux^$sM>(0C+Kz?-z$1@lGWW9*&%eO^QmE!2 zAeUml1f;5D>?Z@R{_jTxI|r=D|6=7_Hs~M$)BmLeoQ%$o2Hgm8Kxn8kT6{x!{>Q2J z>MLTYbEmcCDySxy@=5=%#tm*lS0f>S3z0Rr=H5*$ATuLqoW05UWId;x&pP0hOS@s$ z{{tu(q!ffT;F^Rs0jh*H<65S0I1$={=S)s*1?21gl;l+N{Xfkvl**k=aw2!ZRIBIE zjaJ_d#I*VjKw7;gp{LcW^-6;Epnq2Mp#m!=MqSaYmlUBM8KZm32K`p~6xj~_U-~5} zloeQzoDq`1bgN>PtZ1u838@W9iR4=K+!!G6=goRlf!XX?o=^~dX-kaDnK`hYSg{m zjjFARH4YWS#PW!t*P%Bx^M7Hyy&6E&fHo2e|05!d5ues%QP}K8VT=f4#Mk@&zqcy!gQ4#61mxdCCoysyiqOQT zx^oL8%TUhVug8$g$^XMv03vk^*PDS#KD>kyXa!-x^Z!m1Gi3Il*dm~x%4@C-gt$pR zsD$|VU#P^Oe>s|U8Z@>;MB%1pJrTx;kNLlHu;?UGN29S+&=(1HfHB&D<{8#aKz|@q z@sS}pppktHZORyNpHsOgfl{k(2sK6kqd-d1ok!(GE{3sC}V$L5%z*WEvyKol}e)`fvRoLm>61Rpz`Cn z+ek+p=+LXo`2zIM2t*4TuOo>ya^1jUV%$JH$rnwLN!+oC8c)J z7sc36URa4h{=tS6VdBd`SRH}T0uaUqrBN1HgcbwZ+B4t(H>rmsccYIthOrFSQXU; zMKwOi1_|jsrGPe_tCGa~zZA~GRgjYC-}2BuBOKp&k^;y#8MOn>wIJVQ#Ot+y9f)-K z7F6GC#OL-m8-;rv56jO4o;s**iG2SL-)O`KlLncD0`hE#Bu5>Ppc?^XB;UeQV5_ec;RY!w26RI}LTJ4tq{KqN zzJZZ03%X|gZjttss46kpUa8rhv;VW9GOHnJ-Nl2=hFZgLY7mNgtX~O8iB(y6B*9Yj z)wrL={XaL+(*}sBCMrac@zgruq5n&fm=r}uROf`K7kC1|qdAEvR)QK_2$J5xUeLw1 z%=iBVJBPuRTew#+dP}LACYOe#j>9x;;3*#g{nI^~frz?p0aUG3B5K8b7Y+9+bo$%S!OFsym9Y!#*Pj9eh zpnoE2uqcYv?WBa7A`s&0zVv^|83}2&5VhC{ibg`L-)hxwx9UrYxYZ9C{}Vxng}`%M zXh4xh6OD?9$7icAjkX;46_uFzzbjBd>O=;VL<@oJ|0Mz8tey=gp&pIZZzCWD*L2g+ z@dM<~h9v<+kZvK!vLTR06^bCVK8-UM^@u0WrG7r{2PHuNR|!yUp#TMqfMY}Crb{%2AIJskHD^b>oTN|B0a5LQvCL`=dpkMsBeNpK2aPl6eLA=+Ii zV5c}86&xrw8i-0V0X^<-Y(b8HBV zh3a2$kU%7kLm7tto%Vjy!4X9mJ3@DS zTq&guguE@E_IDm01OU}F+9GiB1FM45qB9X?;5pZTGp+jSqBB*p2=@uqCEdWF&;?J8 zh;pog^7Z+0jaM!z_qQYzd}jVnEE!Nvx}R=IV1)(Qi#CBV4!g-QL%duaD~4p*{nq0C zbk6?+C@3qc737Ge#H!#lOjpa7q8z(bS-uR{9Nam+^M zmUM!U00`lmmC8X_7hn@?N8`)qDsh8vyS*I+;sC2~E#KWV5ZA28uisSTe#qNyaZSWE zfJ9siC=nBH9j=M@ZVPV!*S441X&$wK1{6>m;I$ngKgYv{NRU%`#{4EcXUu0rRbxIG z;c@?FJl_Qv0RJJqR0|#)%R^`+fPFv;L~k7BV*k(HDjm?(NbsC~JOUiIg20GIWtFE* zVTc!!;ONKoE4ZHmNZZibfzW9{LD8uLievN!6x08s;k*Ncs;k&sy;c{aOK}};@!B)W zsXX-0K;g6l8o>Q%8lY;pIv#6zg8>Z{`Qr<~NF2nWUOpcyth6~TlF_jsCB!^{V_>9M|35|zNVg0x zQRqMGKdgcji(wM>1^wSm1(Jhw6zp#!-HCR6h=`8w|4hUK#(ue9C*Rvw2fq)uU6+fO z&qX_zwE7$^AaX(zc4InIB!<6KED#zVYA(I&1$$7 zlyS~y?`GZR?U6X9zdLhmHk@U(tNo`Nt^r}REvsG4lM70y<1$z|b=(_{V|i^~C;`xa z-hY^Ykk9dQ{ZG1=lz{rRYIVLJ&b?F#(8|N}T!4@SL>R1w&;Rv<6FFLSngQW)#8I<4vr0mF&aC`^CSK@YPLW6{`+`V= z(eMaE@u8jY_|SgL?`-H#0@;3e3Zo#CeK|wE7U|$y~hA~Rx zb0-A+`_Zs8GTK5C`sc_M-Rs3ZA1Nv~ot1(B z`+|hsYn((JsUG<2-}OHrjM12(|8ShejxapF9=1XMlcMY85^9VbhZ3me!``j1C zjaM316nG<_|BHmUZz_WPkA(!H;M^FDzDWOPe;p=7_K1)@jHnkjBvlkV|Hr`6Tf}}4 zphi#`%5giAacYj7t2&pWjCGbAU8IEmokSnN5-d4t0F(qA3khX${xALCi4Zr@7WA^0 zv@@njUG=x_qr`{tKR8j3V5=NUD^*oMqY5W6C)+V>0i)fXferen`}HRD_KOPW|Hn!N z(Gcjk|7SOnV?`irq<8&)BpZp+_+Wd`f3(IYHx!&Uo60aknu?)XIUrLuDgn7SR5i%l ze5%5=ntW1=`vxAgAKZMJfeJ*#B$8@CBCG)$+10g90>A?&KT-Tss5-Q&tT7z;Hp_=jfT~<{0sUnUkCjmN|9e0QDYCxgtZ_g zZiJ{6S}+`!l-tYqj$r6NbV2agjrUbXN~8+t|8`ECHltOYxs~sY1T?w$SIh>O* z7J$%Lj4?{QkU#$GPsCilQ$-!lX1?V6zZpo>3PIh3QB7||?I;oU|7rm03u3o{OSnks z`2Al;N^OM7grY9^c@reXe4ir3cINv$fJ^2P7310|kEjIqtu!C3|Da$gZma_=0}O}w zw-#cSkAT>~%Z7-z+``*|`YOSd?EgveqZZ;S7sS=LuO=q(nuu!@#6|`buGI#bAsOO- z!opvN=OGzTw0|`N%BdkcLL&nTh>VmhKs#ZSU{6j>LUve$1W=C>G~WNG5|D%~R}~?z zr3mE=s1Xe`0D;r!wh8y&z;pSLs%qV$hJzq7&|^1E>j#c&fjD}OLm3W! z|D!jecH_8Yko$37n~L%McSyj8H=oKGO*A_03&)|h1^vg;aI1@Pwd204j>D;#{vQp; zQM!{S0DQ4{li~mU=T4!<6)NhUd&6iK`bU6yogxBcfRO>j&A7t4Q#esulBOGWGYt9L z8+J3Uj^66nv06J6&NiQ^uUX8un!SubwAVzi=m3tU>SBbTCM4qEwNFNX1& z$B&9~;vr|NeHjI-_?#v(p`&5wpE{EZg3;~+*b#@DKP19-cf>0Kp>Lp^^#Ar~{l5VX_AbHD?9_^_ zhNb_P;M#~god1XO|6GTZN_&cx6Q`wa4O;EVHRg!l|E8$b5fZQEJYWorF%bk(q)aAb zC@+(oSq(9lY%K26>U)fS+5b1;fjUq~0YWB|l>?Ez;r@yX(x{)~{Gb2zB64~BsOJ>8 zBtCNNbg+r{gT_w(Pr{987NMd-7zSU`Aa&$pdWA+^RzlROE~S-LqJr8xN~0kmZaU?A z{sVZ<_x$@EjMw%-0?p91e9u1-hZ{Il^*f=^f0UHE5_tp;HdUV!Tw<@!Qgx568E zzt(=A{?7+>_6OGefXn>`m-|iD{boQm+yY4at+xB^)_twR_P{gNtl$GAM-ow@bw9~= z-*4SdvE5I%?q}KV=UVsk%=;Msg8)*RZ#^imRVcFV7u)WaSoce9_sgvN<+l5k*8QrG z`_O;2^`Iu?0d$4yLJ-D?$F-e0Tz3I-wX4Xwe~|^b`W3))uJ!y4<+=LRfa{R89^B`W zO%v`1S6I0I#~UetNkB|VG~@b*fGvRQt@{^S@DjjQ+?RyNhPft00(&%o`^0}KU_0Pt zfMiHArjfG_1)&>f#i-~x-s9Oo1c2o9W!$g{faLgJ7RODvCdbWyz2P_o^~iAx zpu(}?=43bv_q#MJph$}7$D}+Q$E|qo#Bnj(vc=;W!cX z$Z-;&6UTnsmjqf2YaVh;%ENJ-f{IQYrz;5Eb=dhDCyw2WnuHq+YlvWjfgk{ie1I}m7omU?$HllWMHmgoB`8mhzqU9o#Wfi&10=&5 zM<#MBB|@wYiCpDC;KXr>VuY$ulW+$WWBd;ZTnb7mQNW4gD%_8S<7$*A$6heT&Z!31 z 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 (DCpaoZzD`P^e7Gcdk@|#~n7_nDx&P2z)b2E3 zOu4JGqju!$qO_}I(XMk$bX~f)+Wkvzqh2Q=0%RO^bySRe-IQXrEQ)oFiGqvwR3DONGD5M%R}APl#($=n(5K=`UcYDiH`b_ueZ|gD2sk4#>7d>gZkMz0Gm$#Sy-Or zs2%xER@xnJ(e9*}sCN0@YF9mj$4-I3NFT0bcW^4Vm<%JQbJdrtV0Sm1JEcQqA8`hM z%AW5MP6%@=;9hp0xq3fNJ&>;-h`nD=ap^8zoNE&kf3C#ykMe^Q+Lbz7^(kh59K^8Y zX)i;U*A?X{FSfH?S7f+`sCS6nb%-5#h>C@%gq-lBhAz;_cP5C?Pf^f2#>C7k0lhir z#d1MUhn)F+dI7XapaUF$a-c@OfePpumLOyK0etWaHxhk&Rjcr)V~L*aeFBJ=qbH$o z5V&Sxdocc+`C|xv--4co7klTC7o=Z&`6Tu&#P3BQ=9Y38I}Qc^Fc2?&$Tle+E04FM zS)b$B2YeBEFOCer5&U@;S7&oIk}DR3$s#*Dn##p@;Dp6oS%huz9f_$SDicuCs0tns=Qwd_>a=d@R0RTgjeB%^=b1b1bHYV=6Zg2A+BY4jT!E9coGFmaJ8lOQY z2A(;fC*K66Q^KNCkawcuU2NfHU7z9}1aZv`t-_zl`A=%acFBauPl-a}jHe8wQ z<(Uh&{4|ZjJZ3(Z7$M&z5Sz+!6(j9pqQOmw5jh!YCIj7KbaqZpaq?Zt)`l)q9Giom zmD3aQWCx@SCh|>DNUyROljWO)Sb1}+@E4`d7j;@&hKiWNvJHj)g<(Ut(lG|1Qyn!W z-#JRtoAwot@#bD!_8GX^)>QUHvwvYEdq!|5FfEHx(^00cLXdBUQtA%451mi~Hc2ki z5OlX9=z6es(l<%56>tQr1JBkAad@D6p>rW%1AeDcdFFdKW`Z}w0gg;*{FSM_m}-#k zJP_N&V4iN#!r$*5#~0THsRt zl=m86#;uhsSjMg8TuJ+^;MV0_$-$5`mmCqvfjF!3C@D;tVOEL{6Jf>uE3t8ci#5r3 z1&G#s#bV8sG4br3xr`}?cBsIdYpa3Z84YPz39=&$<)BrhEuaH$$@7{P#ct8k$CCt6RBcG)9@S_Bz~9*KMpY6>XUe zw-#(R!_{WstYaPczXn9c+d(wkFJkw5oHAG&6Mx-@YaQ~mjbj4cgK|8u2)||TnfZx| zJ2D6l$|he0CHpTpEq#m<_3ns?LmmiTbKzh(hx|Jo<&*C&B|nD28f=h&c4~=wcg95b z2QfyH_cgO!1*c6II6OOFk4iWu;`33dkwxaQ&<5~_HgbgnJZ{*06*L$5?gr6SWi4=7 zeh?pi$Fgg~*3+KteOiZ$#pZ`vg*VDM2#)dwfk%J##MFrQw$24bhbwm8sX^hr_~l{<@>K@W5EWsFVBE0$ zt;S;7Bdx+$mAcEtA%5<2#6iBQ3depH9QVbAtp|H0`IYw z9eQx8&}^4n74HqkruP%t5ILhJ)mbYn&LJTaMZEh7_u{SPx+z|}< zo={-gTfjUX6Fr|oSjdO^YDCk`%sAC1PPH95of(W*K5Zkd^rRy&@@-bYI$MA}854`2 z2C%j~X(X^&_#ZrZ*N@?u>6<{$Ma6#O%6PlsQ;s;v_q4*<%M#O1#l)M>0H^x?7NeSI z8O?mK!bGf1sXLlyP%S$aJ}Q(0?X!+($yZOI?PIa(voUe-b9#7x&UTFFRr&Uqgjqq6NdtG4a|X?zUX6(ZU)@U#uQ_5MUlWC4z6HZ;G12L@y~OakBL?yvt}raMV0b+y#=X9m z7~XKiK)yE>hUFFvZ^XokH-JI*1C1>_U%-BV88%0DeG6H<# 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 z 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 i1A&NO8qM`^0m;>gVQA^hxc8zO7chohm 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�AME~`!v~z7&xFhgK7kn`A+~`HXk^o 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�H$Ta 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%0DlsIw*TO2zhY1KWa#v$lM?*X^shV!K z(>&PTq_ZXPX2rIrf$g-2Gq8HP+1}#8_Eyxz9GJk{GzShD7~c|cI@ipI15fv$eS1WE zo|C{kG}@5~qIX>`^Ad5k*UAXhJ3Xl0#YBSc8^ELxfp>%IGwRXZqYWCqGa_EAGgAH8 zRir}n#zfPC#6k1)@I4-6?nNEV&FNv{{-dd_e-f9{ydCkLh*PFsMs#?e2krayWQ@QE zG~R=fc$4;h5$A*Y8KM242kjX;Z32Zxd$57_gAwP}gEB($C}+snI^(K>H!g zqBP71?MFOlKdKLE1U`nsLG45XL zk#4rnd$4^0 zbupJ9aJJ?Wrx_SOk6Dyf8F7g@9<=A`V=;j*YP8Rsp#H%z;v9WQMyS5zLG@+bdkK66 zh2DFPLAx(SoU(1x?GN)j*v>~?%pVARRa5L(1LJv^Icb*>B`@%x{hFKba79M~UkB~h z)&Dq#iXLyEy&xjyb{J{5>tbc;AEe2YOyc;D;LRD-5*Xk2q7hWrX%e9<)Dp z;{n$&C2%QdKdnxHt~Aj8C?ayQN1B%~JvV+o4E-${3}Q=|F7u%A3F_Q9K-{OA@~$zk zSQc>v{+%WRD@1E`!^2fr_MeguA{_}x4~_;DX>ZKoBMeoF7crK>&oeT}+UC?fD1 z%`I;;xaI1IQ!$hgw_M{vd#ye?5%?_%-SQ3tr1Q0GQW;?`@f`GA2(;OB_5aPpDWKlpYg}k_N#~5enTC-jW>Z2w-JTnXBxz_eifF+cE0OBGSEG(&yZ|_s8lN3 zjJj9{A#e){IX`CLyeZ;11Jm6>e)nMeht8J3t%~iF2DZOPoSDa_o9&+-Y`38<7U2o} zOY26@7#RN6|02WnL1&e657iCbbi?h;hIkHX`=j^ko|{X%TUUf5~WbJ>B> z@}DoG#~w8t$F7x>@o|U6CIO34@g52Vd|)7sol4L4CceNu?(aAT+w=#@0+iQKc-${> zT>j}5He;^^KIaB#v9`Y+?WM1Cza8IqpzIW%Oh-$avn9c}s`}%r|8M^G7~fEQ+at;% zI)UwQnjI)4u*E=Nd&K$bEfT0@Bw#IkwolCd81B$s7d{(8=b%t{*@=E1L=<8(_L}WH z_dzxuIjv=G_#2m@;f+jfo{mGvHt&o?#dgre?nHb4R&8zwvB^r`8F6-i>%O)*Cj2qC z&1JFtJ85=Bc?{)o6t=kwgjYyv^JC)WRoQ_}mAa$80`@D1(of7jG$&A_K93RXk2gO% zQjl-*b(cxdU8uSng@SrP5LRj~#AfVumzefvc3`pmF9!S0+P?l8ZbWwSG zcA!Cfy+Lg5?I@Jf*U+Hp;soqdT!Yxbf_#&&-4Wp*IugNS1&+#A_k|XAgT)?YwjmIN zs=_Ed`i`BB!A^5p&{Hui`z`@uBz8Oo1>=n`jM5+515jL*##$PUFjBdI`SzL^?1gk+ zpJ-E0GBChScO5@6FhephNpAwlJceW;wwww7t(nAt!u>PQjt1>NuN8M2Kg0%<=zNGS zpV0U$pI-4~(aL} zdqhM!UsZTfup-|UgIw?(zHNeJGN52d1d*p9k^9_0^C2kphp!Hxd`)6#K)WcG4NeB3ZTgvubuo*YI zwD<~EOS5w;Ky-jR2Y4)L_A*7ATLw)ntD1Y6p}A$m8K)fR<{Hc{n;W-%Qk!Q7Y4*6+ zOWVuV$IYIk0%`VCdN@o}%0qXrUaoP}?!77?S;BU?KBCiT44MAJ#4rFvH^wz4FFWvu RLm_}Bl}_xh^esa)`F}J+8>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 +A:/Epic Games/UE_5.5/Engine/Plugins/Runtime/USDCore/Content/Python/Lib/Win64/site-packages diff --git a/HandyMann/Intermediate/ReimportCache/3688439234.bin b/HandyMann/Intermediate/ReimportCache/3688439234.bin index 71af5c305c92e9f14983781458533c39cf796768..4711e15bbaeb1e1ef5b561b0b6a568c6b3b9fad3 100644 GIT binary patch delta 158 zcmX@k)X&VyeEJS^`9#(Q4#g$b#U+;3iAl-U1&IZzMMf#b1x1-9sm0bQd5P8xj0`}) z55zwC$%#3cRf#2;`FZ+UAW;S;5T5wd%R>do2nz~H%`M1DEJ@XOEKSMG*Z0Xx&nU^u z%u5f>$j>j)D^DzA;5eZk!BD$e`{?Yu93X>l2~B2ye*Tg-zr<15MI4TgChIdw001Q> BG7kU% delta 114 zcmeBYKF-9-eEJTv{zTRVE(M7NsYOO9#RWx~C8@>MDS3(3#U(&wX`PsqY|X&P00jI% z?316In3GwRSdy8ar>_MP1>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 +EditorViews======== +EditorViews=(("/Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap", (LevelViewportsInfo=((CamPosition=(X=39.331596,Y=56.438354,Z=104.521103)),(CamPosition=(X=39.331596,Y=56.438354,Z=104.521103)),(CamPosition=(X=39.331596,Y=56.438354,Z=104.521103)),(CamPosition=(X=-962.870177,Y=-248.771214,Z=573.261440),CamRotation=(Pitch=-36.200001,Yaw=370.200006,Roll=0.000000)),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True))))) PropertyColorationColorForMatchingObjects=(B=0,G=0,R=255,A=255) PerInstanceSettings=(ConfigName="FourPanes2x2.Viewport 1.Viewport0",ConfigSettings=(ViewportType=LVT_OrthoYZ,PerspViewModeIndex=VMI_Lit,OrthoViewModeIndex=VMI_BrushWireframe,EditorShowFlagsString="PostProcessing=0,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,LensDistortion=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=0,CompositeEditorPrimitives=1,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=0,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,MegaLights=1,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=1,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=1,ForceFeedbackRadius=1,BSPSplit=0,Brushes=1,Lighting=1,DeferredLighting=1,Editor=1,BSPTriangles=0,LargeVertices=0,Grid=1,Snap=0,MeshEdges=0,Cover=0,Splines=1,Selection=1,VisualizeLevelInstanceEditing=1,ModeWidgets=1,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=1,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=1,Fog=1,Volumes=1,Game=0,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=1,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,VisualizeLWCComplexity=0,ShaderPrint=1,SceneCaptureCopySceneDepth=1,Cameras=1,Hair=1",GameShowFlagsString="PostProcessing=0,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,LensDistortion=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=1,CompositeEditorPrimitives=0,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=1,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,MegaLights=1,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=0,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=0,ForceFeedbackRadius=1,BSPSplit=0,Brushes=1,Lighting=1,DeferredLighting=1,Editor=0,BSPTriangles=0,LargeVertices=0,Grid=0,Snap=0,MeshEdges=0,Cover=0,Splines=0,Selection=0,VisualizeLevelInstanceEditing=1,ModeWidgets=0,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=0,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=0,Fog=1,Volumes=0,Game=1,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=0,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,VisualizeLWCComplexity=0,ShaderPrint=1,SceneCaptureCopySceneDepth=1,Cameras=1,Hair=1",BufferVisualizationMode="",NaniteVisualizationMode="",LumenVisualizationMode="",SubstrateVisualizationMode="",GroomVisualizationMode="",VirtualShadowMapVisualizationMode="",RayTracingDebugVisualizationMode="",GPUSkinCacheVisualizationMode="",ExposureSettings=(FixedEV100=1.000000,bFixed=False),FOVAngle=90.000000,FarViewPlane=0.000000,bIsRealtime=False,bShowOnScreenStats=True,EnabledStats=,bShowFullToolbar=True,bAllowCinematicControl=True)) -PerInstanceSettings=(ConfigName="FourPanes2x2.Viewport 1.Viewport1",ConfigSettings=(ViewportType=LVT_Perspective,PerspViewModeIndex=VMI_Unlit,OrthoViewModeIndex=VMI_BrushWireframe,EditorShowFlagsString="PostProcessing=0,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,LensDistortion=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=0,CompositeEditorPrimitives=1,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=0,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,MegaLights=1,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=1,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=1,ForceFeedbackRadius=1,BSPSplit=0,Brushes=0,Lighting=1,DeferredLighting=1,Editor=1,BSPTriangles=1,LargeVertices=0,Grid=1,Snap=0,MeshEdges=0,Cover=0,Splines=1,Selection=1,VisualizeLevelInstanceEditing=1,ModeWidgets=1,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=1,ShadowFrustums=0,Wireframe=0,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=1,Fog=1,Volumes=1,Game=0,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=1,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,VisualizeLWCComplexity=0,ShaderPrint=1,SceneCaptureCopySceneDepth=1,Cameras=1,Hair=1",GameShowFlagsString="PostProcessing=0,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,LensDistortion=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=1,CompositeEditorPrimitives=0,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=1,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,MegaLights=1,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=0,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=0,ForceFeedbackRadius=1,BSPSplit=0,Brushes=0,Lighting=1,DeferredLighting=1,Editor=0,BSPTriangles=1,LargeVertices=0,Grid=0,Snap=0,MeshEdges=0,Cover=0,Splines=0,Selection=0,VisualizeLevelInstanceEditing=1,ModeWidgets=0,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=0,ShadowFrustums=0,Wireframe=0,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=0,Fog=1,Volumes=0,Game=1,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=0,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,VisualizeLWCComplexity=0,ShaderPrint=1,SceneCaptureCopySceneDepth=1,Cameras=1,Hair=1",BufferVisualizationMode="",NaniteVisualizationMode="",LumenVisualizationMode="",SubstrateVisualizationMode="",GroomVisualizationMode="",VirtualShadowMapVisualizationMode="",RayTracingDebugVisualizationMode="",GPUSkinCacheVisualizationMode="",ExposureSettings=(FixedEV100=1.000000,bFixed=False),FOVAngle=90.000000,FarViewPlane=0.000000,bIsRealtime=True,bShowOnScreenStats=True,EnabledStats=,bShowFullToolbar=True,bAllowCinematicControl=True)) +PerInstanceSettings=(ConfigName="FourPanes2x2.Viewport 1.Viewport1",ConfigSettings=(ViewportType=LVT_Perspective,PerspViewModeIndex=VMI_Unlit,OrthoViewModeIndex=VMI_BrushWireframe,EditorShowFlagsString="PostProcessing=0,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,LensDistortion=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=0,CompositeEditorPrimitives=1,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=0,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,MegaLights=1,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=1,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=1,ForceFeedbackRadius=1,BSPSplit=0,Brushes=0,Lighting=1,DeferredLighting=1,Editor=1,BSPTriangles=1,LargeVertices=0,Grid=1,Snap=0,MeshEdges=0,Cover=0,Splines=1,Selection=1,VisualizeLevelInstanceEditing=1,ModeWidgets=1,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=1,ShadowFrustums=0,Wireframe=0,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=1,Fog=1,Volumes=1,Game=0,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=1,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,VisualizeLWCComplexity=0,ShaderPrint=1,SceneCaptureCopySceneDepth=1,Cameras=1,Hair=1",GameShowFlagsString="PostProcessing=1,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,LensDistortion=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=1,CompositeEditorPrimitives=0,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=1,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,MegaLights=1,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=0,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=0,ForceFeedbackRadius=1,BSPSplit=0,Brushes=0,Lighting=1,DeferredLighting=1,Editor=0,BSPTriangles=1,LargeVertices=0,Grid=0,Snap=0,MeshEdges=0,Cover=0,Splines=0,Selection=0,VisualizeLevelInstanceEditing=1,ModeWidgets=0,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=0,ShadowFrustums=0,Wireframe=0,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=0,Fog=1,Volumes=0,Game=1,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=0,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,VisualizeLWCComplexity=0,ShaderPrint=1,SceneCaptureCopySceneDepth=1,Cameras=1,Hair=1",BufferVisualizationMode="",NaniteVisualizationMode="",LumenVisualizationMode="",SubstrateVisualizationMode="",GroomVisualizationMode="",VirtualShadowMapVisualizationMode="",RayTracingDebugVisualizationMode="",GPUSkinCacheVisualizationMode="",ExposureSettings=(FixedEV100=1.000000,bFixed=False),FOVAngle=90.000000,FarViewPlane=0.000000,bIsRealtime=True,bShowOnScreenStats=True,EnabledStats=,bShowFullToolbar=True,bAllowCinematicControl=True)) PerInstanceSettings=(ConfigName="FourPanes2x2.Viewport 1.Viewport2",ConfigSettings=(ViewportType=LVT_OrthoXZ,PerspViewModeIndex=VMI_Lit,OrthoViewModeIndex=VMI_BrushWireframe,EditorShowFlagsString="PostProcessing=0,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,LensDistortion=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=0,CompositeEditorPrimitives=1,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=0,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,MegaLights=1,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=1,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=1,ForceFeedbackRadius=1,BSPSplit=0,Brushes=1,Lighting=1,DeferredLighting=1,Editor=1,BSPTriangles=0,LargeVertices=0,Grid=1,Snap=0,MeshEdges=0,Cover=0,Splines=1,Selection=1,VisualizeLevelInstanceEditing=1,ModeWidgets=1,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=1,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=1,Fog=1,Volumes=1,Game=0,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=1,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,VisualizeLWCComplexity=0,ShaderPrint=1,SceneCaptureCopySceneDepth=1,Cameras=1,Hair=1",GameShowFlagsString="PostProcessing=0,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,LensDistortion=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=1,CompositeEditorPrimitives=0,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=1,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,MegaLights=1,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=0,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=0,ForceFeedbackRadius=1,BSPSplit=0,Brushes=1,Lighting=1,DeferredLighting=1,Editor=0,BSPTriangles=0,LargeVertices=0,Grid=0,Snap=0,MeshEdges=0,Cover=0,Splines=0,Selection=0,VisualizeLevelInstanceEditing=1,ModeWidgets=0,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=0,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=0,Fog=1,Volumes=0,Game=1,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=0,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,VisualizeLWCComplexity=0,ShaderPrint=1,SceneCaptureCopySceneDepth=1,Cameras=1,Hair=1",BufferVisualizationMode="",NaniteVisualizationMode="",LumenVisualizationMode="",SubstrateVisualizationMode="",GroomVisualizationMode="",VirtualShadowMapVisualizationMode="",RayTracingDebugVisualizationMode="",GPUSkinCacheVisualizationMode="",ExposureSettings=(FixedEV100=1.000000,bFixed=False),FOVAngle=90.000000,FarViewPlane=0.000000,bIsRealtime=False,bShowOnScreenStats=True,EnabledStats=,bShowFullToolbar=True,bAllowCinematicControl=True)) PerInstanceSettings=(ConfigName="FourPanes2x2.Viewport 1.Viewport3",ConfigSettings=(ViewportType=LVT_OrthoXY,PerspViewModeIndex=VMI_Lit,OrthoViewModeIndex=VMI_BrushWireframe,EditorShowFlagsString="PostProcessing=0,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,LensDistortion=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=0,CompositeEditorPrimitives=1,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=0,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,MegaLights=1,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=1,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=1,ForceFeedbackRadius=1,BSPSplit=0,Brushes=1,Lighting=1,DeferredLighting=1,Editor=1,BSPTriangles=0,LargeVertices=0,Grid=1,Snap=0,MeshEdges=0,Cover=0,Splines=1,Selection=1,VisualizeLevelInstanceEditing=1,ModeWidgets=1,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=1,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=1,Fog=1,Volumes=1,Game=0,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=1,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,VisualizeLWCComplexity=0,ShaderPrint=1,SceneCaptureCopySceneDepth=1,Cameras=1,Hair=1",GameShowFlagsString="PostProcessing=0,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,LensDistortion=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=1,CompositeEditorPrimitives=0,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=1,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,MegaLights=1,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=0,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=0,ForceFeedbackRadius=1,BSPSplit=0,Brushes=1,Lighting=1,DeferredLighting=1,Editor=0,BSPTriangles=0,LargeVertices=0,Grid=0,Snap=0,MeshEdges=0,Cover=0,Splines=0,Selection=0,VisualizeLevelInstanceEditing=1,ModeWidgets=0,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=0,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=0,Fog=1,Volumes=0,Game=1,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=0,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,VisualizeLWCComplexity=0,ShaderPrint=1,SceneCaptureCopySceneDepth=1,Cameras=1,Hair=1",BufferVisualizationMode="",NaniteVisualizationMode="",LumenVisualizationMode="",SubstrateVisualizationMode="",GroomVisualizationMode="",VirtualShadowMapVisualizationMode="",RayTracingDebugVisualizationMode="",GPUSkinCacheVisualizationMode="",ExposureSettings=(FixedEV100=1.000000,bFixed=False),FOVAngle=90.000000,FarViewPlane=0.000000,bIsRealtime=False,bShowOnScreenStats=True,EnabledStats=,bShowFullToolbar=True,bAllowCinematicControl=True)) [MRU] MRUItem0=/Game/VRTemplate/Maps/VRTemplateMap +[/Script/UnrealEd.PersonaOptions] +bAutoAlignFloorToMesh=True +bAlwaysOpenAnimationAssetsInNewTab=False +bMuteAudio=False +DefaultLocalAxesSelection=2 +DefaultBoneDrawSelection=1 +bShowBoneColors=False +DefaultBoneColor=(R=0.000000,G=0.000000,B=0.025000,A=1.000000) +SelectedBoneColor=(R=0.200000,G=1.000000,B=0.200000,A=1.000000) +AffectedBoneColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000) +DisabledBoneColor=(R=0.400000,G=0.400000,B=0.400000,A=1.000000) +ParentOfSelectedBoneColor=(R=0.850000,G=0.450000,B=0.120000,A=1.000000) +VirtualBoneColor=(R=0.400000,G=0.400000,B=1.000000,A=1.000000) +SectionTimingNodeColor=(R=0.390000,G=0.390000,B=1.000000,A=0.750000) +NotifyTimingNodeColor=(R=0.800000,G=0.100000,B=0.100000,A=1.000000) +BranchingPointTimingNodeColor=(R=0.500000,G=1.000000,B=1.000000,A=1.000000) +bPauseAnimationOnCameraMove=False +bUseInlineSocketEditor=False +bFlattenSkeletonHierarchyWhenFiltering=False +bHideParentsWhenFiltering=False +bShowBoneIndexes=False +bExpandTreeOnSelection=True +bAllowPreviewMeshCollectionsToSelectFromDifferentSkeletons=True +bAllowPreviewMeshCollectionsToUseCustomAnimBP=False +bAllowMeshSectionSelection=False +NumFolderFiltersInAssetBrowser=2 +AssetEditorOptions=(Context="SkeletonEditor",ViewportConfigs[0]=(ViewModeIndex=VMI_Lit,ViewFOV=53.430000,CameraSpeedSetting=4,CameraSpeedScalar=1.000000,CameraFollowMode=None,CameraFollowBoneName=""),ViewportConfigs[1]=(ViewModeIndex=VMI_Lit,ViewFOV=53.430000,CameraSpeedSetting=4,CameraSpeedScalar=1.000000,CameraFollowMode=None,CameraFollowBoneName=""),ViewportConfigs[2]=(ViewModeIndex=VMI_Lit,ViewFOV=53.430000,CameraSpeedSetting=4,CameraSpeedScalar=1.000000,CameraFollowMode=None,CameraFollowBoneName=""),ViewportConfigs[3]=(ViewModeIndex=VMI_Lit,ViewFOV=53.430000,CameraSpeedSetting=4,CameraSpeedScalar=1.000000,CameraFollowMode=None,CameraFollowBoneName="")) +AssetEditorOptions=(Context="SkeletalMeshEditor",ViewportConfigs[0]=(ViewModeIndex=VMI_Lit,ViewFOV=53.430000,CameraSpeedSetting=4,CameraSpeedScalar=1.000000,CameraFollowMode=None,CameraFollowBoneName=""),ViewportConfigs[1]=(ViewModeIndex=VMI_Lit,ViewFOV=53.430000,CameraSpeedSetting=4,CameraSpeedScalar=1.000000,CameraFollowMode=None,CameraFollowBoneName=""),ViewportConfigs[2]=(ViewModeIndex=VMI_Lit,ViewFOV=53.430000,CameraSpeedSetting=4,CameraSpeedScalar=1.000000,CameraFollowMode=None,CameraFollowBoneName=""),ViewportConfigs[3]=(ViewModeIndex=VMI_Lit,ViewFOV=53.430000,CameraSpeedSetting=4,CameraSpeedScalar=1.000000,CameraFollowMode=None,CameraFollowBoneName="")) +AssetEditorOptions=(Context="AnimationEditor",ViewportConfigs[0]=(ViewModeIndex=VMI_Lit,ViewFOV=53.430000,CameraSpeedSetting=4,CameraSpeedScalar=1.000000,CameraFollowMode=None,CameraFollowBoneName=""),ViewportConfigs[1]=(ViewModeIndex=VMI_Lit,ViewFOV=53.430000,CameraSpeedSetting=4,CameraSpeedScalar=1.000000,CameraFollowMode=None,CameraFollowBoneName=""),ViewportConfigs[2]=(ViewModeIndex=VMI_Lit,ViewFOV=53.430000,CameraSpeedSetting=4,CameraSpeedScalar=1.000000,CameraFollowMode=None,CameraFollowBoneName=""),ViewportConfigs[3]=(ViewModeIndex=VMI_Lit,ViewFOV=53.430000,CameraSpeedSetting=4,CameraSpeedScalar=1.000000,CameraFollowMode=None,CameraFollowBoneName="")) +AssetEditorOptions=(Context="AnimationBlueprintEditor",ViewportConfigs[0]=(ViewModeIndex=VMI_Lit,ViewFOV=53.430000,CameraSpeedSetting=4,CameraSpeedScalar=1.000000,CameraFollowMode=None,CameraFollowBoneName=""),ViewportConfigs[1]=(ViewModeIndex=VMI_Lit,ViewFOV=53.430000,CameraSpeedSetting=4,CameraSpeedScalar=1.000000,CameraFollowMode=None,CameraFollowBoneName=""),ViewportConfigs[2]=(ViewModeIndex=VMI_Lit,ViewFOV=53.430000,CameraSpeedSetting=4,CameraSpeedScalar=1.000000,CameraFollowMode=None,CameraFollowBoneName=""),ViewportConfigs[3]=(ViewModeIndex=VMI_Lit,ViewFOV=53.430000,CameraSpeedSetting=4,CameraSpeedScalar=1.000000,CameraFollowMode=None,CameraFollowBoneName="")) +AssetEditorOptions=(Context="PhysicsAssetEditor",ViewportConfigs[0]=(ViewModeIndex=VMI_Lit,ViewFOV=53.430000,CameraSpeedSetting=4,CameraSpeedScalar=1.000000,CameraFollowMode=None,CameraFollowBoneName=""),ViewportConfigs[1]=(ViewModeIndex=VMI_Lit,ViewFOV=53.430000,CameraSpeedSetting=4,CameraSpeedScalar=1.000000,CameraFollowMode=None,CameraFollowBoneName=""),ViewportConfigs[2]=(ViewModeIndex=VMI_Lit,ViewFOV=53.430000,CameraSpeedSetting=4,CameraSpeedScalar=1.000000,CameraFollowMode=None,CameraFollowBoneName=""),ViewportConfigs[3]=(ViewModeIndex=VMI_Lit,ViewFOV=53.430000,CameraSpeedSetting=4,CameraSpeedScalar=1.000000,CameraFollowMode=None,CameraFollowBoneName="")) +CurveEditorSnapInterval=0.010000 +TimelineScrubSnapValue=1000 +TimelineDisplayFormat=Frames +bTimelineDisplayPercentage=True +bTimelineDisplayFormatSecondary=True +bTimelineDisplayCurveKeys=False +TimelineEnabledSnaps=CompositeSegment +TimelineEnabledSnaps=MontageSection +bAllowIncompatibleSkeletonSelection=False +bUseTreeViewForAnimationCurves=False +AnimationCurveGroupingDelimiters="._/|\\" + [DetailCustomWidgetExpansion] InputMappingContext=InputMappingContext.Mappings.ActionMappings,InputMappingContext.Mappings.ActionMappings./Game/VRTemplate/Input/Actions/IA_Aim_Right.IA_Aim_Right,InputMappingContext.Mappings.ActionMappings./Game/VRTemplate/Input/Actions/Hands/IA_Hand_ThumbUp_Left.IA_Hand_ThumbUp_Left GeneralProjectSettings=InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice @@ -319,6 +376,22 @@ TemplateSequenceEditorSettings=InputSettings.Platforms.InputPlatformSettings_And UdpMessagingSettings=InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice WmfMediaSettings=InputSettings.Platforms.InputPlatformSettings_Android,InputSettings.Platforms.InputPlatformSettings_IOS,InputSettings.Platforms.InputPlatformSettings_Linux,InputSettings.Platforms.InputPlatformSettings_Mac,InputSettings.Platforms.InputPlatformSettings_Windows,TakeRecorderProjectSettings.Audio Input Device.AudioInputDevice InputAction= +BoneProxy=BoneProxy.Transforms.Bone,BoneProxy.Transforms.Reference,BoneProxy.Transforms.Mesh Relative +BlendSpace1D=BlendSpace1D.Axis Settings.Horizontal Axis +BP_EnemyGoblin_C=BP_EnemyGoblin_C.Physics.ConstraintsGroup +SkeletalMeshComponent= +PawnSensingComponent=BP_EnemyGoblin_C.Physics.ConstraintsGroup +PropertyWrapper=BP_EnemyGoblin_C.Physics.ConstraintsGroup +CapsuleComponent= +SceneComponent= +K2Node_VariableSet=BP_EnemyGoblin_C.Physics.ConstraintsGroup +BP_ArrowSpell_C=BP_EnemyGoblin_C.Physics.ConstraintsGroup +BP_EnemyAI_C=BP_EnemyGoblin_C.Physics.ConstraintsGroup +StaticMeshActor=BP_EnemyGoblin_C.Physics.ConstraintsGroup +K2Node_VariableGet=BP_EnemyGoblin_C.Physics.ConstraintsGroup +K2Node_CustomEvent=BP_EnemyGoblin_C.Physics.ConstraintsGroup +BP_HealthComponent_C=BP_EnemyGoblin_C.Physics.ConstraintsGroup +VRPawn_C=BP_EnemyGoblin_C.Physics.ConstraintsGroup [NiagaraSequenceEditor SequencerSettings] ColumnVisibilitySettings=(ColumnName="Indicator",bIsVisible=True) @@ -423,7 +496,7 @@ MassSettings="\"Object.Mass\" " DeveloperSettings= Object= InputAction= -DataAsset= +DataAsset="\"Object.SkeletalMeshes\" " EnhancedInputDeveloperSettings="\"Object.Enhanced Input.DefaultMappingContexts\" \"Object.Enhanced Input.DefaultMappingContexts.DefaultMappingContexts[0]\" \"Object.Enhanced Input.DefaultMappingContexts.DefaultMappingContexts[1]\" \"Object.Enhanced Input.DefaultMappingContexts.DefaultMappingContexts[2]\" \"Object.Enhanced Input.DefaultMappingContexts.DefaultMappingContexts[3]\" \"Object.Enhanced Input.DefaultMappingContexts.DefaultMappingContexts[4]\" \"Object.Enhanced Input.PlatformSettings\" \"Object.Enhanced Input.PlatformSettings.Settings.Settings[0].Object.Default\" \"Object.Enhanced Input.PlatformSettings.Settings.Settings[1].Object.Default\" \"Object.Enhanced Input.PlatformSettings.Settings.Settings[2].Object.Default\" \"Object.Enhanced Input.PlatformSettings.Settings.Settings[3].Object.Default\" \"Object.Enhanced Input.PlatformSettings.Settings.Settings[4].Object.Default\" \"Object.Enhanced Input.Enhanced Input|World Subsystem\" " DeveloperSettingsBackedByCVars= GameplayDebuggerConfig="\"Object.AddOns.Categories\" \"Object.AddOns.Categories.Categories[0]\" \"Object.AddOns.Categories.Categories[1]\" \"Object.AddOns.Categories.Categories[2]\" \"Object.AddOns.Categories.Categories[2].InputHandlers\" \"Object.AddOns.Categories.Categories[3]\" \"Object.AddOns.Categories.Categories[3].InputHandlers\" \"Object.AddOns.Categories.Categories[4]\" \"Object.AddOns.Categories.Categories[5]\" \"Object.AddOns.Categories.Categories[6]\" \"Object.AddOns.Extensions\" \"Object.AddOns.Extensions.Extensions[0]\" \"Object.AddOns.Extensions.Extensions[0].InputHandlers\" \"Object.AddOns.Extensions.Extensions[1]\" \"Object.AddOns.Extensions.Extensions[1].InputHandlers\" " @@ -438,47 +511,63 @@ Volume="\"Object.BrushBuilder.BrushBuilder.Object.BrushSettings\" " Brush="\"Object.BrushBuilder.BrushBuilder.Object.BrushSettings\" " SoundWave="\"Object.Format.Format|Quality\" \"Object.Analysis.Analysis|FFT\" \"Object.Analysis.Analysis|FFT.FrequenciesToAnalyze\" \"Object.Analysis.Analysis|Envelope\" \"Object.Info.TimecodeInfo\" \"Object.Voice Management.Voice Management|Concurrency\" \"Object.Voice Management.Voice Management|Concurrency.ConcurrencyOverrides\" \"Object.Voice Management.Voice Management|Priority\" \"Object.Effects.Effects|Source\" \"Object.Effects.Effects|Submix\" " SoundBase="\"Object.Format.Format|Quality\" \"Object.Analysis.Analysis|FFT\" \"Object.Analysis.Analysis|FFT.FrequenciesToAnalyze\" \"Object.Analysis.Analysis|Envelope\" \"Object.Info.TimecodeInfo\" \"Object.Voice Management.Voice Management|Concurrency\" \"Object.Voice Management.Voice Management|Concurrency.ConcurrencyOverrides\" \"Object.Voice Management.Voice Management|Priority\" \"Object.Effects.Effects|Source\" \"Object.Effects.Effects|Submix\" " +PreviewMeshCollection="\"Object.SkeletalMeshes\" " +AIC_Enemy_C="\"Object.Controller.Controller|Transform\" \"Object.Replication.ReplicatedMovement\" " +AIController="\"Object.Controller.Controller|Transform\" \"Object.Replication.ReplicatedMovement\" " +Controller="\"Object.Controller.Controller|Transform\" \"Object.Replication.ReplicatedMovement\" " +BlackboardData="\"Object.Blackboard\" \"Object.Blackboard.Keys.Keys[1].KeyType\" " +AIPerceptionComponent="\"Object.AI Perception.SensesConfig\" \"Object.AI Perception.SensesConfig.SensesConfig[0]\" \"Object.AI Perception.SensesConfig.SensesConfig[1]\" " +ActorComponent= +BehaviorTreeGraphNode_Root="\"Object.AI.AI|BehaviorTree\" " +BehaviorTreeGraphNode="\"Object.AI.AI|BehaviorTree\" " +AIGraphNode="\"Object.AI.AI|BehaviorTree\" " +EdGraphNode= +NavMeshBoundsVolume="\"Object.BrushBuilder.BrushBuilder.Object.BrushSettings\" " +SphereComponent="\"Object.Collision.BodyInstance\" " +ShapeComponent= +PrimitiveComponent= +SceneComponent= [AssetEditorSubsystem] CleanShutdown=True DebuggerAttached=False -<<<<<<< HEAD -RecentAssetEditors=GenericAssetEditor +RecentAssetEditors=AnimationEditor RecentAssetEditors=BlueprintEditor -RecentAssetEditors=BlueprintEditor -======= -RecentAssetEditors=SoundCueEditor -RecentAssetEditors=BlueprintEditor -RecentAssetEditors=BlueprintEditor -RecentAssetEditors=BlueprintEditor -RecentAssetEditors=GenericAssetEditor ->>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 +RecentAssetEditors=AnimationEditor +RecentAssetEditors=AnimationEditor +RecentAssetEditors=SkeletalMeshEditor +RecentAssetEditors=AnimationEditor RecentAssetEditors=BlueprintEditor RecentAssetEditors=BlueprintEditor RecentAssetEditors=BlueprintEditor RecentAssetEditors=BlueprintEditor -RecentAssetEditors=GenericAssetEditor -RecentAssetEditors=GenericAssetEditor -RecentAssetEditors=GenericAssetEditor -RecentAssetEditors=GenericAssetEditor -RecentAssetEditors=GenericAssetEditor RecentAssetEditors=BlueprintEditor RecentAssetEditors=BlueprintEditor +RecentAssetEditors=AnimationEditor +RecentAssetEditors=AnimationBlueprintEditor +RecentAssetEditors=SkeletonEditor +RecentAssetEditors=AnimationBlueprintEditor +RecentAssetEditors=AnimationEditor +RecentAssetEditors=Behavior Tree +RecentAssetEditors=Behavior Tree RecentAssetEditors=BlueprintEditor -RecentAssetEditors=GenericAssetEditor -RecentAssetEditors=Niagara -RecentAssetEditors=Niagara -RecentAssetEditors=SoundCueEditor +RecentAssetEditors= +RecentAssetEditors= +RecentAssetEditors= +RecentAssetEditors= +RecentAssetEditors= +RecentAssetEditors= +RecentAssetEditors= +RecentAssetEditors= +RecentAssetEditors= +RecentAssetEditors= +OpenAssetsAtExit=/Game/Animations/AI/AP_GoblinAI.AP_GoblinAI +OpenAssetsAtExit=/Game/VRTemplate/Assets/Goblin/forest_guard_dead_Anim.forest_guard_dead_Anim +OpenAssetsAtExit=/Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin OpenAssetsAtExit=/Game/VRTemplate/Blueprints/VRPawn.VRPawn -<<<<<<< HEAD OpenAssetsAtExit=/Game/VRTemplate/Blueprints/BP_ArrowSpell.BP_ArrowSpell OpenAssetsAtExit=/Game/VRTemplate/Blueprints/BP_Fireball.BP_Fireball OpenAssetsAtExit=/Game/VRTemplate/Blueprints/BP_ExplosionSpell.BP_ExplosionSpell -======= -OpenAssetsAtExit=/Game/VRTemplate/Blueprints/BP_SpawnPoint.BP_SpawnPoint -OpenAssetsAtExit=/Engine/EngineSky/BP_Sky_Sphere.BP_Sky_Sphere -OpenAssetsAtExit=/Game/VRTemplate/Audio/music/Action_1_Cue.Action_1_Cue ->>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 [ContentBrowser] ContentBrowserTab1.SelectedPaths=/Game/VRTemplate/Blueprints @@ -507,15 +596,22 @@ ContentBrowserTab1.ThumbnailSize=2 ContentBrowserTab1.CurrentViewType=1 ContentBrowserTab1.ZoomScale=0 ContentBrowserTab1.JumpMRU=/All/Game/VRTemplate/Blueprints +ContentBrowserTab1.JumpMRU=/All/Game/VRTemplate +ContentBrowserTab1.JumpMRU=/All/Game ContentBrowserTab1.JumpMRU=/All/Game/VRTemplate/Audio/music ContentBrowserTab1.JumpMRU=/All/Game/VRTemplate/Audio -<<<<<<< HEAD -ContentBrowserDrawer.SelectedPaths=/Game/VRTemplate/Audio -======= +ContentBrowserTab1.JumpMRU=/All/Game/VRTemplate/Assets +ContentBrowserTab1.JumpMRU=/All/Game/VRTemplate/Assets/Goblin +ContentBrowserTab1.JumpMRU=/All/Game/Animations/AI +ContentBrowserTab1.JumpMRU=/All/Game/Animations +ContentBrowserTab1.JumpMRU=/All/EngineData +ContentBrowserTab1.JumpMRU=/All/EngineData/Engine +ContentBrowserTab1.JumpMRU=/All/EngineData/Engine/Tutorial/SubEditors/TutorialAssets/Character +ContentBrowserTab1.JumpMRU=/All/Game/VRTemplate/EnemyAI ContentBrowserTab1.JumpMRU=/All/Game/VRTemplate/Audio/teleports -ContentBrowserTab1.JumpMRU=/All/Game/VRTemplate +ContentBrowserDrawer.SelectedPaths=/Game/VRTemplate/Audio +ContentBrowserDrawer.SelectedPaths======== ContentBrowserDrawer.SelectedPaths=/Game/VRTemplate/Input/Actions/Hands ->>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 ContentBrowserDrawer.PluginFilters= ContentBrowserDrawer.SourcesExpanded=True ContentBrowserDrawer.IsLocked=False @@ -555,51 +651,65 @@ ContentBrowserDrawer.JumpMRU=/All/Game/VRSpectator AssetDialog.ThumbnailSize=2 AssetDialog.CurrentViewType=1 AssetDialog.ZoomScale=0 +SequenceBrowser.ThumbnailSize=2 +SequenceBrowser.CurrentViewType=2 +SequenceBrowser.ZoomScale=0 +SequenceBrowser.HiddenColumns=Source Frame Rate +SequenceBrowser.HiddenColumns=Number of Frames +SequenceBrowser.HiddenColumns=Number of Keys +SequenceBrowser.HiddenColumns=AnimSyncMarkerList +SequenceBrowser.HiddenColumns=Compressed Size (KB) +SequenceBrowser.HiddenColumns=Target Frame Rate +SequenceBrowser.HiddenColumns=ImportFileFramerate +SequenceBrowser.HiddenColumns=ImportResampleFramerate +SequenceBrowser.HiddenColumns=AdditiveAnimType +SequenceBrowser.HiddenColumns=RetargetSource +SequenceBrowser.HiddenColumns=RetargetSourceAsset +SequenceBrowser.HiddenColumns=Interpolation +SequenceBrowser.HiddenColumns=bEnableRootMotion +SequenceBrowser.HiddenColumns=bUseNormalizedRootMotionScale +SequenceBrowser.HiddenColumns=PlatformTargetFrameRate +SequenceBrowser.HiddenColumns=NumberOfSampledKeys +SequenceBrowser.HiddenColumns=SequenceLength +SequenceBrowser.HiddenColumns=Skeleton +SequenceBrowser.HiddenColumns=ParentAsset +SequenceBrowser.HiddenColumns=PreviewSkeletalMesh +SequenceBrowser.HiddenColumns=HasParentAsset +SequenceBrowser.HiddenColumns=AnimNotifyList +SequenceBrowser.HiddenColumns=CurveNameList +SequenceBrowser.HiddenColumns=Class [AssetEditorSubsystemRecents] -<<<<<<< HEAD -MRUItem0=/Game/VRTemplate/Audio/Zap +MRUItem0=/Game/VRTemplate/Assets/Goblin/forest_guard_dead_Anim MRUItem1=/Game/VRTemplate/Blueprints/BP_ExplosionSpell -MRUItem2=/Game/VRTemplate/Blueprints/BP_ArrowSpell -MRUItem3=/Game/VRTemplate/Blueprints/BP_Fireball -MRUItem4=/Game/VRTemplate/Blueprints/BP_LaserBeam -MRUItem5=/Game/VRTemplate/Blueprints/BP_HealthComponent -MRUItem6=/Game/VRTemplate/Blueprints/BP_EnemyAI -MRUItem7=/Game/VRTemplate/Input/Actions/Hands/IA_Hand_ThumbUp_Left -MRUItem8=/Game/VRTemplate/Input/IMC_Hands -MRUItem9=/Game/VRTemplate/Input/IMC_Default -MRUItem10=/Game/VRTemplate/Input/Actions/IA_Shoot_Left -MRUItem11=/Game/VRTemplate/Input/Actions/IA_Shoot_Right -MRUItem12=/Game/VRTemplate/Blueprints/BP_Spawner -MRUItem13=/Game/VRTemplate/Blueprints/BP_SpawnPoint -MRUItem14=/Game/VRTemplate/Blueprints/VRTeleportVisualizer -MRUItem15=/Game/VRTemplate/Input/Actions/Hands/IA_Hand_IndexCurl_Right -MRUItem16=/Game/Vefects/Free_Fire/Shared/Particles/NS_Fire_Big_Smoke -MRUItem17=/Game/Vefects/Free_Fire/Shared/Particles/NE_Smokes -MRUItem18=/Game/VRTemplate/Audio/teleports/teleport_spell_4_Cue -======= -MRUItem0=/Game/VRTemplate/Audio/music/Action_1_Cue -MRUItem1=/Game/VRTemplate/Blueprints/BP_SpawnPoint -MRUItem2=/Engine/EngineSky/BP_Sky_Sphere -MRUItem3=/Game/VRTemplate/Blueprints/VRGameMode -MRUItem4=/Game/VRTemplate/Audio/music/Action_5_1_ -MRUItem5=/Game/VRTemplate/Blueprints/VRPawn -MRUItem6=/Game/VRTemplate/Blueprints/BP_HealthComponent +MRUItem2=/Game/VRTemplate/Assets/Goblin/forest_guard_attack_3__Anim +MRUItem3=/Game/VRTemplate/Assets/Goblin/forest_guard_attack_2__Anim +MRUItem4=/Game/VRTemplate/Assets/Goblin/forest_guard_attack_1_ +MRUItem5=/Game/VRTemplate/Assets/Goblin/forest_guard_attack_1__Anim +MRUItem6=/Game/VRTemplate/Blueprints/BP_Spawner MRUItem7=/Game/VRTemplate/Blueprints/BP_EnemyAI MRUItem8=/Game/VRTemplate/Blueprints/BP_Fireball -MRUItem9=/Game/VRTemplate/Input/Actions/Hands/IA_Hand_ThumbUp_Left -MRUItem10=/Game/VRTemplate/Input/IMC_Hands -MRUItem11=/Game/VRTemplate/Input/IMC_Default -MRUItem12=/Game/VRTemplate/Input/Actions/IA_Shoot_Left -MRUItem13=/Game/VRTemplate/Input/Actions/IA_Shoot_Right -MRUItem14=/Game/VRTemplate/Blueprints/BP_Spawner -MRUItem15=/Game/VRTemplate/Blueprints/VRTeleportVisualizer -MRUItem16=/Game/VRTemplate/Blueprints/BP_LaserBeam -MRUItem17=/Game/VRTemplate/Input/Actions/Hands/IA_Hand_IndexCurl_Right -MRUItem18=/Game/Vefects/Free_Fire/Shared/Particles/NS_Fire_Big_Smoke -MRUItem19=/Game/Vefects/Free_Fire/Shared/Particles/NE_Smokes -MRUItem20=/Game/VRTemplate/Audio/teleports/teleport_spell_4_Cue ->>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 +MRUItem9=/Game/VRTemplate/Blueprints/BP_ArrowSpell +MRUItem10=/Game/VRTemplate/Blueprints/VRPawn +MRUItem11=/Game/VRTemplate/Blueprints/BP_EnemyGoblin +MRUItem12=/Game/Animations/AI/GoblinWalkBlendSpace1D +MRUItem13=/Game/Animations/AI/AP_GoblinAI +MRUItem14=/Engine/Tutorial/SubEditors/TutorialAssets/Character/TutorialTPP_Skeleton +MRUItem15=/Game/Animations/AI/AP_EnemyAI +MRUItem16=/Game/Animations/AI/WalkBlendSpace1D +MRUItem17=/Game/VRTemplate/EnemyAI/BT_Goblin +MRUItem18=/Game/VRTemplate/EnemyAI/BB_Goblin +MRUItem19=/Game/VRTemplate/EnemyAI/AIC_Enemy +MRUItem20=/Game/VRTemplate/Audio/music/Action_1_Cue +MRUItem21=/Game/VRTemplate/Blueprints/BP_SpawnPoint +MRUItem22=/Engine/EngineSky/BP_Sky_Sphere +MRUItem23=/Game/VRTemplate/Blueprints/VRGameMode +MRUItem24=/Game/VRTemplate/Audio/music/Action_5_1_ +MRUItem25=/Game/VRTemplate/Blueprints/BP_HealthComponent +MRUItem26=/Game/VRTemplate/Input/Actions/Hands/IA_Hand_ThumbUp_Left +MRUItem27=/Game/VRTemplate/Input/IMC_Hands +MRUItem28=/Game/VRTemplate/Input/IMC_Default +MRUItem29=/Game/VRTemplate/Input/Actions/IA_Shoot_Left [DetailCategories] SoundCue.Sound=True @@ -865,6 +975,7 @@ EnhancedInputDeveloperSettings.Trigger Default Values=True EnhancedInputEditorProjectSettings.Default=True MegascansMaterialParentSettings.Parent Materials=True InterchangeFbxSettings.FBX=True +InterchangeFbxSettings.FBX=True GameplayDebuggerConfig.Input=True GameplayDebuggerConfig.Display=True GameplayDebuggerConfig.AddOns=True @@ -1370,7 +1481,6 @@ MulticastInlineDelegatePropertyWrapper.DelegateInputs=True MulticastInlineDelegatePropertyWrapper.Variable=True MulticastInlineDelegatePropertyWrapper.DefaultValueCategory=True BP_Fireball_C.Default=True -<<<<<<< HEAD StaticMeshComponent.Variable=True StaticMeshComponent.TransformCommon=True StaticMeshComponent.Sockets=True @@ -1442,9 +1552,7 @@ BP_ExplosionSpell_C.Input=True BP_ExplosionSpell_C.HLOD=True BP_ExplosionSpell_C.Physics=True BP_ExplosionSpell_C.Events=True -======= -InterchangeFbxSettings.FBX =True ->>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 +BP_ExplosionSpell_C.Events======== SoundWave.Format=True SoundWave.Sound=True SoundWave.Analysis=True @@ -1456,10 +1564,9 @@ SoundWave.Developer=True SoundWave.Voice Management=True SoundWave.Effects=True SoundWave.Attenuation=True -<<<<<<< HEAD SoundWave.Curves=True SoundWave.Advanced=True -======= +SoundWave.Advanced======== VRGameMode_C.Tick=True VRGameMode_C.Classes=True VRGameMode_C.Game=True @@ -1469,13 +1576,247 @@ VRGameMode_C.Events=True BP_Spawner_C.TransformCommon=True BP_Spawner_C.Networking=True SoundNodeLooping.Looping=True ->>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 +BP_EnemyGoblin_C.TransformCommon=True +BP_EnemyGoblin_C.Animation=True +BP_EnemyGoblin_C.Mesh=True +BP_EnemyGoblin_C.Tick=True +BP_EnemyGoblin_C.Default=True +BP_EnemyGoblin_C.ComponentTick=True +BP_EnemyGoblin_C.Clothing=True +BP_EnemyGoblin_C.Physics=True +BP_EnemyGoblin_C.Collision=True +BP_EnemyGoblin_C.LeaderPoseComponent=True +BP_EnemyGoblin_C.Lighting=True +BP_EnemyGoblin_C.AnimationRig=True +BP_EnemyGoblin_C.Deformer=True +BP_EnemyGoblin_C.SkinWeights=True +BP_EnemyGoblin_C.Rendering=True +BP_EnemyGoblin_C.HLOD=True +BP_EnemyGoblin_C.Mobile=True +BP_EnemyGoblin_C.Navigation=True +BP_EnemyGoblin_C.RayTracing=True +BP_EnemyGoblin_C.VirtualTexture=True +BP_EnemyGoblin_C.Tags=True +BP_EnemyGoblin_C.AssetUserData=True +BP_EnemyGoblin_C.Replication=True +BP_EnemyGoblin_C.ComponentReplication=True +BP_EnemyGoblin_C.Activation=True +BP_EnemyGoblin_C.Variable=True +BP_EnemyGoblin_C.Cooking=True +BP_EnemyGoblin_C.Character Movement (General Settings)=True +BP_EnemyGoblin_C.Character Movement: Walking=True +BP_EnemyGoblin_C.Character Movement: Jumping / Falling=True +BP_EnemyGoblin_C.Character Movement: Gravity=True +BP_EnemyGoblin_C.Character Movement (Networking)=True +BP_EnemyGoblin_C.Character Movement: Swimming=True +BP_EnemyGoblin_C.Character Movement: Flying=True +BP_EnemyGoblin_C.Character Movement: Custom Movement=True +BP_EnemyGoblin_C.Character Movement (Rotation Settings)=True +BP_EnemyGoblin_C.Character Movement: Physics Interaction=True +BP_EnemyGoblin_C.Character Movement=True +BP_EnemyGoblin_C.Character Movement: Avoidance=True +BP_EnemyGoblin_C.RootMotion=True +BP_EnemyGoblin_C.Character Movement: NavMesh Movement=True +BP_EnemyGoblin_C.NavMovement=True +BP_EnemyGoblin_C.Velocity=True +BP_EnemyGoblin_C.PlanarMovement=True +BP_EnemyGoblin_C.MovementComponent=True +BP_EnemyGoblin_C.Shape=True +BP_EnemyGoblin_C.Character=True +BP_EnemyGoblin_C.Camera=True +BP_EnemyGoblin_C.Pawn=True +BP_EnemyGoblin_C.Actor=True +BP_EnemyGoblin_C.Input=True +BP_EnemyGoblin_C.Events=True +BP_EnemyGoblin_C.Materials=True +BP_EnemyAI_C.LOD=True +BP_EnemyAI_C.LevelInstance=True +AP_EnemyAI_C.Default=True +AP_EnemyAI_C.RootMotion=True +AP_EnemyAI_C.Notifies=True +AP_EnemyAI_C.Montage=True +BlendSpace.InputInterpolation=True +BlendSpace.Axis Settings=True +BlendSpace.Analysis=True +BlendSpace.BlendSamples=True +BlendSpace.SampleSmoothing=True +BlendSpace.Animation=True +BlendSpace.AdditiveSettings=True +BlendSpace.AnimationNotifies=True +BlendSpace.MetaData=True +BlendSpace.Thumbnail=True +BP_ArrowSpell_C.Default=True +BP_ExplosionSpell_C.Default=True +AIC_Enemy_C.Tick=True +AIC_Enemy_C.AI=True +AIC_Enemy_C.ComponentTick=True +AIC_Enemy_C.Tags=True +AIC_Enemy_C.Replication=True +AIC_Enemy_C.ComponentReplication=True +AIC_Enemy_C.Activation=True +AIC_Enemy_C.Variable=True +AIC_Enemy_C.Cooking=True +AIC_Enemy_C.Controller=True +AIC_Enemy_C.Actor=True +AIC_Enemy_C.Input=True +AIC_Enemy_C.HLOD=True +AIC_Enemy_C.Physics=True +AIC_Enemy_C.Events=True +AIC_Enemy_C.Navigation=True +AIC_Enemy_C.LevelInstance=True +BlackboardData.Parent=True +BlackboardKeyType_Object.Blackboard=True +BlackboardData.Key=True +BlackboardKeyType_Bool.Blackboard=True +AIPerceptionComponent.Variable=True +AIPerceptionComponent.Sockets=True +AIPerceptionComponent.AI Perception=True +AIPerceptionComponent.Tags=True +AIPerceptionComponent.ComponentTick=True +AIPerceptionComponent.ComponentReplication=True +AIPerceptionComponent.Cooking=True +AIPerceptionComponent.Events=True +K2Node_BreakStruct.PinOptions=True +BehaviorTreeGraphNode_Root.AI=True +BTComposite_Selector.Composite=True +BTComposite_Selector.Description=True +BTComposite_Sequence.Composite=True +BTComposite_Sequence.Description=True +BTTask_Wait.Wait=True +BTTask_Wait.Task=True +BTTask_Wait.Description=True +BTTask_PlayAnimation.Node=True +BTTask_PlayAnimation.Task=True +BTTask_PlayAnimation.Description=True +BTDecorator_Blackboard.FlowControl=True +BTDecorator_Blackboard.Blackboard=True +BTDecorator_Blackboard.Description=True +BTTask_MoveTo.Node=True +BTTask_MoveTo.Blackboard=True +BTTask_MoveTo.Task=True +BTTask_MoveTo.Description=True +PersonaPreviewSceneDescription.Animation=True +PersonaPreviewSceneDescription.Mesh=True +PersonaPreviewSceneDescription.Physics=True +PersonaPreviewSceneDescription.Additional Meshes=True +AssetViewerSettings.Settings=True +BoneProxy.Bone=True +BoneProxy.Transforms=True +BlendSpace1D.InputInterpolation=True +BlendSpace1D.Axis Settings=True +BlendSpace1D.Analysis=True +BlendSpace1D.SampleSmoothing=True +BlendSpace1D.Animation=True +BlendSpace1D.AdditiveSettings=True +BlendSpace1D.AnimationNotifies=True +BlendSpace1D.MetaData=True +BlendSpace1D.Thumbnail=True +BlendSpace1D.BlendSamples=True +AP_GoblinAI_C.RootMotion=True +AP_GoblinAI_C.Notifies=True +AP_GoblinAI_C.Montage=True +AnimGraphNode_BlendSpacePlayer.Sync=True +AnimGraphNode_BlendSpacePlayer.Functions=True +AnimGraphNode_BlendSpacePlayer.Relevancy=True +AnimGraphNode_BlendSpacePlayer.Coordinates=True +AnimGraphNode_BlendSpacePlayer.Tag=True +AnimGraphNode_BlendSpacePlayer.Settings=True +AnimGraphNode_BlendSpacePlayer.Bindings=True +PawnSensingComponent.AssetUserData=True +PawnSensingComponent.Replication=True +PawnSensingComponent.Navigation=True +BP_EnemyGoblin_C.LOD=True +BP_EnemyGoblin_C.LevelInstance=True +NavMeshBoundsVolume.TransformCommon=True +NavMeshBoundsVolume.Navigation=True +NavMeshBoundsVolume.HLOD=True +NavMeshBoundsVolume.Collision=True +NavMeshBoundsVolume.BrushSettings=True +NavMeshBoundsVolume.Tags=True +NavMeshBoundsVolume.Cooking=True +NavMeshBoundsVolume.Replication=True +NavMeshBoundsVolume.Networking=True +NavMeshBoundsVolume.Actor=True +AP_GoblinAI_C.Default=True +BP_Sky_Sphere_C.TransformCommon=True +BP_Sky_Sphere_C.Default=True +BP_Sky_Sphere_C.Override settings=True +BP_Sky_Sphere_C.Rendering=True +BP_Sky_Sphere_C.Replication=True +BP_Sky_Sphere_C.Collision=True +BP_Sky_Sphere_C.HLOD=True +BP_Sky_Sphere_C.Physics=True +BP_Sky_Sphere_C.Networking=True +BP_Sky_Sphere_C.Input=True +BP_Sky_Sphere_C.Actor=True +BP_EnemyGoblin_C.Networking=True +BP_ArrowSpell_C.TransformCommon=True +BP_ArrowSpell_C.Networking=True +DirectionalLight.TransformCommon=True +DirectionalLight.Light=True +DirectionalLight.Rendering=True +DirectionalLight.Lightmass=True +DirectionalLight.LightShafts=True +DirectionalLight.CascadedShadowMaps=True +DirectionalLight.DistanceFieldShadows=True +DirectionalLight.RayTracing=True +DirectionalLight.AtmosphereAndCloud=True +DirectionalLight.Performance=True +DirectionalLight.LightFunction=True +DirectionalLight.Tags=True +DirectionalLight.Cooking=True +DirectionalLight.HLOD=True +DirectionalLight.Physics=True +DirectionalLight.Networking=True +DirectionalLight.Actor=True +AnimGraphNode_Slot.Settings=True +AnimGraphNode_Slot.Functions=True +AnimGraphNode_Slot.Tag=True +AnimGraphNode_Slot.Bindings=True +AnimSequence.Animation=True +AnimSequence.AdditiveSettings=True +AnimSequence.Compression=True +AnimSequence.RootMotion=True +AnimSequence.Interchange =True +AnimSequence.File Path=True +AnimSequence.CustomAttributes=True +AnimSequence.Animation Model=True +AnimSequence.MetaData=True +AnimSequence.Thumbnail=True +SkeletalMesh.Material Slots=True +SkeletalMesh.LODCustomMode=True +SkeletalMesh.LOD0=True +SkeletalMesh.LODSettings=True +SkeletalMesh.Clothing=True +SkeletalMesh.SkeletalMesh=True +SkeletalMesh.Mesh=True +SkeletalMesh.SkinWeights=True +SkeletalMesh.ImportSettings=True +SkeletalMesh.AnimationRig=True +SkeletalMesh.Physics=True +SkeletalMesh.Lighting=True +SkeletalMesh.Animation=True +SkeletalMesh.RayTracing=True +SkeletalMesh.Sampling=True +SkeletalMesh.Deformer=True +SkeletalMesh.Rendering=True +VRPawn_C.TransformCommon=True +VRPawn_C.Networking=True +PlayerStart.TransformCommon=True +PlayerStart.Object=True +PlayerStart.Rendering=True +PlayerStart.Replication=True +PlayerStart.HLOD=True +PlayerStart.Physics=True +PlayerStart.Networking=True +PlayerStart.Input=True +PlayerStart.Actor=True [MessageLog] -LastLogListing=BlueprintLog +LastLogListing=PIE [AssetEditorToolkitTabLocation] -/Game/VRTemplate/Blueprints/VRPawn.VRPawn=1 +/Game/VRTemplate/Blueprints/VRPawn.VRPawn=0 /Game/VRTemplate/Blueprints/BP_EnemyAI.BP_EnemyAI=0 /Game/VRTemplate/Blueprints/BP_Fireball.BP_Fireball=0 /Game/VRTemplate/Input/IMC_Hands.IMC_Hands=0 @@ -1487,19 +1828,28 @@ LastLogListing=BlueprintLog /Game/VRTemplate/Blueprints/VRTeleportVisualizer.VRTeleportVisualizer=0 /Game/VRTemplate/Input/Actions/IA_Shoot_Left.IA_Shoot_Left=0 /Game/VRTemplate/Blueprints/BP_LaserBeam.BP_LaserBeam=0 -/Game/VRTemplate/Blueprints/BP_Spawner.BP_Spawner=1 +/Game/VRTemplate/Blueprints/BP_Spawner.BP_Spawner=0 /Game/VRTemplate/Blueprints/BP_SpawnPoint.BP_SpawnPoint=1 /Game/VRTemplate/Input/Actions/Hands/IA_Hand_ThumbUp_Left.IA_Hand_ThumbUp_Left=0 /Game/VRTemplate/Blueprints/BP_HealthComponent.BP_HealthComponent=0 -<<<<<<< HEAD /Game/VRTemplate/Blueprints/BP_ArrowSpell.BP_ArrowSpell=0 /Game/VRTemplate/Audio/Zap.Zap=0 /Game/VRTemplate/Blueprints/BP_ExplosionSpell.BP_ExplosionSpell=0 -======= +/Game/VRTemplate/Blueprints/BP_ExplosionSpell.BP_ExplosionSpell=0 /Game/VRTemplate/Blueprints/VRGameMode.VRGameMode=1 /Engine/EngineSky/BP_Sky_Sphere.BP_Sky_Sphere=1 /Game/VRTemplate/Audio/music/Action_1_Cue.Action_1_Cue=1 ->>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 +/Game/Animations/AI/AP_EnemyAI.AP_EnemyAI=0 +/Game/VRTemplate/EnemyAI/BB_Goblin.BB_Goblin=0 +/Game/VRTemplate/EnemyAI/BT_Goblin.BT_Goblin=0 +/Game/VRTemplate/EnemyAI/AIC_Enemy.AIC_Enemy=0 +/Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin=0 +/Game/Animations/AI/AP_GoblinAI.AP_GoblinAI=0 +/Game/Animations/AI/WalkBlendSpace1D.WalkBlendSpace1D=0 +/Engine/Tutorial/SubEditors/TutorialAssets/Character/TutorialTPP_Skeleton.TutorialTPP_Skeleton=0 +/Game/Animations/AI/GoblinWalkBlendSpace1D.GoblinWalkBlendSpace1D=0 +/Game/VRTemplate/Assets/Goblin/forest_guard_attack_1_.forest_guard_attack_1_=1 +/Game/VRTemplate/Assets/Goblin/forest_guard_dead_Anim.forest_guard_dead_Anim=0 [/Script/BlueprintGraph.BlueprintEditorSettings] bDrawMidpointArrowsInBlueprints=False @@ -1554,7 +1904,7 @@ bShowBookmarksForCurrentDocumentOnlyInTab=False GraphEditorQuickJumps=() [RootWindow] -ScreenPosition=X=3194.000 Y=306.000 +ScreenPosition=X=317.000 Y=153.000 WindowSize=X=1280.000 Y=720.000 InitiallyMaximized=True @@ -1572,7 +1922,7 @@ FourPanes2x2.Viewport 1.bIsMaximized=True FourPanes2x2.Viewport 1.MaximizedViewport=FourPanes2x2.Viewport 1.Viewport1 [Directories2] -UNR=C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Maps +UNR=../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Maps BRUSH=../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/ FBX=../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/ FBXAnim=../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/ @@ -2906,16 +3256,22 @@ D3D11RHI.TimeStamp=2025.04.12-08.25.43 D3D11RHI.LastCompileMethod=Unknown WebBrowser.TimeStamp=2025.05.23-21.43.33 WebBrowser.LastCompileMethod=Unknown +AnimationEditor.TimeStamp=2025.04.12-08.25.39 +AnimationEditor.LastCompileMethod=Unknown +SkeletonEditor.TimeStamp=2025.04.12-08.25.54 +SkeletonEditor.LastCompileMethod=Unknown +PinnedCommandList.TimeStamp=2025.04.12-08.25.51 +PinnedCommandList.LastCompileMethod=Unknown +SequencerWidgets.TimeStamp=2025.04.12-08.25.54 +SequencerWidgets.LastCompileMethod=Unknown [Python] LastDirectory= -<<<<<<< HEAD +RecentsFiles=A:/Epic Games/UE_5.5/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py +RecentsFiles=A:/Epic Games/UE_5.5/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py RecentsFiles=E:/UE_5.5/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py -RecentsFiles=A:/Epic Games/UE_5.5/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py -======= ->>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 +RecentsFiles======== RecentsFiles=D:/Program Files/Epic Games/UE_5.5/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py -RecentsFiles=A:/Epic Games/UE_5.5/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py [DetailMultiObjectNodeExpansion] GeneralProjectSettings=True @@ -3048,6 +3404,10 @@ BP_Fireball_C.Tick=True ArrowComponent.ComponentTick=True ArrowComponent.Rendering=True ArrowComponent.HLOD=True +BTTask_MoveTo.Node=False +PawnSensingComponent.ComponentTick=True +BP_Fireball_C.Collision=True +BP_ArrowSpell_C.Collision=True [NiagaraRecent_EmittersAndSystems] MRUItem0=/Game/Vefects/Free_Fire/Shared/Particles/NS_Fire_Big_Smoke @@ -3231,3 +3591,45 @@ SuppressUpdateProjectFilePromptNotification=False [SuppressableDialogs] ChangeVariableType_Warning=False +[/Script/AudioEditor.AudioEditorSettings] +bUseAudioAttenuation=True +bPinSoundCueInAssetMenu=True +bPinSoundCueTemplateInAssetMenu=False +bPinSoundAttenuationInAssetMenu=True +bPinSoundConcurrencyInAssetMenu=True + +[PropertyWindowWidths] +PropertyEditorToolkit_PinAsColumnHeader=24 +Property=0.5 +Value=1 + +[PropertyWindowExpansion] +BTDecorator_Blackboard="Object.Blackboard.BlackboardKey Object.Blackboard Object.FlowControl Object.Description " +BTDecorator_BlackboardBase="Object.Blackboard.BlackboardKey Object.Blackboard Object.FlowControl Object.Description " +BTDecorator="Object.Blackboard.BlackboardKey Object.Blackboard Object.FlowControl Object.Description " +BTAuxiliaryNode="Object.Blackboard.BlackboardKey Object.Blackboard Object.FlowControl Object.Description " +BTNode="Object.Blackboard.BlackboardKey Object.Blackboard Object.FlowControl Object.Description " +Object="Object.Blackboard.BlackboardKey Object.Blackboard Object.FlowControl Object.Description " + +[/Script/UnrealEd.AnimationBlueprintEditorOptions] +bHideUnrelatedNodes=False + +[/Script/PinnedCommandList.PinnedCommandListSettings] +Contexts=(Name="AnimationBlueprintEditor",Commands=) +Contexts=(Name="AnimationBlueprintEditor.Viewport0",Commands=) +Contexts=(Name="AnimationEditor.Viewport0",Commands=) +Contexts=(Name="AnimationEditor",Commands=) +Contexts=(Name="SkeletonEditor.Viewport0",Commands=) +Contexts=(Name="SkeletonEditor",Commands=) +Contexts=(Name="SkeletalMeshEditor.Viewport0",Commands=) +Contexts=(Name="SkeletalMeshEditor",Commands=) + +[PlacementMode] +RecentlyPlaced=/Game/VRTemplate/Blueprints/BP_EnemyAI.BP_EnemyAI; +RecentlyPlaced=/Game/VRTemplate/Blueprints/VRPawn.VRPawn; +RecentlyPlaced=/Game/VRTemplate/Blueprints/BP_ArrowSpell.BP_ArrowSpell; +RecentlyPlaced=/Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin; + +[SkeletalMeshModelingTools] +EditingModeActive=True + diff --git a/HandyMann/Saved/Logs/HandyMann.log b/HandyMann/Saved/Logs/HandyMann.log index aeb5259..b0cb385 100644 --- a/HandyMann/Saved/Logs/HandyMann.log +++ b/HandyMann/Saved/Logs/HandyMann.log @@ -1,8 +1,4 @@ -<<<<<<< HEAD -Log file open, 05/25/25 20:10:54 -======= -Log file open, 05/25/25 20:23:37 ->>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 +Log file open, 05/26/25 12:13:19 LogWindows: Failed to load 'aqProf.dll' (GetLastError=126) LogWindows: File 'aqProf.dll' does not exist LogProfilingDebugging: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). @@ -10,69 +6,35 @@ LogWindows: Failed to load 'VtuneApi.dll' (GetLastError=126) LogWindows: File 'VtuneApi.dll' does not exist LogWindows: Failed to load 'VtuneApi32e.dll' (GetLastError=126) LogWindows: File 'VtuneApi32e.dll' does not exist -<<<<<<< HEAD -LogWindows: Started CrashReportClient (pid=20660) -======= -LogWindows: Started CrashReportClient (pid=11184) -LogWindows: Warning: Failed to set completion port for job object "UE.ShaderCompileWorker.JobGroup": The parameter is incorrect. ->>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 +LogWindows: Started CrashReportClient (pid=22400) LogWindows: Custom abort handler registered for crash reporting. LogInit: Display: Running engine for game: HandyMann LogCore: UTS: Unreal Trace Server launched successfully LogTrace: Initializing trace... LogCore: Display: Requested channels: 'cpu,gpu,frame,log,bookmark,screenshot,region' -LogTrace: Display: Display Control listening on port 38018 +LogTrace: Display: Display Control listening on port 1985 LogTrace: Finished trace initialization. LogCsvProfiler: Display: Metadata set : platform="Windows" LogCsvProfiler: Display: Metadata set : config="Development" LogCsvProfiler: Display: Metadata set : buildversion="++UE5+Release-5.5-CL-40574608" LogCsvProfiler: Display: Metadata set : engineversion="5.5.4-40574608+++UE5+Release-5.5" -<<<<<<< HEAD LogCsvProfiler: Display: Metadata set : os="Windows 11 (24H2) [10.0.26100.4061] " -LogCsvProfiler: Display: Metadata set : cpu="GenuineIntel|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz" -======= -LogCsvProfiler: Display: Metadata set : os="Windows 10 (22H2) [10.0.19045.5854] " -LogCsvProfiler: Display: Metadata set : cpu="AuthenticAMD|AMD Ryzen 9 3900X 12-Core Processor" ->>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 +LogCsvProfiler: Display: Metadata set : cpu="AuthenticAMD|AMD Ryzen 5 2600X Six-Core Processor" LogCsvProfiler: Display: Metadata set : pgoenabled="0" LogCsvProfiler: Display: Metadata set : pgoprofilingenabled="0" LogCsvProfiler: Display: Metadata set : ltoenabled="0" LogCsvProfiler: Display: Metadata set : asan="0" -<<<<<<< HEAD -LogCsvProfiler: Display: Metadata set : commandline="" C:\Users\Admin\Desktop\VR\Wizzard\HandyMann\HandyMann.uproject"" -LogCsvProfiler: Display: Metadata set : loginid="315497cc433deb7e1260d4a4a6b2ff32" +LogCsvProfiler: Display: Metadata set : commandline="" "A:\Documents\Unreal Projects\Wizzard\HandyMann\HandyMann.uproject""" +LogCsvProfiler: Display: Metadata set : loginid="f8948757445f7d9f695488bec9c33013" LogCsvProfiler: Display: Metadata set : llm="0" -LogStats: Stats thread started at 0.283167 -LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +2:00, Platform Override: '' -LogPluginManager: Error: Failed to load Plugin (E:/UE_5.5/Engine/Plugins/UnrealMetaXRPlugin.76.0.1/__MACOSX/MetaXR/._OculusXR.uplugin); Failed to read file. Invalid Json Token. Line: 1 Ch: 1 -======= -LogCsvProfiler: Display: Metadata set : commandline="" "D:\R. Samuel\VR-tasks\Wizard game\Wizzard\HandyMann\HandyMann.uproject""" -LogCsvProfiler: Display: Metadata set : loginid="0263ee444c1e3b1c1bf18c9ea6cc2ba4" -LogCsvProfiler: Display: Metadata set : llm="0" -LogStats: Stats thread started at 0.662092 ->>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 +LogStats: Stats thread started at 0.432595 LogIris: FNetObjectFactoryRegistry::UnregisterFactory is unregistering factory: None name: NetActorFactory id: 0 LogIris: FNetObjectFactoryRegistry::UnregisterFactory is unregistering factory: None name: NetSubObjectFactory id: 1 +LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +2:00, Platform Override: '' LogInit: Session CrashGUID >==================================================== -<<<<<<< HEAD - Session CrashGUID > UECC-Windows-97C3193F4C8079467AF9EA81A3013630 + Session CrashGUID > UECC-Windows-E032C5104A02942109DC5C99556B9A6E Session CrashGUID >==================================================== -LogConfig: No local boot hotfix file found at: [C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Saved/PersistentDownloadDir/HotfixForNextBoot.txt] -======= - Session CrashGUID > UECC-Windows-47F720964090AD2B1F6F638306A828F7 - Session CrashGUID >==================================================== -LogConfig: No local boot hotfix file found at: [../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/PersistentDownloadDir/HotfixForNextBoot.txt] -LogConfig: Display: Loading VulkanPC ini files took 0.05 seconds -LogConfig: Display: Loading Windows ini files took 0.07 seconds -LogConfig: Display: Loading Android ini files took 0.07 seconds -LogConfig: Display: Loading Unix ini files took 0.08 seconds -LogConfig: Display: Loading IOS ini files took 0.08 seconds -LogConfig: Display: Loading Mac ini files took 0.08 seconds -LogConfig: Display: Loading TVOS ini files took 0.08 seconds -LogConfig: Display: Loading LinuxArm64 ini files took 0.09 seconds -LogConfig: Display: Loading VisionOS ini files took 0.09 seconds -LogConfig: Display: Loading Linux ini files took 0.09 seconds ->>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 +LogConfig: No local boot hotfix file found at: [../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/PersistentDownloadDir/HotfixForNextBoot.txt] LogAudio: Display: Pre-Initializing Audio Device Manager... LogAudio: Display: AudioInfo: 'OPUS' Registered LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded. @@ -83,258 +45,85 @@ LogAudio: Display: AudioInfo: 'BINKA' Registered LogAudio: Display: AudioInfo: 'RADA' Registered LogAudio: Display: Audio Device Manager Pre-Initialized LogPluginManager: Looking for build plugins target receipt -<<<<<<< HEAD -LogPluginManager: Unable to find target receipt in path: C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Binaries/Win64/*.target -LogConfig: Display: Loading VulkanPC ini files took 0.05 seconds -LogConfig: Display: Loading IOS ini files took 0.05 seconds -LogConfig: Display: Loading Mac ini files took 0.05 seconds -LogConfig: Display: Loading Android ini files took 0.05 seconds -LogConfig: Display: Loading TVOS ini files took 0.05 seconds -LogConfig: Display: Loading Unix ini files took 0.05 seconds +LogPluginManager: Unable to find target receipt in path: ../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Binaries/Win64/*.target +LogConfig: Display: Loading Android ini files took 0.07 seconds +LogConfig: Display: Loading Mac ini files took 0.08 seconds +LogConfig: Display: Loading IOS ini files took 0.08 seconds +LogConfig: Display: Loading VulkanPC ini files took 0.08 seconds +LogConfig: Display: Loading TVOS ini files took 0.08 seconds +LogConfig: Display: Loading Unix ini files took 0.09 seconds +LogConfig: Display: Loading LinuxArm64 ini files took 0.10 seconds +LogAssetRegistry: Display: Asset registry cache read as 38.0 MiB from ../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Intermediate/CachedAssetRegistry_0.bin +LogConfig: Display: Loading Linux ini files took 0.10 seconds LogConfig: Display: Loading Windows ini files took 0.05 seconds -LogConfig: Display: Loading VisionOS ini files took 0.06 seconds -LogConfig: Display: Loading Linux ini files took 0.06 seconds -LogConfig: Display: Loading LinuxArm64 ini files took 0.06 seconds -LogAssetRegistry: Display: Asset registry cache read as 37.7 MiB from C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Intermediate/CachedAssetRegistry_0.bin +LogConfig: Display: Loading VisionOS ini files took 0.05 seconds LogPluginManager: Found matching target receipt: ../../../Engine/Binaries/Win64/UnrealEditor.target LogPluginManager: Looking for enabled plugins target receipt -LogPluginManager: Unable to find target receipt in path: C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Binaries/Win64/*.target -======= -LogPluginManager: Unable to find target receipt in path: ../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Binaries/Win64/*.target -LogAssetRegistry: Display: Asset registry cache read as 37.7 MiB from ../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Intermediate/CachedAssetRegistry_0.bin -LogPluginManager: Found matching target receipt: ../../../Engine/Binaries/Win64/UnrealEditor.target -LogPluginManager: Looking for enabled plugins target receipt -LogPluginManager: Unable to find target receipt in path: ../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Binaries/Win64/*.target ->>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 +LogPluginManager: Unable to find target receipt in path: ../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Binaries/Win64/*.target LogPluginManager: Found matching target receipt: ../../../Engine/Binaries/Win64/UnrealEditor.target LogPluginManager: Mounting Engine plugin Bridge LogPluginManager: Mounting Engine plugin ChaosCloth LogPluginManager: Mounting Engine plugin ChaosVD LogPluginManager: Mounting Engine plugin CmdLinkServer LogPluginManager: Mounting Engine plugin EnhancedInput -LogPluginManager: Mounting Engine plugin Fab LogPluginManager: Mounting Engine plugin FastBuildController +LogPluginManager: Mounting Engine plugin Fab LogPluginManager: Mounting Engine plugin MeshPainting LogPluginManager: Mounting Engine plugin RenderGraphInsights LogPluginManager: Mounting Engine plugin TraceUtilities LogPluginManager: Mounting Engine plugin UbaController LogPluginManager: Mounting Engine plugin WorldMetrics LogPluginManager: Mounting Engine plugin XGEController -LogPluginManager: Mounting Engine plugin AdvancedRenamer -LogPluginManager: Mounting Engine plugin AutomationUtils -LogPluginManager: Mounting Engine plugin BackChannel -LogPluginManager: Mounting Engine plugin ChaosCaching -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 EditorDataStorage -LogPluginManager: Mounting Engine plugin EditorPerformance -LogPluginManager: Mounting Engine plugin EditorTelemetry -LogPluginManager: Mounting Engine plugin Fracture -LogPluginManager: Mounting Engine plugin FullBodyIK -LogPluginManager: Mounting Engine plugin GeometryFlow -LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin -LogPluginManager: Mounting Engine plugin LocalizableMessage -LogPluginManager: Mounting Engine plugin LowLevelNetTrace -LogPluginManager: Mounting Engine plugin MeshModelingToolsetExp -LogPluginManager: Mounting Engine plugin NFORDenoise -LogPluginManager: Mounting Engine plugin PlatformCrypto -LogPluginManager: Mounting Engine plugin PlanarCut -LogPluginManager: Mounting Engine plugin PythonScriptPlugin -LogPluginManager: Mounting Engine plugin SkeletalReduction -LogPluginManager: Mounting Engine plugin StudioTelemetry -LogPluginManager: Mounting Engine plugin ToolPresets -LogPluginManager: Mounting Engine plugin AndroidMedia -LogPluginManager: Mounting Engine plugin AvfMedia -LogPluginManager: Mounting Engine plugin ImgMedia -LogPluginManager: Mounting Engine plugin MediaCompositing -LogPluginManager: Mounting Engine plugin MediaPlayerEditor -LogPluginManager: Mounting Engine plugin MediaPlate -LogPluginManager: Mounting Engine plugin ActorSequence -LogPluginManager: Mounting Engine plugin WebMMedia -LogPluginManager: Mounting Engine plugin LevelSequenceEditor -LogPluginManager: Mounting Engine plugin WmfMedia -LogPluginManager: Mounting Engine plugin SequencerScripting -LogPluginManager: Mounting Engine plugin TemplateSequence -LogPluginManager: Mounting Engine plugin ActorLayerUtilities -LogPluginManager: Mounting Engine plugin AndroidFileServer -LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector -LogPluginManager: Mounting Engine plugin AndroidPermission -LogPluginManager: Mounting Engine plugin AndroidMoviePlayer -LogPluginManager: Mounting Engine plugin AppleImageUtils -LogPluginManager: Mounting Engine plugin AppleMoviePlayer -LogPluginManager: Mounting Engine plugin ArchVisCharacter -LogPluginManager: Mounting Engine plugin AssetTags -LogPluginManager: Mounting Engine plugin AudioCapture -LogPluginManager: Mounting Engine plugin AudioWidgets -LogPluginManager: Mounting Engine plugin ChunkDownloader -LogPluginManager: Mounting Engine plugin CableComponent -LogPluginManager: Mounting Engine plugin AudioSynesthesia -LogPluginManager: Mounting Engine plugin ComputeFramework -LogPluginManager: Mounting Engine plugin CustomMeshComponent -LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector -LogPluginManager: Mounting Engine plugin GeometryCache -LogPluginManager: Mounting Engine plugin GeometryProcessing -LogPluginManager: Mounting Engine plugin GoogleCloudMessaging -LogPluginManager: Mounting Engine plugin HairStrands -LogPluginManager: Mounting Engine plugin GooglePAD -LogPluginManager: Mounting Engine plugin InputDebugging -LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector -LogPluginManager: Mounting Engine plugin LinuxDeviceProfileSelector -LogPluginManager: Mounting Engine plugin LocationServicesBPLibrary -LogPluginManager: Mounting Engine plugin MeshModelingToolset -LogPluginManager: Mounting Engine plugin MobilePatchingUtils -LogPluginManager: Mounting Engine plugin Metasound -LogPluginManager: Mounting Engine plugin MsQuic -LogPluginManager: Mounting Engine plugin OpenXREyeTracker -LogPluginManager: Mounting Engine plugin OpenXR -LogPluginManager: Mounting Engine plugin OpenXRHandTracking -LogPluginManager: Mounting Engine plugin PropertyAccessEditor -LogPluginManager: Mounting Engine plugin ProceduralMeshComponent -LogPluginManager: Mounting Engine plugin RigVM -LogPluginManager: Mounting Engine plugin ResonanceAudio -LogPluginManager: Mounting Engine plugin SignificanceManager -LogPluginManager: Mounting Engine plugin SoundFields -LogPluginManager: Mounting Engine plugin StateTree -LogPluginManager: Mounting Engine plugin Synthesis -LogPluginManager: Mounting Engine plugin USDCore -LogPluginManager: Mounting Engine plugin WaveTable -LogPluginManager: Mounting Engine plugin WebMMoviePlayer -LogPluginManager: Mounting Engine plugin WindowsDeviceProfileSelector -LogPluginManager: Mounting Engine plugin WindowsMoviePlayer -LogPluginManager: Mounting Engine plugin XRBase -LogPluginManager: Mounting Engine plugin Takes -LogPluginManager: Mounting Engine plugin Paper2D -LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor -LogPluginManager: Mounting Engine plugin AISupport -LogPluginManager: Mounting Engine plugin AnimationData -LogPluginManager: Mounting Engine plugin ACLPlugin -LogPluginManager: Mounting Engine plugin AnimationModifierLibrary -LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis -LogPluginManager: Mounting Engine plugin ControlRigModules -LogPluginManager: Mounting Engine plugin ControlRigSpline -LogPluginManager: Mounting Engine plugin ControlRig -LogPluginManager: Mounting Engine plugin DeformerGraph -LogPluginManager: Mounting Engine plugin IKRig -LogPluginManager: Mounting Engine plugin RigLogic -LogPluginManager: Mounting Engine plugin CameraShakePreviewer -LogPluginManager: Mounting Engine plugin LiveLink -LogPluginManager: Mounting Engine plugin GameplayCameras -LogPluginManager: Mounting Engine plugin EngineCameras LogPluginManager: Mounting Engine plugin AnimationSharing -<<<<<<< HEAD LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess -======= -LogPluginManager: Mounting Engine plugin OodleNetwork ->>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 LogPluginManager: Mounting Engine plugin CodeLiteSourceCodeAccess LogPluginManager: Mounting Engine plugin DumpGPUServices LogPluginManager: Mounting Engine plugin GitSourceControl LogPluginManager: Mounting Engine plugin KDevelopSourceCodeAccess -LogPluginManager: Mounting Engine plugin N10XSourceCodeAccess -<<<<<<< HEAD LogPluginManager: Mounting Engine plugin NullSourceCodeAccess +LogPluginManager: Mounting Engine plugin N10XSourceCodeAccess LogPluginManager: Mounting Engine plugin PerforceSourceControl LogPluginManager: Mounting Engine plugin PixWinPlugin -LogPluginManager: Mounting Engine plugin PlasticSourceControl LogPluginManager: Mounting Engine plugin PluginUtils +LogPluginManager: Mounting Engine plugin PlasticSourceControl LogPluginManager: Mounting Engine plugin PropertyAccessNode LogPluginManager: Mounting Engine plugin RenderDocPlugin LogPluginManager: Mounting Engine plugin SubversionSourceControl -======= -LogPluginManager: Mounting Engine plugin PixWinPlugin -LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess -LogPluginManager: Mounting Engine plugin PlasticSourceControl -LogPluginManager: Mounting Engine plugin PluginUtils -LogPluginManager: Mounting Engine plugin PropertyAccessNode -LogPluginManager: Mounting Engine plugin NullSourceCodeAccess -LogPluginManager: Mounting Engine plugin RenderDocPlugin ->>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess LogPluginManager: Mounting Engine plugin TextureFormatOodle -LogPluginManager: Mounting Engine plugin SubversionSourceControl -LogPluginManager: Mounting Engine plugin UObjectPlugin LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin UObjectPlugin LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess -LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess -<<<<<<< HEAD -LogPluginManager: Mounting Engine plugin DatasmithContent -LogPluginManager: Mounting Engine plugin GLTFExporter -LogPluginManager: Mounting Engine plugin VariantManagerContent -LogPluginManager: Mounting Engine plugin VariantManager -LogPluginManager: Mounting Engine plugin AlembicImporter -LogPluginManager: Mounting Engine plugin AndroidMedia -LogPluginManager: Mounting Engine plugin AvfMedia -LogPluginManager: Mounting Engine plugin MediaCompositing -LogPluginManager: Mounting Engine plugin ImgMedia -LogPluginManager: Mounting Engine plugin MediaPlate -LogPluginManager: Mounting Engine plugin MediaPlayerEditor -LogPluginManager: Mounting Engine plugin WmfMedia -LogPluginManager: Mounting Engine plugin WebMMedia -LogPluginManager: Mounting Engine plugin ActorSequence -LogPluginManager: Mounting Engine plugin LevelSequenceEditor -LogPluginManager: Mounting Engine plugin SequencerScripting -LogPluginManager: Mounting Engine plugin TemplateSequence -LogPluginManager: Mounting Engine plugin EOSShared -LogPluginManager: Mounting Engine plugin OnlineBase -LogPluginManager: Mounting Engine plugin OnlineServices -LogPluginManager: Mounting Engine plugin OnlineSubsystem -LogPluginManager: Mounting Engine plugin OnlineSubsystemNull -LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils -LogPluginManager: Mounting Engine plugin UdpMessaging -LogPluginManager: Mounting Engine plugin TcpMessaging -LogPluginManager: Mounting Engine plugin InterchangeTests -LogPluginManager: Mounting Engine plugin OculusXR -LogPluginManager: Mounting Engine plugin Paper2D -LogPluginManager: Mounting Engine plugin AISupport -LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor -LogPluginManager: Mounting Engine plugin ACLPlugin -LogPluginManager: Mounting Engine plugin AnimationData -LogPluginManager: Mounting Engine plugin AnimationModifierLibrary -LogPluginManager: Mounting Engine plugin ControlRig -LogPluginManager: Mounting Engine plugin ControlRigSpline -LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis -LogPluginManager: Mounting Engine plugin DeformerGraph -LogPluginManager: Mounting Engine plugin ControlRigModules -LogPluginManager: Mounting Engine plugin IKRig -LogPluginManager: Mounting Engine plugin LiveLink -LogPluginManager: Mounting Engine plugin RigLogic -LogPluginManager: Mounting Engine plugin GameplayCameras -LogPluginManager: Mounting Engine plugin CameraShakePreviewer -LogPluginManager: Mounting Engine plugin EngineCameras -LogPluginManager: Mounting Engine plugin OodleNetwork LogPluginManager: Mounting Engine plugin AssetManagerEditor +LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess LogPluginManager: Mounting Engine plugin BlueprintHeaderView LogPluginManager: Mounting Engine plugin ColorGrading LogPluginManager: Mounting Engine plugin ChangelistReview -LogPluginManager: Mounting Engine plugin CryptoKeys LogPluginManager: Mounting Engine plugin CurveEditorTools -LogPluginManager: Mounting Engine plugin EngineAssetDefinitions +LogPluginManager: Mounting Engine plugin CryptoKeys LogPluginManager: Mounting Engine plugin DataValidation LogPluginManager: Mounting Engine plugin EditorDebugTools -LogPluginManager: Mounting Engine plugin FacialAnimation LogPluginManager: Mounting Engine plugin EditorScriptingUtilities -LogPluginManager: Mounting Engine plugin GeometryMode +LogPluginManager: Mounting Engine plugin FacialAnimation +LogPluginManager: Mounting Engine plugin EngineAssetDefinitions LogPluginManager: Mounting Engine plugin GameplayTagsEditor +LogPluginManager: Mounting Engine plugin GeometryMode LogPluginManager: Mounting Engine plugin MacGraphicsSwitching LogPluginManager: Mounting Engine plugin MeshLODToolset LogPluginManager: Mounting Engine plugin MaterialAnalyzer -LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard +LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode LogPluginManager: Mounting Engine plugin PluginBrowser LogPluginManager: Mounting Engine plugin ProxyLODPlugin -LogPluginManager: Mounting Engine plugin SpeedTreeImporter LogPluginManager: Mounting Engine plugin SequencerAnimTools +LogPluginManager: Mounting Engine plugin SpeedTreeImporter +LogPluginManager: Mounting Engine plugin UMGWidgetPreview LogPluginManager: Mounting Engine plugin StylusInput LogPluginManager: Mounting Engine plugin UVEditor -LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities -LogPluginManager: Mounting Engine plugin UMGWidgetPreview LogPluginManager: Mounting Engine plugin AdvancedRenamer -LogPluginManager: Mounting Engine plugin AutomationUtils +LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities LogPluginManager: Mounting Engine plugin BackChannel +LogPluginManager: Mounting Engine plugin AutomationUtils LogPluginManager: Mounting Engine plugin ChaosCaching LogPluginManager: Mounting Engine plugin ChaosEditor LogPluginManager: Mounting Engine plugin ChaosNiagara @@ -343,10 +132,10 @@ LogPluginManager: Mounting Engine plugin ChaosUserDataPT LogPluginManager: Mounting Engine plugin CharacterAI LogPluginManager: Mounting Engine plugin Dataflow LogPluginManager: Mounting Engine plugin EditorDataStorage -LogPluginManager: Mounting Engine plugin EditorPerformance LogPluginManager: Mounting Engine plugin EditorTelemetry -LogPluginManager: Mounting Engine plugin Fracture +LogPluginManager: Mounting Engine plugin EditorPerformance LogPluginManager: Mounting Engine plugin FullBodyIK +LogPluginManager: Mounting Engine plugin Fracture LogPluginManager: Mounting Engine plugin GeometryFlow LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin LogPluginManager: Mounting Engine plugin LocalizableMessage @@ -359,22 +148,25 @@ LogPluginManager: Mounting Engine plugin PythonScriptPlugin LogPluginManager: Mounting Engine plugin SkeletalReduction LogPluginManager: Mounting Engine plugin StudioTelemetry LogPluginManager: Mounting Engine plugin ToolPresets -LogPluginManager: Mounting Engine plugin Niagara -LogPluginManager: Mounting Engine plugin NiagaraSimCaching -LogPluginManager: Mounting Engine plugin Interchange -LogPluginManager: Mounting Engine plugin NNEDenoiser -LogPluginManager: Mounting Engine plugin NNERuntimeORT -LogPluginManager: Mounting Engine plugin ActorLayerUtilities -LogPluginManager: Mounting Engine plugin InterchangeEditor -LogPluginManager: Mounting Engine plugin LauncherChunkInstaller LogPluginManager: Mounting Engine plugin InterchangeAssets -LogPluginManager: Mounting Engine plugin AndroidFileServer +LogPluginManager: Mounting Engine plugin InterchangeEditor +LogPluginManager: Mounting Engine plugin OculusXR +LogPluginManager: Mounting Engine plugin Interchange +LogPluginManager: Mounting Engine plugin EOSShared +LogPluginManager: Mounting Engine plugin OnlineBase +LogPluginManager: Mounting Engine plugin OnlineServices +LogPluginManager: Mounting Engine plugin OnlineSubsystem +LogPluginManager: Mounting Engine plugin OnlineSubsystemNull +LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils +LogPluginManager: Mounting Engine plugin LauncherChunkInstaller +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 ArchVisCharacter LogPluginManager: Mounting Engine plugin AppleImageUtils LogPluginManager: Mounting Engine plugin AppleMoviePlayer +LogPluginManager: Mounting Engine plugin ArchVisCharacter LogPluginManager: Mounting Engine plugin AssetTags LogPluginManager: Mounting Engine plugin AudioCapture LogPluginManager: Mounting Engine plugin AudioSynesthesia @@ -385,26 +177,26 @@ LogPluginManager: Mounting Engine plugin ComputeFramework LogPluginManager: Mounting Engine plugin CustomMeshComponent LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector LogPluginManager: Mounting Engine plugin GeometryCache -LogPluginManager: Mounting Engine plugin GoogleCloudMessaging LogPluginManager: Mounting Engine plugin GeometryProcessing +LogPluginManager: Mounting Engine plugin GoogleCloudMessaging LogPluginManager: Mounting Engine plugin GooglePAD -LogPluginManager: Mounting Engine plugin HairStrands LogPluginManager: Mounting Engine plugin InputDebugging LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector +LogPluginManager: Mounting Engine plugin HairStrands LogPluginManager: Mounting Engine plugin LinuxDeviceProfileSelector LogPluginManager: Mounting Engine plugin LocationServicesBPLibrary LogPluginManager: Mounting Engine plugin MeshModelingToolset LogPluginManager: Mounting Engine plugin Metasound -LogPluginManager: Mounting Engine plugin MsQuic LogPluginManager: Mounting Engine plugin MobilePatchingUtils +LogPluginManager: Mounting Engine plugin MsQuic LogPluginManager: Mounting Engine plugin OpenXR -LogPluginManager: Mounting Engine plugin OpenXRHandTracking LogPluginManager: Mounting Engine plugin OpenXREyeTracker -LogPluginManager: Mounting Engine plugin ProceduralMeshComponent +LogPluginManager: Mounting Engine plugin OpenXRHandTracking LogPluginManager: Mounting Engine plugin PropertyAccessEditor -LogPluginManager: Mounting Engine plugin RigVM -LogPluginManager: Mounting Engine plugin SignificanceManager +LogPluginManager: Mounting Engine plugin ProceduralMeshComponent LogPluginManager: Mounting Engine plugin ResonanceAudio +LogPluginManager: Mounting Engine plugin SignificanceManager +LogPluginManager: Mounting Engine plugin RigVM LogPluginManager: Mounting Engine plugin SoundFields LogPluginManager: Mounting Engine plugin StateTree LogPluginManager: Mounting Engine plugin Synthesis @@ -412,133 +204,84 @@ LogPluginManager: Mounting Engine plugin USDCore LogPluginManager: Mounting Engine plugin WaveTable LogPluginManager: Mounting Engine plugin WebMMoviePlayer LogPluginManager: Mounting Engine plugin WindowsDeviceProfileSelector -LogPluginManager: Mounting Engine plugin WindowsMoviePlayer LogPluginManager: Mounting Engine plugin XRBase +LogPluginManager: Mounting Engine plugin WindowsMoviePlayer +LogPluginManager: Mounting Engine plugin ActorSequence +LogPluginManager: Mounting Engine plugin AlembicImporter +LogPluginManager: Mounting Engine plugin LevelSequenceEditor +LogPluginManager: Mounting Engine plugin SequencerScripting +LogPluginManager: Mounting Engine plugin TemplateSequence LogPluginManager: Mounting Engine plugin Takes -LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay -LogPluginManager: Mounting Engine plugin XInputDevice -LogPluginManager: Mounting Engine plugin HoldoutComposite -LogPluginManager: Mounting Engine plugin ConcertMain -LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS -LogPluginManager: Mounting Engine plugin SkeletalMeshModelingTools -LogPluginManager: Mounting Engine plugin PortableObjectFileDataSource -LogPluginManager: Mounting Engine plugin LightMixer -LogPluginManager: Mounting Engine plugin BaseCharacterFXEditor -LogPluginManager: Mounting Engine plugin ObjectMixer -LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource -LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource -LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource -LogPluginManager: Mounting Engine plugin SQLiteCore -LogPluginManager: Mounting Engine plugin MetaHumanSDK -======= -LogPluginManager: Mounting Engine plugin AssetManagerEditor -LogPluginManager: Mounting Engine plugin PerforceSourceControl -LogPluginManager: Mounting Engine plugin BlueprintHeaderView -LogPluginManager: Mounting Engine plugin ChangelistReview -LogPluginManager: Mounting Engine plugin CryptoKeys -LogPluginManager: Mounting Engine plugin ColorGrading -LogPluginManager: Mounting Engine plugin DataValidation -LogPluginManager: Mounting Engine plugin CurveEditorTools -LogPluginManager: Mounting Engine plugin EditorScriptingUtilities -LogPluginManager: Mounting Engine plugin EditorDebugTools -LogPluginManager: Mounting Engine plugin EngineAssetDefinitions -LogPluginManager: Mounting Engine plugin FacialAnimation -LogPluginManager: Mounting Engine plugin GeometryMode -LogPluginManager: Mounting Engine plugin GameplayTagsEditor -LogPluginManager: Mounting Engine plugin MacGraphicsSwitching -LogPluginManager: Mounting Engine plugin MaterialAnalyzer -LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard -LogPluginManager: Mounting Engine plugin MeshLODToolset -LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode -LogPluginManager: Mounting Engine plugin ProxyLODPlugin -LogPluginManager: Mounting Engine plugin PluginBrowser -LogPluginManager: Mounting Engine plugin SequencerAnimTools -LogPluginManager: Mounting Engine plugin SpeedTreeImporter -LogPluginManager: Mounting Engine plugin StylusInput -LogPluginManager: Mounting Engine plugin UVEditor -LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities -LogPluginManager: Mounting Engine plugin UMGWidgetPreview +LogPluginManager: Mounting Engine plugin InterchangeTests +LogPluginManager: Mounting Engine plugin Paper2D +LogPluginManager: Mounting Engine plugin AISupport +LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor +LogPluginManager: Mounting Engine plugin AnimationModifierLibrary +LogPluginManager: Mounting Engine plugin AnimationData +LogPluginManager: Mounting Engine plugin ACLPlugin +LogPluginManager: Mounting Engine plugin ControlRig +LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis +LogPluginManager: Mounting Engine plugin ControlRigSpline +LogPluginManager: Mounting Engine plugin ControlRigModules +LogPluginManager: Mounting Engine plugin DeformerGraph +LogPluginManager: Mounting Engine plugin LiveLink +LogPluginManager: Mounting Engine plugin IKRig +LogPluginManager: Mounting Engine plugin RigLogic +LogPluginManager: Mounting Engine plugin CameraShakePreviewer +LogPluginManager: Mounting Engine plugin OodleNetwork +LogPluginManager: Mounting Engine plugin EngineCameras +LogPluginManager: Mounting Engine plugin GameplayCameras LogPluginManager: Mounting Engine plugin DatasmithContent LogPluginManager: Mounting Engine plugin GLTFExporter -LogPluginManager: Mounting Engine plugin VariantManager -LogPluginManager: Mounting Engine plugin NiagaraSimCaching LogPluginManager: Mounting Engine plugin VariantManagerContent +LogPluginManager: Mounting Engine plugin VariantManager LogPluginManager: Mounting Engine plugin Niagara -LogPluginManager: Mounting Engine plugin AlembicImporter -LogPluginManager: Mounting Engine plugin InterchangeAssets -LogPluginManager: Mounting Engine plugin Interchange -LogPluginManager: Mounting Engine plugin InterchangeEditor -LogPluginManager: Mounting Engine plugin TcpMessaging +LogPluginManager: Mounting Engine plugin NiagaraSimCaching +LogPluginManager: Mounting Engine plugin AndroidMedia +LogPluginManager: Mounting Engine plugin AvfMedia +LogPluginManager: Mounting Engine plugin ImgMedia +LogPluginManager: Mounting Engine plugin MediaCompositing +LogPluginManager: Mounting Engine plugin MediaPlayerEditor +LogPluginManager: Mounting Engine plugin MediaPlate +LogPluginManager: Mounting Engine plugin WebMMedia +LogPluginManager: Mounting Engine plugin WmfMedia LogPluginManager: Mounting Engine plugin NNEDenoiser -LogPluginManager: Mounting Engine plugin UdpMessaging -LogPluginManager: Mounting Engine plugin OculusXR LogPluginManager: Mounting Engine plugin NNERuntimeORT -LogPluginManager: Mounting Engine plugin EOSShared -LogPluginManager: Mounting Engine plugin OnlineBase -LogPluginManager: Mounting Engine plugin OnlineSubsystemNull -LogPluginManager: Mounting Engine plugin OnlineSubsystem -LogPluginManager: Mounting Engine plugin OnlineServices -LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils -LogPluginManager: Mounting Engine plugin LauncherChunkInstaller -LogPluginManager: Mounting Engine plugin InterchangeTests -LogPluginManager: Mounting Engine plugin BaseCharacterFXEditor -LogPluginManager: Mounting Engine plugin PortableObjectFileDataSource -LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS -LogPluginManager: Mounting Engine plugin MetaHumanSDK -LogPluginManager: Mounting Engine plugin ConcertMain -LogPluginManager: Mounting Engine plugin XInputDevice -LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay -LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource -LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource -LogPluginManager: Mounting Engine plugin LightMixer -LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource -LogPluginManager: Mounting Engine plugin ObjectMixer +LogPluginManager: Mounting Engine plugin UdpMessaging +LogPluginManager: Mounting Engine plugin TcpMessaging LogPluginManager: Mounting Engine plugin SkeletalMeshModelingTools +LogPluginManager: Mounting Engine plugin MetaHumanSDK +LogPluginManager: Mounting Engine plugin LightMixer +LogPluginManager: Mounting Engine plugin XInputDevice +LogPluginManager: Mounting Engine plugin BaseCharacterFXEditor +LogPluginManager: Mounting Engine plugin ObjectMixer LogPluginManager: Mounting Engine plugin HoldoutComposite +LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS LogPluginManager: Mounting Engine plugin SQLiteCore ->>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 +LogPluginManager: Mounting Engine plugin PortableObjectFileDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource +LogPluginManager: Mounting Engine plugin ConcertMain +LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource +LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay LogPluginManager: Mounting Engine plugin ConcertSyncClient LogPluginManager: Mounting Engine plugin ConcertSyncCore SourceControl: Revision control is disabled SourceControl: Revision control is disabled SourceControl: Revision control is disabled -LogNFORDenoise: NFORDenoise function starting up -LogStudioTelemetry: Display: Starting StudioTelemetry Module -LogStudioTelemetry: Started StudioTelemetry Session LogWindows: Failed to load 'WinPixGpuCapturer.dll' (GetLastError=126) LogWindows: File 'WinPixGpuCapturer.dll' does not exist PixWinPlugin: PIX capture plugin failed to initialize! Check that the process is launched from PIX. LogConfig: Applying CVar settings from Section [/Script/RenderDocPlugin.RenderDocPluginSettings] File [Engine] RenderDocPlugin: Display: RenderDoc plugin will not be loaded. Use '-AttachRenderDoc' on the cmd line or enable 'renderdoc.AutoAttach' in the plugin settings. -LogEOSSDK: Initializing EOSSDK Version:1.17.0-39599718 -LogInit: Using libcurl 8.4.0 -LogInit: - built for Windows -LogInit: - supports SSL with OpenSSL/1.1.1t -LogInit: - supports HTTP deflate (compression) using libz 1.3 -LogInit: - other features: -LogInit: CURL_VERSION_SSL -LogInit: CURL_VERSION_LIBZ -LogInit: CURL_VERSION_IPV6 -LogInit: CURL_VERSION_ASYNCHDNS -LogInit: CURL_VERSION_LARGEFILE -LogInit: CURL_VERSION_HTTP2 -LogInit: CurlRequestOptions (configurable via config and command line): -LogInit: - bVerifyPeer = true - Libcurl will verify peer certificate -LogInit: - bUseHttpProxy = false - Libcurl will NOT use HTTP proxy -LogInit: - bDontReuseConnections = false - Libcurl will reuse connections -LogInit: - MaxHostConnections = 16 - Libcurl will limit the number of connections to a host -LogInit: - LocalHostAddr = Default -LogInit: - BufferSize = 65536 -LogInit: CreateHttpThread using FCurlMultiPollEventLoopHttpThread -LogInit: Creating http thread with maximum 2147483647 concurrent requests -LogInit: WinSock: version 1.1 (2.2), MaxSocks=32767, MaxUdp=65467 -LogOnline: OSS: Created online subsystem instance for: NULL -LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL] +LogNFORDenoise: NFORDenoise function starting up +LogStudioTelemetry: Display: Starting StudioTelemetry Module +LogStudioTelemetry: Started StudioTelemetry Session LogOculusPluginWrapper: OculusPlugin initialized successfully LogOVRPlugin: Display: CompositorOpenXR::PreInitialize(activity = 0000000000000000, apiType = 0, preinitializeFlags=0x10) LogOVRPlugin: Display: Support Non-Oculus runtime: NO LogOVRPlugin: Display: -- Set xrGetInstanceProcAddr to OpenXR Loader -LogOVRPlugin: Display: Available Extensions: (67) +LogOVRPlugin: Display: Available Extensions: (72) LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 @@ -573,6 +316,11 @@ LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_passthrough SpecVersion=4 +LogOVRPlugin: Display: Name=XR_META_passthrough_layer_resumed_event SpecVersion=1 +LogOVRPlugin: Display: Name=XR_FB_triangle_mesh SpecVersion=2 +LogOVRPlugin: Display: Name=XR_META_passthrough_color_lut SpecVersion=1 +LogOVRPlugin: Display: Name=XR_META_passthrough_preferences SpecVersion=1 LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 @@ -616,12 +364,7 @@ LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_cr LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 -LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough -LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands -LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut -LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences -LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range @@ -635,17 +378,11 @@ LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future LogOVRPlugin: Display: Available Layers: (0) LogOVRPlugin: Display: Preinitialize: xrCreateInstance() succeeded -LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.108.0 +LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.109.0 LogOVRPlugin: Display: OpenXR runtime supports XR_META_headset_id extension -<<<<<<< HEAD LogOVRPlugin: Display: Preinitialize: xrGetSystem() succeeded. xrSystemId 20 LogOVRPlugin: Display: OpenXR headset id system properties: id 525078A55AAB4DC9B8021EBD6C7CFFF4 -======= -LogOVRPlugin: Display: Preinitialize: xrGetSystem() succeeded. xrSystemId 23 -LogOVRPlugin: Display: OpenXR headset id system properties: - id 6409E3B350894ED6868EAAED82DA3676 ->>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 LogOVRPlugin: Display: VkInstanceExtensions: LogOVRPlugin: Display: VK_KHR_surface LogOVRPlugin: Display: VK_KHR_external_memory_capabilities @@ -666,25 +403,12 @@ LogOVRPlugin: Display: VK_KHR_dedicated_allocation LogOVRPlugin: Display: Preinitialize: xrDestroyInstance() succeeded LogOVRPlugin: CompositorOpenXR::PreInitialize() -- succeeded LogOVRPlugin: Display: ProfilerSystem: verbose mode 0 -<<<<<<< HEAD -LogOVRPlugin: Display: OVRPlugin 1.108.0 ... preinitialized -======= LogOVRPlugin: Display: OVRPlugin 1.106.0 ... preinitialized ->>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 LogHMD: Could not determine HMD display adapter LogHMD: Could not determine HMD audio input device LogHMD: Could not determine HMD audio output device LogHMD: FOculusXRHMDModule PreInit successfully LogOcInput: OculusXRInput pre-init called -<<<<<<< HEAD -LogNFORDenoise: NFORDenoise function starting up -LogStudioTelemetry: Display: Starting StudioTelemetry Module -LogStudioTelemetry: Started StudioTelemetry Session -LogInit: ExecutableName: UnrealEditor.exe -LogInit: Build: ++UE5+Release-5.5-CL-40574608 -LogInit: Platform=WindowsEditor -LogInit: MachineId=315497cc433deb7e1260d4a4a6b2ff32 -======= LogEOSSDK: Initializing EOSSDK Version:1.17.0-39599718 LogInit: Using libcurl 8.4.0 LogInit: - built for Windows @@ -712,28 +436,19 @@ LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL] LogInit: ExecutableName: UnrealEditor.exe LogInit: Build: ++UE5+Release-5.5-CL-40574608 LogInit: Platform=WindowsEditor -LogInit: MachineId=0263ee444c1e3b1c1bf18c9ea6cc2ba4 ->>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 +LogInit: MachineId=f8948757445f7d9f695488bec9c33013 LogInit: DeviceId= LogInit: Engine Version: 5.5.4-40574608+++UE5+Release-5.5 LogInit: Compatible Engine Version: 5.5.0-37670630+++UE5+Release-5.5 LogInit: Net CL: 37670630 -<<<<<<< HEAD -LogInit: OS: Windows 11 (24H2) [10.0.26100.4061] (), CPU: Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz, GPU: NVIDIA GeForce RTX 3060 -======= -LogInit: OS: Windows 10 (22H2) [10.0.19045.5854] (), CPU: AMD Ryzen 9 3900X 12-Core Processor , GPU: NVIDIA GeForce RTX 2080 SUPER ->>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 +LogInit: OS: Windows 11 (24H2) [10.0.26100.4061] (), CPU: AMD Ryzen 5 2600X Six-Core Processor , GPU: NVIDIA GeForce GTX 1080 LogInit: Compiled (64-bit): Mar 7 2025 14:49:53 LogInit: Architecture: x64 LogInit: Compiled with Visual C++: 19.38.33130.00 LogInit: Build Configuration: Development LogInit: Branch Name: ++UE5+Release-5.5 LogInit: Command Line: -<<<<<<< HEAD -LogInit: Base Directory: E:/UE_5.5/Engine/Binaries/Win64/ -======= -LogInit: Base Directory: D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/Win64/ ->>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 +LogInit: Base Directory: A:/Epic Games/UE_5.5/Engine/Binaries/Win64/ LogInit: Allocator: Mimalloc LogInit: Installed Engine Build: 1 LogInit: This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no @@ -774,365 +489,184 @@ LogDevObjectVersion: UE5-PrivateFrosty (59DA5D52-1232-4948-B878-597870B8E98B): LogDevObjectVersion: Dev-MediaFramework (6F0ED827-A609-4895-9C91-998D90180EA4): 2 LogDevObjectVersion: Dev-NaniteResearch (30D58BE3-95EA-4282-A6E3-B159D8EBB06A): 1 LogDevObjectVersion: Dev-ComputeFramework (6304A3E7-0059-4F59-8CFC-21BD7721FD4E): 0 -<<<<<<< HEAD -LogConfig: Branch 'EditorLayout' had been unloaded. Reloading on-demand took 0.76ms -LogConfig: Branch 'Bridge' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'ChaosCloth' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'CmdLinkServer' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'FastBuildController' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'MeshPainting' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'RenderGraphInsights' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'UbaController' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'WorldMetrics' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'XGEController' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'AnimationSharing' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'CLionSourceCodeAccess' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'CodeLiteSourceCodeAccess' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'DumpGPUServices' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'GitSourceControl' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'KDevelopSourceCodeAccess' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'N10XSourceCodeAccess' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'NullSourceCodeAccess' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'PerforceSourceControl' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'PixWinPlugin' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'PlasticSourceControl' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'PluginUtils' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'PropertyAccessNode' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'RenderDocPlugin' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'SubversionSourceControl' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'RiderSourceCodeAccess' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'TextureFormatOodle' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'UObjectPlugin' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'VisualStudioCodeSourceCodeAccess' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'VisualStudioSourceCodeAccess' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'XCodeSourceCodeAccess' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'VariantManager' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'AlembicImporter' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'AndroidMedia' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'AvfMedia' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'MediaCompositing' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'ImgMedia' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'MediaPlate' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'MediaPlayerEditor' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'WmfMedia' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'WebMMedia' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'ActorSequence' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'LevelSequenceEditor' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'SequencerScripting' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'TemplateSequence' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'EOSShared' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'OnlineBase' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'OnlineServices' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'OnlineSubsystem' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'OnlineSubsystemNull' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'OnlineSubsystemUtils' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'UdpMessaging' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'TcpMessaging' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'InterchangeTests' had been unloaded. Reloading on-demand took 0.10ms -LogCoreRedirects: AddRedirect(C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Saved/Config/WindowsEditor/OculusXR.ini) has wildcard redirect /OculusVR/, these are very slow and should be resolved as soon as possible! Please refer to the documentation in Engine/Config/BaseEngine.ini. -LogCoreRedirects: AddRedirect(C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Saved/Config/WindowsEditor/OculusXR.ini) has wildcard redirect /MRUtilityKit/, these are very slow and should be resolved as soon as possible! Please refer to the documentation in Engine/Config/BaseEngine.ini. -LogConfig: Branch 'AISupport' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'EnvironmentQueryEditor' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'ACLPlugin' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'AnimationData' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'AnimationModifierLibrary' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'ControlRigSpline' had been unloaded. Reloading on-demand took 0.12ms -LogConfig: Branch 'BlendSpaceMotionAnalysis' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'ControlRigModules' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'RigLogic' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'CameraShakePreviewer' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'EngineCameras' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'OodleNetwork' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'AssetManagerEditor' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'BlueprintHeaderView' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'ColorGrading' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'ChangelistReview' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'CryptoKeys' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'CurveEditorTools' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'EngineAssetDefinitions' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'DataValidation' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'EditorDebugTools' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'FacialAnimation' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'GeometryMode' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'GameplayTagsEditor' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'MacGraphicsSwitching' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'MeshLODToolset' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'MaterialAnalyzer' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'ModelingToolsEditorMode' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'MobileLauncherProfileWizard' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'PluginBrowser' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'ProxyLODPlugin' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'SpeedTreeImporter' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'SequencerAnimTools' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'StylusInput' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'UVEditor' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'WorldPartitionHLODUtilities' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'UMGWidgetPreview' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'AdvancedRenamer' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'AutomationUtils' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'BackChannel' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'ChaosCaching' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'ChaosEditor' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'ChaosNiagara' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'ChaosSolverPlugin' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'ChaosUserDataPT' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'CharacterAI' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'Dataflow' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'EditorDataStorage' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'EditorPerformance' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'EditorTelemetry' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'Fracture' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'GeometryFlow' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'GeometryCollectionPlugin' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'LocalizableMessage' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'LowLevelNetTrace' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'MeshModelingToolsetExp' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'NFORDenoise' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'PlanarCut' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'PlatformCrypto' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'PythonScriptPlugin' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'SkeletalReduction' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'StudioTelemetry' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'NiagaraSimCaching' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'NNEDenoiser' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'NNERuntimeORT' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'ActorLayerUtilities' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'InterchangeEditor' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'LauncherChunkInstaller' had been unloaded. Reloading on-demand took 0.12ms -LogConfig: Branch 'AndroidFileServer' had been unloaded. Reloading on-demand took 0.12ms -LogConfig: Branch 'AndroidDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'AndroidMoviePlayer' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'AndroidPermission' had been unloaded. Reloading on-demand took 0.12ms -LogConfig: Branch 'ArchVisCharacter' had been unloaded. Reloading on-demand took 0.14ms -LogConfig: Branch 'AppleImageUtils' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'AppleMoviePlayer' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'AssetTags' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'AudioCapture' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'AudioSynesthesia' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'AudioWidgets' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'CableComponent' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'ChunkDownloader' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'ComputeFramework' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'CustomMeshComponent' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'ExampleDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'GeometryCache' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'GoogleCloudMessaging' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'GeometryProcessing' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'GooglePAD' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'InputDebugging' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'IOSDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'LinuxDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'LocationServicesBPLibrary' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'MeshModelingToolset' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'MsQuic' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'MobilePatchingUtils' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'OpenXR' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'OpenXRHandTracking' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'OpenXREyeTracker' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'ProceduralMeshComponent' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'PropertyAccessEditor' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'SignificanceManager' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'ResonanceAudio' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'SoundFields' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'WaveTable' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'WebMMoviePlayer' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'WindowsDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'WindowsMoviePlayer' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'XRBase' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'OnlineSubsystemGooglePlay' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'XInputDevice' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'ConcertMain' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'OnlineSubsystemIOS' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'SkeletalMeshModelingTools' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'PortableObjectFileDataSource' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'LightMixer' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'BaseCharacterFXEditor' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'ObjectMixer' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'ContentBrowserClassDataSource' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'ContentBrowserFileDataSource' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'ContentBrowserAssetDataSource' had been unloaded. Reloading on-demand took 0.10ms -LogConfig: Branch 'SQLiteCore' had been unloaded. Reloading on-demand took 0.11ms -LogConfig: Branch 'ConcertSyncClient' had been unloaded. Reloading on-demand took 0.11ms -======= -LogConfig: Branch 'EditorLayout' had been unloaded. Reloading on-demand took 1.16ms -LogConfig: Branch 'Bridge' had been unloaded. Reloading on-demand took 0.14ms -LogConfig: Branch 'ChaosCloth' had been unloaded. Reloading on-demand took 0.18ms -LogConfig: Branch 'CmdLinkServer' had been unloaded. Reloading on-demand took 0.14ms -LogConfig: Branch 'FastBuildController' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'MeshPainting' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'RenderGraphInsights' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'UbaController' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'WorldMetrics' had been unloaded. Reloading on-demand took 0.25ms -LogConfig: Branch 'XGEController' had been unloaded. Reloading on-demand took 0.16ms -LogConfig: Branch 'AdvancedRenamer' had been unloaded. Reloading on-demand took 0.15ms -LogConfig: Branch 'AutomationUtils' had been unloaded. Reloading on-demand took 0.14ms -LogConfig: Branch 'BackChannel' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'ChaosCaching' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'EditorLayout' had been unloaded. Reloading on-demand took 0.98ms +LogConfig: Branch 'Bridge' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ChaosCloth' had been unloaded. Reloading on-demand took 0.11ms +LogConfig: Branch 'CmdLinkServer' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'FastBuildController' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'MeshPainting' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'RenderGraphInsights' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'UbaController' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'WorldMetrics' had been unloaded. Reloading on-demand took 0.11ms +LogConfig: Branch 'XGEController' had been unloaded. Reloading on-demand took 0.11ms +LogConfig: Branch 'AnimationSharing' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'CLionSourceCodeAccess' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'CodeLiteSourceCodeAccess' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'DumpGPUServices' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'GitSourceControl' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'KDevelopSourceCodeAccess' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'NullSourceCodeAccess' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'N10XSourceCodeAccess' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'PerforceSourceControl' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'PixWinPlugin' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'PluginUtils' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'PlasticSourceControl' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'PropertyAccessNode' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'RenderDocPlugin' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'SubversionSourceControl' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'RiderSourceCodeAccess' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'TextureFormatOodle' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'VisualStudioCodeSourceCodeAccess' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'UObjectPlugin' had been unloaded. Reloading on-demand took 0.21ms +LogConfig: Branch 'VisualStudioSourceCodeAccess' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'AssetManagerEditor' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'XCodeSourceCodeAccess' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'BlueprintHeaderView' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ColorGrading' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ChangelistReview' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'CurveEditorTools' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'CryptoKeys' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'DataValidation' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'EditorDebugTools' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'FacialAnimation' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'EngineAssetDefinitions' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'GameplayTagsEditor' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'GeometryMode' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'MacGraphicsSwitching' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'MeshLODToolset' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'MaterialAnalyzer' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'MobileLauncherProfileWizard' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ModelingToolsEditorMode' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'PluginBrowser' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ProxyLODPlugin' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'SequencerAnimTools' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'SpeedTreeImporter' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'UMGWidgetPreview' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'StylusInput' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'UVEditor' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'AdvancedRenamer' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'WorldPartitionHLODUtilities' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'BackChannel' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'AutomationUtils' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ChaosCaching' had been unloaded. Reloading on-demand took 0.12ms LogConfig: Branch 'ChaosEditor' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'ChaosNiagara' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'ChaosSolverPlugin' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'ChaosUserDataPT' had been unloaded. Reloading on-demand took 0.14ms -LogConfig: Branch 'CharacterAI' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'Dataflow' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'EditorDataStorage' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'EditorPerformance' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'EditorTelemetry' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'Fracture' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'GeometryFlow' had been unloaded. Reloading on-demand took 0.14ms -LogConfig: Branch 'GeometryCollectionPlugin' had been unloaded. Reloading on-demand took 0.14ms -LogConfig: Branch 'LocalizableMessage' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'LowLevelNetTrace' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'MeshModelingToolsetExp' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'NFORDenoise' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'PlatformCrypto' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'PlanarCut' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'PythonScriptPlugin' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'SkeletalReduction' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'StudioTelemetry' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'AndroidMedia' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'AvfMedia' had been unloaded. Reloading on-demand took 0.12ms -LogConfig: Branch 'ImgMedia' had been unloaded. Reloading on-demand took 0.14ms -LogConfig: Branch 'MediaCompositing' had been unloaded. Reloading on-demand took 0.12ms -LogConfig: Branch 'MediaPlayerEditor' had been unloaded. Reloading on-demand took 0.12ms -LogConfig: Branch 'MediaPlate' had been unloaded. Reloading on-demand took 0.12ms -LogConfig: Branch 'ActorSequence' had been unloaded. Reloading on-demand took 0.14ms -LogConfig: Branch 'WebMMedia' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'LevelSequenceEditor' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'WmfMedia' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'SequencerScripting' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'TemplateSequence' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'ActorLayerUtilities' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'AndroidFileServer' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'AndroidDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ChaosNiagara' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ChaosSolverPlugin' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ChaosUserDataPT' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'CharacterAI' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'Dataflow' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'EditorDataStorage' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'EditorTelemetry' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'EditorPerformance' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'Fracture' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'GeometryFlow' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'GeometryCollectionPlugin' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'LocalizableMessage' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'LowLevelNetTrace' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'MeshModelingToolsetExp' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'NFORDenoise' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'PlanarCut' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'PlatformCrypto' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'PythonScriptPlugin' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'SkeletalReduction' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'StudioTelemetry' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'InterchangeEditor' had been unloaded. Reloading on-demand took 0.13ms +LogCoreRedirects: AddRedirect(A:/Documents/Unreal Projects/Wizzard/HandyMann/Saved/Config/WindowsEditor/OculusXR.ini) has wildcard redirect /OculusVR/, these are very slow and should be resolved as soon as possible! Please refer to the documentation in Engine/Config/BaseEngine.ini. +LogCoreRedirects: AddRedirect(A:/Documents/Unreal Projects/Wizzard/HandyMann/Saved/Config/WindowsEditor/OculusXR.ini) has wildcard redirect /MRUtilityKit/, these are very slow and should be resolved as soon as possible! Please refer to the documentation in Engine/Config/BaseEngine.ini. +LogConfig: Branch 'EOSShared' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'OnlineBase' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'OnlineServices' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'OnlineSubsystem' had been unloaded. Reloading on-demand took 0.11ms +LogConfig: Branch 'OnlineSubsystemNull' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'OnlineSubsystemUtils' had been unloaded. Reloading on-demand took 0.11ms +LogConfig: Branch 'LauncherChunkInstaller' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ActorLayerUtilities' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'AndroidDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'AndroidFileServer' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'AndroidMoviePlayer' had been unloaded. Reloading on-demand took 0.12ms LogConfig: Branch 'AndroidPermission' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'AndroidMoviePlayer' had been unloaded. Reloading on-demand took 0.14ms -LogConfig: Branch 'AppleImageUtils' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AppleImageUtils' had been unloaded. Reloading on-demand took 0.12ms LogConfig: Branch 'AppleMoviePlayer' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'ArchVisCharacter' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ArchVisCharacter' had been unloaded. Reloading on-demand took 0.12ms LogConfig: Branch 'AssetTags' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'AudioCapture' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'AudioWidgets' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'ChunkDownloader' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'CableComponent' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'AudioCapture' had been unloaded. Reloading on-demand took 0.12ms LogConfig: Branch 'AudioSynesthesia' had been unloaded. Reloading on-demand took 0.12ms -LogConfig: Branch 'ComputeFramework' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'CustomMeshComponent' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'AudioWidgets' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'CableComponent' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ChunkDownloader' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ComputeFramework' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'CustomMeshComponent' had been unloaded. Reloading on-demand took 0.12ms LogConfig: Branch 'ExampleDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'GeometryCache' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'GeometryProcessing' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'GoogleCloudMessaging' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'GooglePAD' had been unloaded. Reloading on-demand took 0.14ms -LogConfig: Branch 'InputDebugging' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'IOSDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'GeometryCache' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'GeometryProcessing' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'GoogleCloudMessaging' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'GooglePAD' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'InputDebugging' had been unloaded. Reloading on-demand took 0.11ms +LogConfig: Branch 'IOSDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.12ms LogConfig: Branch 'LinuxDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'LocationServicesBPLibrary' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'MeshModelingToolset' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'LocationServicesBPLibrary' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'MeshModelingToolset' had been unloaded. Reloading on-demand took 0.12ms LogConfig: Branch 'MobilePatchingUtils' had been unloaded. Reloading on-demand took 0.13ms LogConfig: Branch 'MsQuic' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'OpenXREyeTracker' had been unloaded. Reloading on-demand took 0.12ms LogConfig: Branch 'OpenXR' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'OpenXREyeTracker' had been unloaded. Reloading on-demand took 0.12ms LogConfig: Branch 'OpenXRHandTracking' had been unloaded. Reloading on-demand took 0.12ms LogConfig: Branch 'PropertyAccessEditor' had been unloaded. Reloading on-demand took 0.12ms LogConfig: Branch 'ProceduralMeshComponent' had been unloaded. Reloading on-demand took 0.12ms -LogConfig: Branch 'ResonanceAudio' had been unloaded. Reloading on-demand took 0.14ms -LogConfig: Branch 'SignificanceManager' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'SoundFields' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'WaveTable' had been unloaded. Reloading on-demand took 0.14ms -LogConfig: Branch 'WebMMoviePlayer' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'WindowsDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'WindowsMoviePlayer' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'XRBase' had been unloaded. Reloading on-demand took 0.18ms -LogConfig: Branch 'EnvironmentQueryEditor' had been unloaded. Reloading on-demand took 0.17ms -LogConfig: Branch 'AISupport' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'AnimationData' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'ACLPlugin' had been unloaded. Reloading on-demand took 0.12ms -LogConfig: Branch 'AnimationModifierLibrary' had been unloaded. Reloading on-demand took 0.14ms -LogConfig: Branch 'BlendSpaceMotionAnalysis' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ResonanceAudio' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'SignificanceManager' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'SoundFields' had been unloaded. Reloading on-demand took 0.23ms +LogConfig: Branch 'WaveTable' had been unloaded. Reloading on-demand took 0.21ms +LogConfig: Branch 'WebMMoviePlayer' had been unloaded. Reloading on-demand took 0.20ms +LogConfig: Branch 'WindowsDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.21ms +LogConfig: Branch 'XRBase' had been unloaded. Reloading on-demand took 0.19ms +LogConfig: Branch 'WindowsMoviePlayer' had been unloaded. Reloading on-demand took 0.20ms +LogConfig: Branch 'ActorSequence' had been unloaded. Reloading on-demand took 0.20ms +LogConfig: Branch 'AlembicImporter' had been unloaded. Reloading on-demand took 0.20ms +LogConfig: Branch 'LevelSequenceEditor' had been unloaded. Reloading on-demand took 0.21ms +LogConfig: Branch 'SequencerScripting' had been unloaded. Reloading on-demand took 0.28ms +LogConfig: Branch 'TemplateSequence' had been unloaded. Reloading on-demand took 0.19ms +LogConfig: Branch 'InterchangeTests' had been unloaded. Reloading on-demand took 0.20ms +LogConfig: Branch 'AISupport' had been unloaded. Reloading on-demand took 0.19ms +LogConfig: Branch 'EnvironmentQueryEditor' had been unloaded. Reloading on-demand took 0.21ms +LogConfig: Branch 'AnimationModifierLibrary' had been unloaded. Reloading on-demand took 0.19ms +LogConfig: Branch 'AnimationData' had been unloaded. Reloading on-demand took 0.19ms +LogConfig: Branch 'ACLPlugin' had been unloaded. Reloading on-demand took 0.19ms +LogConfig: Branch 'BlendSpaceMotionAnalysis' had been unloaded. Reloading on-demand took 0.35ms +LogConfig: Branch 'ControlRigSpline' had been unloaded. Reloading on-demand took 0.14ms LogConfig: Branch 'ControlRigModules' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'ControlRigSpline' had been unloaded. Reloading on-demand took 0.12ms -LogConfig: Branch 'RigLogic' had been unloaded. Reloading on-demand took 0.15ms -LogConfig: Branch 'CameraShakePreviewer' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'EngineCameras' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'AnimationSharing' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'OodleNetwork' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'CodeLiteSourceCodeAccess' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'DumpGPUServices' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'GitSourceControl' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'KDevelopSourceCodeAccess' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'N10XSourceCodeAccess' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'PixWinPlugin' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'CLionSourceCodeAccess' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'PlasticSourceControl' had been unloaded. Reloading on-demand took 0.14ms -LogConfig: Branch 'PluginUtils' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'PropertyAccessNode' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'NullSourceCodeAccess' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'RenderDocPlugin' had been unloaded. Reloading on-demand took 0.12ms -LogConfig: Branch 'RiderSourceCodeAccess' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'TextureFormatOodle' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'SubversionSourceControl' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'UObjectPlugin' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'VisualStudioCodeSourceCodeAccess' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'VisualStudioSourceCodeAccess' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'XCodeSourceCodeAccess' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'AssetManagerEditor' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'PerforceSourceControl' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'BlueprintHeaderView' had been unloaded. Reloading on-demand took 0.14ms -LogConfig: Branch 'ChangelistReview' had been unloaded. Reloading on-demand took 0.14ms -LogConfig: Branch 'CryptoKeys' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'ColorGrading' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'DataValidation' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'CurveEditorTools' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'EditorDebugTools' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'EngineAssetDefinitions' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'FacialAnimation' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'GeometryMode' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'GameplayTagsEditor' had been unloaded. Reloading on-demand took 0.14ms -LogConfig: Branch 'MacGraphicsSwitching' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'MaterialAnalyzer' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'MobileLauncherProfileWizard' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'MeshLODToolset' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'ModelingToolsEditorMode' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'ProxyLODPlugin' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'PluginBrowser' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'SequencerAnimTools' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'SpeedTreeImporter' had been unloaded. Reloading on-demand took 0.12ms -LogConfig: Branch 'StylusInput' had been unloaded. Reloading on-demand took 0.12ms -LogConfig: Branch 'UVEditor' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'WorldPartitionHLODUtilities' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'UMGWidgetPreview' had been unloaded. Reloading on-demand took 0.12ms -LogConfig: Branch 'VariantManager' had been unloaded. Reloading on-demand took 0.14ms -LogConfig: Branch 'NiagaraSimCaching' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'AlembicImporter' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'InterchangeEditor' had been unloaded. Reloading on-demand took 0.14ms -LogConfig: Branch 'TcpMessaging' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'NNEDenoiser' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'UdpMessaging' had been unloaded. Reloading on-demand took 0.13ms -LogCoreRedirects: AddRedirect(D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Config/WindowsEditor/OculusXR.ini) has wildcard redirect /OculusVR/, these are very slow and should be resolved as soon as possible! Please refer to the documentation in Engine/Config/BaseEngine.ini. -LogCoreRedirects: AddRedirect(D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Config/WindowsEditor/OculusXR.ini) has wildcard redirect /MRUtilityKit/, these are very slow and should be resolved as soon as possible! Please refer to the documentation in Engine/Config/BaseEngine.ini. +LogConfig: Branch 'RigLogic' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'CameraShakePreviewer' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'OodleNetwork' had been unloaded. Reloading on-demand took 0.18ms +LogConfig: Branch 'EngineCameras' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'VariantManager' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'NiagaraSimCaching' had been unloaded. Reloading on-demand took 0.16ms +LogConfig: Branch 'AndroidMedia' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'AvfMedia' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ImgMedia' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'MediaCompositing' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'MediaPlayerEditor' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'MediaPlate' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'WebMMedia' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'WmfMedia' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'NNEDenoiser' had been unloaded. Reloading on-demand took 0.14ms LogConfig: Branch 'NNERuntimeORT' had been unloaded. Reloading on-demand took 0.14ms -LogConfig: Branch 'EOSShared' had been unloaded. Reloading on-demand took 0.15ms -LogConfig: Branch 'OnlineBase' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'OnlineSubsystemNull' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'OnlineSubsystem' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'OnlineServices' had been unloaded. Reloading on-demand took 0.12ms -LogConfig: Branch 'OnlineSubsystemUtils' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'LauncherChunkInstaller' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'InterchangeTests' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'BaseCharacterFXEditor' had been unloaded. Reloading on-demand took 0.14ms -LogConfig: Branch 'PortableObjectFileDataSource' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'UdpMessaging' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'TcpMessaging' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'SkeletalMeshModelingTools' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'LightMixer' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'XInputDevice' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'BaseCharacterFXEditor' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ObjectMixer' had been unloaded. Reloading on-demand took 0.12ms LogConfig: Branch 'OnlineSubsystemIOS' had been unloaded. Reloading on-demand took 0.12ms -LogConfig: Branch 'ConcertMain' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'XInputDevice' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'OnlineSubsystemGooglePlay' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'ContentBrowserAssetDataSource' had been unloaded. Reloading on-demand took 0.14ms +LogConfig: Branch 'SQLiteCore' had been unloaded. Reloading on-demand took 0.15ms +LogConfig: Branch 'PortableObjectFileDataSource' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ContentBrowserAssetDataSource' had been unloaded. Reloading on-demand took 0.13ms +LogConfig: Branch 'ConcertMain' had been unloaded. Reloading on-demand took 0.12ms LogConfig: Branch 'ContentBrowserClassDataSource' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'LightMixer' had been unloaded. Reloading on-demand took 0.12ms -LogConfig: Branch 'ContentBrowserFileDataSource' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'ObjectMixer' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'SkeletalMeshModelingTools' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'SQLiteCore' had been unloaded. Reloading on-demand took 0.13ms -LogConfig: Branch 'ConcertSyncClient' had been unloaded. Reloading on-demand took 0.13ms ->>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 +LogConfig: Branch 'ContentBrowserFileDataSource' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'OnlineSubsystemGooglePlay' had been unloaded. Reloading on-demand took 0.12ms +LogConfig: Branch 'ConcertSyncClient' had been unloaded. Reloading on-demand took 0.12ms LogInit: Presizing for max 25165824 objects, including 0 objects not considered by GC. LogStreaming: Display: AsyncLoading2 - Created: Event Driven Loader: false, Async Loading Thread: false, Async Post Load: false LogStreaming: Display: AsyncLoading2 - Initialized @@ -1154,39719 +688,12817 @@ LogConfig: Set CVar [[r.PSOPrecache.GlobalShaders:1]] LogConfig: Set CVar [[r.DynamicRes.DynamicFrameTime:1]] LogConfig: Set CVar [[r.VRS.EnableSoftware:1]] LogConfig: Set CVar [[r.VRS.ContrastAdaptiveShading:1]] -<<<<<<< HEAD -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[r.VSync:0]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[r.RHICmdBypass:0]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine] -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]] -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[r.ForwardShading:1]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[r.MobileHDR:0]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[vr.MobileMultiView:1]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[vr.InstancedStereo:1]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure:0]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[r.DefaultFeature.AmbientOcclusion:0]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[r.DefaultFeature.AmbientOcclusionStaticFraction:0]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[r.DefaultFeature.MotionBlur:0]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[r.Mobile.UseHWsRGBEncoding:1]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.HighlightContrastScale:0.8]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.ShadowContrastScale:0.8]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[r.ReflectionMethod:1]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[r.Mobile.AntiAliasing:3]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[r.AntiAliasingMethod:3]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[r.AllowStaticLighting:1]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[r.SkinCache.CompileShaders:1]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[r.RayTracing:1]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[r.Shaders.RemoveUnusedInterpolators:1]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[r.Shadow.DetectVertexShaderLayerAtRuntime:1]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine] -[2025.05.25-17.10.55:506][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]] -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]] -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[gc.AllowParallelGC:1]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[gc.CreateGCClusters:1]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Set CVar [[gc.GarbageEliminationEnabled:1]] -[2025.05.25-17.10.55:506][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine] -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine] -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[DefaultASTCQualityBySpeed:2]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[DefaultASTCQualityBySizeHQ:4]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:AmbientSound]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[VersionedIntRValues:r.MaterialEditor.LWCTruncateMode]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[VersionedIntRValues:r.Mobile.DBuffer]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created -[2025.05.25-17.10.55:506][ 0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created -[2025.05.25-17.10.55:507][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.FXAA.Quality:4]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:200]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.TSR.ReprojectionField:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.TSR.Resurrection:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.LightFunctionQuality:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.ShadowQuality:5]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.VolumetricFog:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.CapsuleShadows:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectionalMoving:-1.5]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocalMoving:1.0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.DistanceFieldAO:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.AOQuality:2]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.FullResDepth:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ShortRangeAO.HardwareRayTracing:0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.RayTracing.Scene.BuildMode:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.SSR.Quality:3]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.MaxRoughnessToTraceForFoliage:0.4]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.MaxRoughnessToEvaluateRoughSpecularForFoliage:0.8]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.TonemapMode:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.MinWeight:0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.MotionBlurQuality:4]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.LensFlareQuality:2]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.BloomQuality:5]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:50.000]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.FastBlurThreshold:100]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Upscale.Quality:3]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.LightShaftQuality:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Filter.SizeScale:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.DOF.Gather.ResolutionDivisor:2 ; lower gathering resolution]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1 ; higher gathering accumulator quality]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1 ; Median3x3 postfilering method]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0 ; no bokeh simulation when gathering]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4 ; medium number of samples when gathering]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1 ; additive foreground scattering]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2 ; additive background scattering]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1 ; bokeh simulation when scattering]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1 ; only a maximum of 10% of scattered bokeh]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1 ; cheap slight out of focus]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0 ; no bokeh simulation on slight out of focus]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1 ; more stable temporal accumulation]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Streaming.MipBias:0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Streaming.Boost:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.MaxAnisotropy:8]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.RefractionQuality:2]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.SceneColorFormat:4]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.DetailMode:3]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.SSS.Scale:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.SSS.SampleSet:2]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.SSS.Quality:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.SSS.HalfRes:0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.SSGI.Quality:3]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.ParticleLightQuality:2]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[fx.Niagara.QualityLevel:3]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.Refraction.OffsetQuality:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.HeterogeneousVolumes.DownsampleFactor:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.HeterogeneousVolumes.MaxStepCount:512]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.HeterogeneousVolumes.Shadows.Resolution:512]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[foliage.DensityScale:1.0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[grass.DensityScale:1.0]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]] -[2025.05.25-17.10.55:507][ 0]LogConfig: Applying CVar settings from Section [LandscapeQuality@3] File [Scalability] -[2025.05.25-17.10.55:512][ 0]LogRHI: Using Default RHI: D3D12 -[2025.05.25-17.10.55:512][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 -[2025.05.25-17.10.55:512][ 0]LogRHI: Loading RHI module D3D12RHI -[2025.05.25-17.10.55:516][ 0]LogD3D12RHI: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). -[2025.05.25-17.10.55:516][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. -[2025.05.25-17.10.55:696][ 0]LogD3D12RHI: Found D3D12 adapter 0: NVIDIA GeForce RTX 3060 (VendorId: 10de, DeviceId: 2504, SubSysId: 40e21458, Revision: 00a1 -[2025.05.25-17.10.55:696][ 0]LogD3D12RHI: Max supported Feature Level 12_2, shader model 6.7, binding tier 3, wave ops supported, atomic64 supported -[2025.05.25-17.10.55:696][ 0]LogD3D12RHI: Adapter has 12115MB of dedicated video memory, 0MB of dedicated system memory, and 8116MB of shared system memory, 1 output[s] -[2025.05.25-17.10.55:696][ 0]LogD3D12RHI: Driver Version: 576.52 (internal:32.0.15.7652, unified:576.52) -[2025.05.25-17.10.55:696][ 0]LogD3D12RHI: Driver Date: 5-14-2025 -[2025.05.25-17.10.55:703][ 0]LogD3D12RHI: Found D3D12 adapter 1: Microsoft Basic Render Driver (VendorId: 1414, DeviceId: 008c, SubSysId: 0000, Revision: 0000 -[2025.05.25-17.10.55:703][ 0]LogD3D12RHI: Max supported Feature Level 12_1, shader model 6.7, binding tier 3, wave ops supported, atomic64 supported -[2025.05.25-17.10.55:703][ 0]LogD3D12RHI: Adapter has 0MB of dedicated video memory, 0MB of dedicated system memory, and 8116MB of shared system memory, 0 output[s] -[2025.05.25-17.10.55:853][ 0]LogD3D12RHI: Found D3D12 adapter 2: NVIDIA GeForce RTX 3060 (VendorId: 10de, DeviceId: 2504, SubSysId: 40e21458, Revision: 00a1 -[2025.05.25-17.10.55:853][ 0]LogD3D12RHI: Max supported Feature Level 12_2, shader model 6.7, binding tier 3, wave ops supported, atomic64 supported -[2025.05.25-17.10.55:853][ 0]LogD3D12RHI: Adapter has 12115MB of dedicated video memory, 0MB of dedicated system memory, and 8116MB of shared system memory, 0 output[s] -[2025.05.25-17.10.55:853][ 0]LogD3D12RHI: Driver Version: 576.52 (internal:32.0.15.7652, unified:576.52) -[2025.05.25-17.10.55:853][ 0]LogD3D12RHI: Driver Date: 5-14-2025 -[2025.05.25-17.10.55:853][ 0]LogD3D12RHI: DirectX Agility SDK runtime found. -[2025.05.25-17.10.55:853][ 0]LogD3D12RHI: Chosen D3D12 Adapter Id = 0 -[2025.05.25-17.10.55:853][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. -[2025.05.25-17.10.55:853][ 0]LogInit: Selected Device Profile: [WindowsEditor] -[2025.05.25-17.10.55:853][ 0]LogHAL: Display: Platform has ~ 16 GB [17022132224 / 17179869184 / 16], which maps to Larger [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0) -[2025.05.25-17.10.55:853][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows] -[2025.05.25-17.10.55:854][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [] -[2025.05.25-17.10.55:854][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[UI.SlateSDFText.RasterizationMode:Bitmap -> Msdf]] -[2025.05.25-17.10.55:854][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[UI.SlateSDFText.ResolutionLevel:2 -> 2]] -[2025.05.25-17.10.55:854][ 0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini] -[2025.05.25-17.10.55:854][ 0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]] -[2025.05.25-17.10.55:854][ 0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]] -[2025.05.25-17.10.55:854][ 0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]] -[2025.05.25-17.10.55:854][ 0]LogConfig: CVar [[ds.CADTranslator.Meshing.ActivateThinZoneMeshing:0]] deferred - dummy variable created -[2025.05.25-17.10.55:854][ 0]LogConfig: CVar [[ds.CADTranslator.Stitching.RemoveThinFaces:0]] deferred - dummy variable created -[2025.05.25-17.10.55:854][ 0]LogConfig: Applying CVar settings from Section [Startup_Windows] File [../../../Engine/Config/ConsoleVariables.ini] -[2025.05.25-17.10.55:854][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine] -[2025.05.25-17.10.55:854][ 0]LogConfig: Set CVar [[memory.MemoryPressureCriticalThresholdMB:512]] -[2025.05.25-17.10.55:854][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Saved/Config/WindowsEditor/Editor.ini] -[2025.05.25-17.10.55:854][ 0]LogInit: Computer: DESKTOP-RMSJOVN -[2025.05.25-17.10.55:854][ 0]LogInit: User: Admin -[2025.05.25-17.10.55:854][ 0]LogInit: CPU Page size=4096, Cores=8 -[2025.05.25-17.10.55:854][ 0]LogInit: High frequency timer resolution =10.000000 MHz -[2025.05.25-17.10.55:979][ 0]LogMemory: Process is running as part of a Windows Job with separate resource limits -[2025.05.25-17.10.55:979][ 0]LogMemory: Memory total: Physical=15.9GB (16GB approx) Virtual=24.4GB -[2025.05.25-17.10.55:979][ 0]LogMemory: Platform Memory Stats for WindowsEditor -[2025.05.25-17.10.55:979][ 0]LogMemory: Process Physical Memory: 632.33 MB used, 647.35 MB peak -[2025.05.25-17.10.55:979][ 0]LogMemory: Process Virtual Memory: 657.13 MB used, 657.93 MB peak -[2025.05.25-17.10.55:980][ 0]LogMemory: Physical Memory: 7997.88 MB used, 8235.69 MB free, 16233.57 MB total -[2025.05.25-17.10.55:980][ 0]LogMemory: Virtual Memory: 15049.38 MB used, 9888.20 MB free, 24937.57 MB total -[2025.05.25-17.10.55:980][ 0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0" -[2025.05.25-17.10.55:983][ 0]LogWindows: WindowsPlatformFeatures enabled -[2025.05.25-17.10.55:990][ 0]LogChaosDD: Chaos Debug Draw Startup -[2025.05.25-17.10.55:990][ 0]LogInit: Physics initialised using underlying interface: Chaos -[2025.05.25-17.10.55:990][ 0]LogInit: Using OS detected language (et-EE). -[2025.05.25-17.10.55:990][ 0]LogInit: Using OS detected locale (et-EE). -[2025.05.25-17.10.55:993][ 0]LogTextLocalizationManager: No localization for 'et-EE' exists, so 'en' will be used for the language. -[2025.05.25-17.10.55:993][ 0]LogInit: Setting process to per monitor DPI aware -[2025.05.25-17.10.56:302][ 0]LogWindowsTextInputMethodSystem: Available input methods: -[2025.05.25-17.10.56:302][ 0]LogWindowsTextInputMethodSystem: - Eesti (Eesti) - (Keyboard). -[2025.05.25-17.10.56:302][ 0]LogWindowsTextInputMethodSystem: - Inglise (Ameerika Ühendriigid) - (Keyboard). -[2025.05.25-17.10.56:302][ 0]LogWindowsTextInputMethodSystem: - inglise (Euroopa) - (Keyboard). -[2025.05.25-17.10.56:302][ 0]LogWindowsTextInputMethodSystem: - inglise (Euroopa) - (Keyboard). -[2025.05.25-17.10.56:302][ 0]LogWindowsTextInputMethodSystem: - inglise (Ameerika Samoa) - (Keyboard). -[2025.05.25-17.10.56:302][ 0]LogWindowsTextInputMethodSystem: - Eesti (Eesti) - Puutesisendi parandamine (TSF IME). -[2025.05.25-17.10.56:302][ 0]LogWindowsTextInputMethodSystem: Activated input method: Eesti (Eesti) - (Keyboard). -[2025.05.25-17.10.56:313][ 0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0 -[2025.05.25-17.10.56:313][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0 -[2025.05.25-17.10.56:423][ 0]LogHMD: OpenXRHMDModule::InitInstance using DefaultLoader. -[2025.05.25-17.10.56:589][ 0]LogHMD: OpenXR runtime supported extensions: -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_KHR_D3D11_enable -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_KHR_D3D12_enable -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_KHR_opengl_enable -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_KHR_vulkan_enable -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_KHR_vulkan_enable2 -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_KHR_composition_layer_depth -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_KHR_win32_convert_performance_counter_time -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_KHR_convert_timespec_time -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_KHR_composition_layer_cube -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_KHR_composition_layer_cylinder -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_KHR_composition_layer_equirect -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_KHR_visibility_mask -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_KHR_composition_layer_color_scale_bias -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_EXT_win32_appcontainer_compatible -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_EXT_debug_utils -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_OCULUS_recenter_event -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_OCULUS_audio_device_guid -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_FB_color_space -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_FB_display_refresh_rate -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_META_performance_metrics -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_META_headset_id -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_OCULUS_ovrsession_handle -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_EXT_hand_interaction -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_EXT_hand_tracking -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_FB_hand_tracking_aim -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_FB_hand_tracking_capsules -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_FB_hand_tracking_mesh -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_EXT_hand_tracking_data_source -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_META_hand_tracking_microgestures -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_META_simultaneous_hands_and_controllers -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_FB_body_tracking -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_META_body_tracking_full_body -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_META_body_tracking_fidelity -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_META_body_tracking_calibration -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_FB_render_model -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_FB_spatial_entity_container -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_FB_scene -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_FB_spatial_entity -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_FB_spatial_entity_storage -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_FB_spatial_entity_query -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_FB_spatial_entity_user -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_FB_spatial_entity_storage_batch -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_FB_spatial_entity_sharing -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_META_spatial_entity_persistence -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_META_spatial_entity_discovery -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_META_spatial_entity_group_sharing -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_META_spatial_entity_mesh -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_META_spatial_entity_sharing -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_META_boundary_visibility -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_META_colocation_discovery -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_METAX1_dynamic_object_tracker -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_META_dynamic_object_tracker -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_META_dynamic_object_keyboard -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_META_virtual_keyboard -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_EXT_local_floor -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_EXT_active_action_set_priority -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_FB_haptic_amplitude_envelope -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_FB_haptic_pcm -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_FB_touch_controller_pro -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_META_touch_controller_plus -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_FB_touch_controller_proximity -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_OCULUS_external_camera -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_META_detached_controllers -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_LOGITECH_mx_ink_stylus_interaction -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_FBX1_touch_controller_extras -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_EXT_palm_pose -[2025.05.25-17.10.56:589][ 0]LogHMD: XR_EXT_eye_gaze_interaction -[2025.05.25-17.10.56:589][ 0]LogHMD: Optional extension XR_KHR_vulkan_swapchain_format_list is not available -[2025.05.25-17.10.56:589][ 0]LogHMD: Optional extension XR_FB_foveation_vulkan is not available -[2025.05.25-17.10.56:589][ 0]LogHMD: Optional extension XR_VARJO_quad_views is not available -[2025.05.25-17.10.56:589][ 0]LogHMD: Optional extension XR_KHR_binding_modification is not available -[2025.05.25-17.10.56:589][ 0]LogHMD: Optional extension XR_EPIC_view_configuration_fov is not available -[2025.05.25-17.10.56:589][ 0]LogHMD: Optional extension XR_EXT_dpad_binding is not available -[2025.05.25-17.10.56:589][ 0]LogHMD: Optional extension XR_FB_composition_layer_alpha_blend is not available -[2025.05.25-17.10.56:589][ 0]LogHMD: Optional extension XR_FB_foveation is not available -[2025.05.25-17.10.56:589][ 0]LogHMD: Optional extension XR_FB_swapchain_update_state is not available -[2025.05.25-17.10.56:589][ 0]LogHMD: Optional extension XR_FB_foveation_configuration is not available -[2025.05.25-17.10.56:594][ 0]LogHMD: Initialized OpenXR on Oculus runtime version 1.108.0 -[2025.05.25-17.10.56:597][ 0]LogRHI: Using Default RHI: D3D12 -[2025.05.25-17.10.56:597][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 -[2025.05.25-17.10.56:597][ 0]LogRHI: Loading RHI module D3D12RHI -[2025.05.25-17.10.56:597][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. -[2025.05.25-17.10.56:597][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. -[2025.05.25-17.10.56:597][ 0]LogD3D12RHI: Display: Creating D3D12 RHI with Max Feature Level SM6 -[2025.05.25-17.10.56:598][ 0]LogWindows: Attached monitors: -[2025.05.25-17.10.56:598][ 0]LogWindows: resolution: 1920x1080, work area: (0, 0) -> (1920, 1032), device: '\\.\DISPLAY1' [PRIMARY] -[2025.05.25-17.10.56:598][ 0]LogWindows: Found 1 attached monitors. -[2025.05.25-17.10.56:598][ 0]LogWindows: Gathering driver information using Windows Setup API -[2025.05.25-17.10.56:598][ 0]LogRHI: RHI Adapter Info: -[2025.05.25-17.10.56:598][ 0]LogRHI: Name: NVIDIA GeForce RTX 3060 -[2025.05.25-17.10.56:598][ 0]LogRHI: Driver Version: 576.52 (internal:32.0.15.7652, unified:576.52) -[2025.05.25-17.10.56:598][ 0]LogRHI: Driver Date: 5-14-2025 -[2025.05.25-17.10.56:598][ 0]LogD3D12RHI: GPU DeviceId: 0x2504 (for the marketing name, search the web for "GPU Device Id") -[2025.05.25-17.10.56:598][ 0]LogD3D12RHI: InitD3DDevice: -D3DDebug = off -D3D12GPUValidation = off -[2025.05.25-17.10.56:696][ 0]LogNvidiaAftermath: Aftermath initialized -[2025.05.25-17.10.56:696][ 0]LogD3D12RHI: Emitting draw events for PIX profiling. -[2025.05.25-17.10.56:744][ 0]LogNvidiaAftermath: Aftermath enabled. Active feature flags: -[2025.05.25-17.10.56:744][ 0]LogNvidiaAftermath: - Feature: EnableResourceTracking -[2025.05.25-17.10.56:744][ 0]LogD3D12RHI: ID3D12Device1 is supported. -[2025.05.25-17.10.56:744][ 0]LogD3D12RHI: ID3D12Device2 is supported. -[2025.05.25-17.10.56:744][ 0]LogD3D12RHI: ID3D12Device3 is supported. -[2025.05.25-17.10.56:744][ 0]LogD3D12RHI: ID3D12Device4 is supported. -[2025.05.25-17.10.56:744][ 0]LogD3D12RHI: ID3D12Device5 is supported. -[2025.05.25-17.10.56:744][ 0]LogD3D12RHI: ID3D12Device6 is supported. -[2025.05.25-17.10.56:744][ 0]LogD3D12RHI: ID3D12Device7 is supported. -[2025.05.25-17.10.56:744][ 0]LogD3D12RHI: ID3D12Device8 is supported. -[2025.05.25-17.10.56:744][ 0]LogD3D12RHI: ID3D12Device9 is supported. -[2025.05.25-17.10.56:744][ 0]LogD3D12RHI: ID3D12Device10 is supported. -[2025.05.25-17.10.56:744][ 0]LogD3D12RHI: ID3D12Device11 is supported. -[2025.05.25-17.10.56:744][ 0]LogD3D12RHI: ID3D12Device12 is supported. -[2025.05.25-17.10.56:744][ 0]LogD3D12RHI: Bindless resources are supported -[2025.05.25-17.10.56:744][ 0]LogD3D12RHI: Stencil ref from pixel shader is not supported -[2025.05.25-17.10.56:744][ 0]LogD3D12RHI: Raster order views are supported -[2025.05.25-17.10.56:744][ 0]LogD3D12RHI: Wave Operations are supported (wave size: min=32 max=32). -[2025.05.25-17.10.56:744][ 0]LogD3D12RHI: D3D12 ray tracing tier 1.1 and bindless resources are supported. -[2025.05.25-17.10.56:746][ 0]LogD3D12RHI: Mesh shader tier 1.0 is supported -[2025.05.25-17.10.56:746][ 0]LogD3D12RHI: AtomicInt64OnTypedResource is supported -[2025.05.25-17.10.56:746][ 0]LogD3D12RHI: AtomicInt64OnGroupShared is supported -[2025.05.25-17.10.56:746][ 0]LogD3D12RHI: AtomicInt64OnDescriptorHeapResource is supported -[2025.05.25-17.10.56:746][ 0]LogD3D12RHI: Shader Model 6.6 atomic64 is supported -[2025.05.25-17.10.56:746][ 0]LogD3D12RHI: Work Graphs are supported -[2025.05.25-17.10.56:795][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Queue: 0x0000055F768D5300) -[2025.05.25-17.10.56:795][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Queue: 0x0000055F768D5580) -[2025.05.25-17.10.56:795][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Queue: 0x0000055F768D5800) -[2025.05.25-17.10.56:795][ 0]LogD3D12RHI: Display: Not using pipeline state disk cache per r.D3D12.PSO.DiskCache=0 -[2025.05.25-17.10.56:795][ 0]LogD3D12RHI: Display: Not using driver-optimized pipeline state disk cache per r.D3D12.PSO.DriverOptimizedDiskCache=0 -[2025.05.25-17.10.56:795][ 0]LogRHI: Texture pool is 7148 MB (70% of 10212 MB) -[2025.05.25-17.10.56:795][ 0]LogD3D12RHI: Async texture creation enabled -[2025.05.25-17.10.56:795][ 0]LogD3D12RHI: RHI has support for 64 bit atomics -[2025.05.25-17.10.56:804][ 0]LogVRS: Current RHI supports per-draw and screenspace Variable Rate Shading -[2025.05.25-17.10.56:805][ 0]LogInit: Initializing FReadOnlyCVARCache -[2025.05.25-17.10.56:813][ 0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Intermediate/TurnkeyReport_0.log" -log="C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Intermediate/TurnkeyLog_0.log" -project="C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/HandyMann.uproject" -platform=all' -[2025.05.25-17.10.56:813][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""E:/UE_5.5/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Intermediate/TurnkeyReport_0.log" -log="C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Intermediate/TurnkeyLog_0.log" -project="C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/HandyMann.uproject" -platform=all" ] -[2025.05.25-17.10.56:840][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC -[2025.05.25-17.10.56:840][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT -[2025.05.25-17.10.56:840][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2 -[2025.05.25-17.10.56:840][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp -[2025.05.25-17.10.56:840][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed -[2025.05.25-17.10.56:840][ 0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.12 -[2025.05.25-17.10.56:840][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.12.dll -[2025.05.25-17.10.56:840][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll -[2025.05.25-17.10.56:840][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle -[2025.05.25-17.10.56:870][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android' -[2025.05.25-17.10.56:870][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC' -[2025.05.25-17.10.56:870][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT' -[2025.05.25-17.10.56:870][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2' -[2025.05.25-17.10.56:870][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient' -[2025.05.25-17.10.56:870][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient' -[2025.05.25-17.10.56:870][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient' -[2025.05.25-17.10.56:870][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client' -[2025.05.25-17.10.56:870][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi' -[2025.05.25-17.10.56:870][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient' -[2025.05.25-17.10.56:889][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS' -[2025.05.25-17.10.56:889][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient' -[2025.05.25-17.10.56:908][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux' -[2025.05.25-17.10.56:908][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor' -[2025.05.25-17.10.56:908][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer' -[2025.05.25-17.10.56:908][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient' -[2025.05.25-17.10.56:926][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64' -[2025.05.25-17.10.56:926][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server' -[2025.05.25-17.10.56:926][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client' -[2025.05.25-17.10.56:946][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Mac' -[2025.05.25-17.10.56:946][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacEditor' -[2025.05.25-17.10.56:946][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacServer' -[2025.05.25-17.10.56:946][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacClient' -[2025.05.25-17.10.56:963][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS' -[2025.05.25-17.10.56:963][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient' -[2025.05.25-17.10.56:987][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows' -[2025.05.25-17.10.56:987][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor' -[2025.05.25-17.10.56:987][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer' -[2025.05.25-17.10.56:987][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient' -[2025.05.25-17.10.56:987][ 0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor -[2025.05.25-17.10.57:040][ 0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it -[2025.05.25-17.10.57:043][ 0]LogTargetPlatformManager: Loaded format module MetalShaderFormat -[2025.05.25-17.10.57:043][ 0]LogTargetPlatformManager: SF_METAL -[2025.05.25-17.10.57:043][ 0]LogTargetPlatformManager: SF_METAL_MRT -[2025.05.25-17.10.57:043][ 0]LogTargetPlatformManager: SF_METAL_TVOS -[2025.05.25-17.10.57:043][ 0]LogTargetPlatformManager: SF_METAL_MRT_TVOS -[2025.05.25-17.10.57:043][ 0]LogTargetPlatformManager: SF_METAL_SM5 -[2025.05.25-17.10.57:043][ 0]LogTargetPlatformManager: SF_METAL_SM6 -[2025.05.25-17.10.57:043][ 0]LogTargetPlatformManager: SF_METAL_SIM -[2025.05.25-17.10.57:043][ 0]LogTargetPlatformManager: SF_METAL_MACES3_1 -[2025.05.25-17.10.57:043][ 0]LogTargetPlatformManager: SF_METAL_MRT_MAC -[2025.05.25-17.10.57:043][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D -[2025.05.25-17.10.57:043][ 0]LogTargetPlatformManager: PCD3D_SM6 -[2025.05.25-17.10.57:043][ 0]LogTargetPlatformManager: PCD3D_SM5 -[2025.05.25-17.10.57:043][ 0]LogTargetPlatformManager: PCD3D_ES31 -[2025.05.25-17.10.57:043][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL -[2025.05.25-17.10.57:043][ 0]LogTargetPlatformManager: GLSL_150_ES31 -[2025.05.25-17.10.57:043][ 0]LogTargetPlatformManager: GLSL_ES3_1_ANDROID -[2025.05.25-17.10.57:043][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM -[2025.05.25-17.10.57:043][ 0]LogTargetPlatformManager: VVM_1_0 -[2025.05.25-17.10.57:043][ 0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat -[2025.05.25-17.10.57:043][ 0]LogTargetPlatformManager: SF_VULKAN_SM5 -[2025.05.25-17.10.57:043][ 0]LogTargetPlatformManager: SF_VULKAN_ES31_ANDROID -[2025.05.25-17.10.57:043][ 0]LogTargetPlatformManager: SF_VULKAN_ES31 -[2025.05.25-17.10.57:043][ 0]LogTargetPlatformManager: SF_VULKAN_SM5_ANDROID -[2025.05.25-17.10.57:043][ 0]LogTargetPlatformManager: SF_VULKAN_SM6 -[2025.05.25-17.10.57:043][ 0]LogRendererCore: Ray tracing is enabled (dynamic). Reason: r.RayTracing=1 and r.RayTracing.EnableOnDemand=1. -[2025.05.25-17.10.57:043][ 0]LogRendererCore: Ray tracing shaders are enabled. -[2025.05.25-17.10.57:045][ 0]LogDerivedDataCache: Display: Memory: Max Cache Size: -1 MB -[2025.05.25-17.10.57:045][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/DerivedDataCache/DDC.ddp not found, will not use a pak cache. -[2025.05.25-17.10.57:045][ 0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy. -[2025.05.25-17.10.57:045][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. -[2025.05.25-17.10.57:045][ 0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy. -[2025.05.25-17.10.57:108][ 0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (1559 MiB) -[2025.05.25-17.10.57:185][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. -[2025.05.25-17.10.57:185][ 0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy. -[2025.05.25-17.10.57:185][ 0]LogZenServiceInstance: Found Zen config default=C:/Users/Admin/AppData/Local/UnrealEngine/Common/Zen/Data -[2025.05.25-17.10.57:185][ 0]LogZenServiceInstance: InTree version at 'E:/UE_5.5/Engine/Binaries/Win64/zenserver.exe' is '5.5.7-202409112143-windows-x64-release-f523a01' -[2025.05.25-17.10.57:186][ 0]LogZenServiceInstance: Installed version at 'C:/Users/Admin/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe' is '5.5.7-202409112143-windows-x64-release-f523a01' -[2025.05.25-17.10.57:186][ 0]LogZenServiceInstance: No current process using the data dir found, launching a new instance -[2025.05.25-17.10.57:186][ 0]LogZenServiceInstance: Display: Launching executable 'C:/Users/Admin/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe', working dir 'C:/Users/Admin/AppData/Local/UnrealEngine/Common/Zen/Install', data dir 'C:/Users/Admin/AppData/Local/UnrealEngine/Common/Zen/Data', args '--port 8558 --data-dir "C:\Users\Admin\AppData\Local\UnrealEngine\Common\Zen\Data" --http asio --gc-cache-duration-seconds 1209600 --gc-interval-seconds 21600 --gc-low-diskspace-threshold 2147483648 --quiet --http-forceloopback --owner-pid 11088 --child-id Zen_11088_Startup' -[2025.05.25-17.10.57:267][ 0]LogZenServiceInstance: Display: Unreal Zen Storage Server HTTP service at [::1]:8558 status: OK!. -[2025.05.25-17.10.57:267][ 0]LogZenServiceInstance: Local ZenServer AutoLaunch initialization completed in 0.081 seconds -[2025.05.25-17.10.57:269][ 0]LogDerivedDataCache: Display: ZenLocal: Using ZenServer HTTP service at http://[::1]:8558/ with namespace ue.ddc status: OK!. -[2025.05.25-17.10.57:274][ 0]LogDerivedDataCache: C:/Users/Admin/AppData/Local/UnrealEngine/Common/DerivedDataCache: Speed tests took 0.01 seconds. -[2025.05.25-17.10.57:274][ 0]LogDerivedDataCache: Display: C:/Users/Admin/AppData/Local/UnrealEngine/Common/DerivedDataCache: Performance: Latency=0.02ms. RandomReadSpeed=904.01MBs, RandomWriteSpeed=211.94MBs. Assigned SpeedClass 'Local' -[2025.05.25-17.10.57:276][ 0]LogDerivedDataCache: Local: Using data cache path C:/Users/Admin/AppData/Local/UnrealEngine/Common/DerivedDataCache: DeleteOnly -[2025.05.25-17.10.57:276][ 0]LogDerivedDataCache: ZenShared: Disabled because Host is set to 'None' -[2025.05.25-17.10.57:276][ 0]LogDerivedDataCache: Unable to find inner node ZenShared for hierarchy Hierarchy. -[2025.05.25-17.10.57:276][ 0]LogDerivedDataCache: Shared: Disabled because no path is configured. -[2025.05.25-17.10.57:276][ 0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy. -[2025.05.25-17.10.57:276][ 0]LogDerivedDataCache: Cloud: Disabled because Host is set to 'None' -[2025.05.25-17.10.57:276][ 0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Hierarchy. -[2025.05.25-17.10.57:277][ 0]LogShaderCompilers: Guid format shader working directory is 2 characters bigger than the processId version (C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Intermediate/Shaders/WorkingDirectory/11088/). -[2025.05.25-17.10.57:277][ 0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/Admin/AppData/Local/Temp/UnrealShaderWorkingDir/390BAAB14D76773302CFBF9113CCEE45/'. -[2025.05.25-17.10.57:277][ 0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine. -[2025.05.25-17.10.57:277][ 0]LogShaderCompilers: Display: Using Local Shader Compiler with 8 workers. -[2025.05.25-17.10.57:279][ 0]LogShaderCompilers: Display: Compiling shader autogen file: C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush -[2025.05.25-17.10.57:294][ 0]LogShaderCompilers: Display: Shader autogen file written: C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush -[2025.05.25-17.11.00:022][ 0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0 -[2025.05.25-17.11.00:965][ 0]LogSlate: Using FreeType 2.10.0 -[2025.05.25-17.11.00:967][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1 -[2025.05.25-17.11.00:967][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. -[2025.05.25-17.11.00:967][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png -[2025.05.25-17.11.00:969][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. -[2025.05.25-17.11.00:969][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. -[2025.05.25-17.11.00:969][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png -[2025.05.25-17.11.00:969][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png -[2025.05.25-17.11.00:987][ 0]LogAssetRegistry: FAssetRegistry took 0.0030 seconds to start up -[2025.05.25-17.11.00:989][ 0]LogEditorDomain: Display: EditorDomain is Disabled -[2025.05.25-17.11.00:993][ 0]LogAssetRegistry: Display: AssetDataGatherer spent 0.001s loading caches C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Intermediate/CachedAssetRegistry_*.bin. -[2025.05.25-17.11.01:346][ 0]LogStreaming: Display: FlushAsyncLoading(1): 1 QueuedPackages, 0 AsyncPackages -[2025.05.25-17.11.01:364][ 0]LogTextureEncodingSettings: Display: Texture Encode Speed: FinalIfAvailable (editor). -[2025.05.25-17.11.01:364][ 0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal -[2025.05.25-17.11.01:364][ 0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled -[2025.05.25-17.11.01:392][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64Editor not found. -[2025.05.25-17.11.01:392][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64 not found. -[2025.05.25-17.11.01:446][ 0]LogDeviceProfileManager: Active device profile: [0000055F9322BC00][0000055F939CA000 66] WindowsEditor -[2025.05.25-17.11.01:447][ 0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor" -[2025.05.25-17.11.01:447][ 0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Invalid, MinAllowed_Sdk=10.0.19041.0, MaxAllowed_Sdk=10.9.99999.0, Current_Sdk=, Allowed_AutoSdk=10.0.22621.0, Current_AutoSdk=, Flags="Platform_ValidHostPrerequisites") -[2025.05.25-17.11.01:453][ 0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Intermediate/TurnkeyReport_1.log" -log="C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Intermediate/TurnkeyLog_1.log" -project="C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/HandyMann.uproject" -Device=Win64@DESKTOP-RMSJOVN' -[2025.05.25-17.11.01:453][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""E:/UE_5.5/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Intermediate/TurnkeyReport_1.log" -log="C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Intermediate/TurnkeyLog_1.log" -project="C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/HandyMann.uproject" -Device=Win64@DESKTOP-RMSJOVN" -nocompile -nocompileuat ] -[2025.05.25-17.11.01:624][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.11.01:624][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 18 to allow recursive sync load to finish -[2025.05.25-17.11.01:624][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/WorldGridMaterial -[2025.05.25-17.11.01:624][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.11.01:624][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 19 to allow recursive sync load to finish -[2025.05.25-17.11.01:624][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/WorldGridMaterial -[2025.05.25-17.11.01:624][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.11.01:624][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 20 to allow recursive sync load to finish -[2025.05.25-17.11.01:624][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/WorldGridMaterial -[2025.05.25-17.11.01:626][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.11.01:626][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 21 to allow recursive sync load to finish -[2025.05.25-17.11.01:626][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/WorldGridMaterial -[2025.05.25-17.11.01:626][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.11.01:626][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.11.01:626][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 23 to allow recursive sync load to finish -[2025.05.25-17.11.01:626][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial -[2025.05.25-17.11.01:627][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.11.01:627][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 24 to allow recursive sync load to finish -[2025.05.25-17.11.01:627][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial -[2025.05.25-17.11.01:627][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.11.01:627][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.11.01:627][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 26 to allow recursive sync load to finish -[2025.05.25-17.11.01:627][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial -[2025.05.25-17.11.01:627][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.11.01:627][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 27 to allow recursive sync load to finish -[2025.05.25-17.11.01:627][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial -[2025.05.25-17.11.01:627][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.11.01:671][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultDiffuse with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial -[2025.05.25-17.11.01:671][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.11.01:671][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 29 to allow recursive sync load to finish -[2025.05.25-17.11.01:671][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/DefaultPostProcessMaterial -[2025.05.25-17.11.01:671][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.11.01:671][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 30 to allow recursive sync load to finish -[2025.05.25-17.11.01:671][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/DefaultPostProcessMaterial -[2025.05.25-17.11.01:672][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions02/Utility/BreakOutFloat2Components with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial -[2025.05.25-17.11.01:672][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultPostProcessMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 28 to allow recursive sync load to finish -[2025.05.25-17.11.01:672][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultPostProcessMaterial with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial -[2025.05.25-17.11.01:672][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.11.01:672][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultPostProcessMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 31 to allow recursive sync load to finish -[2025.05.25-17.11.01:672][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultPostProcessMaterial with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial -[2025.05.25-17.11.01:672][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultLightFunctionMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 25 to allow recursive sync load to finish -[2025.05.25-17.11.01:672][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultLightFunctionMaterial with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial -[2025.05.25-17.11.01:672][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.11.01:672][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultLightFunctionMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 32 to allow recursive sync load to finish -[2025.05.25-17.11.01:672][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultLightFunctionMaterial with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial -[2025.05.25-17.11.01:672][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultDeferredDecalMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 22 to allow recursive sync load to finish -[2025.05.25-17.11.01:672][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultDeferredDecalMaterial with requester package /Engine/EngineMaterials/WorldGridMaterial -[2025.05.25-17.11.01:672][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: ExportsDone) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.11.01:672][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultDeferredDecalMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 33 to allow recursive sync load to finish -[2025.05.25-17.11.01:672][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultDeferredDecalMaterial with requester package /Engine/EngineMaterials/WorldGridMaterial -[2025.05.25-17.11.02:102][ 0]LogMeshReduction: Display: Using QuadricMeshReduction for automatic static mesh reduction -[2025.05.25-17.11.02:102][ 0]LogMeshReduction: Display: Using SkeletalMeshReduction for automatic skeletal mesh reduction -[2025.05.25-17.11.02:102][ 0]LogMeshReduction: Display: Using ProxyLODMeshReduction for automatic mesh merging -[2025.05.25-17.11.02:102][ 0]LogMeshReduction: Display: No distributed automatic mesh merging module available -[2025.05.25-17.11.02:102][ 0]LogMeshMerging: No distributed automatic mesh merging module available -[2025.05.25-17.11.02:410][ 0]LogTurnkeySupport: Completed device detection: Code = 0 -[2025.05.25-17.11.02:426][ 0]LogConfig: Branch 'PIEPreviewSettings' had been unloaded. Reloading on-demand took 0.78ms -[2025.05.25-17.11.02:449][ 0]LogConfig: Branch 'GameplayTagsList' had been unloaded. Reloading on-demand took 0.83ms -[2025.05.25-17.11.02:464][ 0]LogConfig: Branch 'TemplateDefs' had been unloaded. Reloading on-demand took 0.80ms -[2025.05.25-17.11.02:466][ 0]LogConfig: Branch 'TemplateCategories' had been unloaded. Reloading on-demand took 0.80ms -[2025.05.25-17.11.02:627][ 0]LogLinker: Warning: [AssetLog] E:\UE_5.5\Engine\Plugins\UnrealMetaXRPlugin.76.0.1\MetaXR\Content\Materials\PokeAHoleMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.11.02:629][ 0]LogHMD: PokeAHoleMaterial loaded successfully -[2025.05.25-17.11.03:310][ 0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None -[2025.05.25-17.11.03:310][ 0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled -[2025.05.25-17.11.03:316][ 0]LogLiveCoding: Display: Starting LiveCoding -[2025.05.25-17.11.03:316][ 0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development -[2025.05.25-17.11.03:316][ 0]LogLiveCoding: Display: First instance in process group "UE_HandyMann_0xd54a5923", spawning console -[2025.05.25-17.11.03:322][ 0]LogLiveCoding: Display: Waiting for server -[2025.05.25-17.11.03:334][ 0]LogSlate: Border -[2025.05.25-17.11.03:334][ 0]LogSlate: BreadcrumbButton -[2025.05.25-17.11.03:334][ 0]LogSlate: Brushes.Title -[2025.05.25-17.11.03:334][ 0]LogSlate: Default -[2025.05.25-17.11.03:334][ 0]LogSlate: Icons.Save -[2025.05.25-17.11.03:334][ 0]LogSlate: Icons.Toolbar.Settings -[2025.05.25-17.11.03:334][ 0]LogSlate: ListView -[2025.05.25-17.11.03:334][ 0]LogSlate: SoftwareCursor_CardinalCross -[2025.05.25-17.11.03:334][ 0]LogSlate: SoftwareCursor_Grab -[2025.05.25-17.11.03:334][ 0]LogSlate: TableView.DarkRow -[2025.05.25-17.11.03:334][ 0]LogSlate: TableView.Row -[2025.05.25-17.11.03:334][ 0]LogSlate: TreeView -[2025.05.25-17.11.03:436][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize started... -[2025.05.25-17.11.03:437][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize took 2.033 ms -[2025.05.25-17.11.03:446][ 0]LogConfig: Branch 'Mass' had been unloaded. Reloading on-demand took 0.74ms -[2025.05.25-17.11.03:463][ 0]LogInit: XR: Instanced Stereo Rendering is Enabled -[2025.05.25-17.11.03:463][ 0]LogInit: XR: MultiViewport is Enabled -[2025.05.25-17.11.03:463][ 0]LogInit: XR: Mobile Multiview is Disabled -[2025.05.25-17.11.03:463][ 0]LogTurnkeySupport: Turnkey Device: Win64@DESKTOP-RMSJOVN: (Name=DESKTOP-RMSJOVN, Type=Computer, Status=Valid, MinAllowed=10.0.19041.0, MaxAllowed=, Current=10.0.26100.0, Flags="Device_InstallSoftwareValid") -[2025.05.25-17.11.03:510][ 0]LogUdpMessaging: Display: Work queue size set to 1024. -[2025.05.25-17.11.03:510][ 0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666. -[2025.05.25-17.11.03:512][ 0]LogUdpMessaging: Display: Unicast socket bound to '0.0.0.0:55846'. -[2025.05.25-17.11.03:513][ 0]LogUdpMessaging: Display: Added local interface '192.168.0.13' to multicast group '230.0.0.1:6666' -[2025.05.25-17.11.03:520][ 0]LogTcpMessaging: Initializing TcpMessaging bridge -[2025.05.25-17.11.03:717][ 0]LogConfig: Branch 'TranslationPickerSettings' had been unloaded. Reloading on-demand took 0.74ms -[2025.05.25-17.11.03:819][ 0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: 4E134508BFCE4C128000000000003C00 | Instance: FDE0191C4481F909242E80886792308C (DESKTOP-RMSJOVN-11088). -[2025.05.25-17.11.04:043][ 0]LogNNERuntimeORT: Available graphics and compute adapters: -[2025.05.25-17.11.04:043][ 0]LogNNERuntimeORT: 0: NVIDIA GeForce RTX 3060 (Compute, Graphics) -[2025.05.25-17.11.04:043][ 0]LogNNERuntimeORT: 1: Microsoft Basic Render Driver (Compute, Graphics) -[2025.05.25-17.11.04:043][ 0]LogNNERuntimeORT: No NPU adapter found! -[2025.05.25-17.11.04:172][ 0]LogMetaSound: Display: MetaSound Page Target Initialized to 'Default' -[2025.05.25-17.11.04:172][ 0]LogAudio: Display: Registering Engine Module Parameter Interfaces... -[2025.05.25-17.11.04:191][ 0]LogMetaSound: MetaSound Engine Initialized -[2025.05.25-17.11.04:199][ 0]LogLiveCoding: Display: Successfully initialized, removing startup thread -[2025.05.25-17.11.04:355][ 0]SourceControl: Revision control is disabled -[2025.05.25-17.11.04:362][ 0]SourceControl: Revision control is disabled -[2025.05.25-17.11.04:374][ 0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154 -[2025.05.25-17.11.04:374][ 0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154 -[2025.05.25-17.11.04:374][ 0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154 -[2025.05.25-17.11.04:450][ 0]LogAndroidRuntimeSettings: Display: Enabled Package for Meta Quest devices. +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[r.VSync:0]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[r.RHICmdBypass:0]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine] +[2025.05.26-09.13.20:955][ 0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created +[2025.05.26-09.13.20:955][ 0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]] +[2025.05.26-09.13.20:955][ 0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[r.ForwardShading:1]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[r.MobileHDR:0]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[vr.MobileMultiView:1]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[vr.InstancedStereo:1]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure:0]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[r.DefaultFeature.AmbientOcclusion:0]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[r.DefaultFeature.AmbientOcclusionStaticFraction:0]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[r.DefaultFeature.MotionBlur:0]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[r.Mobile.UseHWsRGBEncoding:1]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.HighlightContrastScale:0.8]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.ShadowContrastScale:0.8]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[r.ReflectionMethod:1]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[r.Mobile.AntiAliasing:3]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[r.AntiAliasingMethod:3]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[r.AllowStaticLighting:1]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[r.SkinCache.CompileShaders:1]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[r.RayTracing:1]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[r.Shaders.RemoveUnusedInterpolators:1]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[r.Shadow.DetectVertexShaderLayerAtRuntime:1]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine] +[2025.05.26-09.13.20:955][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]] +[2025.05.26-09.13.20:955][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]] +[2025.05.26-09.13.20:957][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]] +[2025.05.26-09.13.20:957][ 0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]] +[2025.05.26-09.13.20:957][ 0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]] +[2025.05.26-09.13.20:957][ 0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]] +[2025.05.26-09.13.20:957][ 0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]] +[2025.05.26-09.13.20:957][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]] +[2025.05.26-09.13.20:957][ 0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]] +[2025.05.26-09.13.20:957][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]] +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]] +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine] +[2025.05.26-09.13.20:957][ 0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]] +[2025.05.26-09.13.20:957][ 0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]] +[2025.05.26-09.13.20:957][ 0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]] +[2025.05.26-09.13.20:957][ 0]LogConfig: Set CVar [[gc.AllowParallelGC:1]] +[2025.05.26-09.13.20:957][ 0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]] +[2025.05.26-09.13.20:957][ 0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]] +[2025.05.26-09.13.20:957][ 0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]] +[2025.05.26-09.13.20:957][ 0]LogConfig: Set CVar [[gc.CreateGCClusters:1]] +[2025.05.26-09.13.20:957][ 0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]] +[2025.05.26-09.13.20:957][ 0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]] +[2025.05.26-09.13.20:957][ 0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]] +[2025.05.26-09.13.20:957][ 0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]] +[2025.05.26-09.13.20:957][ 0]LogConfig: Set CVar [[gc.GarbageEliminationEnabled:1]] +[2025.05.26-09.13.20:957][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine] +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine] +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[DefaultASTCQualityBySpeed:2]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[DefaultASTCQualityBySizeHQ:4]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:AmbientSound]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[VersionedIntRValues:r.MaterialEditor.LWCTruncateMode]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[VersionedIntRValues:r.Mobile.DBuffer]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created +[2025.05.26-09.13.20:957][ 0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created +[2025.05.26-09.13.20:959][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.FXAA.Quality:4]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:200]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.TSR.ReprojectionField:1]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.TSR.Resurrection:1]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.LightFunctionQuality:1]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.ShadowQuality:5]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.VolumetricFog:1]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.CapsuleShadows:1]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectionalMoving:-1.5]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocalMoving:1.0]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.DistanceFieldAO:1]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.AOQuality:2]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.FullResDepth:1]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ShortRangeAO.HardwareRayTracing:0]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Set CVar [[r.RayTracing.Scene.BuildMode:1]] +[2025.05.26-09.13.20:959][ 0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.SSR.Quality:3]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.MaxRoughnessToTraceForFoliage:0.4]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.MaxRoughnessToEvaluateRoughSpecularForFoliage:0.8]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.TonemapMode:1]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.MinWeight:0]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.MotionBlurQuality:4]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.LensFlareQuality:2]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.BloomQuality:5]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:50.000]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.FastBlurThreshold:100]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.Upscale.Quality:3]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.LightShaftQuality:1]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.Filter.SizeScale:1]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.DOF.Gather.ResolutionDivisor:2 ; lower gathering resolution]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1 ; higher gathering accumulator quality]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1 ; Median3x3 postfilering method]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0 ; no bokeh simulation when gathering]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4 ; medium number of samples when gathering]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1 ; additive foreground scattering]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2 ; additive background scattering]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1 ; bokeh simulation when scattering]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1 ; only a maximum of 10% of scattered bokeh]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1 ; cheap slight out of focus]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0 ; no bokeh simulation on slight out of focus]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1 ; more stable temporal accumulation]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.Streaming.MipBias:0]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.Streaming.Boost:1]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.MaxAnisotropy:8]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.RefractionQuality:2]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.SceneColorFormat:4]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.DetailMode:3]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.SSS.Scale:1]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.SSS.SampleSet:2]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.SSS.Quality:1]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.SSS.HalfRes:0]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.SSGI.Quality:3]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.ParticleLightQuality:2]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[fx.Niagara.QualityLevel:3]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.Refraction.OffsetQuality:1]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.HeterogeneousVolumes.DownsampleFactor:1]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.HeterogeneousVolumes.MaxStepCount:512]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.HeterogeneousVolumes.Shadows.Resolution:512]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[foliage.DensityScale:1.0]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[grass.DensityScale:1.0]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]] +[2025.05.26-09.13.20:960][ 0]LogConfig: Applying CVar settings from Section [LandscapeQuality@3] File [Scalability] +[2025.05.26-09.13.20:965][ 0]LogRHI: Using Default RHI: D3D11 +[2025.05.26-09.13.20:965][ 0]LogRHI: Using Highest Feature Level of D3D11: SM5 +[2025.05.26-09.13.20:965][ 0]LogRHI: Loading RHI module D3D11RHI +[2025.05.26-09.13.20:970][ 0]LogRHI: Checking if RHI D3D11 with Feature Level SM5 is supported by your system. +[2025.05.26-09.13.20:970][ 0]LogD3D11RHI: D3D11 min allowed feature level: 11_0 +[2025.05.26-09.13.20:970][ 0]LogD3D11RHI: D3D11 max allowed feature level: 11_1 +[2025.05.26-09.13.20:970][ 0]LogD3D11RHI: D3D11 adapters: +[2025.05.26-09.13.20:971][ 0]LogD3D11RHI: Testing D3D11 Adapter 0: +[2025.05.26-09.13.20:971][ 0]LogD3D11RHI: Description : NVIDIA GeForce GTX 1080 +[2025.05.26-09.13.20:971][ 0]LogD3D11RHI: VendorId : 10de +[2025.05.26-09.13.20:971][ 0]LogD3D11RHI: DeviceId : 1b80 +[2025.05.26-09.13.20:971][ 0]LogD3D11RHI: SubSysId : 33661462 +[2025.05.26-09.13.20:971][ 0]LogD3D11RHI: Revision : 00a1 +[2025.05.26-09.13.20:971][ 0]LogD3D11RHI: DedicatedVideoMemory : 8450473984 bytes +[2025.05.26-09.13.20:971][ 0]LogD3D11RHI: DedicatedSystemMemory : 0 bytes +[2025.05.26-09.13.20:971][ 0]LogD3D11RHI: SharedSystemMemory : 17153755136 bytes +[2025.05.26-09.13.20:971][ 0]LogD3D11RHI: AdapterLuid : 0 106957 +[2025.05.26-09.13.21:129][ 0]LogD3D11RHI: 0. 'NVIDIA GeForce GTX 1080' (Feature Level 11_1) +[2025.05.26-09.13.21:129][ 0]LogD3D11RHI: 8059/0/16359 MB DedicatedVideo/DedicatedSystem/SharedSystem, Outputs:2, VendorId:0x10de +[2025.05.26-09.13.21:129][ 0]LogD3D11RHI: Testing D3D11 Adapter 1: +[2025.05.26-09.13.21:129][ 0]LogD3D11RHI: Description : Microsoft Basic Render Driver +[2025.05.26-09.13.21:129][ 0]LogD3D11RHI: VendorId : 1414 +[2025.05.26-09.13.21:129][ 0]LogD3D11RHI: DeviceId : 008c +[2025.05.26-09.13.21:129][ 0]LogD3D11RHI: SubSysId : 0000 +[2025.05.26-09.13.21:129][ 0]LogD3D11RHI: Revision : 0000 +[2025.05.26-09.13.21:129][ 0]LogD3D11RHI: DedicatedVideoMemory : 0 bytes +[2025.05.26-09.13.21:129][ 0]LogD3D11RHI: DedicatedSystemMemory : 0 bytes +[2025.05.26-09.13.21:129][ 0]LogD3D11RHI: SharedSystemMemory : 17153755136 bytes +[2025.05.26-09.13.21:129][ 0]LogD3D11RHI: AdapterLuid : 0 110514 +[2025.05.26-09.13.21:133][ 0]LogD3D11RHI: 1. 'Microsoft Basic Render Driver' (Feature Level 11_1) +[2025.05.26-09.13.21:133][ 0]LogD3D11RHI: 0/0/16359 MB DedicatedVideo/DedicatedSystem/SharedSystem, Outputs:0, VendorId:0x1414 +[2025.05.26-09.13.21:133][ 0]LogD3D11RHI: Testing D3D11 Adapter 2: +[2025.05.26-09.13.21:133][ 0]LogD3D11RHI: Description : NVIDIA GeForce GTX 1080 +[2025.05.26-09.13.21:134][ 0]LogD3D11RHI: VendorId : 10de +[2025.05.26-09.13.21:134][ 0]LogD3D11RHI: DeviceId : 1b80 +[2025.05.26-09.13.21:134][ 0]LogD3D11RHI: SubSysId : 33661462 +[2025.05.26-09.13.21:134][ 0]LogD3D11RHI: Revision : 00a1 +[2025.05.26-09.13.21:134][ 0]LogD3D11RHI: DedicatedVideoMemory : 8450473984 bytes +[2025.05.26-09.13.21:134][ 0]LogD3D11RHI: DedicatedSystemMemory : 0 bytes +[2025.05.26-09.13.21:134][ 0]LogD3D11RHI: SharedSystemMemory : 17153755136 bytes +[2025.05.26-09.13.21:134][ 0]LogD3D11RHI: AdapterLuid : 0 151274 +[2025.05.26-09.13.21:264][ 0]LogD3D11RHI: 2. 'NVIDIA GeForce GTX 1080' (Feature Level 11_1) +[2025.05.26-09.13.21:264][ 0]LogD3D11RHI: 8059/0/16359 MB DedicatedVideo/DedicatedSystem/SharedSystem, Outputs:0, VendorId:0x10de +[2025.05.26-09.13.21:264][ 0]LogD3D11RHI: Chosen D3D11 Adapter: +[2025.05.26-09.13.21:264][ 0]LogD3D11RHI: Description : NVIDIA GeForce GTX 1080 +[2025.05.26-09.13.21:264][ 0]LogD3D11RHI: VendorId : 10de +[2025.05.26-09.13.21:264][ 0]LogD3D11RHI: DeviceId : 1b80 +[2025.05.26-09.13.21:264][ 0]LogD3D11RHI: SubSysId : 33661462 +[2025.05.26-09.13.21:264][ 0]LogD3D11RHI: Revision : 00a1 +[2025.05.26-09.13.21:264][ 0]LogD3D11RHI: DedicatedVideoMemory : 8450473984 bytes +[2025.05.26-09.13.21:264][ 0]LogD3D11RHI: DedicatedSystemMemory : 0 bytes +[2025.05.26-09.13.21:264][ 0]LogD3D11RHI: SharedSystemMemory : 17153755136 bytes +[2025.05.26-09.13.21:264][ 0]LogD3D11RHI: AdapterLuid : 0 106957 +[2025.05.26-09.13.21:264][ 0]LogRHI: RHI D3D11 with Feature Level SM5 is supported and will be used. +[2025.05.26-09.13.21:264][ 0]LogInit: Selected Device Profile: [WindowsEditor] +[2025.05.26-09.13.21:264][ 0]LogHAL: Display: Platform has ~ 32 GB [34307510272 / 34359738368 / 32], which maps to Largest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0) +[2025.05.26-09.13.21:264][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows] +[2025.05.26-09.13.21:264][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.05.26-09.13.21:264][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[UI.SlateSDFText.RasterizationMode:Bitmap -> Msdf]] +[2025.05.26-09.13.21:264][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[UI.SlateSDFText.ResolutionLevel:2 -> 2]] +[2025.05.26-09.13.21:264][ 0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini] +[2025.05.26-09.13.21:264][ 0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]] +[2025.05.26-09.13.21:264][ 0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]] +[2025.05.26-09.13.21:264][ 0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]] +[2025.05.26-09.13.21:264][ 0]LogConfig: CVar [[ds.CADTranslator.Meshing.ActivateThinZoneMeshing:0]] deferred - dummy variable created +[2025.05.26-09.13.21:264][ 0]LogConfig: CVar [[ds.CADTranslator.Stitching.RemoveThinFaces:0]] deferred - dummy variable created +[2025.05.26-09.13.21:264][ 0]LogConfig: Applying CVar settings from Section [Startup_Windows] File [../../../Engine/Config/ConsoleVariables.ini] +[2025.05.26-09.13.21:264][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine] +[2025.05.26-09.13.21:264][ 0]LogConfig: Set CVar [[memory.MemoryPressureCriticalThresholdMB:512]] +[2025.05.26-09.13.21:264][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [A:/Documents/Unreal Projects/Wizzard/HandyMann/Saved/Config/WindowsEditor/Editor.ini] +[2025.05.26-09.13.21:265][ 0]LogInit: Computer: DESKTOP-22PKF89 +[2025.05.26-09.13.21:265][ 0]LogInit: User: lauri +[2025.05.26-09.13.21:265][ 0]LogInit: CPU Page size=4096, Cores=6 +[2025.05.26-09.13.21:265][ 0]LogInit: High frequency timer resolution =10.000000 MHz +[2025.05.26-09.13.24:310][ 0]LogMemory: Process is running as part of a Windows Job with separate resource limits +[2025.05.26-09.13.24:310][ 0]LogMemory: Memory total: Physical=32.0GB (32GB approx) Virtual=42.0GB +[2025.05.26-09.13.24:310][ 0]LogMemory: Platform Memory Stats for WindowsEditor +[2025.05.26-09.13.24:310][ 0]LogMemory: Process Physical Memory: 620.83 MB used, 632.35 MB peak +[2025.05.26-09.13.24:310][ 0]LogMemory: Process Virtual Memory: 682.26 MB used, 682.26 MB peak +[2025.05.26-09.13.24:310][ 0]LogMemory: Physical Memory: 13356.13 MB used, 19362.06 MB free, 32718.19 MB total +[2025.05.26-09.13.24:310][ 0]LogMemory: Virtual Memory: 25673.62 MB used, 17284.57 MB free, 42958.19 MB total +[2025.05.26-09.13.24:310][ 0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0" +[2025.05.26-09.13.24:315][ 0]LogWindows: WindowsPlatformFeatures enabled +[2025.05.26-09.13.24:326][ 0]LogChaosDD: Chaos Debug Draw Startup +[2025.05.26-09.13.24:326][ 0]LogInit: Physics initialised using underlying interface: Chaos +[2025.05.26-09.13.24:328][ 0]LogInit: Using OS detected language (en-US). +[2025.05.26-09.13.24:328][ 0]LogInit: Using OS detected locale (et-EE). +[2025.05.26-09.13.24:331][ 0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so 'en' will be used for the language. +[2025.05.26-09.13.24:332][ 0]LogInit: Setting process to per monitor DPI aware +[2025.05.26-09.13.24:725][ 0]LogWindowsTextInputMethodSystem: Available input methods: +[2025.05.26-09.13.24:725][ 0]LogWindowsTextInputMethodSystem: - English (United States) - (Keyboard). +[2025.05.26-09.13.24:725][ 0]LogWindowsTextInputMethodSystem: - Russian (Russia) - (Keyboard). +[2025.05.26-09.13.24:725][ 0]LogWindowsTextInputMethodSystem: - Estonian (Estonia) - (Keyboard). +[2025.05.26-09.13.24:725][ 0]LogWindowsTextInputMethodSystem: - Romanian (Romania) - (Keyboard). +[2025.05.26-09.13.24:725][ 0]LogWindowsTextInputMethodSystem: - Estonian (Estonia) - Touch Input Correction (TSF IME). +[2025.05.26-09.13.24:725][ 0]LogWindowsTextInputMethodSystem: - English (United Kingdom) - (Keyboard). +[2025.05.26-09.13.24:725][ 0]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). +[2025.05.26-09.13.24:744][ 0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0 +[2025.05.26-09.13.24:744][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0 +[2025.05.26-09.13.24:938][ 0]LogHMD: OpenXRHMDModule::InitInstance using DefaultLoader. +[2025.05.26-09.13.25:051][ 0]LogHMD: OpenXR runtime supported extensions: +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_KHR_D3D11_enable +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_KHR_D3D12_enable +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_KHR_opengl_enable +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_KHR_vulkan_enable +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_KHR_vulkan_enable2 +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_KHR_composition_layer_depth +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_KHR_win32_convert_performance_counter_time +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_KHR_convert_timespec_time +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_KHR_composition_layer_cube +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_KHR_composition_layer_cylinder +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_KHR_composition_layer_equirect +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_KHR_visibility_mask +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_KHR_composition_layer_color_scale_bias +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_EXT_win32_appcontainer_compatible +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_EXT_debug_utils +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_OCULUS_recenter_event +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_OCULUS_audio_device_guid +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_FB_color_space +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_FB_display_refresh_rate +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_META_performance_metrics +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_META_headset_id +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_OCULUS_ovrsession_handle +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_EXT_hand_interaction +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_EXT_hand_tracking +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_FB_hand_tracking_aim +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_FB_hand_tracking_capsules +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_FB_hand_tracking_mesh +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_EXT_hand_tracking_data_source +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_META_hand_tracking_microgestures +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_META_simultaneous_hands_and_controllers +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_FB_body_tracking +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_META_body_tracking_full_body +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_META_body_tracking_fidelity +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_META_body_tracking_calibration +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_FB_passthrough +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_META_passthrough_layer_resumed_event +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_FB_triangle_mesh +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_META_passthrough_color_lut +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_META_passthrough_preferences +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_FB_render_model +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_FB_spatial_entity_container +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_FB_scene +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_FB_spatial_entity +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_FB_spatial_entity_storage +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_FB_spatial_entity_query +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_FB_spatial_entity_user +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_FB_spatial_entity_storage_batch +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_FB_spatial_entity_sharing +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_META_spatial_entity_persistence +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_META_spatial_entity_discovery +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_META_spatial_entity_group_sharing +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_META_spatial_entity_mesh +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_META_spatial_entity_sharing +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_META_boundary_visibility +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_META_colocation_discovery +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_METAX1_dynamic_object_tracker +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_META_dynamic_object_tracker +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_META_dynamic_object_keyboard +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_META_virtual_keyboard +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_EXT_local_floor +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_EXT_active_action_set_priority +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_FB_haptic_amplitude_envelope +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_FB_haptic_pcm +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_FB_touch_controller_pro +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_META_touch_controller_plus +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_FB_touch_controller_proximity +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_OCULUS_external_camera +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_META_detached_controllers +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_LOGITECH_mx_ink_stylus_interaction +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_FBX1_touch_controller_extras +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_EXT_palm_pose +[2025.05.26-09.13.25:051][ 0]LogHMD: XR_EXT_eye_gaze_interaction +[2025.05.26-09.13.25:051][ 0]LogHMD: Optional extension XR_KHR_vulkan_swapchain_format_list is not available +[2025.05.26-09.13.25:051][ 0]LogHMD: Optional extension XR_FB_foveation_vulkan is not available +[2025.05.26-09.13.25:051][ 0]LogHMD: Optional extension XR_VARJO_quad_views is not available +[2025.05.26-09.13.25:051][ 0]LogHMD: Optional extension XR_KHR_binding_modification is not available +[2025.05.26-09.13.25:051][ 0]LogHMD: Optional extension XR_EPIC_view_configuration_fov is not available +[2025.05.26-09.13.25:051][ 0]LogHMD: Optional extension XR_EXT_dpad_binding is not available +[2025.05.26-09.13.25:051][ 0]LogHMD: Optional extension XR_FB_composition_layer_alpha_blend is not available +[2025.05.26-09.13.25:051][ 0]LogHMD: Optional extension XR_FB_foveation is not available +[2025.05.26-09.13.25:051][ 0]LogHMD: Optional extension XR_FB_swapchain_update_state is not available +[2025.05.26-09.13.25:051][ 0]LogHMD: Optional extension XR_FB_foveation_configuration is not available +[2025.05.26-09.13.25:059][ 0]LogHMD: Initialized OpenXR on Oculus runtime version 1.109.0 +[2025.05.26-09.13.25:062][ 0]LogRHI: Using Default RHI: D3D11 +[2025.05.26-09.13.25:062][ 0]LogRHI: Using Highest Feature Level of D3D11: SM5 +[2025.05.26-09.13.25:062][ 0]LogRHI: Loading RHI module D3D11RHI +[2025.05.26-09.13.25:062][ 0]LogRHI: Checking if RHI D3D11 with Feature Level SM5 is supported by your system. +[2025.05.26-09.13.25:062][ 0]LogRHI: RHI D3D11 with Feature Level SM5 is supported and will be used. +[2025.05.26-09.13.25:062][ 0]LogWindows: Attached monitors: +[2025.05.26-09.13.25:062][ 0]LogWindows: resolution: 1920x1080, work area: (0, 0) -> (1920, 1032), device: '\\.\DISPLAY1' [PRIMARY] +[2025.05.26-09.13.25:062][ 0]LogWindows: resolution: 1920x1080, work area: (-1920, 6) -> (0, 1038), device: '\\.\DISPLAY2' +[2025.05.26-09.13.25:062][ 0]LogWindows: Found 2 attached monitors. +[2025.05.26-09.13.25:062][ 0]LogWindows: Gathering driver information using Windows Setup API +[2025.05.26-09.13.25:063][ 0]LogRHI: RHI Adapter Info: +[2025.05.26-09.13.25:063][ 0]LogRHI: Name: NVIDIA GeForce GTX 1080 +[2025.05.26-09.13.25:063][ 0]LogRHI: Driver Version: 560.94 (internal:32.0.15.6094, unified:560.94) +[2025.05.26-09.13.25:063][ 0]LogRHI: Driver Date: 8-14-2024 +[2025.05.26-09.13.25:063][ 0]LogD3D11RHI: Creating new Direct3DDevice +[2025.05.26-09.13.25:063][ 0]LogD3D11RHI: GPU DeviceId: 0x1b80 (for the marketing name, search the web for "GPU Device Id") +[2025.05.26-09.13.25:063][ 0]LogRHI: Texture pool is 5641 MB (70% of 8059 MB) +[2025.05.26-09.13.25:063][ 0]LogNvidiaAftermath: Nvidia Aftermath is disabled in D3D11 due to instability issues. +[2025.05.26-09.13.25:063][ 0]LogD3D11RHI: Creating D3DDevice using adapter: +[2025.05.26-09.13.25:063][ 0]LogD3D11RHI: Description : NVIDIA GeForce GTX 1080 +[2025.05.26-09.13.25:063][ 0]LogD3D11RHI: VendorId : 10de +[2025.05.26-09.13.25:063][ 0]LogD3D11RHI: DeviceId : 1b80 +[2025.05.26-09.13.25:063][ 0]LogD3D11RHI: SubSysId : 33661462 +[2025.05.26-09.13.25:063][ 0]LogD3D11RHI: Revision : 00a1 +[2025.05.26-09.13.25:063][ 0]LogD3D11RHI: DedicatedVideoMemory : 8450473984 bytes +[2025.05.26-09.13.25:063][ 0]LogD3D11RHI: DedicatedSystemMemory : 0 bytes +[2025.05.26-09.13.25:063][ 0]LogD3D11RHI: SharedSystemMemory : 17153755136 bytes +[2025.05.26-09.13.25:063][ 0]LogD3D11RHI: AdapterLuid : 0 106957 +[2025.05.26-09.13.25:177][ 0]LogNvidiaAftermath: Aftermath is not loaded. +[2025.05.26-09.13.25:179][ 0]LogD3D11RHI: RHI has support for 64 bit atomics +[2025.05.26-09.13.25:179][ 0]LogD3D11RHI: Async texture creation enabled +[2025.05.26-09.13.25:179][ 0]LogD3D11RHI: D3D11_MAP_WRITE_NO_OVERWRITE for dynamic buffer SRVs is supported +[2025.05.26-09.13.25:179][ 0]LogD3D11RHI: Array index from any shader is supported +[2025.05.26-09.13.25:205][ 0]LogVRS: Current RHI does not support Variable Rate Shading +[2025.05.26-09.13.25:221][ 0]LogD3D11RHI: GPU Timing Frequency: 1000.000000 (Debug: 2 2) +[2025.05.26-09.13.25:225][ 0]LogInit: Initializing FReadOnlyCVARCache +[2025.05.26-09.13.25:235][ 0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="A:/Documents/Unreal Projects/Wizzard/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="A:/Documents/Unreal Projects/Wizzard/HandyMann/Intermediate/TurnkeyReport_0.log" -log="A:/Documents/Unreal Projects/Wizzard/HandyMann/Intermediate/TurnkeyLog_0.log" -project="A:/Documents/Unreal Projects/Wizzard/HandyMann/HandyMann.uproject" -platform=all' +[2025.05.26-09.13.25:235][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""A:/Epic Games/UE_5.5/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="A:/Documents/Unreal Projects/Wizzard/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="A:/Documents/Unreal Projects/Wizzard/HandyMann/Intermediate/TurnkeyReport_0.log" -log="A:/Documents/Unreal Projects/Wizzard/HandyMann/Intermediate/TurnkeyLog_0.log" -project="A:/Documents/Unreal Projects/Wizzard/HandyMann/HandyMann.uproject" -platform=all" ] +[2025.05.26-09.13.25:281][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC +[2025.05.26-09.13.25:281][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT +[2025.05.26-09.13.25:281][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2 +[2025.05.26-09.13.25:281][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp +[2025.05.26-09.13.25:281][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed +[2025.05.26-09.13.25:281][ 0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.12 +[2025.05.26-09.13.25:281][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.12.dll +[2025.05.26-09.13.25:282][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll +[2025.05.26-09.13.25:282][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle +[2025.05.26-09.13.25:334][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android' +[2025.05.26-09.13.25:334][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC' +[2025.05.26-09.13.25:334][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT' +[2025.05.26-09.13.25:334][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2' +[2025.05.26-09.13.25:334][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient' +[2025.05.26-09.13.25:334][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient' +[2025.05.26-09.13.25:334][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient' +[2025.05.26-09.13.25:334][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client' +[2025.05.26-09.13.25:334][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi' +[2025.05.26-09.13.25:334][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient' +[2025.05.26-09.13.25:370][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS' +[2025.05.26-09.13.25:370][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient' +[2025.05.26-09.13.25:400][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux' +[2025.05.26-09.13.25:400][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor' +[2025.05.26-09.13.25:400][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer' +[2025.05.26-09.13.25:400][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient' +[2025.05.26-09.13.25:434][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64' +[2025.05.26-09.13.25:434][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server' +[2025.05.26-09.13.25:434][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client' +[2025.05.26-09.13.25:468][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Mac' +[2025.05.26-09.13.25:468][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacEditor' +[2025.05.26-09.13.25:468][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacServer' +[2025.05.26-09.13.25:468][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacClient' +[2025.05.26-09.13.25:500][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS' +[2025.05.26-09.13.25:500][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient' +[2025.05.26-09.13.25:540][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows' +[2025.05.26-09.13.25:540][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor' +[2025.05.26-09.13.25:540][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer' +[2025.05.26-09.13.25:540][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient' +[2025.05.26-09.13.25:540][ 0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor +[2025.05.26-09.13.25:609][ 0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it +[2025.05.26-09.13.25:615][ 0]LogTargetPlatformManager: Loaded format module MetalShaderFormat +[2025.05.26-09.13.25:615][ 0]LogTargetPlatformManager: SF_METAL +[2025.05.26-09.13.25:615][ 0]LogTargetPlatformManager: SF_METAL_MRT +[2025.05.26-09.13.25:615][ 0]LogTargetPlatformManager: SF_METAL_TVOS +[2025.05.26-09.13.25:615][ 0]LogTargetPlatformManager: SF_METAL_MRT_TVOS +[2025.05.26-09.13.25:615][ 0]LogTargetPlatformManager: SF_METAL_SM5 +[2025.05.26-09.13.25:615][ 0]LogTargetPlatformManager: SF_METAL_SM6 +[2025.05.26-09.13.25:615][ 0]LogTargetPlatformManager: SF_METAL_SIM +[2025.05.26-09.13.25:615][ 0]LogTargetPlatformManager: SF_METAL_MACES3_1 +[2025.05.26-09.13.25:615][ 0]LogTargetPlatformManager: SF_METAL_MRT_MAC +[2025.05.26-09.13.25:615][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D +[2025.05.26-09.13.25:615][ 0]LogTargetPlatformManager: PCD3D_SM6 +[2025.05.26-09.13.25:615][ 0]LogTargetPlatformManager: PCD3D_SM5 +[2025.05.26-09.13.25:615][ 0]LogTargetPlatformManager: PCD3D_ES31 +[2025.05.26-09.13.25:615][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL +[2025.05.26-09.13.25:615][ 0]LogTargetPlatformManager: GLSL_150_ES31 +[2025.05.26-09.13.25:615][ 0]LogTargetPlatformManager: GLSL_ES3_1_ANDROID +[2025.05.26-09.13.25:615][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM +[2025.05.26-09.13.25:615][ 0]LogTargetPlatformManager: VVM_1_0 +[2025.05.26-09.13.25:615][ 0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat +[2025.05.26-09.13.25:615][ 0]LogTargetPlatformManager: SF_VULKAN_SM5 +[2025.05.26-09.13.25:615][ 0]LogTargetPlatformManager: SF_VULKAN_ES31_ANDROID +[2025.05.26-09.13.25:615][ 0]LogTargetPlatformManager: SF_VULKAN_ES31 +[2025.05.26-09.13.25:615][ 0]LogTargetPlatformManager: SF_VULKAN_SM5_ANDROID +[2025.05.26-09.13.25:615][ 0]LogTargetPlatformManager: SF_VULKAN_SM6 +[2025.05.26-09.13.25:616][ 0]LogRendererCore: Ray tracing is disabled. Reason: not supported by current RHI. +[2025.05.26-09.13.25:620][ 0]LogDerivedDataCache: Display: Memory: Max Cache Size: -1 MB +[2025.05.26-09.13.25:620][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file ../../../../../Documents/Unreal Projects/Wizzard/HandyMann/DerivedDataCache/DDC.ddp not found, will not use a pak cache. +[2025.05.26-09.13.25:620][ 0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy. +[2025.05.26-09.13.25:620][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file ../../../../../Documents/Unreal Projects/Wizzard/HandyMann/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.05.26-09.13.25:620][ 0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy. +[2025.05.26-09.13.25:707][ 0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (1559 MiB) +[2025.05.26-09.13.25:707][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.05.26-09.13.25:707][ 0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy. +[2025.05.26-09.13.25:708][ 0]LogZenServiceInstance: Found Zen config default=C:/Users/lauri/AppData/Local/UnrealEngine/Common/Zen/Data +[2025.05.26-09.13.25:709][ 0]LogZenServiceInstance: InTree version at 'A:/Epic Games/UE_5.5/Engine/Binaries/Win64/zenserver.exe' is '5.5.7-202409112143-windows-x64-release-f523a01' +[2025.05.26-09.13.25:709][ 0]LogZenServiceInstance: Installed version at 'C:/Users/lauri/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe' is '5.5.7-202409112143-windows-x64-release-f523a01' +[2025.05.26-09.13.25:709][ 0]LogZenServiceInstance: No current process using the data dir found, launching a new instance +[2025.05.26-09.13.25:709][ 0]LogZenServiceInstance: Display: Launching executable 'C:/Users/lauri/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe', working dir 'C:/Users/lauri/AppData/Local/UnrealEngine/Common/Zen/Install', data dir 'C:/Users/lauri/AppData/Local/UnrealEngine/Common/Zen/Data', args '--port 8558 --data-dir "C:\Users\lauri\AppData\Local\UnrealEngine\Common\Zen\Data" --http asio --gc-cache-duration-seconds 1209600 --gc-interval-seconds 21600 --gc-low-diskspace-threshold 2147483648 --quiet --http-forceloopback --owner-pid 23264 --child-id Zen_23264_Startup' +[2025.05.26-09.13.25:927][ 0]LogZenServiceInstance: Display: Unreal Zen Storage Server HTTP service at [::1]:8558 status: OK!. +[2025.05.26-09.13.25:927][ 0]LogZenServiceInstance: Local ZenServer AutoLaunch initialization completed in 0.219 seconds +[2025.05.26-09.13.25:929][ 0]LogDerivedDataCache: Display: ZenLocal: Using ZenServer HTTP service at http://[::1]:8558/ with namespace ue.ddc status: OK!. +[2025.05.26-09.13.25:948][ 0]LogDerivedDataCache: C:/Users/lauri/AppData/Local/UnrealEngine/Common/DerivedDataCache: Speed tests took 0.01 seconds. +[2025.05.26-09.13.25:948][ 0]LogDerivedDataCache: Display: C:/Users/lauri/AppData/Local/UnrealEngine/Common/DerivedDataCache: Performance: Latency=0.07ms. RandomReadSpeed=568.03MBs, RandomWriteSpeed=93.07MBs. Assigned SpeedClass 'Local' +[2025.05.26-09.13.25:948][ 0]LogDerivedDataCache: Local: Using data cache path C:/Users/lauri/AppData/Local/UnrealEngine/Common/DerivedDataCache: DeleteOnly +[2025.05.26-09.13.25:948][ 0]LogDerivedDataCache: ZenShared: Disabled because Host is set to 'None' +[2025.05.26-09.13.25:948][ 0]LogDerivedDataCache: Unable to find inner node ZenShared for hierarchy Hierarchy. +[2025.05.26-09.13.25:948][ 0]LogDerivedDataCache: Shared: Disabled because no path is configured. +[2025.05.26-09.13.25:948][ 0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy. +[2025.05.26-09.13.25:948][ 0]LogDerivedDataCache: Cloud: Disabled because Host is set to 'None' +[2025.05.26-09.13.25:948][ 0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Hierarchy. +[2025.05.26-09.13.25:948][ 0]LogShaderCompilers: Guid format shader working directory is -13 characters bigger than the processId version (../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Intermediate/Shaders/WorkingDirectory/23264/). +[2025.05.26-09.13.25:948][ 0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/lauri/AppData/Local/Temp/UnrealShaderWorkingDir/CA7855234EF58EDAC2CFC893B31372F8/'. +[2025.05.26-09.13.25:948][ 0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine. +[2025.05.26-09.13.25:948][ 0]LogShaderCompilers: Display: Using Local Shader Compiler with 9 workers. +[2025.05.26-09.13.25:948][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Intermediate/ShaderAutogen/PCD3D_SM5/AutogenShaderHeaders.ush +[2025.05.26-09.13.25:949][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. +[2025.05.26-09.13.27:031][ 0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0 +[2025.05.26-09.13.27:446][ 0]LogSlate: Using FreeType 2.10.0 +[2025.05.26-09.13.27:447][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1 +[2025.05.26-09.13.27:448][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. +[2025.05.26-09.13.27:448][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png +[2025.05.26-09.13.27:450][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. +[2025.05.26-09.13.27:450][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. +[2025.05.26-09.13.27:450][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png +[2025.05.26-09.13.27:450][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png +[2025.05.26-09.13.27:473][ 0]LogAssetRegistry: FAssetRegistry took 0.0024 seconds to start up +[2025.05.26-09.13.27:476][ 0]LogEditorDomain: Display: EditorDomain is Disabled +[2025.05.26-09.13.27:479][ 0]LogAssetRegistry: Display: AssetDataGatherer spent 0.000s loading caches ../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Intermediate/CachedAssetRegistry_*.bin. +[2025.05.26-09.13.27:761][ 0]LogStreaming: Display: FlushAsyncLoading(1): 1 QueuedPackages, 0 AsyncPackages +[2025.05.26-09.13.27:763][ 0]LogTextureEncodingSettings: Display: Texture Encode Speed: FinalIfAvailable (editor). +[2025.05.26-09.13.27:763][ 0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal +[2025.05.26-09.13.27:763][ 0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled +[2025.05.26-09.13.27:785][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64Editor not found. +[2025.05.26-09.13.27:785][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64 not found. +[2025.05.26-09.13.27:828][ 0]LogDeviceProfileManager: Active device profile: [00000576C0771000][00000576C07C8000 66] WindowsEditor +[2025.05.26-09.13.27:828][ 0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor" +[2025.05.26-09.13.27:829][ 0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Invalid, MinAllowed_Sdk=10.0.19041.0, MaxAllowed_Sdk=10.9.99999.0, Current_Sdk=, Allowed_AutoSdk=10.0.22621.0, Current_AutoSdk=, Flags="Platform_ValidHostPrerequisites") +[2025.05.26-09.13.27:833][ 0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="A:/Documents/Unreal Projects/Wizzard/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="A:/Documents/Unreal Projects/Wizzard/HandyMann/Intermediate/TurnkeyReport_1.log" -log="A:/Documents/Unreal Projects/Wizzard/HandyMann/Intermediate/TurnkeyLog_1.log" -project="A:/Documents/Unreal Projects/Wizzard/HandyMann/HandyMann.uproject" -Device=Win64@DESKTOP-22PKF89' +[2025.05.26-09.13.27:833][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""A:/Epic Games/UE_5.5/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="A:/Documents/Unreal Projects/Wizzard/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="A:/Documents/Unreal Projects/Wizzard/HandyMann/Intermediate/TurnkeyReport_1.log" -log="A:/Documents/Unreal Projects/Wizzard/HandyMann/Intermediate/TurnkeyLog_1.log" -project="A:/Documents/Unreal Projects/Wizzard/HandyMann/HandyMann.uproject" -Device=Win64@DESKTOP-22PKF89" -nocompile -nocompileuat ] +[2025.05.26-09.13.27:892][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.05.26-09.13.27:892][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 18 to allow recursive sync load to finish +[2025.05.26-09.13.27:892][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.05.26-09.13.27:893][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.05.26-09.13.27:893][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 19 to allow recursive sync load to finish +[2025.05.26-09.13.27:893][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.05.26-09.13.27:893][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.05.26-09.13.27:894][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 20 to allow recursive sync load to finish +[2025.05.26-09.13.27:894][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.05.26-09.13.27:894][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.05.26-09.13.27:894][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 21 to allow recursive sync load to finish +[2025.05.26-09.13.27:894][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.05.26-09.13.27:894][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.05.26-09.13.27:895][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.05.26-09.13.27:895][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 23 to allow recursive sync load to finish +[2025.05.26-09.13.27:895][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial +[2025.05.26-09.13.27:895][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.05.26-09.13.27:895][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 24 to allow recursive sync load to finish +[2025.05.26-09.13.27:895][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial +[2025.05.26-09.13.27:895][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.05.26-09.13.27:895][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.05.26-09.13.27:895][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 26 to allow recursive sync load to finish +[2025.05.26-09.13.27:895][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.05.26-09.13.27:895][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.05.26-09.13.27:895][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 27 to allow recursive sync load to finish +[2025.05.26-09.13.27:895][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.05.26-09.13.27:895][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.05.26-09.13.27:897][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultDiffuse with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.05.26-09.13.27:897][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.05.26-09.13.27:897][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 29 to allow recursive sync load to finish +[2025.05.26-09.13.27:897][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/DefaultPostProcessMaterial +[2025.05.26-09.13.27:897][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.05.26-09.13.27:897][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 30 to allow recursive sync load to finish +[2025.05.26-09.13.27:897][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/DefaultPostProcessMaterial +[2025.05.26-09.13.27:897][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions02/Utility/BreakOutFloat2Components with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.05.26-09.13.27:898][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultPostProcessMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 28 to allow recursive sync load to finish +[2025.05.26-09.13.27:898][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultPostProcessMaterial with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.05.26-09.13.27:898][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.05.26-09.13.27:898][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultPostProcessMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 31 to allow recursive sync load to finish +[2025.05.26-09.13.27:898][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultPostProcessMaterial with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial +[2025.05.26-09.13.27:898][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultLightFunctionMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 25 to allow recursive sync load to finish +[2025.05.26-09.13.27:898][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultLightFunctionMaterial with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial +[2025.05.26-09.13.27:898][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.05.26-09.13.27:898][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultLightFunctionMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 32 to allow recursive sync load to finish +[2025.05.26-09.13.27:898][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultLightFunctionMaterial with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial +[2025.05.26-09.13.27:899][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultDeferredDecalMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 22 to allow recursive sync load to finish +[2025.05.26-09.13.27:899][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultDeferredDecalMaterial with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.05.26-09.13.27:899][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: ExportsDone) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. +[2025.05.26-09.13.27:899][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultDeferredDecalMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 33 to allow recursive sync load to finish +[2025.05.26-09.13.27:899][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultDeferredDecalMaterial with requester package /Engine/EngineMaterials/WorldGridMaterial +[2025.05.26-09.13.28:057][ 0]LogMeshReduction: Display: Using QuadricMeshReduction for automatic static mesh reduction +[2025.05.26-09.13.28:057][ 0]LogMeshReduction: Display: Using SkeletalMeshReduction for automatic skeletal mesh reduction +[2025.05.26-09.13.28:057][ 0]LogMeshReduction: Display: Using ProxyLODMeshReduction for automatic mesh merging +[2025.05.26-09.13.28:057][ 0]LogMeshReduction: Display: No distributed automatic mesh merging module available +[2025.05.26-09.13.28:057][ 0]LogMeshMerging: No distributed automatic mesh merging module available +[2025.05.26-09.13.28:235][ 0]LogConfig: Branch 'PIEPreviewSettings' had been unloaded. Reloading on-demand took 1.46ms +[2025.05.26-09.13.28:273][ 0]LogConfig: Branch 'GameplayTagsList' had been unloaded. Reloading on-demand took 1.44ms +[2025.05.26-09.13.28:297][ 0]LogConfig: Branch 'TemplateDefs' had been unloaded. Reloading on-demand took 1.10ms +[2025.05.26-09.13.28:301][ 0]LogConfig: Branch 'TemplateCategories' had been unloaded. Reloading on-demand took 1.47ms +[2025.05.26-09.13.28:535][ 0]LogLinker: Warning: [AssetLog] A:\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\PokeAHoleMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.05.26-09.13.28:538][ 0]LogHMD: PokeAHoleMaterial loaded successfully +[2025.05.26-09.13.28:931][ 0]LogTurnkeySupport: Completed device detection: Code = 0 +[2025.05.26-09.13.29:708][ 0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None +[2025.05.26-09.13.29:708][ 0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled +[2025.05.26-09.13.29:714][ 0]LogLiveCoding: Display: Starting LiveCoding +[2025.05.26-09.13.29:714][ 0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development +[2025.05.26-09.13.29:715][ 0]LogLiveCoding: Display: First instance in process group "UE_HandyMann_0x4c7593a4", spawning console +[2025.05.26-09.13.29:741][ 0]LogSlate: Border +[2025.05.26-09.13.29:741][ 0]LogSlate: BreadcrumbButton +[2025.05.26-09.13.29:741][ 0]LogSlate: Brushes.Title +[2025.05.26-09.13.29:741][ 0]LogSlate: Default +[2025.05.26-09.13.29:741][ 0]LogSlate: Icons.Save +[2025.05.26-09.13.29:741][ 0]LogSlate: Icons.Toolbar.Settings +[2025.05.26-09.13.29:741][ 0]LogSlate: ListView +[2025.05.26-09.13.29:741][ 0]LogSlate: SoftwareCursor_CardinalCross +[2025.05.26-09.13.29:741][ 0]LogSlate: SoftwareCursor_Grab +[2025.05.26-09.13.29:741][ 0]LogSlate: TableView.DarkRow +[2025.05.26-09.13.29:741][ 0]LogSlate: TableView.Row +[2025.05.26-09.13.29:741][ 0]LogSlate: TreeView +[2025.05.26-09.13.29:800][ 0]LogLiveCoding: Display: Waiting for server +[2025.05.26-09.13.29:882][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize started... +[2025.05.26-09.13.29:884][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize took 2.727 ms +[2025.05.26-09.13.29:902][ 0]LogConfig: Branch 'Mass' had been unloaded. Reloading on-demand took 1.26ms +[2025.05.26-09.13.29:934][ 0]LogInit: XR: Instanced Stereo Rendering is Enabled +[2025.05.26-09.13.29:934][ 0]LogInit: XR: MultiViewport is Enabled +[2025.05.26-09.13.29:934][ 0]LogInit: XR: Mobile Multiview is Disabled +[2025.05.26-09.13.29:934][ 0]LogTurnkeySupport: Turnkey Device: Win64@DESKTOP-22PKF89: (Name=DESKTOP-22PKF89, Type=Computer, Status=Valid, MinAllowed=10.0.19041.0, MaxAllowed=, Current=10.0.26100.0, Flags="Device_InstallSoftwareValid") +[2025.05.26-09.13.30:037][ 0]LogConfig: Branch 'TranslationPickerSettings' had been unloaded. Reloading on-demand took 1.05ms +[2025.05.26-09.13.30:684][ 0]LogMetaSound: Display: MetaSound Page Target Initialized to 'Default' +[2025.05.26-09.13.30:685][ 0]LogAudio: Display: Registering Engine Module Parameter Interfaces... +[2025.05.26-09.13.30:705][ 0]LogMetaSound: MetaSound Engine Initialized +[2025.05.26-09.13.30:932][ 0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: DFF44508300C442B800000000000D400 | Instance: 8E7DD75B42EE2938277AC98E5C277C67 (DESKTOP-22PKF89-23264). +[2025.05.26-09.13.31:170][ 0]LogNNERuntimeORT: Available graphics and compute adapters: +[2025.05.26-09.13.31:170][ 0]LogNNERuntimeORT: 0: NVIDIA GeForce GTX 1080 (Compute, Graphics) +[2025.05.26-09.13.31:170][ 0]LogNNERuntimeORT: 1: Microsoft Basic Render Driver (Compute, Graphics) +[2025.05.26-09.13.31:170][ 0]LogNNERuntimeORT: No NPU adapter found! +[2025.05.26-09.13.31:180][ 0]LogUdpMessaging: Display: Work queue size set to 1024. +[2025.05.26-09.13.31:180][ 0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666. +[2025.05.26-09.13.31:180][ 0]LogUdpMessaging: Display: Unicast socket bound to '0.0.0.0:59587'. +[2025.05.26-09.13.31:185][ 0]LogUdpMessaging: Display: Added local interface '172.16.1.108' to multicast group '230.0.0.1:6666' +[2025.05.26-09.13.31:185][ 0]LogUdpMessaging: Display: Added local interface '192.168.56.1' to multicast group '230.0.0.1:6666' +[2025.05.26-09.13.31:194][ 0]LogTcpMessaging: Initializing TcpMessaging bridge +[2025.05.26-09.13.31:331][ 0]SourceControl: Revision control is disabled +[2025.05.26-09.13.31:342][ 0]SourceControl: Revision control is disabled +[2025.05.26-09.13.31:376][ 0]LogConfig: Branch 'ObjectMixerSerializedData' had been unloaded. Reloading on-demand took 0.91ms +[2025.05.26-09.13.31:399][ 0]LogConfig: Branch 'Crypto' had been unloaded. Reloading on-demand took 0.87ms +[2025.05.26-09.13.31:800][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png' error. +[2025.05.26-09.13.31:800][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png +[2025.05.26-09.13.31:816][ 0]LogAndroidRuntimeSettings: Display: Enabled Package for Meta Quest devices. The following settings have been applied: -[2025.05.25-17.11.04:450][ 0]LogAndroidRuntimeSettings: Display: Support arm64: 1. +[2025.05.26-09.13.31:816][ 0]LogAndroidRuntimeSettings: Display: Support arm64: 1. -[2025.05.25-17.11.04:450][ 0]LogAndroidRuntimeSettings: Display: Support Vulkan: 1. +[2025.05.26-09.13.31:816][ 0]LogAndroidRuntimeSettings: Display: Support Vulkan: 1. -[2025.05.25-17.11.04:450][ 0]LogAndroidRuntimeSettings: Display: Support x86_64: 0. +[2025.05.26-09.13.31:816][ 0]LogAndroidRuntimeSettings: Display: Support x86_64: 0. -[2025.05.25-17.11.04:450][ 0]LogAndroidRuntimeSettings: Display: Support Vulkan Desktop: 0. +[2025.05.26-09.13.31:816][ 0]LogAndroidRuntimeSettings: Display: Support Vulkan Desktop: 0. -[2025.05.25-17.11.04:450][ 0]LogAndroidRuntimeSettings: Display: Support OpenGL ES3.2: 0. -[2025.05.25-17.11.04:454][ 0]LogLinker: Warning: [AssetLog] E:\UE_5.5\Engine\Plugins\UnrealMetaXRPlugin.76.0.1\MetaXR\Content\Meshes\LeftTouchForQuest2.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.11.04:454][ 0]LogLinker: Warning: [AssetLog] E:\UE_5.5\Engine\Plugins\UnrealMetaXRPlugin.76.0.1\MetaXR\Content\Materials\TouchForQuest2Material.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.11.04:454][ 0]LogLinker: Warning: [AssetLog] E:\UE_5.5\Engine\Plugins\UnrealMetaXRPlugin.76.0.1\MetaXR\Content\Textures\TouchForQuest2_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.11.04:454][ 0]LogLinker: Warning: [AssetLog] E:\UE_5.5\Engine\Plugins\UnrealMetaXRPlugin.76.0.1\MetaXR\Content\Textures\TouchForQuest2Material_Roughness.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.11.04:457][ 0]LogLinker: Warning: [AssetLog] E:\UE_5.5\Engine\Plugins\UnrealMetaXRPlugin.76.0.1\MetaXR\Content\Meshes\RightTouchForQuest2.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.11.04:457][ 0]LogLinker: Warning: [AssetLog] E:\UE_5.5\Engine\Plugins\UnrealMetaXRPlugin.76.0.1\MetaXR\Content\Meshes\LeftMetaQuestTouchPro.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.11.04:457][ 0]LogLinker: Warning: [AssetLog] E:\UE_5.5\Engine\Plugins\UnrealMetaXRPlugin.76.0.1\MetaXR\Content\Materials\LeftMetaQuestTouchProMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.11.04:457][ 0]LogLinker: Warning: [AssetLog] E:\UE_5.5\Engine\Plugins\UnrealMetaXRPlugin.76.0.1\MetaXR\Content\Textures\LeftMetaQuestTouchPro_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.11.04:459][ 0]LogLinker: Warning: [AssetLog] E:\UE_5.5\Engine\Plugins\UnrealMetaXRPlugin.76.0.1\MetaXR\Content\Textures\LeftMetaQuestTouchPro_Normal.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.11.04:462][ 0]LogLinker: Warning: [AssetLog] E:\UE_5.5\Engine\Plugins\UnrealMetaXRPlugin.76.0.1\MetaXR\Content\Meshes\RightMetaQuestTouchPro.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.11.04:462][ 0]LogLinker: Warning: [AssetLog] E:\UE_5.5\Engine\Plugins\UnrealMetaXRPlugin.76.0.1\MetaXR\Content\Materials\RightMetaQuestTouchProMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.11.04:463][ 0]LogLinker: Warning: [AssetLog] E:\UE_5.5\Engine\Plugins\UnrealMetaXRPlugin.76.0.1\MetaXR\Content\Textures\RightMetaQuestTouchPro_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.11.04:463][ 0]LogLinker: Warning: [AssetLog] E:\UE_5.5\Engine\Plugins\UnrealMetaXRPlugin.76.0.1\MetaXR\Content\Textures\RightMetaQuestTouchPro_Normal.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.11.04:466][ 0]LogLinker: Warning: [AssetLog] E:\UE_5.5\Engine\Plugins\UnrealMetaXRPlugin.76.0.1\MetaXR\Content\Meshes\LeftMetaQuestTouchPlus.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.11.04:466][ 0]LogLinker: Warning: [AssetLog] E:\UE_5.5\Engine\Plugins\UnrealMetaXRPlugin.76.0.1\MetaXR\Content\Materials\LeftMetaQuestTouchPlusMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.11.04:466][ 0]LogLinker: Warning: [AssetLog] E:\UE_5.5\Engine\Plugins\UnrealMetaXRPlugin.76.0.1\MetaXR\Content\Textures\LeftMetaQuestTouchPlus_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.11.04:467][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.8.dll -[2025.05.25-17.11.04:470][ 0]LogLinker: Warning: [AssetLog] E:\UE_5.5\Engine\Plugins\UnrealMetaXRPlugin.76.0.1\MetaXR\Content\Meshes\RightMetaQuestTouchPlus.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.11.04:470][ 0]LogLinker: Warning: [AssetLog] E:\UE_5.5\Engine\Plugins\UnrealMetaXRPlugin.76.0.1\MetaXR\Content\Materials\RightMetaQuestTouchPlusMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.11.04:470][ 0]LogLinker: Warning: [AssetLog] E:\UE_5.5\Engine\Plugins\UnrealMetaXRPlugin.76.0.1\MetaXR\Content\Textures\RightMetaQuestTouchPlus_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.11.04:476][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. -[2025.05.25-17.11.04:476][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png -[2025.05.25-17.11.04:476][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. -[2025.05.25-17.11.04:476][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png -[2025.05.25-17.11.04:476][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. -[2025.05.25-17.11.04:476][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png -[2025.05.25-17.11.04:518][ 0]LogTemp: MetaXR ignores max viewport resolution in editor to support full HMD resolutions. -[2025.05.25-17.11.04:590][ 0]LogConfig: Branch 'ObjectMixerSerializedData' had been unloaded. Reloading on-demand took 0.76ms -[2025.05.25-17.11.04:601][ 0]LogConfig: Branch 'Crypto' had been unloaded. Reloading on-demand took 0.72ms -[2025.05.25-17.11.04:851][ 0]LogConfig: Applying CVar settings from Section [/Script/NNEDenoiser.NNEDenoiserSettings] File [Engine] -[2025.05.25-17.11.04:864][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png' error. -[2025.05.25-17.11.04:864][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png -[2025.05.25-17.11.04:869][ 0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance -[2025.05.25-17.11.04:883][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. -[2025.05.25-17.11.04:883][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. -[2025.05.25-17.11.04:950][ 0]LogTemp: Warning: Existing value for UEditorPerformanceSettings::MaxViewportRenderingResolution will be overriden for OpenXR. -[2025.05.25-17.11.04:950][ 0]LogTemp: OpenXR ignores max viewport resolution in editor to support full HMD resolutions. -[2025.05.25-17.11.04:962][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/glf/resources/plugInfo.json' -[2025.05.25-17.11.04:962][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/ndr/resources/plugInfo.json' -[2025.05.25-17.11.04:962][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hd/resources/plugInfo.json' -[2025.05.25-17.11.04:962][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdPhysics/resources/plugInfo.json' -[2025.05.25-17.11.04:964][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/sdrGlslfx/resources/plugInfo.json' -[2025.05.25-17.11.04:964][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdLux/resources/plugInfo.json' -[2025.05.25-17.11.04:964][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdGeom/resources/plugInfo.json' -[2025.05.25-17.11.04:965][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdGp/resources/plugInfo.json' -[2025.05.25-17.11.04:965][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdAbc/resources/plugInfo.json' -[2025.05.25-17.11.04:965][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdSkel/resources/plugInfo.json' -[2025.05.25-17.11.04:965][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdShade/resources/plugInfo.json' -[2025.05.25-17.11.04:965][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdSt/resources/plugInfo.json' -[2025.05.25-17.11.04:967][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdSkelImaging/resources/plugInfo.json' -[2025.05.25-17.11.04:967][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdx/resources/plugInfo.json' -[2025.05.25-17.11.04:967][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdImagingGL/resources/plugInfo.json' -[2025.05.25-17.11.04:967][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdMtlx/resources/plugInfo.json' -[2025.05.25-17.11.04:967][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hgiGL/resources/plugInfo.json' -[2025.05.25-17.11.04:967][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdVol/resources/plugInfo.json' -[2025.05.25-17.11.04:968][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/sdf/resources/plugInfo.json' -[2025.05.25-17.11.04:968][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hio/resources/plugInfo.json' -[2025.05.25-17.11.04:968][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdRender/resources/plugInfo.json' -[2025.05.25-17.11.04:968][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdRi/resources/plugInfo.json' -[2025.05.25-17.11.04:968][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdShaders/resources/plugInfo.json' -[2025.05.25-17.11.04:970][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usd/resources/plugInfo.json' -[2025.05.25-17.11.04:970][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdProc/resources/plugInfo.json' -[2025.05.25-17.11.04:970][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdHydra/resources/plugInfo.json' -[2025.05.25-17.11.04:970][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdUI/resources/plugInfo.json' -[2025.05.25-17.11.04:996][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdImaging/resources/plugInfo.json' -[2025.05.25-17.11.04:996][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/ar/resources/plugInfo.json' -[2025.05.25-17.11.04:997][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdVolImaging/resources/plugInfo.json' -[2025.05.25-17.11.04:997][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdRiPxrImaging/resources/plugInfo.json' -[2025.05.25-17.11.04:997][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdMedia/resources/plugInfo.json' -[2025.05.25-17.11.04:997][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdStorm/resources/plugInfo.json' -[2025.05.25-17.11.04:997][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdProcImaging/resources/plugInfo.json' -[2025.05.25-17.11.04:999][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'E:/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usd/resources/codegenTemplates/plugInfo.json' -[2025.05.25-17.11.05:043][ 0]LogCollectionManager: Loaded 0 collections in 0.000772 seconds -[2025.05.25-17.11.05:045][ 0]LogFileCache: Scanning file cache for directory 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Saved/Collections/' took 0.00s -[2025.05.25-17.11.05:048][ 0]LogFileCache: Scanning file cache for directory 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/Developers/Admin/Collections/' took 0.00s -[2025.05.25-17.11.05:050][ 0]LogFileCache: Scanning file cache for directory 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/Collections/' took 0.00s -[2025.05.25-17.11.05:109][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. -[2025.05.25-17.11.05:109][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png -[2025.05.25-17.11.05:110][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. -[2025.05.25-17.11.05:110][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png -[2025.05.25-17.11.05:110][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. -[2025.05.25-17.11.05:110][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png -[2025.05.25-17.11.05:130][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png' error. -[2025.05.25-17.11.05:130][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png -[2025.05.25-17.11.05:144][ 0]LogEOSSDK: LogEOS: [Boot] EOSSDK Version 1.17.0-39599718 booting at 2025-05-25T17:11:05.144Z using C -[2025.05.25-17.11.05:144][ 0]LogEOSSDK: LogEOS: [Boot] EOSSDK Platform Properties [OS=Windows/10.0.26100.3912.64bit, ClientId=xyza7891REBVsEqSJRRNXmlS7EQHM459, ProductId=86f32f1151354e7cb39c12f8ab2c22a3, SandboxId=a01927f7421a4d4995673fe30ef46945, DeploymentId=a652a72ea1664dcab3a467891eea5f30, ProductName=HandyMann, ProductVersion=++UE5+Release-5.5-CL-40574608, IsServer=false, Flags=DisableOverlay] -[2025.05.25-17.11.05:146][ 0]LogEOSSDK: LogEOSAnalytics: Start Session (User: ...) -[2025.05.25-17.11.05:146][ 0]LogEOSSDK: LogEOSOverlay: Overlay will not load, because it was explicitly disabled when creating the platform -[2025.05.25-17.11.05:150][ 0]LogEOSSDK: LogEOSAntiCheat: [AntiCheatClient] Anti-cheat client not available. Verify that the game was started using the anti-cheat bootstrapper if you intend to use it. -[2025.05.25-17.11.05:150][ 0]LogEOSSDK: LogEOS: SetApplicationStatus - OldStatus: EOS_AS_Foreground, NewStatus: EOS_AS_Foreground, Current Time: 0001.01.01-00.00.00 -[2025.05.25-17.11.05:150][ 0]LogEOSSDK: LogEOS: SetNetworkStatus - OldStatus: EOS_NS_Online, NewStatus: EOS_NS_Online -[2025.05.25-17.11.05:150][ 0]LogEOSSDK: LogEOS: Updating Platform SDK Config, Time: 0.000055 -[2025.05.25-17.11.05:150][ 0]LogFab: Display: Logging in using persist -[2025.05.25-17.11.05:152][ 0]LogEOSSDK: Warning: LogEOSAuth: No existing persistent auth credentials were found for automatic login. -[2025.05.25-17.11.05:183][ 0]LogUObjectArray: 45164 objects as part of root set at end of initial load. -[2025.05.25-17.11.05:183][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool -[2025.05.25-17.11.05:194][ 0]LogStreaming: Display: AsyncLoading2 - NotifyRegistrationComplete: Registered 37386 public script object entries (1009.80 KB) -[2025.05.25-17.11.05:194][ 0]LogStreaming: Display: AsyncLoading2 - Thread Started: false, IsInitialLoad: false -[2025.05.25-17.11.05:284][ 0]LogClass: Warning: Property IntProperty FOculusXRAnchorLocationFlags::Flags defines MetaData key "BitmaskEnum" which contains short type name "EOculusLocationFlags". Suggested pathname: "/Script/OculusXRAnchors.EOculusLocationFlags". Module:OculusXRAnchors File:Public/OculusXRAnchorTypes.h -[2025.05.25-17.11.05:316][ 0]LogClass: Display: 1 short type names in reflected types' MetaData -[2025.05.25-17.11.05:320][ 0]LogEngine: Initializing Engine... -[2025.05.25-17.11.05:322][ 0]LogHMD: PokeAHoleMaterial loaded successfully -[2025.05.25-17.11.05:322][ 0]LogHMD: Initializing OVRPlugin session -[2025.05.25-17.11.05:322][ 0]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 -[2025.05.25-17.11.05:322][ 0]LogOVRPlugin: Display: commandQueue is null -[2025.05.25-17.11.05:322][ 0]LogOVRPlugin: CompositorOpenXR::Initialize() -[2025.05.25-17.11.05:322][ 0]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Available Extensions: (67) -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event -[2025.05.25-17.11.05:485][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events -[2025.05.25-17.11.05:487][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking -[2025.05.25-17.11.05:487][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range -[2025.05.25-17.11.05:487][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode -[2025.05.25-17.11.05:487][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking -[2025.05.25-17.11.05:487][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 -[2025.05.25-17.11.05:487][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes -[2025.05.25-17.11.05:487][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social -[2025.05.25-17.11.05:487][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction -[2025.05.25-17.11.05:487][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth -[2025.05.25-17.11.05:487][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future -[2025.05.25-17.11.05:497][ 0]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded -[2025.05.25-17.11.05:497][ 0]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.108.0 -[2025.05.25-17.11.05:499][ 0]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 -[2025.05.25-17.11.05:630][ 0]LogOVRPlugin: Display: OpenXR system properties: - venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 -[2025.05.25-17.11.05:630][ 0]LogOVRPlugin: Display: OpenXR hand tracking system properties: - hand tracking supported 1 -[2025.05.25-17.11.05:630][ 0]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: - hand tracking supported 1 -[2025.05.25-17.11.05:630][ 0]LogOVRPlugin: Display: OpenXR body tracking system properties: - body tracking supported 1 -[2025.05.25-17.11.05:630][ 0]LogOVRPlugin: Display: OpenXR body tracking system properties: - body tracking fidelity supported 0 -[2025.05.25-17.11.05:630][ 0]LogOVRPlugin: Display: OpenXR body tracking system properties: - full body tracking supported 1 -[2025.05.25-17.11.05:630][ 0]LogOVRPlugin: Display: OpenXR body tracking system properties: - body tracking calibration supported 1 -[2025.05.25-17.11.05:630][ 0]LogOVRPlugin: Display: OpenXR headset id system properties: - id 525078A55AAB4DC9B8021EBD6C7CFFF4 -[2025.05.25-17.11.05:630][ 0]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) -[2025.05.25-17.11.05:630][ 0]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 -[2025.05.25-17.11.05:630][ 0]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views -[2025.05.25-17.11.05:630][ 0]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 -[2025.05.25-17.11.05:630][ 0]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 -[2025.05.25-17.11.05:630][ 0]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) -[2025.05.25-17.11.05:630][ 0]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. -[2025.05.25-17.11.05:630][ 0]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime -[2025.05.25-17.11.05:630][ 0]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime -[2025.05.25-17.11.05:630][ 0]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime -[2025.05.25-17.11.05:630][ 0]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime -[2025.05.25-17.11.05:630][ 0]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count -[2025.05.25-17.11.05:630][ 0]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode -[2025.05.25-17.11.05:630][ 0]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded -[2025.05.25-17.11.05:632][ 0]LogOVRPlugin: Display: OVRPlugin 1.108.0 ... initialized -[2025.05.25-17.11.05:632][ 0]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12414) -[2025.05.25-17.11.05:632][ 0]LogOVRPlugin: xrCreateSession -[2025.05.25-17.11.05:967][ 0]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=20647510650200 -[2025.05.25-17.11.05:967][ 0]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 -[2025.05.25-17.11.05:967][ 0]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META -[2025.05.25-17.11.06:099][ 0]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages -[2025.05.25-17.11.06:099][ 0]LogOVRPlugin: ... m_textureStages[0][0] = 000001F71E338CE0 -[2025.05.25-17.11.06:099][ 0]LogOVRPlugin: ... m_textureStages[0][1] = 000001F71E33C640 -[2025.05.25-17.11.06:099][ 0]LogOVRPlugin: ... m_textureStages[0][2] = 000001F71E33EC80 -[2025.05.25-17.11.06:109][ 0]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages -[2025.05.25-17.11.06:109][ 0]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001F71E33CFD0 -[2025.05.25-17.11.06:109][ 0]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001F71E33D960 -[2025.05.25-17.11.06:109][ 0]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001F71E3412C0 -[2025.05.25-17.11.06:109][ 0]LogHMD: Allocating Oculus 4160 x 2096 rendertarget swapchain -[2025.05.25-17.11.06:109][ 0]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 -[2025.05.25-17.11.06:109][ 0]LogHMD: Oculus plugin initialized. Version: OVRPlugin: 1.108.0 -[2025.05.25-17.11.06:126][ 0]LogStylusInput: Initializing StylusInput subsystem. -[2025.05.25-17.11.06:127][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.000 s -[2025.05.25-17.11.06:219][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.11.dll -[2025.05.25-17.11.06:236][ 0]LogChaosDD: Creating Chaos Debug Draw Scene for world Untitled -[2025.05.25-17.11.06:242][ 0]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Temp/Untitled_0.Untitled'. -[2025.05.25-17.11.06:244][ 0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use. -[2025.05.25-17.11.06:244][ 0]LogInit: Texture streaming: Enabled -[2025.05.25-17.11.06:253][ 0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data. AppVersion = 5.5.4-40574608+++UE5+Release-5.5 -[2025.05.25-17.11.06:260][ 0]LogAudio: Display: Initializing Audio Device Manager... -[2025.05.25-17.11.06:267][ 0]LogAudio: Display: Loading Default Audio Settings Objects... -[2025.05.25-17.11.06:268][ 0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load). -[2025.05.25-17.11.06:268][ 0]LogAudio: Display: Audio Device Manager Initialized -[2025.05.25-17.11.06:268][ 0]LogAudio: Display: Creating Audio Device: Id: 1, Scope: Shared, Realtime: True -[2025.05.25-17.11.06:268][ 0]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.05.25-17.11.06:268][ 0]LogAudioMixer: Display: Sample Rate: 48000 -[2025.05.25-17.11.06:268][ 0]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.05.25-17.11.06:268][ 0]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.05.25-17.11.06:268][ 0]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.05.25-17.11.06:268][ 0]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.05.25-17.11.06:268][ 0]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.05.25-17.11.06:268][ 0]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.05.25-17.11.06:268][ 0]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.05.25-17.11.06:268][ 0]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.05.25-17.11.06:268][ 0]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.05.25-17.11.06:273][ 0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.05.25-17.11.06:312][ 0]LogAudioMixer: Display: Using Audio Hardware Device SMBX2331 (NVIDIA High Definition Audio) -[2025.05.25-17.11.06:313][ 0]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.05.25-17.11.06:313][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.05.25-17.11.06:313][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.05.25-17.11.06:314][ 0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1 -[2025.05.25-17.11.06:314][ 0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=1 -[2025.05.25-17.11.06:316][ 0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1 -[2025.05.25-17.11.06:316][ 0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1 -[2025.05.25-17.11.06:316][ 0]LogInit: FAudioDevice initialized with ID 1. -[2025.05.25-17.11.06:316][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'. -[2025.05.25-17.11.06:316][ 0]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 1 -[2025.05.25-17.11.06:321][ 0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1" -[2025.05.25-17.11.06:324][ 0]LogInit: Undo buffer set to 256 MB -[2025.05.25-17.11.06:325][ 0]LogInit: Transaction tracking system initialized -[2025.05.25-17.11.06:336][ 0]LogSourceControl: Display: Uncontrolled Changelist persistency file loaded C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Saved/SourceControl/UncontrolledChangelists.json -[2025.05.25-17.11.06:385][ 0]LogConfig: Branch 'LocalizationServiceSettings' had been unloaded. Reloading on-demand took 0.80ms -[2025.05.25-17.11.06:386][ 0]LocalizationService: Localization service is disabled -[2025.05.25-17.11.06:400][ 0]LogTimingProfiler: Initialize -[2025.05.25-17.11.06:400][ 0]LogTimingProfiler: OnSessionChanged -[2025.05.25-17.11.06:400][ 0]LoadingProfiler: Initialize -[2025.05.25-17.11.06:400][ 0]LoadingProfiler: OnSessionChanged -[2025.05.25-17.11.06:400][ 0]LogNetworkingProfiler: Initialize -[2025.05.25-17.11.06:400][ 0]LogNetworkingProfiler: OnSessionChanged -[2025.05.25-17.11.06:400][ 0]LogMemoryProfiler: Initialize -[2025.05.25-17.11.06:400][ 0]LogMemoryProfiler: OnSessionChanged -[2025.05.25-17.11.06:454][ 0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154 -[2025.05.25-17.11.06:456][ 0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154 -[2025.05.25-17.11.06:456][ 0]LogVSAccessor: Display: Unable to create Visual Studio setup instance: 80040154 -[2025.05.25-17.11.06:652][ 0]LogFileCache: Scanning file cache for directory 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/' took 0.02s -[2025.05.25-17.11.06:693][ 0]LogPython: Using Python 3.11.8 -[2025.05.25-17.11.07:774][ 0]LogPython: Display: No enabled plugins with python dependencies found, skipping -[2025.05.25-17.11.07:786][ 0]LogRenderer: Requested compilation of Path Tracing RTPSOs (1 permutations). -[2025.05.25-17.11.07:817][ 0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized. -[2025.05.25-17.11.07:824][ 0]LogProjectSetupTool: Display: StartupModule: OculusXRProjectSetupTool -[2025.05.25-17.11.07:824][ 0]LogImageWrapper: Warning: PNG Warning(../../../Engine/Plugins/UnrealMetaXRPlugin.76.0.1/MetaXR/Resources/MetaQuestBackground.png) Buffer error in compressed datastream in iCCP chunk -[2025.05.25-17.11.07:824][ 0]LogImageWrapper: Warning: PNG Warning(../../../Engine/Plugins/UnrealMetaXRPlugin.76.0.1/MetaXR/Resources/MetaQuestBackground.png) Profile size field missing from iCCP chunk -[2025.05.25-17.11.07:824][ 0]LogImageWrapper: Warning: PNG Warning(../../../Engine/Plugins/UnrealMetaXRPlugin.76.0.1/MetaXR/Resources/MetaQuestBackground.png) Buffer error in compressed datastream in iCCP chunk -[2025.05.25-17.11.07:824][ 0]LogImageWrapper: Warning: PNG Warning(../../../Engine/Plugins/UnrealMetaXRPlugin.76.0.1/MetaXR/Resources/MetaQuestBackground.png) Profile size field missing from iCCP chunk -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:830][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.11.07:916][ 0]LogStreaming: Warning: Failed to read file 'Common/Selector.png' error. -[2025.05.25-17.11.07:916][ 0]LogSlate: Could not find file for Slate resource: Common/Selector.png -[2025.05.25-17.11.07:953][ 0]LogEditorDataStorage: Initializing -[2025.05.25-17.11.07:953][ 0]LogEditorDataStorage: Initialized -[2025.05.25-17.11.07:980][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init() -[2025.05.25-17.11.07:984][ 0]SourceControl: Revision control is disabled -[2025.05.25-17.11.07:984][ 0]LogUnrealEdMisc: Loading editor; pre map load, took 13.823 -[2025.05.25-17.11.07:984][ 0]Cmd: MAP LOAD FILE="C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Maps/VRTemplateMap.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=4 -[2025.05.25-17.11.07:985][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true -[2025.05.25-17.11.07:985][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.11.07:997][ 0]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.05.25-17.11.08:000][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.84ms -[2025.05.25-17.11.08:028][ 0]LogAssetRegistry: Display: Triggering cache save on discovery complete -[2025.05.25-17.11.08:794][ 0]LogAssetRegistry: Display: Asset registry cache written as 37.7 MiB to C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Intermediate/CachedAssetRegistry_*.bin -[2025.05.25-17.11.08:822][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'VRTemplateMap'. -[2025.05.25-17.11.08:822][ 0]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap -[2025.05.25-17.11.08:822][ 0]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap'. -[2025.05.25-17.11.08:827][ 0]LogEditorServer: Finished looking for orphan Actors (0.000 secs) -[2025.05.25-17.11.08:846][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.74ms -[2025.05.25-17.11.08:846][ 0]Cmd: MAP CHECKDEP NOCLEARLOG -[2025.05.25-17.11.08:846][ 0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0,043ms to complete. -[2025.05.25-17.11.08:852][ 0]LogUnrealEdMisc: Total Editor Startup Time, took 14.692 -[2025.05.25-17.11.09:000][ 0]LogActorFactory: Loading ActorFactory Class /Script/Engine.LevelInstance -[2025.05.25-17.11.09:064][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-17.11.09:113][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-17.11.09:160][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-17.11.09:207][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-17.11.09:250][ 0]LogPakFile: Initializing PakPlatformFile -[2025.05.25-17.11.09:250][ 0]LogPakFile: Display: Mounted Pak file 'E:/UE_5.5/FeaturePacks/StarterContent.upack', mount point: 'root:/' -[2025.05.25-17.11.09:250][ 0]LogPakFile: Initializing PakPlatformFile -[2025.05.25-17.11.09:250][ 0]LogPakFile: Display: Mounted Pak file 'E:/UE_5.5/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/' -[2025.05.25-17.11.09:250][ 0]LogPakFile: Initializing PakPlatformFile -[2025.05.25-17.11.09:250][ 0]LogPakFile: Display: Mounted Pak file 'E:/UE_5.5/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/' -[2025.05.25-17.11.09:250][ 0]LogPakFile: Initializing PakPlatformFile -[2025.05.25-17.11.09:250][ 0]LogPakFile: Display: Mounted Pak file 'E:/UE_5.5/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/' -[2025.05.25-17.11.09:250][ 0]LogPakFile: Initializing PakPlatformFile -[2025.05.25-17.11.09:250][ 0]LogPakFile: Display: Mounted Pak file 'E:/UE_5.5/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/' -[2025.05.25-17.11.09:250][ 0]LogPakFile: Initializing PakPlatformFile -[2025.05.25-17.11.09:252][ 0]LogPakFile: Display: Mounted Pak file 'E:/UE_5.5/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/' -[2025.05.25-17.11.09:252][ 0]LogPakFile: Initializing PakPlatformFile -[2025.05.25-17.11.09:252][ 0]LogPakFile: Display: Mounted Pak file 'E:/UE_5.5/FeaturePacks/TP_TopDown.upack', mount point: 'root:/' -[2025.05.25-17.11.09:252][ 0]LogPakFile: Initializing PakPlatformFile -[2025.05.25-17.11.09:252][ 0]LogPakFile: Display: Mounted Pak file 'E:/UE_5.5/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/' -[2025.05.25-17.11.09:252][ 0]LogPakFile: Initializing PakPlatformFile -[2025.05.25-17.11.09:252][ 0]LogPakFile: Display: Mounted Pak file 'E:/UE_5.5/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/' -[2025.05.25-17.11.09:252][ 0]LogPakFile: Initializing PakPlatformFile -[2025.05.25-17.11.09:252][ 0]LogPakFile: Display: Mounted Pak file 'E:/UE_5.5/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/' -[2025.05.25-17.11.09:345][ 0]LogSlate: Took 0.000162 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) -[2025.05.25-17.11.09:348][ 0]LogSlate: Took 0.000116 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K) -[2025.05.25-17.11.09:348][ 0]LogSlate: Took 0.000070 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K) -[2025.05.25-17.11.09:382][ 0]LogNNEDenoiser: ApplySettings: bDenoiserEnabled 1 -[2025.05.25-17.11.09:383][ 0]LogNNEDenoiser: Loaded input mapping from NNEDIM_ColorAlbedoNormal_Alpha -[2025.05.25-17.11.09:383][ 0]LogNNEDenoiser: Loaded output mapping from NNEDOM_Output_Alpha -[2025.05.25-17.11.09:383][ 0]LogNNEDenoiser: Try create model instance with runtime NNERuntimeORTDml on RDG... -[2025.05.25-17.11.09:420][ 0]LogNNEDenoiser: Display: Created model instance with runtime NNERuntimeORTDml on RDG -[2025.05.25-17.11.09:420][ 0]LogNNEDenoiser: Create denoiser from asset /NNEDenoiser/NNED_Oidn2-3_Balanced_Alpha.NNED_Oidn2-3_Balanced_Alpha... -[2025.05.25-17.11.09:420][ 0]LogNNEDenoiser: Loaded input mapping from NNEDTIM_ColorAlbedoNormal_Alpha -[2025.05.25-17.11.09:420][ 0]LogNNEDenoiser: Loaded output mapping from NNEDTOM_Output_Alpha -[2025.05.25-17.11.09:420][ 0]LogNNEDenoiser: Try create model instance with runtime NNERuntimeORTDml on RDG... -[2025.05.25-17.11.09:453][ 0]LogNNEDenoiser: Display: Created model instance with runtime NNERuntimeORTDml on RDG -[2025.05.25-17.11.09:453][ 0]LogNNEDenoiser: Create temporal denoiser from asset /NNEDenoiser/NNEDT_Oidn2-3_Balanced_Alpha.NNEDT_Oidn2-3_Balanced_Alpha... -[2025.05.25-17.11.09:543][ 0]LogStall: Startup... -[2025.05.25-17.11.09:546][ 0]LogStall: Startup complete. -[2025.05.25-17.11.09:600][ 0]LogSlate: Took 0.000149 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K) -[2025.05.25-17.12.07:737][ 0]LogSlate: Window 'Share additional data with Meta to improve developer tools?' being destroyed -[2025.05.25-17.12.07:747][ 0]LogLoad: (Engine Initialization) Total time: 73.59 seconds -[2025.05.25-17.12.07:756][ 0]LogOcInput: OculusXRInput is initialized -[2025.05.25-17.12.07:936][ 0]LogAssetRegistry: AssetRegistryGather time 1.0970s: AssetDataDiscovery 0.0317s, AssetDataGather 1.0034s, StoreResults 0.0619s. Wall time 66.9500s. - NumCachedDirectories 0. NumUncachedDirectories 1646. NumCachedFiles 0. NumUncachedFiles 8055. - BackgroundTickInterruptions 0. -[2025.05.25-17.12.07:961][ 0]LogSourceControl: Uncontrolled asset enumeration started... -[2025.05.25-17.12.07:961][ 0]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000000 seconds (updated 0 objects) -[2025.05.25-17.12.07:962][ 0]LogContentStreaming: Texture pool size now 1000 MB -[2025.05.25-17.12.07:962][ 0]LogCsvProfiler: Display: Metadata set : streamingpoolsizemb="1000" -[2025.05.25-17.12.08:005][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.12.08:007][ 0]LogFab: Error: Login failed - error code: EOS_InvalidAuth -[2025.05.25-17.12.08:007][ 0]LogFab: Display: Logging in using exchange code -[2025.05.25-17.12.08:007][ 0]LogFab: Display: Reading exchange code from commandline -[2025.05.25-17.12.08:007][ 0]LogEOSSDK: Error: LogEOSAuth: Invalid parameter EOS_Auth_Credentials.Token reason: must not be null or empty -[2025.05.25-17.12.08:007][ 0]LogPython: Display: Running start-up script E:/UE_5.5/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py... started... -[2025.05.25-17.12.08:036][ 0]LogPython: registering - -[2025.05.25-17.12.08:042][ 0]LogPython: Display: Running start-up script E:/UE_5.5/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py... took 34.814 ms -[2025.05.25-17.12.08:088][ 1]LogSourceControl: Uncontrolled asset enumeration finished in 0.128899 seconds (Found 8031 uncontrolled assets) -[2025.05.25-17.12.08:186][ 1]LogFileCache: Retrieving MD5 hashes for directory 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/' took 0.29s -[2025.05.25-17.12.08:294][ 1]LogFab: Error: Login failed - error code: EOS_InvalidParameters -[2025.05.25-17.12.08:563][ 12]LogEOSSDK: LogEOS: SDK Config Platform Update Request Successful, Time: 63.362450 -[2025.05.25-17.12.08:564][ 12]LogEOSSDK: LogEOSAnalytics: EOS SDK Analytics disabled for route [1]. -[2025.05.25-17.12.08:566][ 12]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 63.412525 -[2025.05.25-17.12.08:951][ 18]LogEOSSDK: LogEOSAnalytics: Start Session (User: ...) -[2025.05.25-17.12.09:152][ 21]LogEOSSDK: LogEOS: SDK Config Product Update Request Successful, Time: 63.953201 -[2025.05.25-17.12.09:154][ 21]LogEOSSDK: LogEOS: SDK Config Data - Watermark: 607272702 -[2025.05.25-17.12.09:154][ 21]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 63.953201, Update Interval: 332.732941 -[2025.05.25-17.12.57:280][776]LogDerivedDataCache: C:/Users/Admin/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.003 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 34 files in 73 folders with total size 3 MiB. -[2025.05.25-17.13.38:071][643]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_0 -[2025.05.25-17.13.38:071][643]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_0'. -[2025.05.25-17.13.39:147][655]Cmd: TRANSACTION UNDO -[2025.05.25-17.13.39:147][655]LogEditorTransaction: Undo Clicking on Elements -[2025.05.25-17.13.41:223][722]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.05.25-17.13.41:338][722]LogUObjectHash: Compacting FUObjectHashTables data took 0.63ms -[2025.05.25-17.13.41:350][722]LogSavePackage: Moving output files for package: /Game/VRTemplate/Maps/VRTemplateMap -[2025.05.25-17.13.41:350][722]LogSavePackage: Moving 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Saved/VRTemplateMap8FD361FD4678FFABE1C8FCA360EDC3D9.tmp' to 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Maps/VRTemplateMap.umap' -[2025.05.25-17.13.41:360][722]LogFileHelpers: All files are already saved. -[2025.05.25-17.13.41:360][722]LogFileHelpers: Saving map 'VRTemplateMap' took 0.084 -[2025.05.25-17.13.41:378][722]LogFileHelpers: InternalPromptForCheckoutAndSave took 154.677 ms -[2025.05.25-17.13.41:425][722]LogContentValidation: Display: Starting to validate 1 assets -[2025.05.25-17.13.41:425][722]LogContentValidation: Enabled validators: -[2025.05.25-17.13.41:425][722]LogContentValidation: /Script/DataValidation.EditorValidator_Material -[2025.05.25-17.13.41:425][722]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.05.25-17.13.41:425][722]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.05.25-17.13.41:425][722]LogContentValidation: /Script/DataValidation.PackageFileValidator -[2025.05.25-17.13.41:425][722]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.05.25-17.13.41:425][722]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator -[2025.05.25-17.13.41:427][722]AssetCheck: /Game/VRTemplate/Maps/VRTemplateMap Validating asset -[2025.05.25-17.14.01:309][880]LogDebuggerCommands: Repeating last play command: VR Preview -[2025.05.25-17.14.01:315][880]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.05.25-17.14.01:319][880]LogOnline: OSS: Created online subsystem instance for: NULL -[2025.05.25-17.14.01:319][880]LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL] -[2025.05.25-17.14.01:321][880]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap -[2025.05.25-17.14.01:325][880]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005530s) -[2025.05.25-17.14.01:326][880]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005573s) -[2025.05.25-17.14.01:339][880]LogUObjectHash: Compacting FUObjectHashTables data took 0.67ms -[2025.05.25-17.14.01:339][880]LogMRUK: Loading MR Utility Kit Shared library -[2025.05.25-17.14.01:381][880]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap -[2025.05.25-17.14.01:383][880]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. -[2025.05.25-17.14.01:383][880]LogPlayLevel: PIE: World Init took: (0.001750s) -[2025.05.25-17.14.01:383][880]LogAudio: Display: Creating Audio Device: Id: 2, Scope: Unique, Realtime: True -[2025.05.25-17.14.01:383][880]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.05.25-17.14.01:383][880]LogAudioMixer: Display: Sample Rate: 48000 -[2025.05.25-17.14.01:383][880]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.05.25-17.14.01:383][880]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.05.25-17.14.01:383][880]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.05.25-17.14.01:383][880]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.05.25-17.14.01:383][880]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.05.25-17.14.01:383][880]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.05.25-17.14.01:383][880]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.05.25-17.14.01:385][880]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.05.25-17.14.01:385][880]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.05.25-17.14.01:386][880]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.05.25-17.14.01:405][880]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) -[2025.05.25-17.14.01:405][880]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.05.25-17.14.01:405][880]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.05.25-17.14.01:405][880]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.05.25-17.14.01:407][880]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=2 -[2025.05.25-17.14.01:407][880]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=2 -[2025.05.25-17.14.01:408][880]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=2 -[2025.05.25-17.14.01:408][880]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=2 -[2025.05.25-17.14.01:408][880]LogInit: FAudioDevice initialized with ID 2. -[2025.05.25-17.14.01:408][880]LogAudio: Display: Audio Device (ID: 2) registered with world 'VRTemplateMap'. -[2025.05.25-17.14.01:408][880]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 2 -[2025.05.25-17.14.01:420][880]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-17.14.01:420][880]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 -[2025.05.25-17.14.01:420][880]LogHMD: Collecting Telemetry Data -[2025.05.25-17.14.01:420][880]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=20823225232300 -[2025.05.25-17.14.01:420][880]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.14.01:448][880]LogLoad: Game class is 'VRGameMode_C' -[2025.05.25-17.14.01:449][880]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.25-20.14.01 -[2025.05.25-17.14.01:449][880]LogWorld: Bringing up level for play took: 0.001948 -[2025.05.25-17.14.01:453][880]LogOnline: OSS: Created online subsystem instance for: :Context_2 -[2025.05.25-17.14.01:467][880]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 -[2025.05.25-17.14.01:469][880]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 -[2025.05.25-17.14.01:482][880]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... -[2025.05.25-17.14.01:483][880]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh -[2025.05.25-17.14.01:490][880]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... -[2025.05.25-17.14.01:492][880]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh -[2025.05.25-17.14.01:498][880]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" -[2025.05.25-17.14.01:503][880]PIE: Server logged in -[2025.05.25-17.14.01:503][880]PIE: Play in editor total start time 0,189 seconds. -[2025.05.25-17.14.01:508][880]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) -[2025.05.25-17.14.01:516][880]LogRenderer: Warning: Resizing VR buffer to 4160 by 2096 -[2025.05.25-17.14.01:518][880]LogHMD: Allocating Oculus 4160 x 2096 depth rendertarget swapchain -[2025.05.25-17.14.01:523][880]LogSlate: Took 0.000253 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) -[2025.05.25-17.14.01:615][881]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=20823420556100 -[2025.05.25-17.14.01:616][881]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.14.01:629][882]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer -[2025.05.25-17.14.01:653][883]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages -[2025.05.25-17.14.01:653][883]LogOVRPlugin: ... m_textureStages[0][0] = 000001F7A298D500 -[2025.05.25-17.14.01:653][883]LogOVRPlugin: ... m_textureStages[0][1] = 000001F7A2993E50 -[2025.05.25-17.14.01:653][883]LogOVRPlugin: ... m_textureStages[0][2] = 000001F7A2992940 -[2025.05.25-17.14.02:630][952]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=20824434858900 -[2025.05.25-17.14.02:630][952]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 -[2025.05.25-17.14.02:630][952]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=20824434880999 -[2025.05.25-17.14.02:630][952]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 -[2025.05.25-17.14.02:646][953]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged -[2025.05.25-17.14.03:283][996]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! -[2025.05.25-17.14.04:329][ 69]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.14.04:347][ 70]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.14.04:358][ 71]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.14.04:374][ 72]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.14.05:040][ 92]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.14.05:065][ 93]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.14.05:092][ 94]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.14.06:088][128]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-17.14.06:088][128]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap -[2025.05.25-17.14.06:142][128]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.108.0' being destroyed -[2025.05.25-17.14.06:183][128]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true -[2025.05.25-17.14.06:185][128]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.14.06:188][128]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.05.25-17.14.06:191][128]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.14.06:204][128]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 2 -[2025.05.25-17.14.06:204][128]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 -[2025.05.25-17.14.06:207][128]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 -[2025.05.25-17.14.06:213][128]LogSlate: Slate User Unregistered. User Index 8 -[2025.05.25-17.14.06:213][128]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 -[2025.05.25-17.14.06:214][128]LogUObjectHash: Compacting FUObjectHashTables data took 0.75ms -[2025.05.25-17.14.06:299][129]LogPlayLevel: Display: Destroying online subsystem :Context_2 -[2025.05.25-17.14.06:299][129]LogHMD: Warning: Destroying layer 1 -[2025.05.25-17.14.06:303][129]LogHMD: Warning: Destroying layer 2 -[2025.05.25-17.14.06:303][129]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() -[2025.05.25-17.14.06:435][129]LogOVRPlugin: m_xrSession destroyed -[2025.05.25-17.14.06:446][129]LogOVRPlugin: m_xrInstance destroyed -[2025.05.25-17.14.08:163][301]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.05.25-17.14.08:260][301]LogUObjectHash: Compacting FUObjectHashTables data took 0.59ms -[2025.05.25-17.14.08:272][301]LogSavePackage: Moving output files for package: /Game/VRTemplate/Maps/VRTemplateMap -[2025.05.25-17.14.08:272][301]LogSavePackage: Moving 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Saved/VRTemplateMapF391561244F0D4290E22BA8258824285.tmp' to 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Maps/VRTemplateMap.umap' -[2025.05.25-17.14.08:280][301]LogFileHelpers: All files are already saved. -[2025.05.25-17.14.08:280][301]LogFileHelpers: Saving map 'VRTemplateMap' took 0.055 -[2025.05.25-17.14.08:288][301]LogFileHelpers: InternalPromptForCheckoutAndSave took 124.423 ms (total: 279.101 ms) -[2025.05.25-17.14.08:340][301]LogContentValidation: Display: Starting to validate 1 assets -[2025.05.25-17.14.08:340][301]LogContentValidation: Enabled validators: -[2025.05.25-17.14.08:340][301]LogContentValidation: /Script/DataValidation.EditorValidator_Material -[2025.05.25-17.14.08:340][301]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.05.25-17.14.08:340][301]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.05.25-17.14.08:340][301]LogContentValidation: /Script/DataValidation.PackageFileValidator -[2025.05.25-17.14.08:340][301]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.05.25-17.14.08:340][301]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator -[2025.05.25-17.14.08:340][301]AssetCheck: /Game/VRTemplate/Maps/VRTemplateMap Validating asset -[2025.05.25-17.14.12:772][827]LogSlate: Took 0.012780 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) -[2025.05.25-17.14.22:813][927]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_1 -[2025.05.25-17.14.22:813][927]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_1'. -[2025.05.25-17.14.22:882][932]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_2 -[2025.05.25-17.14.22:882][932]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_2'. -[2025.05.25-17.14.22:948][937]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_3 -[2025.05.25-17.14.22:948][937]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_3'. -[2025.05.25-17.14.27:793][217]LogSlate: Window 'Pick Parent Class' being destroyed -[2025.05.25-17.14.27:810][217]LogContentBrowser: Deferred new asset file creation: NewBlueprint -[2025.05.25-17.14.27:817][217]LogContentBrowser: Creating deferred item: NewBlueprint -[2025.05.25-17.14.27:831][218]LogContentBrowser: Renaming the item being created (Deferred Item: NewBlueprint). -[2025.05.25-17.14.39:835][650]LogContentBrowser: Attempting asset rename: NewBlueprint -> BP_ArrowSpell -[2025.05.25-17.14.39:841][650]LogContentBrowser: End creating deferred item NewBlueprint -[2025.05.25-17.14.40:747][752]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.05.25-17.14.40:793][752]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_ArrowSpell] ([2] browsable assets)... -[2025.05.25-17.14.40:794][752]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_ArrowSpell] -[2025.05.25-17.14.40:794][752]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/BP_ArrowSpell" FILE="C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_ArrowSpell.uasset" SILENT=true -[2025.05.25-17.14.40:796][752]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/BP_ArrowSpell -[2025.05.25-17.14.40:796][752]LogSavePackage: Moving 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Saved/BP_ArrowSpellD934CC80482FE5F1A4D8F59AA1F32F55.tmp' to 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_ArrowSpell.uasset' -[2025.05.25-17.14.40:807][752]LogFileHelpers: InternalPromptForCheckoutAndSave took 59.822 ms (total: 338.923 ms) -[2025.05.25-17.14.40:858][752]LogContentValidation: Display: Starting to validate 1 assets -[2025.05.25-17.14.40:858][752]LogContentValidation: Enabled validators: -[2025.05.25-17.14.40:858][752]LogContentValidation: /Script/DataValidation.EditorValidator_Material -[2025.05.25-17.14.40:858][752]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.05.25-17.14.40:858][752]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.05.25-17.14.40:858][752]LogContentValidation: /Script/DataValidation.PackageFileValidator -[2025.05.25-17.14.40:858][752]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.05.25-17.14.40:858][752]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator -[2025.05.25-17.14.40:858][752]AssetCheck: /Game/VRTemplate/Blueprints/BP_ArrowSpell Validating asset -[2025.05.25-17.14.42:360][917]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/VRTemplate/Blueprints/BP_LaserBeam.BP_LaserBeam -[2025.05.25-17.14.42:360][917]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_4 -[2025.05.25-17.14.42:360][917]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_4'. -[2025.05.25-17.14.42:385][917]LogStreaming: Display: FlushAsyncLoading(387): 1 QueuedPackages, 0 AsyncPackages -[2025.05.25-17.14.42:644][917]LogClass: Warning: Short type name "EOculusLocationFlags" provided for TryFindType. Please convert it to a path name (suggested: "/Script/OculusXRAnchors.EOculusLocationFlags"). Callstack: - -0x00007ffd543d085d UnrealEditor-CoreUObject.dll!UnknownFunction [] -0x00007ffd2a8e947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a95cac1 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a95c8a9 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2aa5b794 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a93169a UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2aa9ad2e UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a97461c UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a89e017 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] - -[2025.05.25-17.14.43:650][917]LogSlate: Took 0.020318 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-BoldCondensed.ttf' (158K) -[2025.05.25-17.14.47:747][360]LogClass: Warning: Short type name "EOculusLocationFlags" provided for TryFindType. Please convert it to a path name (suggested: "/Script/OculusXRAnchors.EOculusLocationFlags"). Callstack: - -0x00007ffd543d085d UnrealEditor-CoreUObject.dll!UnknownFunction [] -0x00007ffd2a8e947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a95cac1 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a988e11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a9574ff UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a92cd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a8b05fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd471b939b UnrealEditor-UnrealEd.dll!UnknownFunction [] -0x00007ffd34cece75 UnrealEditor-Engine.dll!UnknownFunction [] - -[2025.05.25-17.14.47:753][360]LogClass: Warning: Short type name "EOculusLocationFlags" provided for TryFindType. Please convert it to a path name (suggested: "/Script/OculusXRAnchors.EOculusLocationFlags"). Callstack: - -0x00007ffd543d085d UnrealEditor-CoreUObject.dll!UnknownFunction [] -0x00007ffd2a8e947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a9652af UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a95753d UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a92cd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a8b05fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd471b939b UnrealEditor-UnrealEd.dll!UnknownFunction [] -0x00007ffd34cece75 UnrealEditor-Engine.dll!UnknownFunction [] -0x00007ffd471f3d3a UnrealEditor-UnrealEd.dll!UnknownFunction [] - -[2025.05.25-17.14.48:372][434]LogClass: Warning: Short type name "EMRUKComponentType" provided for TryFindType. Please convert it to a path name (suggested: "/Script/MRUtilityKit.EMRUKComponentType"). Callstack: - -0x00007ffd543d085d UnrealEditor-CoreUObject.dll!UnknownFunction [] -0x00007ffd2a8e947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a95cac1 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a988e11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a9574ff UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a92cd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a8b05fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd471b939b UnrealEditor-UnrealEd.dll!UnknownFunction [] -0x00007ffd34cece75 UnrealEditor-Engine.dll!UnknownFunction [] - -[2025.05.25-17.14.48:378][434]LogClass: Warning: Short type name "EMRUKComponentType" provided for TryFindType. Please convert it to a path name (suggested: "/Script/MRUtilityKit.EMRUKComponentType"). Callstack: - -0x00007ffd543d085d UnrealEditor-CoreUObject.dll!UnknownFunction [] -0x00007ffd2a8e947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a9652af UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a95753d UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a92cd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a8b05fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd471b939b UnrealEditor-UnrealEd.dll!UnknownFunction [] -0x00007ffd34cece75 UnrealEditor-Engine.dll!UnknownFunction [] -0x00007ffd471f3d3a UnrealEditor-UnrealEd.dll!UnknownFunction [] - -[2025.05.25-17.14.50:598][662]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_5 -[2025.05.25-17.14.50:598][662]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_5'. -[2025.05.25-17.14.50:725][667]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_6 -[2025.05.25-17.14.50:725][667]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_6'. -[2025.05.25-17.14.51:884][784]LogClass: Warning: Short type name "EMRUKComponentType" provided for TryFindType. Please convert it to a path name (suggested: "/Script/MRUtilityKit.EMRUKComponentType"). Callstack: - -0x00007ffd543d085d UnrealEditor-CoreUObject.dll!UnknownFunction [] -0x00007ffd2a8e947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2aa01911 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a988e11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2aa006e8 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a92cd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a8b05fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd471b939b UnrealEditor-UnrealEd.dll!UnknownFunction [] -0x00007ffd34cece75 UnrealEditor-Engine.dll!UnknownFunction [] - -[2025.05.25-17.14.51:890][784]LogClass: Warning: Short type name "EMRUKComponentType" provided for TryFindType. Please convert it to a path name (suggested: "/Script/MRUtilityKit.EMRUKComponentType"). Callstack: - -0x00007ffd543d085d UnrealEditor-CoreUObject.dll!UnknownFunction [] -0x00007ffd2a8e947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a9652af UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2aa00723 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a92cd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a8b05fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd471b939b UnrealEditor-UnrealEd.dll!UnknownFunction [] -0x00007ffd34cece75 UnrealEditor-Engine.dll!UnknownFunction [] -0x00007ffd471f3d3a UnrealEditor-UnrealEd.dll!UnknownFunction [] - -[2025.05.25-17.14.53:039][913]LogClass: Warning: Short type name "EMRUKComponentType" provided for TryFindType. Please convert it to a path name (suggested: "/Script/MRUtilityKit.EMRUKComponentType"). Callstack: - -0x00007ffd543d085d UnrealEditor-CoreUObject.dll!UnknownFunction [] -0x00007ffd2a8e947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2aa01911 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a988e11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2aa5f3ee UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a92cd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a8b05fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd471b939b UnrealEditor-UnrealEd.dll!UnknownFunction [] -0x00007ffd34cece75 UnrealEditor-Engine.dll!UnknownFunction [] - -[2025.05.25-17.14.53:044][913]LogClass: Warning: Short type name "EMRUKComponentType" provided for TryFindType. Please convert it to a path name (suggested: "/Script/MRUtilityKit.EMRUKComponentType"). Callstack: - -0x00007ffd543d085d UnrealEditor-CoreUObject.dll!UnknownFunction [] -0x00007ffd2a8e947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a9652af UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2aa5f429 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a92cd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd2a8b05fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007ffd471b939b UnrealEditor-UnrealEd.dll!UnknownFunction [] -0x00007ffd34cece75 UnrealEditor-Engine.dll!UnknownFunction [] -0x00007ffd471f3d3a UnrealEditor-UnrealEd.dll!UnknownFunction [] - -[2025.05.25-17.15.33:342][578]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.05.25-17.15.33:393][578]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/VRTemplate/Blueprints/BP_LaserBeam] ([2] browsable assets)... -[2025.05.25-17.15.33:402][578]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/VRTemplate/Blueprints/BP_LaserBeam.BP_LaserBeam] -[2025.05.25-17.15.33:402][578]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_LaserBeam] -[2025.05.25-17.15.33:402][578]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/BP_LaserBeam" FILE="C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_LaserBeam.uasset" SILENT=true -[2025.05.25-17.15.33:406][578]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/BP_LaserBeam -[2025.05.25-17.15.33:406][578]LogSavePackage: Moving 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Saved/BP_LaserBeam16D40D4F435E1614E0A8218A90035F7C.tmp' to 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_LaserBeam.uasset' -[2025.05.25-17.15.33:415][578]LogFileHelpers: InternalPromptForCheckoutAndSave took 72.262 ms (total: 411.186 ms) -[2025.05.25-17.15.33:476][578]LogContentValidation: Display: Starting to validate 1 assets -[2025.05.25-17.15.33:476][578]LogContentValidation: Enabled validators: -[2025.05.25-17.15.33:476][578]LogContentValidation: /Script/DataValidation.EditorValidator_Material -[2025.05.25-17.15.33:476][578]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.05.25-17.15.33:476][578]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.05.25-17.15.33:476][578]LogContentValidation: /Script/DataValidation.PackageFileValidator -[2025.05.25-17.15.33:476][578]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.05.25-17.15.33:476][578]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator -[2025.05.25-17.15.33:476][578]AssetCheck: /Game/VRTemplate/Blueprints/BP_LaserBeam Validating asset -[2025.05.25-17.15.35:449][773]LogSlate: Took 0.000142 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) -[2025.05.25-17.15.43:884][681]LogStreaming: Display: FlushAsyncLoading(555): 1 QueuedPackages, 0 AsyncPackages -[2025.05.25-17.15.44:679][740]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.05.25-17.15.44:726][740]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/VRTemplate/Blueprints/BP_LaserBeam] ([2] browsable assets)... -[2025.05.25-17.15.44:726][740]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_LaserBeam] -[2025.05.25-17.15.44:726][740]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/BP_LaserBeam" FILE="C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_LaserBeam.uasset" SILENT=true -[2025.05.25-17.15.44:729][740]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/BP_LaserBeam -[2025.05.25-17.15.44:729][740]LogSavePackage: Moving 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Saved/BP_LaserBeamB501A9AF4EA9A1A20CC5DC89AC7E0960.tmp' to 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_LaserBeam.uasset' -[2025.05.25-17.15.44:738][740]LogFileHelpers: InternalPromptForCheckoutAndSave took 59.207 ms (total: 470.393 ms) -[2025.05.25-17.15.44:793][740]LogContentValidation: Display: Starting to validate 1 assets -[2025.05.25-17.15.44:793][740]LogContentValidation: Enabled validators: -[2025.05.25-17.15.44:793][740]LogContentValidation: /Script/DataValidation.EditorValidator_Material -[2025.05.25-17.15.44:793][740]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.05.25-17.15.44:793][740]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.05.25-17.15.44:793][740]LogContentValidation: /Script/DataValidation.PackageFileValidator -[2025.05.25-17.15.44:793][740]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.05.25-17.15.44:793][740]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator -[2025.05.25-17.15.44:793][740]AssetCheck: /Game/VRTemplate/Blueprints/BP_LaserBeam Validating asset -[2025.05.25-17.15.52:763][635]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn -[2025.05.25-17.15.52:763][635]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_7 -[2025.05.25-17.15.52:763][635]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_7'. -[2025.05.25-17.16.15:815][149]LogStreaming: Display: FlushAsyncLoading(556): 1 QueuedPackages, 0 AsyncPackages -[2025.05.25-17.16.15:832][149]LogUObjectGlobals: Warning: Failed to find object 'Class /Game/VRTemplate/Blueprints/VRPawn.VRPawn' -[2025.05.25-17.16.19:257][535]LogStreaming: Display: FlushAsyncLoading(557): 1 QueuedPackages, 0 AsyncPackages -[2025.05.25-17.16.19:259][535]LogUObjectGlobals: Warning: Failed to find object 'Class /Game/VRTemplate/Blueprints/VRPawn.VRPawn' -[2025.05.25-17.16.20:583][690]LogEditorTransaction: Undo Rename Component Variable -[2025.05.25-17.16.20:842][691]LogStreaming: Display: FlushAsyncLoading(558): 1 QueuedPackages, 0 AsyncPackages -[2025.05.25-17.16.20:843][691]LogUObjectGlobals: Warning: Failed to find object 'Class /Game/VRTemplate/Blueprints/VRPawn.VRPawn' -[2025.05.25-17.16.21:217][707]LogEditorTransaction: Undo Add Component -[2025.05.25-17.16.26:882][294]LogStreaming: Display: FlushAsyncLoading(559): 1 QueuedPackages, 0 AsyncPackages -[2025.05.25-17.16.26:883][294]LogUObjectGlobals: Warning: Failed to find object 'Class /Game/VRTemplate/Blueprints/VRPawn.VRPawn' -[2025.05.25-17.16.28:025][418]LogStreaming: Display: FlushAsyncLoading(560): 1 QueuedPackages, 0 AsyncPackages -[2025.05.25-17.16.28:026][418]LogUObjectGlobals: Warning: Failed to find object 'Class /Game/VRTemplate/Blueprints/VRPawn.VRPawn' -[2025.05.25-17.16.31:001][761]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.05.25-17.16.31:060][761]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/VRTemplate/Blueprints/VRPawn] ([2] browsable assets)... -[2025.05.25-17.16.31:067][761]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn] -[2025.05.25-17.16.31:067][761]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/VRPawn] -[2025.05.25-17.16.31:067][761]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true -[2025.05.25-17.16.31:163][761]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn -[2025.05.25-17.16.31:163][761]LogSavePackage: Moving 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Saved/VRPawnF69FBED14F49E6309B4FA38FC3565890.tmp' to 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset' -[2025.05.25-17.16.31:172][761]LogFileHelpers: InternalPromptForCheckoutAndSave took 171.280 ms (total: 641.673 ms) -[2025.05.25-17.16.31:227][761]LogContentValidation: Display: Starting to validate 1 assets -[2025.05.25-17.16.31:227][761]LogContentValidation: Enabled validators: -[2025.05.25-17.16.31:227][761]LogContentValidation: /Script/DataValidation.EditorValidator_Material -[2025.05.25-17.16.31:227][761]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.05.25-17.16.31:227][761]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.05.25-17.16.31:227][761]LogContentValidation: /Script/DataValidation.PackageFileValidator -[2025.05.25-17.16.31:227][761]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.05.25-17.16.31:227][761]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator -[2025.05.25-17.16.31:227][761]AssetCheck: /Game/VRTemplate/Blueprints/VRPawn Validating asset -[2025.05.25-17.16.39:587][687]LogStreaming: Display: FlushAsyncLoading(561): 1 QueuedPackages, 0 AsyncPackages -[2025.05.25-17.16.39:590][687]LogUObjectGlobals: Warning: Failed to find object 'Class /Game/VRTemplate/Blueprints/VRPawn.VRPawn' -[2025.05.25-17.16.39:590][687]LogUObjectGlobals: Warning: Failed to find object 'Class /Game/VRTemplate/Blueprints/VRPawn.VRPawn' -[2025.05.25-17.16.40:523][792]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.05.25-17.16.40:578][792]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/VRTemplate/Blueprints/VRPawn] ([2] browsable assets)... -[2025.05.25-17.16.40:584][792]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn] -[2025.05.25-17.16.40:584][792]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/VRPawn] -[2025.05.25-17.16.40:584][792]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true -[2025.05.25-17.16.40:652][792]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn -[2025.05.25-17.16.40:652][792]LogSavePackage: Moving 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Saved/VRPawn8AD19A264D0704293129A8A2200EDB80.tmp' to 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset' -[2025.05.25-17.16.40:663][792]LogFileHelpers: InternalPromptForCheckoutAndSave took 140.979 ms (total: 782.653 ms) -[2025.05.25-17.16.40:710][792]LogContentValidation: Display: Starting to validate 1 assets -[2025.05.25-17.16.40:710][792]LogContentValidation: Enabled validators: -[2025.05.25-17.16.40:710][792]LogContentValidation: /Script/DataValidation.EditorValidator_Material -[2025.05.25-17.16.40:710][792]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.05.25-17.16.40:710][792]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.05.25-17.16.40:710][792]LogContentValidation: /Script/DataValidation.PackageFileValidator -[2025.05.25-17.16.40:710][792]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.05.25-17.16.40:710][792]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator -[2025.05.25-17.16.40:710][792]AssetCheck: /Game/VRTemplate/Blueprints/VRPawn Validating asset -[2025.05.25-17.16.41:863][922]LogDebuggerCommands: Repeating last play command: VR Preview -[2025.05.25-17.16.41:869][922]LogPlayLevel: [PlayLevel] Compiling BP_LaserBeam before play... -[2025.05.25-17.16.41:926][922]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_1:PersistentLevel.DESTROYED_BP_LaserBeam_C_CHILDACTOR_5.DefaultSceneRoot) Trying to register component with IsValid() == false. Aborting. -[2025.05.25-17.16.41:927][922]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_7:PersistentLevel.DESTROYED_BP_LaserBeam_C_CHILDACTOR_7.DefaultSceneRoot) Trying to register component with IsValid() == false. Aborting. -[2025.05.25-17.16.41:933][922]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_1:PersistentLevel.DESTROYED_BP_LaserBeam_C_CHILDACTOR_7.DefaultSceneRoot) Trying to register component with IsValid() == false. Aborting. -[2025.05.25-17.16.41:936][922]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_7:PersistentLevel.DESTROYED_BP_LaserBeam_C_CHILDACTOR_9.DefaultSceneRoot) Trying to register component with IsValid() == false. Aborting. -[2025.05.25-17.16.41:939][922]LogPlayLevel: [PlayLevel] Compiling VRPawn before play... -[2025.05.25-17.16.42:093][922]LogUObjectHash: Compacting FUObjectHashTables data took 1.57ms -[2025.05.25-17.16.42:093][922]LogPlayLevel: PlayLevel: Blueprint regeneration took 224 ms (2 blueprints) -[2025.05.25-17.16.42:093][922]LogHMD: Initializing OVRPlugin session -[2025.05.25-17.16.42:093][922]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 -[2025.05.25-17.16.42:093][922]LogOVRPlugin: Display: commandQueue is null -[2025.05.25-17.16.42:093][922]LogOVRPlugin: CompositorOpenXR::Initialize() -[2025.05.25-17.16.42:093][922]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Available Extensions: (67) -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth -[2025.05.25-17.16.42:260][922]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future -[2025.05.25-17.16.42:270][922]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded -[2025.05.25-17.16.42:270][922]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.108.0 -[2025.05.25-17.16.42:272][922]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 -[2025.05.25-17.16.42:426][922]LogOVRPlugin: Display: OpenXR system properties: - venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 -[2025.05.25-17.16.42:426][922]LogOVRPlugin: Display: OpenXR hand tracking system properties: - hand tracking supported 1 -[2025.05.25-17.16.42:426][922]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: - hand tracking supported 1 -[2025.05.25-17.16.42:426][922]LogOVRPlugin: Display: OpenXR body tracking system properties: - body tracking supported 1 -[2025.05.25-17.16.42:426][922]LogOVRPlugin: Display: OpenXR body tracking system properties: - body tracking fidelity supported 0 -[2025.05.25-17.16.42:426][922]LogOVRPlugin: Display: OpenXR body tracking system properties: - full body tracking supported 1 -[2025.05.25-17.16.42:426][922]LogOVRPlugin: Display: OpenXR body tracking system properties: - body tracking calibration supported 1 -[2025.05.25-17.16.42:426][922]LogOVRPlugin: Display: OpenXR headset id system properties: - id 525078A55AAB4DC9B8021EBD6C7CFFF4 -[2025.05.25-17.16.42:426][922]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) -[2025.05.25-17.16.42:426][922]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 -[2025.05.25-17.16.42:426][922]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views -[2025.05.25-17.16.42:426][922]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 -[2025.05.25-17.16.42:426][922]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 -[2025.05.25-17.16.42:427][922]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) -[2025.05.25-17.16.42:427][922]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. -[2025.05.25-17.16.42:427][922]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime -[2025.05.25-17.16.42:427][922]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime -[2025.05.25-17.16.42:427][922]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime -[2025.05.25-17.16.42:427][922]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime -[2025.05.25-17.16.42:427][922]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count -[2025.05.25-17.16.42:427][922]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode -[2025.05.25-17.16.42:427][922]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded -[2025.05.25-17.16.42:427][922]LogOVRPlugin: Display: OVRPlugin 1.108.0 ... initialized -[2025.05.25-17.16.42:427][922]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12414) -[2025.05.25-17.16.42:427][922]LogOVRPlugin: xrCreateSession -[2025.05.25-17.16.42:864][922]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=20984309428700 -[2025.05.25-17.16.42:864][922]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 -[2025.05.25-17.16.42:864][922]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=20984309437199 -[2025.05.25-17.16.42:864][922]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.16.42:864][922]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META -[2025.05.25-17.16.42:873][922]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages -[2025.05.25-17.16.42:873][922]LogOVRPlugin: ... m_textureStages[0][0] = 000001F830AAD080 -[2025.05.25-17.16.42:873][922]LogOVRPlugin: ... m_textureStages[0][1] = 000001F830AAC6F0 -[2025.05.25-17.16.42:873][922]LogOVRPlugin: ... m_textureStages[0][2] = 000001F830AAA0B0 -[2025.05.25-17.16.42:882][922]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages -[2025.05.25-17.16.42:882][922]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001F830AAAA40 -[2025.05.25-17.16.42:882][922]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001F830AB0050 -[2025.05.25-17.16.42:882][922]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001F830AB1370 -[2025.05.25-17.16.42:884][922]LogHMD: Allocating Oculus 4160 x 2096 rendertarget swapchain -[2025.05.25-17.16.42:884][922]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 -[2025.05.25-17.16.42:886][922]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap -[2025.05.25-17.16.42:889][922]LogPlayLevel: PIE: StaticDuplicateObject took: (0.004474s) -[2025.05.25-17.16.42:889][922]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.004530s) -[2025.05.25-17.16.42:916][922]LogUObjectHash: Compacting FUObjectHashTables data took 1.41ms -[2025.05.25-17.16.42:916][922]LogMRUK: Loading MR Utility Kit Shared library -[2025.05.25-17.16.42:972][922]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap -[2025.05.25-17.16.42:974][922]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. -[2025.05.25-17.16.42:974][922]LogPlayLevel: PIE: World Init took: (0.001715s) -[2025.05.25-17.16.42:975][922]LogAudio: Display: Creating Audio Device: Id: 3, Scope: Unique, Realtime: True -[2025.05.25-17.16.42:975][922]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.05.25-17.16.42:975][922]LogAudioMixer: Display: Sample Rate: 48000 -[2025.05.25-17.16.42:975][922]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.05.25-17.16.42:975][922]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.05.25-17.16.42:975][922]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.05.25-17.16.42:975][922]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.05.25-17.16.42:975][922]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.05.25-17.16.42:975][922]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.05.25-17.16.42:975][922]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.05.25-17.16.42:975][922]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.05.25-17.16.42:975][922]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.05.25-17.16.42:977][922]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.05.25-17.16.42:996][922]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) -[2025.05.25-17.16.42:996][922]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.05.25-17.16.42:996][922]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.05.25-17.16.42:996][922]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.05.25-17.16.42:996][922]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=3 -[2025.05.25-17.16.42:996][922]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=3 -[2025.05.25-17.16.42:999][922]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=3 -[2025.05.25-17.16.42:999][922]LogInit: FAudioDevice initialized with ID 3. -[2025.05.25-17.16.42:999][922]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=3 -[2025.05.25-17.16.42:999][922]LogAudio: Display: Audio Device (ID: 3) registered with world 'VRTemplateMap'. -[2025.05.25-17.16.42:999][922]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 3 -[2025.05.25-17.16.43:009][922]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-17.16.43:010][922]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 -[2025.05.25-17.16.43:010][922]LogHMD: Collecting Telemetry Data -[2025.05.25-17.16.43:051][922]LogLoad: Game class is 'VRGameMode_C' -[2025.05.25-17.16.43:052][922]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.25-20.16.43 -[2025.05.25-17.16.43:052][922]LogWorld: Bringing up level for play took: 0.001465 -[2025.05.25-17.16.43:056][922]LogOnline: OSS: Created online subsystem instance for: :Context_10 -[2025.05.25-17.16.43:059][922]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 -[2025.05.25-17.16.43:059][922]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 -[2025.05.25-17.16.43:075][922]LogSpawn: Warning: SpawnActor failed because of collision at the spawn location [X=-100.000 Y=0.000 Z=0.000] for [VRPawn_C] -[2025.05.25-17.16.43:076][922]LogGameMode: Warning: SpawnDefaultPawnAtTransform: Couldn't spawn Pawn of type VRPawn_C at Rotation: Pitch 0.000000 Yaw 0.000000 Roll 0.000000 -Translation: -100.000000 0.000000 0.000000 -Scale3D: 1.000000 1.000000 1.000000 - -[2025.05.25-17.16.43:091][922]PIE: Server logged in -[2025.05.25-17.16.43:092][922]PIE: Play in editor total start time 1,224 seconds. -[2025.05.25-17.16.43:092][922]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) -[2025.05.25-17.16.43:098][922]LogHMD: Allocating Oculus 4160 x 2096 depth rendertarget swapchain -[2025.05.25-17.16.43:140][923]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=20984944848200 -[2025.05.25-17.16.43:140][923]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.16.43:158][924]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer -[2025.05.25-17.16.43:171][925]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages -[2025.05.25-17.16.43:171][925]LogOVRPlugin: ... m_textureStages[0][0] = 000001F837D82A00 -[2025.05.25-17.16.43:171][925]LogOVRPlugin: ... m_textureStages[0][1] = 000001F837D83F10 -[2025.05.25-17.16.43:171][925]LogOVRPlugin: ... m_textureStages[0][2] = 000001F727D10650 -[2025.05.25-17.16.43:860][974]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=20985665493700 -[2025.05.25-17.16.43:860][974]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 -[2025.05.25-17.16.43:860][974]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=20985665537099 -[2025.05.25-17.16.43:860][974]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 -[2025.05.25-17.16.43:875][975]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged -[2025.05.25-17.16.47:778][248]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-17.16.47:778][248]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap -[2025.05.25-17.16.47:861][248]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.108.0' being destroyed -[2025.05.25-17.16.47:883][248]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true -[2025.05.25-17.16.47:885][248]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.16.47:888][248]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.05.25-17.16.47:894][248]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.16.47:917][248]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 3 -[2025.05.25-17.16.47:917][248]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 -[2025.05.25-17.16.47:921][248]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 -[2025.05.25-17.16.47:928][248]LogSlate: Slate User Unregistered. User Index 8 -[2025.05.25-17.16.47:928][248]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 -[2025.05.25-17.16.47:929][248]LogUObjectHash: Compacting FUObjectHashTables data took 1.52ms -[2025.05.25-17.16.47:953][248]LogStreaming: Display: FlushAsyncLoading(563): 1 QueuedPackages, 0 AsyncPackages -[2025.05.25-17.16.47:971][248]LogUObjectGlobals: Warning: Failed to find object 'Class /Game/VRTemplate/Blueprints/VRPawn.VRPawn' -[2025.05.25-17.16.48:036][249]LogPlayLevel: Display: Destroying online subsystem :Context_10 -[2025.05.25-17.16.48:036][249]LogHMD: Warning: Destroying layer 1 -[2025.05.25-17.16.48:039][249]LogHMD: Warning: Destroying layer 2 -[2025.05.25-17.16.48:039][249]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() -[2025.05.25-17.16.48:170][249]LogOVRPlugin: m_xrSession destroyed -[2025.05.25-17.16.48:176][249]LogOVRPlugin: m_xrInstance destroyed -[2025.05.25-17.16.51:986][669]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.05.25-17.16.52:050][669]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/VRTemplate/Blueprints/VRPawn] ([2] browsable assets)... -[2025.05.25-17.16.52:055][669]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn] -[2025.05.25-17.16.52:055][669]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/VRPawn] -[2025.05.25-17.16.52:055][669]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true -[2025.05.25-17.16.52:125][669]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn -[2025.05.25-17.16.52:126][669]LogSavePackage: Moving 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Saved/VRPawn027E00D3476B79DE2D53E58C5B6752CB.tmp' to 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset' -[2025.05.25-17.16.52:136][669]LogFileHelpers: InternalPromptForCheckoutAndSave took 148.158 ms (total: 930.812 ms) -[2025.05.25-17.16.52:192][669]LogContentValidation: Display: Starting to validate 1 assets -[2025.05.25-17.16.52:194][669]LogContentValidation: Enabled validators: -[2025.05.25-17.16.52:194][669]LogContentValidation: /Script/DataValidation.EditorValidator_Material -[2025.05.25-17.16.52:194][669]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.05.25-17.16.52:194][669]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.05.25-17.16.52:194][669]LogContentValidation: /Script/DataValidation.PackageFileValidator -[2025.05.25-17.16.52:194][669]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.05.25-17.16.52:194][669]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator -[2025.05.25-17.16.52:194][669]AssetCheck: /Game/VRTemplate/Blueprints/VRPawn Validating asset -[2025.05.25-17.16.53:428][801]LogDebuggerCommands: Repeating last play command: VR Preview -[2025.05.25-17.16.53:435][801]LogPlayLevel: [PlayLevel] Compiling VRPawn before play... -[2025.05.25-17.16.53:544][801]LogUObjectHash: Compacting FUObjectHashTables data took 1.50ms -[2025.05.25-17.16.53:545][801]LogPlayLevel: PlayLevel: Blueprint regeneration took 112 ms (1 blueprints) -[2025.05.25-17.16.53:545][801]LogHMD: Initializing OVRPlugin session -[2025.05.25-17.16.53:545][801]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 -[2025.05.25-17.16.53:545][801]LogOVRPlugin: Display: commandQueue is null -[2025.05.25-17.16.53:545][801]LogOVRPlugin: CompositorOpenXR::Initialize() -[2025.05.25-17.16.53:545][801]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Available Extensions: (67) -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings -[2025.05.25-17.16.53:716][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state -[2025.05.25-17.16.53:718][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan -[2025.05.25-17.16.53:718][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation -[2025.05.25-17.16.53:718][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration -[2025.05.25-17.16.53:718][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan -[2025.05.25-17.16.53:718][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info -[2025.05.25-17.16.53:718][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked -[2025.05.25-17.16.53:718][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout -[2025.05.25-17.16.53:718][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 -[2025.05.25-17.16.53:718][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough -[2025.05.25-17.16.53:718][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh -[2025.05.25-17.16.53:718][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands -[2025.05.25-17.16.53:718][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut -[2025.05.25-17.16.53:718][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences -[2025.05.25-17.16.53:718][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event -[2025.05.25-17.16.53:718][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events -[2025.05.25-17.16.53:718][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking -[2025.05.25-17.16.53:718][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range -[2025.05.25-17.16.53:718][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode -[2025.05.25-17.16.53:718][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking -[2025.05.25-17.16.53:718][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 -[2025.05.25-17.16.53:718][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes -[2025.05.25-17.16.53:718][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social -[2025.05.25-17.16.53:718][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction -[2025.05.25-17.16.53:718][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth -[2025.05.25-17.16.53:718][801]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future -[2025.05.25-17.16.53:728][801]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded -[2025.05.25-17.16.53:728][801]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.108.0 -[2025.05.25-17.16.53:730][801]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 -[2025.05.25-17.16.53:875][801]LogOVRPlugin: Display: OpenXR system properties: - venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 -[2025.05.25-17.16.53:875][801]LogOVRPlugin: Display: OpenXR hand tracking system properties: - hand tracking supported 1 -[2025.05.25-17.16.53:875][801]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: - hand tracking supported 1 -[2025.05.25-17.16.53:875][801]LogOVRPlugin: Display: OpenXR body tracking system properties: - body tracking supported 1 -[2025.05.25-17.16.53:875][801]LogOVRPlugin: Display: OpenXR body tracking system properties: - body tracking fidelity supported 0 -[2025.05.25-17.16.53:875][801]LogOVRPlugin: Display: OpenXR body tracking system properties: - full body tracking supported 1 -[2025.05.25-17.16.53:875][801]LogOVRPlugin: Display: OpenXR body tracking system properties: - body tracking calibration supported 1 -[2025.05.25-17.16.53:875][801]LogOVRPlugin: Display: OpenXR headset id system properties: - id 525078A55AAB4DC9B8021EBD6C7CFFF4 -[2025.05.25-17.16.53:875][801]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) -[2025.05.25-17.16.53:875][801]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 -[2025.05.25-17.16.53:875][801]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views -[2025.05.25-17.16.53:877][801]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 -[2025.05.25-17.16.53:877][801]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 -[2025.05.25-17.16.53:877][801]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) -[2025.05.25-17.16.53:877][801]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. -[2025.05.25-17.16.53:877][801]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime -[2025.05.25-17.16.53:877][801]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime -[2025.05.25-17.16.53:877][801]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime -[2025.05.25-17.16.53:877][801]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime -[2025.05.25-17.16.53:877][801]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count -[2025.05.25-17.16.53:877][801]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode -[2025.05.25-17.16.53:877][801]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded -[2025.05.25-17.16.53:877][801]LogOVRPlugin: Display: OVRPlugin 1.108.0 ... initialized -[2025.05.25-17.16.53:877][801]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12414) -[2025.05.25-17.16.53:877][801]LogOVRPlugin: xrCreateSession -[2025.05.25-17.16.54:292][801]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=20995760578300 -[2025.05.25-17.16.54:292][801]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 -[2025.05.25-17.16.54:292][801]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=20995760588800 -[2025.05.25-17.16.54:292][801]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.16.54:292][801]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META -[2025.05.25-17.16.54:300][801]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages -[2025.05.25-17.16.54:300][801]LogOVRPlugin: ... m_textureStages[0][0] = 000001F830CFCC90 -[2025.05.25-17.16.54:300][801]LogOVRPlugin: ... m_textureStages[0][1] = 000001F830CF9CC0 -[2025.05.25-17.16.54:300][801]LogOVRPlugin: ... m_textureStages[0][2] = 000001F830CFC300 -[2025.05.25-17.16.54:311][801]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages -[2025.05.25-17.16.54:311][801]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001F830CFA650 -[2025.05.25-17.16.54:311][801]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001F830CFE940 -[2025.05.25-17.16.54:311][801]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001F830CFF2D0 -[2025.05.25-17.16.54:311][801]LogHMD: Allocating Oculus 4160 x 2096 rendertarget swapchain -[2025.05.25-17.16.54:311][801]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 -[2025.05.25-17.16.54:312][801]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap -[2025.05.25-17.16.54:316][801]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005143s) -[2025.05.25-17.16.54:316][801]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005174s) -[2025.05.25-17.16.54:343][801]LogUObjectHash: Compacting FUObjectHashTables data took 1.80ms -[2025.05.25-17.16.54:343][801]LogMRUK: Loading MR Utility Kit Shared library -[2025.05.25-17.16.54:392][801]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap -[2025.05.25-17.16.54:393][801]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. -[2025.05.25-17.16.54:393][801]LogPlayLevel: PIE: World Init took: (0.001585s) -[2025.05.25-17.16.54:394][801]LogAudio: Display: Creating Audio Device: Id: 4, Scope: Unique, Realtime: True -[2025.05.25-17.16.54:394][801]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.05.25-17.16.54:394][801]LogAudioMixer: Display: Sample Rate: 48000 -[2025.05.25-17.16.54:394][801]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.05.25-17.16.54:394][801]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.05.25-17.16.54:394][801]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.05.25-17.16.54:394][801]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.05.25-17.16.54:394][801]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.05.25-17.16.54:394][801]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.05.25-17.16.54:394][801]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.05.25-17.16.54:394][801]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.05.25-17.16.54:394][801]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.05.25-17.16.54:398][801]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.05.25-17.16.54:416][801]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) -[2025.05.25-17.16.54:416][801]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.05.25-17.16.54:416][801]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.05.25-17.16.54:416][801]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.05.25-17.16.54:416][801]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=4 -[2025.05.25-17.16.54:416][801]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=4 -[2025.05.25-17.16.54:421][801]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=4 -[2025.05.25-17.16.54:421][801]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=4 -[2025.05.25-17.16.54:421][801]LogInit: FAudioDevice initialized with ID 4. -[2025.05.25-17.16.54:421][801]LogAudio: Display: Audio Device (ID: 4) registered with world 'VRTemplateMap'. -[2025.05.25-17.16.54:421][801]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 4 -[2025.05.25-17.16.54:436][801]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-17.16.54:436][801]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 -[2025.05.25-17.16.54:436][801]LogHMD: Collecting Telemetry Data -[2025.05.25-17.16.54:467][801]LogLoad: Game class is 'VRGameMode_C' -[2025.05.25-17.16.54:469][801]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.25-20.16.54 -[2025.05.25-17.16.54:470][801]LogWorld: Bringing up level for play took: 0.002031 -[2025.05.25-17.16.54:473][801]LogOnline: OSS: Created online subsystem instance for: :Context_11 -[2025.05.25-17.16.54:476][801]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 -[2025.05.25-17.16.54:476][801]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 -[2025.05.25-17.16.54:491][801]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... -[2025.05.25-17.16.54:492][801]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh -[2025.05.25-17.16.54:500][801]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... -[2025.05.25-17.16.54:502][801]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh -[2025.05.25-17.16.54:509][801]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" -[2025.05.25-17.16.54:514][801]PIE: Server logged in -[2025.05.25-17.16.54:514][801]PIE: Play in editor total start time 1,082 seconds. -[2025.05.25-17.16.54:516][801]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) -[2025.05.25-17.16.54:522][801]LogHMD: Allocating Oculus 4160 x 2096 depth rendertarget swapchain -[2025.05.25-17.16.54:572][802]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=20996376957599 -[2025.05.25-17.16.54:572][802]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.16.54:588][803]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer -[2025.05.25-17.16.54:599][804]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages -[2025.05.25-17.16.54:599][804]LogOVRPlugin: ... m_textureStages[0][0] = 000001F71FD789E0 -[2025.05.25-17.16.54:599][804]LogOVRPlugin: ... m_textureStages[0][1] = 000001F71FD7DE20 -[2025.05.25-17.16.54:599][804]LogOVRPlugin: ... m_textureStages[0][2] = 000001F71FD7B400 -[2025.05.25-17.16.55:287][854]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=20997091407699 -[2025.05.25-17.16.55:287][854]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 -[2025.05.25-17.16.55:287][854]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=20997091450400 -[2025.05.25-17.16.55:287][854]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 -[2025.05.25-17.16.55:308][855]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged -[2025.05.25-17.16.56:363][930]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! -[2025.05.25-17.16.56:432][935]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! -[2025.05.25-17.16.57:200][990]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.16.57:213][991]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.16.57:227][992]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.16.57:241][993]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.16.57:254][994]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.16.57:898][ 38]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-17.16.57:898][ 38]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap -[2025.05.25-17.16.57:982][ 38]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.108.0' being destroyed -[2025.05.25-17.16.58:023][ 38]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true -[2025.05.25-17.16.58:024][ 38]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.16.58:027][ 38]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.05.25-17.16.58:033][ 38]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.16.58:055][ 38]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 4 -[2025.05.25-17.16.58:055][ 38]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4 -[2025.05.25-17.16.58:057][ 38]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4 -[2025.05.25-17.16.58:066][ 38]LogSlate: Slate User Unregistered. User Index 8 -[2025.05.25-17.16.58:066][ 38]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 -[2025.05.25-17.16.58:068][ 38]LogUObjectHash: Compacting FUObjectHashTables data took 1.63ms -[2025.05.25-17.16.58:163][ 39]LogPlayLevel: Display: Destroying online subsystem :Context_11 -[2025.05.25-17.16.58:171][ 39]LogHMD: Warning: Destroying layer 1 -[2025.05.25-17.16.58:174][ 39]LogHMD: Warning: Destroying layer 2 -[2025.05.25-17.16.58:176][ 39]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() -[2025.05.25-17.16.58:305][ 39]LogOVRPlugin: m_xrSession destroyed -[2025.05.25-17.16.58:312][ 39]LogOVRPlugin: m_xrInstance destroyed -[2025.05.25-17.17.41:867][756]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 396.713470 -[2025.05.25-17.17.42:023][773]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change -[2025.05.25-17.17.42:023][773]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 396.860870, Update Interval: 342.566010 -[2025.05.25-17.17.52:952][941]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.05.25-17.17.53:014][941]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/VRTemplate/Blueprints/VRPawn] ([2] browsable assets)... -[2025.05.25-17.17.53:024][941]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn] -[2025.05.25-17.17.53:024][941]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/VRPawn] -[2025.05.25-17.17.53:024][941]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true -[2025.05.25-17.17.53:093][941]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn -[2025.05.25-17.17.53:093][941]LogSavePackage: Moving 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Saved/VRPawn50264EBD49538145B6E83090D57695B4.tmp' to 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset' -[2025.05.25-17.17.53:100][941]LogFileHelpers: InternalPromptForCheckoutAndSave took 148.375 ms (total: 1.07 sec) -[2025.05.25-17.17.53:160][941]LogContentValidation: Display: Starting to validate 1 assets -[2025.05.25-17.17.53:160][941]LogContentValidation: Enabled validators: -[2025.05.25-17.17.53:160][941]LogContentValidation: /Script/DataValidation.EditorValidator_Material -[2025.05.25-17.17.53:160][941]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.05.25-17.17.53:160][941]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.05.25-17.17.53:160][941]LogContentValidation: /Script/DataValidation.PackageFileValidator -[2025.05.25-17.17.53:160][941]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.05.25-17.17.53:160][941]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator -[2025.05.25-17.17.53:160][941]AssetCheck: /Game/VRTemplate/Blueprints/VRPawn Validating asset -[2025.05.25-17.17.54:403][ 86]LogDebuggerCommands: Repeating last play command: VR Preview -[2025.05.25-17.17.54:410][ 86]LogPlayLevel: [PlayLevel] Compiling VRPawn before play... -[2025.05.25-17.17.54:552][ 86]LogUObjectHash: Compacting FUObjectHashTables data took 1.52ms -[2025.05.25-17.17.54:553][ 86]LogPlayLevel: PlayLevel: Blueprint regeneration took 143 ms (1 blueprints) -[2025.05.25-17.17.54:553][ 86]LogHMD: Initializing OVRPlugin session -[2025.05.25-17.17.54:553][ 86]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 -[2025.05.25-17.17.54:553][ 86]LogOVRPlugin: Display: commandQueue is null -[2025.05.25-17.17.54:553][ 86]LogOVRPlugin: CompositorOpenXR::Initialize() -[2025.05.25-17.17.54:553][ 86]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions -[2025.05.25-17.17.54:722][ 86]LogOVRPlugin: Display: Available Extensions: (67) -[2025.05.25-17.17.54:722][ 86]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 -[2025.05.25-17.17.54:722][ 86]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 -[2025.05.25-17.17.54:722][ 86]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth -[2025.05.25-17.17.54:723][ 86]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future -[2025.05.25-17.17.54:734][ 86]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded -[2025.05.25-17.17.54:734][ 86]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.108.0 -[2025.05.25-17.17.54:734][ 86]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 -[2025.05.25-17.17.54:879][ 86]LogOVRPlugin: Display: OpenXR system properties: - venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 -[2025.05.25-17.17.54:879][ 86]LogOVRPlugin: Display: OpenXR hand tracking system properties: - hand tracking supported 1 -[2025.05.25-17.17.54:879][ 86]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: - hand tracking supported 1 -[2025.05.25-17.17.54:879][ 86]LogOVRPlugin: Display: OpenXR body tracking system properties: - body tracking supported 1 -[2025.05.25-17.17.54:879][ 86]LogOVRPlugin: Display: OpenXR body tracking system properties: - body tracking fidelity supported 0 -[2025.05.25-17.17.54:879][ 86]LogOVRPlugin: Display: OpenXR body tracking system properties: - full body tracking supported 1 -[2025.05.25-17.17.54:879][ 86]LogOVRPlugin: Display: OpenXR body tracking system properties: - body tracking calibration supported 1 -[2025.05.25-17.17.54:879][ 86]LogOVRPlugin: Display: OpenXR headset id system properties: - id 525078A55AAB4DC9B8021EBD6C7CFFF4 -[2025.05.25-17.17.54:879][ 86]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) -[2025.05.25-17.17.54:879][ 86]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 -[2025.05.25-17.17.54:879][ 86]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views -[2025.05.25-17.17.54:879][ 86]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 -[2025.05.25-17.17.54:879][ 86]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 -[2025.05.25-17.17.54:880][ 86]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) -[2025.05.25-17.17.54:880][ 86]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. -[2025.05.25-17.17.54:880][ 86]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime -[2025.05.25-17.17.54:880][ 86]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime -[2025.05.25-17.17.54:880][ 86]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime -[2025.05.25-17.17.54:880][ 86]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime -[2025.05.25-17.17.54:880][ 86]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count -[2025.05.25-17.17.54:880][ 86]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode -[2025.05.25-17.17.54:880][ 86]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded -[2025.05.25-17.17.54:880][ 86]LogOVRPlugin: Display: OVRPlugin 1.108.0 ... initialized -[2025.05.25-17.17.54:880][ 86]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12414) -[2025.05.25-17.17.54:880][ 86]LogOVRPlugin: xrCreateSession -[2025.05.25-17.17.55:295][ 86]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=21056762942100 -[2025.05.25-17.17.55:295][ 86]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 -[2025.05.25-17.17.55:295][ 86]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=21056762952300 -[2025.05.25-17.17.55:295][ 86]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.17.55:295][ 86]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META -[2025.05.25-17.17.55:303][ 86]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages -[2025.05.25-17.17.55:303][ 86]LogOVRPlugin: ... m_textureStages[0][0] = 000001F727222390 -[2025.05.25-17.17.55:303][ 86]LogOVRPlugin: ... m_textureStages[0][1] = 000001F727225CF0 -[2025.05.25-17.17.55:303][ 86]LogOVRPlugin: ... m_textureStages[0][2] = 000001F727222D20 -[2025.05.25-17.17.55:314][ 86]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages -[2025.05.25-17.17.55:314][ 86]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001F727229650 -[2025.05.25-17.17.55:314][ 86]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001F7272279A0 -[2025.05.25-17.17.55:314][ 86]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001F727227010 -[2025.05.25-17.17.55:314][ 86]LogHMD: Allocating Oculus 4160 x 2096 rendertarget swapchain -[2025.05.25-17.17.55:314][ 86]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 -[2025.05.25-17.17.55:314][ 86]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap -[2025.05.25-17.17.55:319][ 86]LogPlayLevel: PIE: StaticDuplicateObject took: (0.004268s) -[2025.05.25-17.17.55:319][ 86]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.004298s) -[2025.05.25-17.17.55:345][ 86]LogUObjectHash: Compacting FUObjectHashTables data took 1.31ms -[2025.05.25-17.17.55:345][ 86]LogMRUK: Loading MR Utility Kit Shared library -[2025.05.25-17.17.55:388][ 86]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap -[2025.05.25-17.17.55:390][ 86]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. -[2025.05.25-17.17.55:390][ 86]LogPlayLevel: PIE: World Init took: (0.002029s) -[2025.05.25-17.17.55:391][ 86]LogAudio: Display: Creating Audio Device: Id: 5, Scope: Unique, Realtime: True -[2025.05.25-17.17.55:391][ 86]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.05.25-17.17.55:391][ 86]LogAudioMixer: Display: Sample Rate: 48000 -[2025.05.25-17.17.55:391][ 86]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.05.25-17.17.55:391][ 86]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.05.25-17.17.55:391][ 86]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.05.25-17.17.55:391][ 86]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.05.25-17.17.55:391][ 86]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.05.25-17.17.55:391][ 86]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.05.25-17.17.55:391][ 86]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.05.25-17.17.55:391][ 86]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.05.25-17.17.55:391][ 86]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.05.25-17.17.55:394][ 86]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.05.25-17.17.55:413][ 86]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) -[2025.05.25-17.17.55:413][ 86]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.05.25-17.17.55:413][ 86]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.05.25-17.17.55:413][ 86]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.05.25-17.17.55:413][ 86]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=5 -[2025.05.25-17.17.55:413][ 86]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=5 -[2025.05.25-17.17.55:417][ 86]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=5 -[2025.05.25-17.17.55:417][ 86]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=5 -[2025.05.25-17.17.55:417][ 86]LogInit: FAudioDevice initialized with ID 5. -[2025.05.25-17.17.55:417][ 86]LogAudio: Display: Audio Device (ID: 5) registered with world 'VRTemplateMap'. -[2025.05.25-17.17.55:417][ 86]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 5 -[2025.05.25-17.17.55:428][ 86]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-17.17.55:428][ 86]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 -[2025.05.25-17.17.55:428][ 86]LogHMD: Collecting Telemetry Data -[2025.05.25-17.17.55:453][ 86]LogLoad: Game class is 'VRGameMode_C' -[2025.05.25-17.17.55:454][ 86]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.25-20.17.55 -[2025.05.25-17.17.55:454][ 86]LogWorld: Bringing up level for play took: 0.001791 -[2025.05.25-17.17.55:457][ 86]LogOnline: OSS: Created online subsystem instance for: :Context_12 -[2025.05.25-17.17.55:472][ 86]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 -[2025.05.25-17.17.55:472][ 86]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 -[2025.05.25-17.17.55:514][ 86]LogSpawn: Warning: SpawnActor failed because of collision at the spawn location [X=-100.000 Y=0.000 Z=0.000] for [VRPawn_C] -[2025.05.25-17.17.55:514][ 86]LogGameMode: Warning: SpawnDefaultPawnAtTransform: Couldn't spawn Pawn of type VRPawn_C at Rotation: Pitch 0.000000 Yaw 0.000000 Roll 0.000000 -Translation: -100.000000 0.000000 0.000000 -Scale3D: 1.000000 1.000000 1.000000 - -[2025.05.25-17.17.55:532][ 86]PIE: Server logged in -[2025.05.25-17.17.55:532][ 86]PIE: Play in editor total start time 1,123 seconds. -[2025.05.25-17.17.55:533][ 86]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) -[2025.05.25-17.17.55:538][ 86]LogHMD: Allocating Oculus 4160 x 2096 depth rendertarget swapchain -[2025.05.25-17.17.55:587][ 87]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=21057392349399 -[2025.05.25-17.17.55:587][ 87]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.17.55:609][ 88]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer -[2025.05.25-17.17.55:621][ 89]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages -[2025.05.25-17.17.55:621][ 89]LogOVRPlugin: ... m_textureStages[0][0] = 000001F727BA7370 -[2025.05.25-17.17.55:621][ 89]LogOVRPlugin: ... m_textureStages[0][1] = 000001F727BA8880 -[2025.05.25-17.17.55:621][ 89]LogOVRPlugin: ... m_textureStages[0][2] = 000001F727BB1BF0 -[2025.05.25-17.17.56:311][139]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=21058116100800 -[2025.05.25-17.17.56:311][139]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 -[2025.05.25-17.17.56:311][139]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=21058116143900 -[2025.05.25-17.17.56:311][139]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 -[2025.05.25-17.17.56:329][140]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged -[2025.05.25-17.17.59:578][370]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-17.17.59:578][370]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap -[2025.05.25-17.17.59:677][370]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.108.0' being destroyed -[2025.05.25-17.17.59:703][370]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true -[2025.05.25-17.17.59:705][370]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.17.59:707][370]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.05.25-17.17.59:714][370]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.17.59:740][370]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 5 -[2025.05.25-17.17.59:740][370]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5 -[2025.05.25-17.17.59:742][370]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5 -[2025.05.25-17.17.59:751][370]LogSlate: Slate User Unregistered. User Index 8 -[2025.05.25-17.17.59:751][370]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 -[2025.05.25-17.17.59:753][370]LogUObjectHash: Compacting FUObjectHashTables data took 1.90ms -[2025.05.25-17.17.59:844][371]LogPlayLevel: Display: Destroying online subsystem :Context_12 -[2025.05.25-17.17.59:844][371]LogHMD: Warning: Destroying layer 1 -[2025.05.25-17.17.59:847][371]LogHMD: Warning: Destroying layer 2 -[2025.05.25-17.17.59:847][371]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() -[2025.05.25-17.17.59:983][371]LogOVRPlugin: m_xrSession destroyed -[2025.05.25-17.17.59:989][371]LogOVRPlugin: m_xrInstance destroyed -[2025.05.25-17.19.27:280][301]LogStreaming: Display: FlushAsyncLoading(564): 1 QueuedPackages, 0 AsyncPackages -[2025.05.25-17.19.27:403][301]LogTexture: Display: Building textures: /Game/MixedVFX/Particles/Fires/NS_FlameThrower.NS_FlameThrower:DirectionalBurst.Texture2D_2 (TFO_DXT1, 512x512 x1x1x1) (Required Memory Estimate: 30.83325 MB), EncodeSpeed: Fast -[2025.05.25-17.19.27:841][301]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.05.25-17.19.27:899][301]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/VRTemplate/Blueprints/VRPawn] ([2] browsable assets)... -[2025.05.25-17.19.27:940][301]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn] -[2025.05.25-17.19.27:940][301]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/VRPawn] -[2025.05.25-17.19.27:940][301]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true -[2025.05.25-17.19.28:011][301]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn -[2025.05.25-17.19.28:011][301]LogSavePackage: Moving 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Saved/VRPawn85FB33CF43A2DD2C52AC1DAF1505280E.tmp' to 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset' -[2025.05.25-17.19.28:023][301]LogFileHelpers: InternalPromptForCheckoutAndSave took 182.025 ms (total: 1.26 sec) -[2025.05.25-17.19.28:080][301]LogContentValidation: Display: Starting to validate 1 assets -[2025.05.25-17.19.28:080][301]LogContentValidation: Enabled validators: -[2025.05.25-17.19.28:080][301]LogContentValidation: /Script/DataValidation.EditorValidator_Material -[2025.05.25-17.19.28:080][301]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.05.25-17.19.28:080][301]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.05.25-17.19.28:080][301]LogContentValidation: /Script/DataValidation.PackageFileValidator -[2025.05.25-17.19.28:080][301]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.05.25-17.19.28:080][301]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator -[2025.05.25-17.19.28:080][301]AssetCheck: /Game/VRTemplate/Blueprints/VRPawn Validating asset -[2025.05.25-17.19.29:322][442]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.05.25-17.19.29:382][442]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/VRTemplate/Blueprints/VRPawn] ([2] browsable assets)... -[2025.05.25-17.19.29:382][442]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/VRPawn] -[2025.05.25-17.19.29:382][442]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true -[2025.05.25-17.19.29:454][442]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn -[2025.05.25-17.19.29:456][442]LogSavePackage: Moving 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Saved/VRPawn39E87A404ABE9313925D6EA67594BBB4.tmp' to 'C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset' -[2025.05.25-17.19.29:465][442]LogFileHelpers: InternalPromptForCheckoutAndSave took 143.342 ms (total: 1.40 sec) -[2025.05.25-17.19.29:513][442]LogContentValidation: Display: Starting to validate 1 assets -[2025.05.25-17.19.29:513][442]LogContentValidation: Enabled validators: -[2025.05.25-17.19.29:513][442]LogContentValidation: /Script/DataValidation.EditorValidator_Material -[2025.05.25-17.19.29:513][442]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.05.25-17.19.29:513][442]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.05.25-17.19.29:513][442]LogContentValidation: /Script/DataValidation.PackageFileValidator -[2025.05.25-17.19.29:513][442]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.05.25-17.19.29:513][442]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator -[2025.05.25-17.19.29:513][442]AssetCheck: /Game/VRTemplate/Blueprints/VRPawn Validating asset -[2025.05.25-17.19.29:804][467]LogDebuggerCommands: Repeating last play command: VR Preview -[2025.05.25-17.19.29:819][467]LogPlayLevel: [PlayLevel] Compiling VRPawn before play... -[2025.05.25-17.19.29:952][467]LogUObjectHash: Compacting FUObjectHashTables data took 2.54ms -[2025.05.25-17.19.29:955][467]LogPlayLevel: PlayLevel: Blueprint regeneration took 137 ms (1 blueprints) -[2025.05.25-17.19.29:955][467]LogHMD: Initializing OVRPlugin session -[2025.05.25-17.19.29:955][467]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 -[2025.05.25-17.19.29:955][467]LogOVRPlugin: Display: commandQueue is null -[2025.05.25-17.19.29:955][467]LogOVRPlugin: CompositorOpenXR::Initialize() -[2025.05.25-17.19.29:955][467]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Available Extensions: (67) -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 -[2025.05.25-17.19.30:132][467]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth -[2025.05.25-17.19.30:133][467]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future -[2025.05.25-17.19.30:143][467]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded -[2025.05.25-17.19.30:143][467]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.108.0 -[2025.05.25-17.19.30:145][467]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 -[2025.05.25-17.20.15:254][467]LogOVRPlugin: Display: OpenXR system properties: - venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 -[2025.05.25-17.20.15:254][467]LogOVRPlugin: Display: OpenXR hand tracking system properties: - hand tracking supported 1 -[2025.05.25-17.20.15:254][467]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: - hand tracking supported 0 -[2025.05.25-17.20.15:254][467]LogOVRPlugin: Display: OpenXR body tracking system properties: - body tracking supported 1 -[2025.05.25-17.20.15:254][467]LogOVRPlugin: Display: OpenXR body tracking system properties: - body tracking fidelity supported 0 -[2025.05.25-17.20.15:254][467]LogOVRPlugin: Display: OpenXR body tracking system properties: - full body tracking supported 1 -[2025.05.25-17.20.15:254][467]LogOVRPlugin: Display: OpenXR body tracking system properties: - body tracking calibration supported 0 -[2025.05.25-17.20.15:254][467]LogOVRPlugin: Display: OpenXR headset id system properties: - id 525078A55AAB4DC9B8021EBD6C7CFFF4 -[2025.05.25-17.20.15:254][467]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) -[2025.05.25-17.20.15:254][467]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 -[2025.05.25-17.20.15:254][467]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views -[2025.05.25-17.20.15:254][467]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 -[2025.05.25-17.20.15:254][467]LogOVRPlugin: Display: View: Recommended Width=2080 Height=2096 SampleCount=1 Maximum Width=4160 Height=4192 SampleCount=4 -[2025.05.25-17.20.15:255][467]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) -[2025.05.25-17.20.15:255][467]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. -[2025.05.25-17.20.15:255][467]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime -[2025.05.25-17.20.15:255][467]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime -[2025.05.25-17.20.15:255][467]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime -[2025.05.25-17.20.15:255][467]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime -[2025.05.25-17.20.15:255][467]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count -[2025.05.25-17.20.15:255][467]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode -[2025.05.25-17.20.15:255][467]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded -[2025.05.25-17.20.15:255][467]LogOVRPlugin: Display: OVRPlugin 1.108.0 ... initialized -[2025.05.25-17.20.15:255][467]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12414) -[2025.05.25-17.20.15:255][467]LogOVRPlugin: xrCreateSession -[2025.05.25-17.21.00:678][467]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=21212137778300 -[2025.05.25-17.21.00:678][467]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 -[2025.05.25-17.21.00:678][467]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=21212137787100 -[2025.05.25-17.21.00:678][467]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.21.00:678][467]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META -[2025.05.25-17.21.00:689][467]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages -[2025.05.25-17.21.00:689][467]LogOVRPlugin: ... m_textureStages[0][0] = 000001F7A2E03F00 -[2025.05.25-17.21.00:689][467]LogOVRPlugin: ... m_textureStages[0][1] = 000001F7A2E02BE0 -[2025.05.25-17.21.00:689][467]LogOVRPlugin: ... m_textureStages[0][2] = 000001F7A2E04890 -[2025.05.25-17.21.00:700][467]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages -[2025.05.25-17.21.00:700][467]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001F7A2E05BB0 -[2025.05.25-17.21.00:700][467]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001F7A2E03570 -[2025.05.25-17.21.00:700][467]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001F7A2E06ED0 -[2025.05.25-17.21.00:700][467]LogHMD: Allocating Oculus 4160 x 2096 rendertarget swapchain -[2025.05.25-17.21.00:700][467]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 -[2025.05.25-17.21.00:700][467]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap -[2025.05.25-17.21.00:708][467]LogPlayLevel: PIE: StaticDuplicateObject took: (0.007205s) -[2025.05.25-17.21.00:708][467]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.007255s) -[2025.05.25-17.21.00:735][467]LogUObjectHash: Compacting FUObjectHashTables data took 1.46ms -[2025.05.25-17.21.00:736][467]LogMRUK: Loading MR Utility Kit Shared library -[2025.05.25-17.21.00:766][467]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap -[2025.05.25-17.21.00:767][467]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. -[2025.05.25-17.21.00:767][467]LogPlayLevel: PIE: World Init took: (0.001645s) -[2025.05.25-17.21.00:769][467]LogAudio: Display: Creating Audio Device: Id: 6, Scope: Unique, Realtime: True -[2025.05.25-17.21.00:769][467]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.05.25-17.21.00:769][467]LogAudioMixer: Display: Sample Rate: 48000 -[2025.05.25-17.21.00:769][467]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.05.25-17.21.00:769][467]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.05.25-17.21.00:769][467]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.05.25-17.21.00:769][467]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.05.25-17.21.00:769][467]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.05.25-17.21.00:769][467]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.05.25-17.21.00:769][467]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.05.25-17.21.00:769][467]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.05.25-17.21.00:769][467]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.05.25-17.21.00:770][467]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.05.25-17.21.00:790][467]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) -[2025.05.25-17.21.00:790][467]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.05.25-17.21.00:790][467]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.05.25-17.21.00:790][467]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.05.25-17.21.00:791][467]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=6 -[2025.05.25-17.21.00:791][467]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=6 -[2025.05.25-17.21.00:794][467]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=6 -[2025.05.25-17.21.00:794][467]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=6 -[2025.05.25-17.21.00:794][467]LogInit: FAudioDevice initialized with ID 6. -[2025.05.25-17.21.00:794][467]LogAudio: Display: Audio Device (ID: 6) registered with world 'VRTemplateMap'. -[2025.05.25-17.21.00:794][467]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 6 -[2025.05.25-17.21.00:804][467]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-17.21.00:804][467]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 -[2025.05.25-17.21.00:804][467]LogHMD: Collecting Telemetry Data -[2025.05.25-17.21.00:839][467]LogLoad: Game class is 'VRGameMode_C' -[2025.05.25-17.21.00:840][467]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.25-20.21.00 -[2025.05.25-17.21.00:840][467]LogWorld: Bringing up level for play took: 0.001453 -[2025.05.25-17.21.00:843][467]LogOnline: OSS: Created online subsystem instance for: :Context_13 -[2025.05.25-17.21.00:846][467]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 -[2025.05.25-17.21.00:847][467]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 -[2025.05.25-17.21.00:860][467]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... -[2025.05.25-17.21.00:862][467]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh -[2025.05.25-17.21.00:870][467]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... -[2025.05.25-17.21.00:872][467]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh -[2025.05.25-17.21.00:879][467]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" -[2025.05.25-17.21.00:883][467]PIE: Server logged in -[2025.05.25-17.21.00:884][467]PIE: Play in editor total start time 91,067 seconds. -[2025.05.25-17.21.00:884][467]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) -[2025.05.25-17.21.00:890][467]LogHMD: Allocating Oculus 4160 x 2096 depth rendertarget swapchain -[2025.05.25-17.21.00:991][467]LogUObjectHash: Compacting FUObjectHashTables data took 1.56ms -[2025.05.25-17.21.01:050][467]LogStall: Shutdown... -[2025.05.25-17.21.01:050][467]LogStall: Shutdown complete. -[2025.05.25-17.21.01:319][467]LogWorld: UWorld::CleanupWorld for World_4, bSessionEnded=true, bCleanupResources=true -[2025.05.25-17.21.01:319][467]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.21.01:589][467]LogActorComponent: UnregisterComponent: (/Engine/Transient.EditorFloorComp) Not registered. Aborting. -[2025.05.25-17.21.01:589][467]LogWorld: UWorld::CleanupWorld for World_7, bSessionEnded=true, bCleanupResources=true -[2025.05.25-17.21.01:589][467]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.21.01:663][467]LogSlate: Window 'HandyMann - Unreal Editor' being destroyed -[2025.05.25-17.21.01:760][467]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=21243564332399 -[2025.05.25-17.21.01:760][467]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.21.01:760][467]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=21243564405900 -[2025.05.25-17.21.01:760][467]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 -[2025.05.25-17.21.01:760][467]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=21243564481499 -[2025.05.25-17.21.01:760][467]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 -[2025.05.25-17.21.01:760][467]Cmd: QUIT_EDITOR -[2025.05.25-17.21.01:766][467]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-17.21.01:766][467]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap -[2025.05.25-17.21.01:766][467]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.108.0' being destroyed -[2025.05.25-17.21.01:775][467]LogWindowsTextInputMethodSystem: Activated input method: Eesti (Eesti) - (Keyboard). -[2025.05.25-17.21.01:803][467]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true -[2025.05.25-17.21.01:805][467]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.21.01:808][467]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.05.25-17.21.01:814][467]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.21.01:856][467]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 6 -[2025.05.25-17.21.01:856][467]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6 -[2025.05.25-17.21.01:859][467]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6 -[2025.05.25-17.21.01:897][467]LogSlate: Slate User Unregistered. User Index 8 -[2025.05.25-17.21.01:897][467]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 -[2025.05.25-17.21.01:900][467]LogUObjectHash: Compacting FUObjectHashTables data took 1.39ms -[2025.05.25-17.21.01:920][467]LogCore: Engine exit requested (reason: UUnrealEdEngine::CloseEditor()) -[2025.05.25-17.21.02:011][468]LogCore: Engine exit requested (reason: EngineExit() was called; note: exit was already requested) -[2025.05.25-17.21.02:012][468]LogStaticMesh: Abandoning remaining async distance field tasks for shutdown -[2025.05.25-17.21.02:012][468]LogStaticMesh: Abandoning remaining async card representation tasks for shutdown -[2025.05.25-17.21.02:027][468]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true -[2025.05.25-17.21.02:027][468]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.21.02:079][468]LogStylusInput: Shutting down StylusInput subsystem. -[2025.05.25-17.21.02:079][468]LogLevelSequenceEditor: LevelSequenceEditor subsystem deinitialized. -[2025.05.25-17.21.02:096][468]LogWorld: UWorld::CleanupWorld for World_3, bSessionEnded=true, bCleanupResources=true -[2025.05.25-17.21.02:120][468]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.21.02:123][468]LogWorld: UWorld::CleanupWorld for World_2, bSessionEnded=true, bCleanupResources=true -[2025.05.25-17.21.02:123][468]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.21.02:126][468]LogWorld: UWorld::CleanupWorld for World_1, bSessionEnded=true, bCleanupResources=true -[2025.05.25-17.21.02:126][468]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.21.02:130][468]LogWorld: UWorld::CleanupWorld for World_0, bSessionEnded=true, bCleanupResources=true -[2025.05.25-17.21.02:130][468]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.21.02:133][468]LogWorld: UWorld::CleanupWorld for World_6, bSessionEnded=true, bCleanupResources=true -[2025.05.25-17.21.02:133][468]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.21.02:136][468]LogWorld: UWorld::CleanupWorld for World_5, bSessionEnded=true, bCleanupResources=true -[2025.05.25-17.21.02:136][468]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.21.02:232][468]LogStudioTelemetry: Ended StudioTelemetry Session -[2025.05.25-17.21.02:280][468]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroying ET Analytics provider -[2025.05.25-17.21.02:287][468]LogAnalytics: Display: [UEEditor.Rocket.Release] Ended ET Analytics provider session -[2025.05.25-17.21.02:287][468]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroyed ET Analytics provider -[2025.05.25-17.21.02:764][468]LogAudio: Display: Beginning Audio Device Manager Shutdown (Module: AudioMixerXAudio2)... -[2025.05.25-17.21.02:764][468]LogAudio: Display: Destroying 1 Remaining Audio Device(s)... -[2025.05.25-17.21.02:764][468]LogAudio: Display: Audio Device unregistered from world 'VRTemplateMap'. -[2025.05.25-17.21.02:777][468]LogAudio: Display: Shutting down audio device while 1 references to it are still alive. For more information, compile with INSTRUMENT_AUDIODEVICE_HANDLES. -[2025.05.25-17.21.02:777][468]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 -[2025.05.25-17.21.02:780][468]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 -[2025.05.25-17.21.02:788][468]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID -1 -[2025.05.25-17.21.02:788][468]LogAudio: Display: Audio Device Manager Shutdown -[2025.05.25-17.21.02:791][468]LogExit: Preparing to exit. -[2025.05.25-17.21.02:870][468]LogUObjectHash: Compacting FUObjectHashTables data took 1.41ms -[2025.05.25-17.21.02:873][468]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/add_controls_for_selected_PY.add_controls_for_selected_options' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-17.21.02:873][468]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/add_controls_for_selected_PY.add_controls_for_selected' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-17.21.02:873][468]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/add_null_above_selected_PY.add_null_above_selected' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-17.21.02:873][468]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_translation_rotation' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-17.21.02:873][468]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_translation_all' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-17.21.02:873][468]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_translation_x' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-17.21.02:873][468]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_translation_y' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-17.21.02:873][468]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_translation_z' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-17.21.02:873][468]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_rotation' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-17.21.02:873][468]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_scale' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-17.21.02:873][468]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.search_replace_name_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-17.21.02:873][468]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.search_replace_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-17.21.02:873][468]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.add_prefix_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-17.21.02:873][468]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.add_prefix_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-17.21.02:873][468]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.add_suffix_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-17.21.02:873][468]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.add_suffix_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-17.21.02:873][468]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.do_rename_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-17.21.02:873][468]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.do_rename_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-17.21.02:873][468]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/set_bone_reference_pose_PY.set_bone_reference_pose' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-17.21.02:873][468]LogPython: Display: Object '/ControlRig/Python/ControlRigWorkflows/workflow_fbik_import_ik_rig_PY.import_ik_rig_options' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-17.21.02:873][468]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/add_controls_for_selected_PY.ControlOutputFormat' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-17.21.03:972][468]LogEditorDataStorage: Deinitializing -[2025.05.25-17.21.04:551][468]LogDemo: Cleaned up 0 splitscreen connections, owner deletion: enabled -[2025.05.25-17.21.04:646][468]LogExit: Editor shut down -[2025.05.25-17.21.04:649][468]LogExit: Transaction tracking system shut down -[2025.05.25-17.21.05:197][468]LogExit: Object subsystem successfully closed. -[2025.05.25-17.21.05:243][468]LogShaderCompilers: Display: Shaders left to compile 0 -[2025.05.25-17.21.05:822][468]LogMemoryProfiler: Shutdown -[2025.05.25-17.21.05:822][468]LogNetworkingProfiler: Shutdown -[2025.05.25-17.21.05:822][468]LoadingProfiler: Shutdown -[2025.05.25-17.21.05:822][468]LogTimingProfiler: Shutdown -[2025.05.25-17.21.06:508][468]LogChaosDD: Chaos Debug Draw Shutdown -[2025.05.25-17.21.06:508][468]LogStudioTelemetry: Display: Shutdown StudioTelemetry Module -[2025.05.25-17.21.06:508][468]LogNFORDenoise: NFORDenoise function shutting down -[2025.05.25-17.21.06:508][468]LogSlate: Slate User Destroyed. User Index 0, Is Virtual User: 0 -[2025.05.25-17.21.06:902][468]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() -[2025.05.25-17.21.07:010][468]LogOVRPlugin: m_xrSession destroyed -[2025.05.25-17.21.07:017][468]LogOVRPlugin: m_xrInstance destroyed -[2025.05.25-17.21.07:017][468]LogOculusPluginWrapper: OculusPlugin destroyed successfully -[2025.05.25-17.21.07:049][468]LogHttp: Warning: [FHttpManager::Shutdown] Unbinding delegates for 2 outstanding Http Requests: -[2025.05.25-17.21.07:049][468]LogHttp: Warning: verb=[POST] url=[https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7B166B165B-47A8-717E-F287-5A95CB820848%7D&AppID=UEEditor.Rocket.Release&AppVersion=5.5.4-40574608%2B%2B%2BUE5%2BRelease-5.5&UserID=315497cc433deb7e1260d4a4a6b2ff32%7C54bc8b267f444fc4b83bd7d5a3606a39%7C00022f37-7e5e-4070-a8c4-1805c55727c1&AppEnvironment=datacollector-binary&UploadType=eteventstream] refs=[3] status=Processing -[2025.05.25-17.21.07:049][468]LogHttp: Warning: verb=[POST] url=[https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7B166B165B-47A8-717E-F287-5A95CB820848%7D&AppID=UEEditor.Rocket.Release&AppVersion=5.5.4-40574608%2B%2B%2BUE5%2BRelease-5.5&UserID=315497cc433deb7e1260d4a4a6b2ff32%7C54bc8b267f444fc4b83bd7d5a3606a39%7C00022f37-7e5e-4070-a8c4-1805c55727c1&AppEnvironment=datacollector-binary&UploadType=eteventstream] refs=[2] status=Processing -[2025.05.25-17.21.07:627][468]LogEOSSDK: FEOSSDKManager::Shutdown EOS_Shutdown Result=[EOS_Success] -[2025.05.25-17.21.07:632][468]RenderDocPlugin: plugin has been unloaded. -[2025.05.25-17.21.07:632][468]LogXGEController: Cleaning working directory: C:/Users/Admin/AppData/Local/Temp/UnrealXGEWorkingDir/ -[2025.05.25-17.21.07:685][468]LogIris: FNetObjectFactoryRegistry::UnregisterFactory is unregistering factory: None name: NetActorFactory id: 0 -[2025.05.25-17.21.07:685][468]LogIris: FNetObjectFactoryRegistry::UnregisterFactory is unregistering factory: None name: NetSubObjectFactory id: 1 -[2025.05.25-17.21.07:696][468]LogPakFile: Destroying PakPlatformFile -[2025.05.25-17.21.07:932][468]LogD3D12RHI: ~FD3D12DynamicRHI -[2025.05.25-17.21.08:014][468]LogExit: Exiting. -[2025.05.25-17.21.08:030][468]Log file closed, 05/25/25 20:21:08 -======= -[2025.05.25-17.23.46:156][ 0]LogConfig: Set CVar [[r.VSync:0]] -[2025.05.25-17.23.46:156][ 0]LogConfig: Set CVar [[r.RHICmdBypass:0]] -[2025.05.25-17.23.46:156][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine] -[2025.05.25-17.23.46:156][ 0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created -[2025.05.25-17.23.46:156][ 0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created -[2025.05.25-17.23.46:156][ 0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]] -[2025.05.25-17.23.46:156][ 0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created -[2025.05.25-17.23.46:156][ 0]LogConfig: Set CVar [[r.ForwardShading:1]] -[2025.05.25-17.23.46:156][ 0]LogConfig: Set CVar [[r.MobileHDR:0]] -[2025.05.25-17.23.46:156][ 0]LogConfig: Set CVar [[vr.MobileMultiView:1]] -[2025.05.25-17.23.46:156][ 0]LogConfig: Set CVar [[vr.InstancedStereo:1]] -[2025.05.25-17.23.46:156][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure:0]] -[2025.05.25-17.23.46:156][ 0]LogConfig: Set CVar [[r.DefaultFeature.AmbientOcclusion:0]] -[2025.05.25-17.23.46:156][ 0]LogConfig: Set CVar [[r.DefaultFeature.AmbientOcclusionStaticFraction:0]] -[2025.05.25-17.23.46:156][ 0]LogConfig: Set CVar [[r.DefaultFeature.MotionBlur:0]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[r.Mobile.UseHWsRGBEncoding:1]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.HighlightContrastScale:0.8]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.ShadowContrastScale:0.8]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[r.ReflectionMethod:1]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[r.Mobile.AntiAliasing:3]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[r.AntiAliasingMethod:3]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[r.AllowStaticLighting:1]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[r.SkinCache.CompileShaders:1]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[r.RayTracing:1]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[r.Shaders.RemoveUnusedInterpolators:1]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[r.Shadow.DetectVertexShaderLayerAtRuntime:1]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine] -[2025.05.25-17.23.46:157][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]] -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]] -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[gc.AllowParallelGC:1]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[gc.CreateGCClusters:1]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Set CVar [[gc.GarbageEliminationEnabled:1]] -[2025.05.25-17.23.46:157][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine] -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine] -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[DefaultASTCQualityBySpeed:2]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[DefaultASTCQualityBySizeHQ:4]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:AmbientSound]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[VersionedIntRValues:r.MaterialEditor.LWCTruncateMode]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[VersionedIntRValues:r.Mobile.DBuffer]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created -[2025.05.25-17.23.46:157][ 0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created -[2025.05.25-17.23.46:161][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.FXAA.Quality:4]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:200]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.TSR.ReprojectionField:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.TSR.Resurrection:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.LightFunctionQuality:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.ShadowQuality:5]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.VolumetricFog:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.CapsuleShadows:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectionalMoving:-1.5]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocalMoving:1.0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.DistanceFieldAO:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.AOQuality:2]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.FullResDepth:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ShortRangeAO.HardwareRayTracing:0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.RayTracing.Scene.BuildMode:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.SSR.Quality:3]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.MaxRoughnessToTraceForFoliage:0.4]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.MaxRoughnessToEvaluateRoughSpecularForFoliage:0.8]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.TonemapMode:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.MinWeight:0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.MotionBlurQuality:4]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.LensFlareQuality:2]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.BloomQuality:5]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:50.000]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.FastBlurThreshold:100]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Upscale.Quality:3]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.LightShaftQuality:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Filter.SizeScale:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.DOF.Gather.ResolutionDivisor:2 ; lower gathering resolution]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1 ; higher gathering accumulator quality]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1 ; Median3x3 postfilering method]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0 ; no bokeh simulation when gathering]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4 ; medium number of samples when gathering]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1 ; additive foreground scattering]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2 ; additive background scattering]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1 ; bokeh simulation when scattering]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1 ; only a maximum of 10% of scattered bokeh]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1 ; cheap slight out of focus]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0 ; no bokeh simulation on slight out of focus]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1 ; more stable temporal accumulation]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Streaming.MipBias:0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Streaming.Boost:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.MaxAnisotropy:8]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.RefractionQuality:2]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.SceneColorFormat:4]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.DetailMode:3]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.SSS.Scale:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.SSS.SampleSet:2]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.SSS.Quality:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.SSS.HalfRes:0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.SSGI.Quality:3]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.ParticleLightQuality:2]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]] -[2025.05.25-17.23.46:161][ 0]LogConfig: Set CVar [[fx.Niagara.QualityLevel:3]] -[2025.05.25-17.23.46:162][ 0]LogConfig: Set CVar [[r.Refraction.OffsetQuality:1]] -[2025.05.25-17.23.46:162][ 0]LogConfig: Set CVar [[r.HeterogeneousVolumes.DownsampleFactor:1]] -[2025.05.25-17.23.46:162][ 0]LogConfig: Set CVar [[r.HeterogeneousVolumes.MaxStepCount:512]] -[2025.05.25-17.23.46:162][ 0]LogConfig: Set CVar [[r.HeterogeneousVolumes.Shadows.Resolution:512]] -[2025.05.25-17.23.46:162][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability] -[2025.05.25-17.23.46:162][ 0]LogConfig: Set CVar [[foliage.DensityScale:1.0]] -[2025.05.25-17.23.46:162][ 0]LogConfig: Set CVar [[grass.DensityScale:1.0]] -[2025.05.25-17.23.46:162][ 0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability] -[2025.05.25-17.23.46:162][ 0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]] -[2025.05.25-17.23.46:162][ 0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]] -[2025.05.25-17.23.46:162][ 0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]] -[2025.05.25-17.23.46:162][ 0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]] -[2025.05.25-17.23.46:162][ 0]LogConfig: Applying CVar settings from Section [LandscapeQuality@3] File [Scalability] -[2025.05.25-17.23.46:165][ 0]LogRHI: Using Default RHI: D3D12 -[2025.05.25-17.23.46:165][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 -[2025.05.25-17.23.46:165][ 0]LogRHI: Loading RHI module D3D12RHI -[2025.05.25-17.23.46:224][ 0]LogD3D12RHI: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). -[2025.05.25-17.23.46:224][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. -[2025.05.25-17.23.46:536][ 0]LogD3D12RHI: Found D3D12 adapter 0: NVIDIA GeForce RTX 2080 SUPER (VendorId: 10de, DeviceId: 1e81, SubSysId: 3ff91458, Revision: 00a1 -[2025.05.25-17.23.46:536][ 0]LogD3D12RHI: Max supported Feature Level 12_2, shader model 6.7, binding tier 3, wave ops supported, atomic64 supported -[2025.05.25-17.23.46:536][ 0]LogD3D12RHI: Adapter has 7987MB of dedicated video memory, 0MB of dedicated system memory, and 16355MB of shared system memory, 2 output[s] -[2025.05.25-17.23.46:537][ 0]LogD3D12RHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) -[2025.05.25-17.23.46:537][ 0]LogD3D12RHI: Driver Date: 12-3-2024 -[2025.05.25-17.23.46:564][ 0]LogD3D12RHI: Found D3D12 adapter 1: Microsoft Basic Render Driver (VendorId: 1414, DeviceId: 008c, SubSysId: 0000, Revision: 0000 -[2025.05.25-17.23.46:565][ 0]LogD3D12RHI: Max supported Feature Level 12_1, shader model 6.2, binding tier 3, wave ops supported, atomic64 unsupported -[2025.05.25-17.23.46:565][ 0]LogD3D12RHI: Adapter has 0MB of dedicated video memory, 0MB of dedicated system memory, and 16355MB of shared system memory, 0 output[s] -[2025.05.25-17.23.46:756][ 0]LogD3D12RHI: Found D3D12 adapter 2: NVIDIA GeForce RTX 2080 SUPER (VendorId: 10de, DeviceId: 1e81, SubSysId: 3ff91458, Revision: 00a1 -[2025.05.25-17.23.46:756][ 0]LogD3D12RHI: Max supported Feature Level 12_2, shader model 6.7, binding tier 3, wave ops supported, atomic64 supported -[2025.05.25-17.23.46:756][ 0]LogD3D12RHI: Adapter has 7987MB of dedicated video memory, 0MB of dedicated system memory, and 16355MB of shared system memory, 0 output[s] -[2025.05.25-17.23.46:756][ 0]LogD3D12RHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) -[2025.05.25-17.23.46:756][ 0]LogD3D12RHI: Driver Date: 12-3-2024 -[2025.05.25-17.23.46:756][ 0]LogD3D12RHI: DirectX Agility SDK runtime found. -[2025.05.25-17.23.46:756][ 0]LogD3D12RHI: Chosen D3D12 Adapter Id = 0 -[2025.05.25-17.23.46:756][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. -[2025.05.25-17.23.46:756][ 0]LogInit: Selected Device Profile: [WindowsEditor] -[2025.05.25-17.23.46:756][ 0]LogHAL: Display: Platform has ~ 32 GB [34300751872 / 34359738368 / 32], which maps to Largest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0) -[2025.05.25-17.23.46:757][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows] -[2025.05.25-17.23.46:757][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [] -[2025.05.25-17.23.46:757][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[UI.SlateSDFText.RasterizationMode:Bitmap -> Msdf]] -[2025.05.25-17.23.46:757][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[UI.SlateSDFText.ResolutionLevel:2 -> 2]] -[2025.05.25-17.23.46:757][ 0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini] -[2025.05.25-17.23.46:769][ 0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]] -[2025.05.25-17.23.46:769][ 0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]] -[2025.05.25-17.23.46:769][ 0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]] -[2025.05.25-17.23.46:769][ 0]LogConfig: CVar [[ds.CADTranslator.Meshing.ActivateThinZoneMeshing:0]] deferred - dummy variable created -[2025.05.25-17.23.46:769][ 0]LogConfig: CVar [[ds.CADTranslator.Stitching.RemoveThinFaces:0]] deferred - dummy variable created -[2025.05.25-17.23.46:769][ 0]LogConfig: Applying CVar settings from Section [Startup_Windows] File [../../../Engine/Config/ConsoleVariables.ini] -[2025.05.25-17.23.46:769][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine] -[2025.05.25-17.23.46:769][ 0]LogConfig: Set CVar [[memory.MemoryPressureCriticalThresholdMB:512]] -[2025.05.25-17.23.46:769][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Config/WindowsEditor/Editor.ini] -[2025.05.25-17.23.46:770][ 0]LogInit: Computer: LTAT-CGVR6 -[2025.05.25-17.23.46:770][ 0]LogInit: User: rannosam -[2025.05.25-17.23.46:770][ 0]LogInit: CPU Page size=4096, Cores=12 -[2025.05.25-17.23.46:770][ 0]LogInit: High frequency timer resolution =10.000000 MHz -[2025.05.25-17.23.48:831][ 0]LogMemory: Process is running as part of a Windows Job with separate resource limits -[2025.05.25-17.23.48:831][ 0]LogMemory: Memory total: Physical=31.9GB (32GB approx) Virtual=41.7GB -[2025.05.25-17.23.48:831][ 0]LogMemory: Platform Memory Stats for WindowsEditor -[2025.05.25-17.23.48:831][ 0]LogMemory: Process Physical Memory: 634.02 MB used, 647.70 MB peak -[2025.05.25-17.23.48:831][ 0]LogMemory: Process Virtual Memory: 675.86 MB used, 675.86 MB peak -[2025.05.25-17.23.48:831][ 0]LogMemory: Physical Memory: 16242.23 MB used, 16469.52 MB free, 32711.75 MB total -[2025.05.25-17.23.48:831][ 0]LogMemory: Virtual Memory: 24056.94 MB used, 18650.21 MB free, 42707.14 MB total -[2025.05.25-17.23.48:831][ 0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0" -[2025.05.25-17.23.48:836][ 0]LogWindows: WindowsPlatformFeatures enabled -[2025.05.25-17.23.48:933][ 0]LogChaosDD: Chaos Debug Draw Startup -[2025.05.25-17.23.48:933][ 0]LogInit: Physics initialised using underlying interface: Chaos -[2025.05.25-17.23.48:934][ 0]LogInit: Using OS detected language (en-US). -[2025.05.25-17.23.48:934][ 0]LogInit: Using OS detected locale (en-US). -[2025.05.25-17.23.48:937][ 0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so 'en' will be used for the language. -[2025.05.25-17.23.48:937][ 0]LogInit: Setting process to per monitor DPI aware -[2025.05.25-17.23.49:394][ 0]LogWindowsTextInputMethodSystem: Available input methods: -[2025.05.25-17.23.49:394][ 0]LogWindowsTextInputMethodSystem: - English (United States) - (Keyboard). -[2025.05.25-17.23.49:394][ 0]LogWindowsTextInputMethodSystem: - English (United States) - (Keyboard). -[2025.05.25-17.23.49:394][ 0]LogWindowsTextInputMethodSystem: - English (United States) - Touch Input Correction (TSF IME). -[2025.05.25-17.23.49:395][ 0]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). -[2025.05.25-17.23.49:482][ 0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0 -[2025.05.25-17.23.49:482][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0 -[2025.05.25-17.23.53:539][ 0]LogHMD: OpenXRHMDModule::InitInstance using DefaultLoader. -[2025.05.25-17.23.53:726][ 0]LogHMD: OpenXR runtime supported extensions: -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_KHR_D3D11_enable -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_KHR_D3D12_enable -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_KHR_opengl_enable -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_KHR_vulkan_enable -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_KHR_vulkan_enable2 -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_KHR_composition_layer_depth -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_KHR_win32_convert_performance_counter_time -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_KHR_convert_timespec_time -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_KHR_composition_layer_cube -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_KHR_composition_layer_cylinder -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_KHR_composition_layer_equirect -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_KHR_visibility_mask -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_KHR_composition_layer_color_scale_bias -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_EXT_win32_appcontainer_compatible -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_EXT_debug_utils -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_OCULUS_recenter_event -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_OCULUS_audio_device_guid -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_FB_color_space -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_FB_display_refresh_rate -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_META_performance_metrics -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_META_headset_id -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_OCULUS_ovrsession_handle -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_EXT_hand_interaction -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_EXT_hand_tracking -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_FB_hand_tracking_aim -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_FB_hand_tracking_capsules -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_FB_hand_tracking_mesh -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_EXT_hand_tracking_data_source -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_META_hand_tracking_microgestures -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_META_simultaneous_hands_and_controllers -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_FB_body_tracking -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_META_body_tracking_full_body -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_META_body_tracking_fidelity -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_META_body_tracking_calibration -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_FB_render_model -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_FB_spatial_entity_container -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_FB_scene -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_FB_spatial_entity -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_FB_spatial_entity_storage -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_FB_spatial_entity_query -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_FB_spatial_entity_user -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_FB_spatial_entity_storage_batch -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_FB_spatial_entity_sharing -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_META_spatial_entity_persistence -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_META_spatial_entity_discovery -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_META_spatial_entity_group_sharing -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_META_spatial_entity_mesh -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_META_spatial_entity_sharing -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_META_boundary_visibility -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_META_colocation_discovery -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_METAX1_dynamic_object_tracker -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_META_dynamic_object_tracker -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_META_dynamic_object_keyboard -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_META_virtual_keyboard -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_EXT_local_floor -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_EXT_active_action_set_priority -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_FB_haptic_amplitude_envelope -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_FB_haptic_pcm -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_FB_touch_controller_pro -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_META_touch_controller_plus -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_FB_touch_controller_proximity -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_OCULUS_external_camera -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_META_detached_controllers -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_LOGITECH_mx_ink_stylus_interaction -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_FBX1_touch_controller_extras -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_EXT_palm_pose -[2025.05.25-17.23.53:726][ 0]LogHMD: XR_EXT_eye_gaze_interaction -[2025.05.25-17.23.53:726][ 0]LogHMD: Optional extension XR_KHR_vulkan_swapchain_format_list is not available -[2025.05.25-17.23.53:726][ 0]LogHMD: Optional extension XR_FB_foveation_vulkan is not available -[2025.05.25-17.23.53:726][ 0]LogHMD: Optional extension XR_VARJO_quad_views is not available -[2025.05.25-17.23.53:726][ 0]LogHMD: Optional extension XR_KHR_binding_modification is not available -[2025.05.25-17.23.53:726][ 0]LogHMD: Optional extension XR_EPIC_view_configuration_fov is not available -[2025.05.25-17.23.53:726][ 0]LogHMD: Optional extension XR_EXT_dpad_binding is not available -[2025.05.25-17.23.53:726][ 0]LogHMD: Optional extension XR_FB_composition_layer_alpha_blend is not available -[2025.05.25-17.23.53:726][ 0]LogHMD: Optional extension XR_FB_foveation is not available -[2025.05.25-17.23.53:726][ 0]LogHMD: Optional extension XR_FB_swapchain_update_state is not available -[2025.05.25-17.23.53:726][ 0]LogHMD: Optional extension XR_FB_foveation_configuration is not available -[2025.05.25-17.23.53:736][ 0]LogHMD: Initialized OpenXR on Oculus runtime version 1.108.0 -[2025.05.25-17.23.53:740][ 0]LogRHI: Using Default RHI: D3D12 -[2025.05.25-17.23.53:740][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 -[2025.05.25-17.23.53:740][ 0]LogRHI: Loading RHI module D3D12RHI -[2025.05.25-17.23.53:740][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. -[2025.05.25-17.23.53:740][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. -[2025.05.25-17.23.53:740][ 0]LogD3D12RHI: Display: Creating D3D12 RHI with Max Feature Level SM6 -[2025.05.25-17.23.53:741][ 0]LogWindows: Attached monitors: -[2025.05.25-17.23.53:741][ 0]LogWindows: resolution: 2560x1440, work area: (0, 0) -> (2560, 1400), device: '\\.\DISPLAY1' [PRIMARY] -[2025.05.25-17.23.53:741][ 0]LogWindows: resolution: 2560x1440, work area: (2560, 0) -> (5120, 1400), device: '\\.\DISPLAY2' -[2025.05.25-17.23.53:741][ 0]LogWindows: Found 2 attached monitors. -[2025.05.25-17.23.53:741][ 0]LogWindows: Gathering driver information using Windows Setup API -[2025.05.25-17.23.53:741][ 0]LogRHI: RHI Adapter Info: -[2025.05.25-17.23.53:741][ 0]LogRHI: Name: NVIDIA GeForce RTX 2080 SUPER -[2025.05.25-17.23.53:741][ 0]LogRHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) -[2025.05.25-17.23.53:741][ 0]LogRHI: Driver Date: 12-3-2024 -[2025.05.25-17.23.53:741][ 0]LogD3D12RHI: GPU DeviceId: 0x1e81 (for the marketing name, search the web for "GPU Device Id") -[2025.05.25-17.23.53:741][ 0]LogD3D12RHI: InitD3DDevice: -D3DDebug = off -D3D12GPUValidation = off -[2025.05.25-17.23.53:975][ 0]LogNvidiaAftermath: Aftermath initialized -[2025.05.25-17.23.53:975][ 0]LogD3D12RHI: Emitting draw events for PIX profiling. -[2025.05.25-17.23.54:072][ 0]LogNvidiaAftermath: Aftermath enabled. Active feature flags: -[2025.05.25-17.23.54:072][ 0]LogNvidiaAftermath: - Feature: EnableResourceTracking -[2025.05.25-17.23.54:072][ 0]LogD3D12RHI: ID3D12Device1 is supported. -[2025.05.25-17.23.54:072][ 0]LogD3D12RHI: ID3D12Device2 is supported. -[2025.05.25-17.23.54:072][ 0]LogD3D12RHI: ID3D12Device3 is supported. -[2025.05.25-17.23.54:072][ 0]LogD3D12RHI: ID3D12Device4 is supported. -[2025.05.25-17.23.54:072][ 0]LogD3D12RHI: ID3D12Device5 is supported. -[2025.05.25-17.23.54:072][ 0]LogD3D12RHI: ID3D12Device6 is supported. -[2025.05.25-17.23.54:072][ 0]LogD3D12RHI: ID3D12Device7 is supported. -[2025.05.25-17.23.54:072][ 0]LogD3D12RHI: ID3D12Device8 is supported. -[2025.05.25-17.23.54:072][ 0]LogD3D12RHI: ID3D12Device9 is supported. -[2025.05.25-17.23.54:072][ 0]LogD3D12RHI: ID3D12Device10 is supported. -[2025.05.25-17.23.54:072][ 0]LogD3D12RHI: ID3D12Device11 is supported. -[2025.05.25-17.23.54:072][ 0]LogD3D12RHI: ID3D12Device12 is supported. -[2025.05.25-17.23.54:072][ 0]LogD3D12RHI: Bindless resources are supported -[2025.05.25-17.23.54:072][ 0]LogD3D12RHI: Stencil ref from pixel shader is not supported -[2025.05.25-17.23.54:072][ 0]LogD3D12RHI: Raster order views are supported -[2025.05.25-17.23.54:072][ 0]LogD3D12RHI: Wave Operations are supported (wave size: min=32 max=32). -[2025.05.25-17.23.54:072][ 0]LogD3D12RHI: D3D12 ray tracing tier 1.1 and bindless resources are supported. -[2025.05.25-17.23.54:072][ 0]LogD3D12RHI: Mesh shader tier 1.0 is supported -[2025.05.25-17.23.54:072][ 0]LogD3D12RHI: AtomicInt64OnTypedResource is supported -[2025.05.25-17.23.54:072][ 0]LogD3D12RHI: AtomicInt64OnGroupShared is supported -[2025.05.25-17.23.54:072][ 0]LogD3D12RHI: AtomicInt64OnDescriptorHeapResource is supported -[2025.05.25-17.23.54:072][ 0]LogD3D12RHI: Shader Model 6.6 atomic64 is supported -[2025.05.25-17.23.54:156][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Queue: 0x000007B5E3318300) -[2025.05.25-17.23.54:156][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Queue: 0x000007B5E3318580) -[2025.05.25-17.23.54:157][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Queue: 0x000007B5E3318800) -[2025.05.25-17.23.54:157][ 0]LogD3D12RHI: Display: Not using pipeline state disk cache per r.D3D12.PSO.DiskCache=0 -[2025.05.25-17.23.54:157][ 0]LogD3D12RHI: Display: Not using driver-optimized pipeline state disk cache per r.D3D12.PSO.DriverOptimizedDiskCache=0 -[2025.05.25-17.23.54:157][ 0]LogRHI: Texture pool is 4547 MB (70% of 6497 MB) -[2025.05.25-17.23.54:157][ 0]LogD3D12RHI: Async texture creation enabled -[2025.05.25-17.23.54:157][ 0]LogD3D12RHI: RHI has support for 64 bit atomics -[2025.05.25-17.23.54:217][ 0]LogVRS: Current RHI supports per-draw and screenspace Variable Rate Shading -[2025.05.25-17.23.54:228][ 0]LogInit: Initializing FReadOnlyCVARCache -[2025.05.25-17.23.54:330][ 0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Intermediate/TurnkeyReport_0.log" -log="D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Intermediate/TurnkeyLog_0.log" -project="D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/HandyMann.uproject" -platform=all' -[2025.05.25-17.23.54:330][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""D:/Program Files/Epic Games/UE_5.5/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Intermediate/TurnkeyReport_0.log" -log="D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Intermediate/TurnkeyLog_0.log" -project="D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/HandyMann.uproject" -platform=all" ] -[2025.05.25-17.23.54:621][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC -[2025.05.25-17.23.54:621][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT -[2025.05.25-17.23.54:621][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2 -[2025.05.25-17.23.54:621][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp -[2025.05.25-17.23.54:621][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed -[2025.05.25-17.23.54:621][ 0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.12 -[2025.05.25-17.23.54:621][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.12.dll -[2025.05.25-17.23.54:644][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll -[2025.05.25-17.23.54:665][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle -[2025.05.25-17.23.54:774][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android' -[2025.05.25-17.23.54:774][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC' -[2025.05.25-17.23.54:774][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT' -[2025.05.25-17.23.54:774][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2' -[2025.05.25-17.23.54:774][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient' -[2025.05.25-17.23.54:774][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient' -[2025.05.25-17.23.54:774][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient' -[2025.05.25-17.23.54:774][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client' -[2025.05.25-17.23.54:774][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi' -[2025.05.25-17.23.54:774][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient' -[2025.05.25-17.23.54:877][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS' -[2025.05.25-17.23.54:877][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient' -[2025.05.25-17.23.54:981][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux' -[2025.05.25-17.23.54:981][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor' -[2025.05.25-17.23.54:981][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer' -[2025.05.25-17.23.54:981][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient' -[2025.05.25-17.23.55:080][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64' -[2025.05.25-17.23.55:080][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server' -[2025.05.25-17.23.55:080][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client' -[2025.05.25-17.23.55:187][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Mac' -[2025.05.25-17.23.55:187][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacEditor' -[2025.05.25-17.23.55:187][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacServer' -[2025.05.25-17.23.55:187][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacClient' -[2025.05.25-17.23.55:288][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS' -[2025.05.25-17.23.55:288][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient' -[2025.05.25-17.23.55:420][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows' -[2025.05.25-17.23.55:420][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor' -[2025.05.25-17.23.55:420][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer' -[2025.05.25-17.23.55:420][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient' -[2025.05.25-17.23.55:420][ 0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor -[2025.05.25-17.23.55:943][ 0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it -[2025.05.25-17.23.55:980][ 0]LogTargetPlatformManager: Loaded format module MetalShaderFormat -[2025.05.25-17.23.55:980][ 0]LogTargetPlatformManager: SF_METAL -[2025.05.25-17.23.55:980][ 0]LogTargetPlatformManager: SF_METAL_MRT -[2025.05.25-17.23.55:980][ 0]LogTargetPlatformManager: SF_METAL_TVOS -[2025.05.25-17.23.55:980][ 0]LogTargetPlatformManager: SF_METAL_MRT_TVOS -[2025.05.25-17.23.55:980][ 0]LogTargetPlatformManager: SF_METAL_SM5 -[2025.05.25-17.23.55:980][ 0]LogTargetPlatformManager: SF_METAL_SM6 -[2025.05.25-17.23.55:980][ 0]LogTargetPlatformManager: SF_METAL_SIM -[2025.05.25-17.23.55:980][ 0]LogTargetPlatformManager: SF_METAL_MACES3_1 -[2025.05.25-17.23.55:980][ 0]LogTargetPlatformManager: SF_METAL_MRT_MAC -[2025.05.25-17.23.55:980][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D -[2025.05.25-17.23.55:980][ 0]LogTargetPlatformManager: PCD3D_SM6 -[2025.05.25-17.23.55:980][ 0]LogTargetPlatformManager: PCD3D_SM5 -[2025.05.25-17.23.55:980][ 0]LogTargetPlatformManager: PCD3D_ES31 -[2025.05.25-17.23.55:980][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL -[2025.05.25-17.23.55:980][ 0]LogTargetPlatformManager: GLSL_150_ES31 -[2025.05.25-17.23.55:980][ 0]LogTargetPlatformManager: GLSL_ES3_1_ANDROID -[2025.05.25-17.23.55:980][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM -[2025.05.25-17.23.55:980][ 0]LogTargetPlatformManager: VVM_1_0 -[2025.05.25-17.23.55:980][ 0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat -[2025.05.25-17.23.55:980][ 0]LogTargetPlatformManager: SF_VULKAN_SM5 -[2025.05.25-17.23.55:980][ 0]LogTargetPlatformManager: SF_VULKAN_ES31_ANDROID -[2025.05.25-17.23.55:980][ 0]LogTargetPlatformManager: SF_VULKAN_ES31 -[2025.05.25-17.23.55:980][ 0]LogTargetPlatformManager: SF_VULKAN_SM5_ANDROID -[2025.05.25-17.23.55:980][ 0]LogTargetPlatformManager: SF_VULKAN_SM6 -[2025.05.25-17.23.55:980][ 0]LogRendererCore: Ray tracing is enabled (dynamic). Reason: r.RayTracing=1 and r.RayTracing.EnableOnDemand=1. -[2025.05.25-17.23.55:980][ 0]LogRendererCore: Ray tracing shaders are enabled. -[2025.05.25-17.23.55:984][ 0]LogDerivedDataCache: Display: Memory: Max Cache Size: -1 MB -[2025.05.25-17.23.55:984][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file ../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/DerivedDataCache/DDC.ddp not found, will not use a pak cache. -[2025.05.25-17.23.55:984][ 0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy. -[2025.05.25-17.23.55:984][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file ../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. -[2025.05.25-17.23.55:984][ 0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy. -[2025.05.25-17.23.56:074][ 0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (1559 MiB) -[2025.05.25-17.23.56:074][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. -[2025.05.25-17.23.56:074][ 0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy. -[2025.05.25-17.23.56:075][ 0]LogZenServiceInstance: Found Zen config default=C:/Users/rannosam/AppData/Local/UnrealEngine/Common/Zen/Data -[2025.05.25-17.23.56:084][ 0]LogZenServiceInstance: InTree version at 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/Win64/zenserver.exe' is '5.5.7-202409112143-windows-x64-release-f523a01' -[2025.05.25-17.23.56:085][ 0]LogZenServiceInstance: Installed version at 'C:/Users/rannosam/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe' is '5.5.7-202409112143-windows-x64-release-f523a01' -[2025.05.25-17.23.56:085][ 0]LogZenServiceInstance: No current process using the data dir found, launching a new instance -[2025.05.25-17.23.56:085][ 0]LogZenServiceInstance: Display: Launching executable 'C:/Users/rannosam/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe', working dir 'C:/Users/rannosam/AppData/Local/UnrealEngine/Common/Zen/Install', data dir 'C:/Users/rannosam/AppData/Local/UnrealEngine/Common/Zen/Data', args '--port 8558 --data-dir "C:\Users\rannosam\AppData\Local\UnrealEngine\Common\Zen\Data" --http asio --gc-cache-duration-seconds 1209600 --gc-interval-seconds 21600 --gc-low-diskspace-threshold 2147483648 --quiet --http-forceloopback --owner-pid 28996 --child-id Zen_28996_Startup' -[2025.05.25-17.23.56:462][ 0]LogZenServiceInstance: Display: Unreal Zen Storage Server HTTP service at [::1]:8558 status: OK!. -[2025.05.25-17.23.56:462][ 0]LogZenServiceInstance: Local ZenServer AutoLaunch initialization completed in 0.387 seconds -[2025.05.25-17.23.56:464][ 0]LogDerivedDataCache: Display: ZenLocal: Using ZenServer HTTP service at http://[::1]:8558/ with namespace ue.ddc status: OK!. -[2025.05.25-17.23.56:567][ 0]LogDerivedDataCache: C:/Users/rannosam/AppData/Local/UnrealEngine/Common/DerivedDataCache: Speed tests took 0.10 seconds. -[2025.05.25-17.23.56:567][ 0]LogDerivedDataCache: Display: C:/Users/rannosam/AppData/Local/UnrealEngine/Common/DerivedDataCache: Performance: Latency=0.03ms. RandomReadSpeed=9.82MBs, RandomWriteSpeed=116.26MBs. Assigned SpeedClass 'Local' -[2025.05.25-17.23.56:569][ 0]LogDerivedDataCache: Local: Using data cache path C:/Users/rannosam/AppData/Local/UnrealEngine/Common/DerivedDataCache: DeleteOnly -[2025.05.25-17.23.56:569][ 0]LogDerivedDataCache: ZenShared: Disabled because Host is set to 'None' -[2025.05.25-17.23.56:569][ 0]LogDerivedDataCache: Unable to find inner node ZenShared for hierarchy Hierarchy. -[2025.05.25-17.23.56:569][ 0]LogDerivedDataCache: Shared: Disabled because no path is configured. -[2025.05.25-17.23.56:569][ 0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy. -[2025.05.25-17.23.56:569][ 0]LogDerivedDataCache: Cloud: Disabled because Host is set to 'None' -[2025.05.25-17.23.56:569][ 0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Hierarchy. -[2025.05.25-17.23.56:570][ 0]LogShaderCompilers: Guid format shader working directory is -18 characters bigger than the processId version (../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Intermediate/Shaders/WorkingDirectory/28996/). -[2025.05.25-17.23.56:570][ 0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/rannosam/AppData/Local/Temp/UnrealShaderWorkingDir/56CC20E74C287296FF75338F21C963D2/'. -[2025.05.25-17.23.56:570][ 0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine. -[2025.05.25-17.23.56:570][ 0]LogShaderCompilers: Display: Using Local Shader Compiler with 12 workers. -[2025.05.25-17.23.56:573][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush -[2025.05.25-17.23.56:597][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. -[2025.05.25-17.24.03:564][ 0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0 -[2025.05.25-17.24.08:424][ 0]LogSlate: Using FreeType 2.10.0 -[2025.05.25-17.24.08:446][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1 -[2025.05.25-17.24.08:460][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. -[2025.05.25-17.24.08:460][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png -[2025.05.25-17.24.08:506][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. -[2025.05.25-17.24.08:506][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png -[2025.05.25-17.24.08:506][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. -[2025.05.25-17.24.08:506][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png -[2025.05.25-17.24.08:656][ 0]LogAssetRegistry: FAssetRegistry took 0.0042 seconds to start up -[2025.05.25-17.24.08:658][ 0]LogEditorDomain: Display: EditorDomain is Disabled -[2025.05.25-17.24.08:673][ 0]LogAssetRegistry: Display: AssetDataGatherer spent 0.000s loading caches ../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Intermediate/CachedAssetRegistry_*.bin. -[2025.05.25-17.24.09:755][ 0]LogStreaming: Display: FlushAsyncLoading(1): 1 QueuedPackages, 0 AsyncPackages -[2025.05.25-17.24.10:007][ 0]LogTextureEncodingSettings: Display: Texture Encode Speed: FinalIfAvailable (editor). -[2025.05.25-17.24.10:007][ 0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal -[2025.05.25-17.24.10:007][ 0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled -[2025.05.25-17.24.10:026][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64Editor not found. -[2025.05.25-17.24.10:026][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64 not found. -[2025.05.25-17.24.10:067][ 0]LogDeviceProfileManager: Active device profile: [000007B5FD3CEE00][000007B5E54FC000 66] WindowsEditor -[2025.05.25-17.24.10:067][ 0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor" -[2025.05.25-17.24.10:067][ 0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Valid, MinAllowed_Sdk=10.0.19041.0, MaxAllowed_Sdk=10.9.99999.0, Current_Sdk=10.0.19041.0, Allowed_AutoSdk=10.0.22621.0, Current_AutoSdk=, Flags="InstalledSdk_ValidVersionExists") -[2025.05.25-17.24.10:106][ 0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Intermediate/TurnkeyReport_1.log" -log="D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Intermediate/TurnkeyLog_1.log" -project="D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/HandyMann.uproject" -Device=Win64@LTAT-CGVR6' -[2025.05.25-17.24.10:106][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""D:/Program Files/Epic Games/UE_5.5/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/HandyMann.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Intermediate/TurnkeyReport_1.log" -log="D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Intermediate/TurnkeyLog_1.log" -project="D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/HandyMann.uproject" -Device=Win64@LTAT-CGVR6" -nocompile -nocompileuat ] -[2025.05.25-17.24.11:019][ 0]LogTurnkeySupport: Completed device detection: Code = 0 -[2025.05.25-17.24.16:528][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.24.16:537][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 18 to allow recursive sync load to finish -[2025.05.25-17.24.16:538][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/WorldGridMaterial -[2025.05.25-17.24.16:538][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.24.16:538][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 19 to allow recursive sync load to finish -[2025.05.25-17.24.16:538][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/WorldGridMaterial -[2025.05.25-17.24.16:538][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.24.16:546][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 20 to allow recursive sync load to finish -[2025.05.25-17.24.16:546][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/WorldGridMaterial -[2025.05.25-17.24.16:546][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.24.16:546][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 21 to allow recursive sync load to finish -[2025.05.25-17.24.16:546][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/WorldGridMaterial -[2025.05.25-17.24.16:546][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.24.16:562][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.24.16:562][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 23 to allow recursive sync load to finish -[2025.05.25-17.24.16:562][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial -[2025.05.25-17.24.16:562][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.24.16:562][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 24 to allow recursive sync load to finish -[2025.05.25-17.24.16:562][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial -[2025.05.25-17.24.16:562][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.24.16:570][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.24.16:570][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 26 to allow recursive sync load to finish -[2025.05.25-17.24.16:570][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial -[2025.05.25-17.24.16:570][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.24.16:570][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 27 to allow recursive sync load to finish -[2025.05.25-17.24.16:570][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial -[2025.05.25-17.24.16:570][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.24.16:824][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultDiffuse with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial -[2025.05.25-17.24.16:824][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.24.16:824][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 29 to allow recursive sync load to finish -[2025.05.25-17.24.16:824][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/DefaultPostProcessMaterial -[2025.05.25-17.24.16:824][ 0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.24.16:824][ 0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 30 to allow recursive sync load to finish -[2025.05.25-17.24.16:824][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/DefaultPostProcessMaterial -[2025.05.25-17.24.16:825][ 0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions02/Utility/BreakOutFloat2Components with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial -[2025.05.25-17.24.16:825][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultPostProcessMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 28 to allow recursive sync load to finish -[2025.05.25-17.24.16:825][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultPostProcessMaterial with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial -[2025.05.25-17.24.16:825][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.24.16:825][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultPostProcessMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 31 to allow recursive sync load to finish -[2025.05.25-17.24.16:825][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultPostProcessMaterial with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial -[2025.05.25-17.24.16:825][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultLightFunctionMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 25 to allow recursive sync load to finish -[2025.05.25-17.24.16:825][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultLightFunctionMaterial with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial -[2025.05.25-17.24.16:826][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.24.16:826][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultLightFunctionMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 32 to allow recursive sync load to finish -[2025.05.25-17.24.16:826][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultLightFunctionMaterial with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial -[2025.05.25-17.24.16:826][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultDeferredDecalMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 22 to allow recursive sync load to finish -[2025.05.25-17.24.16:826][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultDeferredDecalMaterial with requester package /Engine/EngineMaterials/WorldGridMaterial -[2025.05.25-17.24.16:826][ 0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: ExportsDone) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock. -[2025.05.25-17.24.16:826][ 0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultDeferredDecalMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 33 to allow recursive sync load to finish -[2025.05.25-17.24.16:826][ 0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultDeferredDecalMaterial with requester package /Engine/EngineMaterials/WorldGridMaterial -[2025.05.25-17.24.17:791][ 0]LogMeshReduction: Display: Using QuadricMeshReduction for automatic static mesh reduction -[2025.05.25-17.24.17:791][ 0]LogMeshReduction: Display: Using SkeletalMeshReduction for automatic skeletal mesh reduction -[2025.05.25-17.24.17:791][ 0]LogMeshReduction: Display: Using ProxyLODMeshReduction for automatic mesh merging -[2025.05.25-17.24.17:791][ 0]LogMeshReduction: Display: No distributed automatic mesh merging module available -[2025.05.25-17.24.17:791][ 0]LogMeshMerging: No distributed automatic mesh merging module available -[2025.05.25-17.24.22:861][ 0]LogConfig: Branch 'PIEPreviewSettings' had been unloaded. Reloading on-demand took 1.02ms -[2025.05.25-17.24.23:111][ 0]LogConfig: Branch 'GameplayTagsList' had been unloaded. Reloading on-demand took 0.96ms -[2025.05.25-17.24.23:230][ 0]LogConfig: Branch 'TemplateDefs' had been unloaded. Reloading on-demand took 1.02ms -[2025.05.25-17.24.23:234][ 0]LogConfig: Branch 'TemplateCategories' had been unloaded. Reloading on-demand took 1.35ms -[2025.05.25-17.24.26:918][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\PokeAHoleMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.24.26:921][ 0]LogHMD: PokeAHoleMaterial loaded successfully -[2025.05.25-17.24.27:543][ 0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None -[2025.05.25-17.24.27:543][ 0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled -[2025.05.25-17.24.27:600][ 0]LogLiveCoding: Display: Starting LiveCoding -[2025.05.25-17.24.27:600][ 0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development -[2025.05.25-17.24.27:601][ 0]LogLiveCoding: Display: First instance in process group "UE_HandyMann_0x32112be8", spawning console -[2025.05.25-17.24.27:777][ 0]LogSlate: Border -[2025.05.25-17.24.27:778][ 0]LogSlate: BreadcrumbButton -[2025.05.25-17.24.27:778][ 0]LogSlate: Brushes.Title -[2025.05.25-17.24.27:778][ 0]LogSlate: Default -[2025.05.25-17.24.27:778][ 0]LogSlate: Icons.Save -[2025.05.25-17.24.27:778][ 0]LogSlate: Icons.Toolbar.Settings -[2025.05.25-17.24.27:778][ 0]LogSlate: ListView -[2025.05.25-17.24.27:778][ 0]LogSlate: SoftwareCursor_CardinalCross -[2025.05.25-17.24.27:778][ 0]LogSlate: SoftwareCursor_Grab -[2025.05.25-17.24.27:778][ 0]LogSlate: TableView.DarkRow -[2025.05.25-17.24.27:778][ 0]LogSlate: TableView.Row -[2025.05.25-17.24.27:778][ 0]LogSlate: TreeView -[2025.05.25-17.24.28:296][ 0]LogLiveCoding: Display: Waiting for server -[2025.05.25-17.24.29:358][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize started... -[2025.05.25-17.24.29:361][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize took 2.398 ms -[2025.05.25-17.24.29:431][ 0]LogConfig: Branch 'Mass' had been unloaded. Reloading on-demand took 1.22ms -[2025.05.25-17.24.29:624][ 0]LogInit: XR: Instanced Stereo Rendering is Enabled -[2025.05.25-17.24.29:624][ 0]LogInit: XR: MultiViewport is Enabled -[2025.05.25-17.24.29:624][ 0]LogInit: XR: Mobile Multiview is Disabled -[2025.05.25-17.24.29:624][ 0]LogTurnkeySupport: Turnkey Device: Win64@ltat-cgvr6: (Name=ltat-cgvr6, Type=Computer, Status=Valid, MinAllowed=10.0.19041.0, MaxAllowed=, Current=10.0.19045.0, Flags="Device_InstallSoftwareValid") -[2025.05.25-17.24.30:252][ 0]LogConfig: Branch 'TranslationPickerSettings' had been unloaded. Reloading on-demand took 1.23ms -[2025.05.25-17.24.31:464][ 0]LogLiveCoding: Display: Successfully initialized, removing startup thread -[2025.05.25-17.24.32:164][ 0]LogMetaSound: Display: MetaSound Page Target Initialized to 'Default' -[2025.05.25-17.24.32:164][ 0]LogAudio: Display: Registering Engine Module Parameter Interfaces... -[2025.05.25-17.24.32:184][ 0]LogMetaSound: MetaSound Engine Initialized -[2025.05.25-17.24.34:093][ 0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: 47164508CDF4487E800000000000E800 | Instance: 6D3538494730495C9789ED9994BBFD56 (LTAT-CGVR6-28996). -[2025.05.25-17.24.36:006][ 0]LogTcpMessaging: Initializing TcpMessaging bridge -[2025.05.25-17.24.36:038][ 0]LogUdpMessaging: Display: Work queue size set to 1024. -[2025.05.25-17.24.36:038][ 0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666. -[2025.05.25-17.24.36:039][ 0]LogUdpMessaging: Display: Unicast socket bound to '0.0.0.0:63316'. -[2025.05.25-17.24.36:043][ 0]LogUdpMessaging: Display: Added local interface '192.168.0.4' to multicast group '230.0.0.1:6666' -[2025.05.25-17.24.36:200][ 0]LogNNERuntimeORT: Available graphics and compute adapters: -[2025.05.25-17.24.36:200][ 0]LogNNERuntimeORT: 0: NVIDIA GeForce RTX 2080 SUPER (Compute, Graphics) -[2025.05.25-17.24.36:200][ 0]LogNNERuntimeORT: 1: Microsoft Basic Render Driver (Compute, Graphics) -[2025.05.25-17.24.36:200][ 0]LogNNERuntimeORT: No NPU adapter found! -[2025.05.25-17.24.39:040][ 0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance -[2025.05.25-17.24.39:206][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. -[2025.05.25-17.24.39:206][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. -[2025.05.25-17.24.39:868][ 0]LogTemp: OpenXR ignores max viewport resolution in editor to support full HMD resolutions. -[2025.05.25-17.24.39:986][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/glf/resources/plugInfo.json' -[2025.05.25-17.24.39:993][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hgiGL/resources/plugInfo.json' -[2025.05.25-17.24.40:001][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdImagingGL/resources/plugInfo.json' -[2025.05.25-17.24.40:007][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/sdrGlslfx/resources/plugInfo.json' -[2025.05.25-17.24.40:014][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/ndr/resources/plugInfo.json' -[2025.05.25-17.24.40:021][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdRi/resources/plugInfo.json' -[2025.05.25-17.24.40:026][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hd/resources/plugInfo.json' -[2025.05.25-17.24.40:034][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdProc/resources/plugInfo.json' -[2025.05.25-17.24.40:042][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdGeom/resources/plugInfo.json' -[2025.05.25-17.24.40:049][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdUI/resources/plugInfo.json' -[2025.05.25-17.24.40:057][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdSt/resources/plugInfo.json' -[2025.05.25-17.24.40:064][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdSkel/resources/plugInfo.json' -[2025.05.25-17.24.40:071][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdx/resources/plugInfo.json' -[2025.05.25-17.24.40:079][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hio/resources/plugInfo.json' -[2025.05.25-17.24.40:085][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdMedia/resources/plugInfo.json' -[2025.05.25-17.24.40:093][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdLux/resources/plugInfo.json' -[2025.05.25-17.24.40:101][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdRender/resources/plugInfo.json' -[2025.05.25-17.24.40:109][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdVol/resources/plugInfo.json' -[2025.05.25-17.24.40:116][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdHydra/resources/plugInfo.json' -[2025.05.25-17.24.40:123][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdMtlx/resources/plugInfo.json' -[2025.05.25-17.24.40:140][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usd/resources/plugInfo.json' -[2025.05.25-17.24.40:148][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdProcImaging/resources/plugInfo.json' -[2025.05.25-17.24.40:157][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdImaging/resources/plugInfo.json' -[2025.05.25-17.24.40:164][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdShaders/resources/plugInfo.json' -[2025.05.25-17.24.40:171][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdSkelImaging/resources/plugInfo.json' -[2025.05.25-17.24.40:179][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdShade/resources/plugInfo.json' -[2025.05.25-17.24.40:187][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdGp/resources/plugInfo.json' -[2025.05.25-17.24.40:194][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdRiPxrImaging/resources/plugInfo.json' -[2025.05.25-17.24.40:202][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdStorm/resources/plugInfo.json' -[2025.05.25-17.24.40:210][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdAbc/resources/plugInfo.json' -[2025.05.25-17.24.40:218][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/ar/resources/plugInfo.json' -[2025.05.25-17.24.40:226][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdPhysics/resources/plugInfo.json' -[2025.05.25-17.24.40:237][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdVolImaging/resources/plugInfo.json' -[2025.05.25-17.24.40:245][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/sdf/resources/plugInfo.json' -[2025.05.25-17.24.40:253][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'D:/Program Files/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usd/resources/codegenTemplates/plugInfo.json' -[2025.05.25-17.24.41:223][ 0]SourceControl: Revision control is disabled -[2025.05.25-17.24.41:376][ 0]SourceControl: Revision control is disabled -[2025.05.25-17.24.41:748][ 0]LogConfig: Branch 'Crypto' had been unloaded. Reloading on-demand took 0.94ms -[2025.05.25-17.24.41:821][ 0]LogConfig: Branch 'ObjectMixerSerializedData' had been unloaded. Reloading on-demand took 1.04ms -[2025.05.25-17.24.42:809][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png' error. -[2025.05.25-17.24.42:809][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png -[2025.05.25-17.24.42:880][ 0]LogConfig: Applying CVar settings from Section [/Script/NNEDenoiser.NNEDenoiserSettings] File [Engine] -[2025.05.25-17.24.43:002][ 0]LogAndroidRuntimeSettings: Display: Enabled Package for Meta Quest devices. -The following settings have been applied: - -[2025.05.25-17.24.43:002][ 0]LogAndroidRuntimeSettings: Display: Support arm64: 1. - -[2025.05.25-17.24.43:002][ 0]LogAndroidRuntimeSettings: Display: Support Vulkan: 1. - -[2025.05.25-17.24.43:002][ 0]LogAndroidRuntimeSettings: Display: Support x86_64: 0. - -[2025.05.25-17.24.43:002][ 0]LogAndroidRuntimeSettings: Display: Support Vulkan Desktop: 0. - -[2025.05.25-17.24.43:002][ 0]LogAndroidRuntimeSettings: Display: Support OpenGL ES3.2: 0. -[2025.05.25-17.24.43:008][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\LeftTouchForQuest2.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.24.43:008][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\TouchForQuest2Material.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.24.43:008][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\TouchForQuest2_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.24.43:008][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\TouchForQuest2Material_Roughness.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.24.43:012][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\RightTouchForQuest2.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.24.43:013][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\LeftMetaQuestTouchPro.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.24.43:013][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\LeftMetaQuestTouchProMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.24.43:013][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\LeftMetaQuestTouchPro_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.24.43:013][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\LeftMetaQuestTouchPro_Normal.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.24.43:016][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\RightMetaQuestTouchPro.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.24.43:016][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\RightMetaQuestTouchProMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.24.43:017][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\RightMetaQuestTouchPro_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.24.43:017][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\RightMetaQuestTouchPro_Normal.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.24.43:021][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\LeftMetaQuestTouchPlus.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.24.43:021][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\LeftMetaQuestTouchPlusMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.24.43:021][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\LeftMetaQuestTouchPlus_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.24.43:035][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.8.dll -[2025.05.25-17.24.43:070][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\RightMetaQuestTouchPlus.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.24.43:070][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\RightMetaQuestTouchPlusMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.24.43:070][ 0]LogLinker: Warning: [AssetLog] D:\Program Files\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\RightMetaQuestTouchPlus_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. -[2025.05.25-17.24.43:100][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. -[2025.05.25-17.24.43:100][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png -[2025.05.25-17.24.43:100][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. -[2025.05.25-17.24.43:100][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png -[2025.05.25-17.24.43:100][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. -[2025.05.25-17.24.43:100][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png -[2025.05.25-17.24.43:117][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png' error. -[2025.05.25-17.24.43:117][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png -[2025.05.25-17.24.43:135][ 0]LogMetaXRSES: Error: Synthetic Environment directory Not Found. +[2025.05.26-09.13.31:816][ 0]LogAndroidRuntimeSettings: Display: Support OpenGL ES3.2: 0. +[2025.05.26-09.13.31:822][ 0]LogLinker: Warning: [AssetLog] A:\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\LeftTouchForQuest2.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.05.26-09.13.31:822][ 0]LogLinker: Warning: [AssetLog] A:\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\TouchForQuest2Material.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.05.26-09.13.31:823][ 0]LogLinker: Warning: [AssetLog] A:\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\TouchForQuest2_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.05.26-09.13.31:823][ 0]LogLinker: Warning: [AssetLog] A:\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\TouchForQuest2Material_Roughness.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.05.26-09.13.31:826][ 0]LogLinker: Warning: [AssetLog] A:\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\RightTouchForQuest2.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.05.26-09.13.31:828][ 0]LogLinker: Warning: [AssetLog] A:\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\LeftMetaQuestTouchPro.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.05.26-09.13.31:828][ 0]LogLinker: Warning: [AssetLog] A:\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\LeftMetaQuestTouchProMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.05.26-09.13.31:828][ 0]LogLinker: Warning: [AssetLog] A:\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\LeftMetaQuestTouchPro_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.05.26-09.13.31:829][ 0]LogLinker: Warning: [AssetLog] A:\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\LeftMetaQuestTouchPro_Normal.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.05.26-09.13.31:833][ 0]LogLinker: Warning: [AssetLog] A:\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\RightMetaQuestTouchPro.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.05.26-09.13.31:834][ 0]LogLinker: Warning: [AssetLog] A:\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\RightMetaQuestTouchProMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.05.26-09.13.31:834][ 0]LogLinker: Warning: [AssetLog] A:\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\RightMetaQuestTouchPro_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.05.26-09.13.31:834][ 0]LogLinker: Warning: [AssetLog] A:\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\RightMetaQuestTouchPro_Normal.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.05.26-09.13.31:838][ 0]LogLinker: Warning: [AssetLog] A:\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\LeftMetaQuestTouchPlus.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.05.26-09.13.31:838][ 0]LogLinker: Warning: [AssetLog] A:\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\LeftMetaQuestTouchPlusMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.05.26-09.13.31:839][ 0]LogLinker: Warning: [AssetLog] A:\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\LeftMetaQuestTouchPlus_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.05.26-09.13.31:840][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.8.dll +[2025.05.26-09.13.31:843][ 0]LogLinker: Warning: [AssetLog] A:\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Meshes\RightMetaQuestTouchPlus.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.05.26-09.13.31:843][ 0]LogLinker: Warning: [AssetLog] A:\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Materials\RightMetaQuestTouchPlusMaterial.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.05.26-09.13.31:843][ 0]LogLinker: Warning: [AssetLog] A:\Epic Games\UE_5.5\Engine\Plugins\Marketplace\MetaXR\Content\Textures\RightMetaQuestTouchPlus_Color.uasset: Asset has been saved with empty engine version. The asset will be loaded but may be incompatible. +[2025.05.26-09.13.31:851][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. +[2025.05.26-09.13.31:852][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png +[2025.05.26-09.13.31:854][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. +[2025.05.26-09.13.31:854][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png +[2025.05.26-09.13.31:854][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. +[2025.05.26-09.13.31:854][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png +[2025.05.26-09.13.31:888][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png' error. +[2025.05.26-09.13.31:888][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png +[2025.05.26-09.13.31:907][ 0]LogMetaXRSES: Error: Synthetic Environment directory Not Found. Please set its path in Project Settings / Meta XR Plugin / PC. -[2025.05.25-17.24.43:148][ 0]LogTemp: Warning: Existing value for UEditorPerformanceSettings::MaxViewportRenderingResolution will be overriden. -[2025.05.25-17.24.43:148][ 0]LogTemp: MetaXR ignores max viewport resolution in editor to support full HMD resolutions. -[2025.05.25-17.24.43:403][ 0]LogCollectionManager: Loaded 0 collections in 0.001127 seconds -[2025.05.25-17.24.43:405][ 0]LogFileCache: Scanning file cache for directory 'D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Collections/' took 0.00s -[2025.05.25-17.24.43:408][ 0]LogFileCache: Scanning file cache for directory 'D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/Developers/rannosam/Collections/' took 0.00s -[2025.05.25-17.24.43:410][ 0]LogFileCache: Scanning file cache for directory 'D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/Collections/' took 0.00s -[2025.05.25-17.24.43:768][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. -[2025.05.25-17.24.43:768][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png -[2025.05.25-17.24.43:769][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. -[2025.05.25-17.24.43:769][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png -[2025.05.25-17.24.43:769][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. -[2025.05.25-17.24.43:769][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png -[2025.05.25-17.24.43:785][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png' error. -[2025.05.25-17.24.43:785][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png -[2025.05.25-17.24.43:804][ 0]LogEOSSDK: LogEOS: [Boot] EOSSDK Version 1.17.0-39599718 booting at 2025-05-25T17:24:43.804Z using C -[2025.05.25-17.24.43:804][ 0]LogEOSSDK: LogEOS: [Boot] EOSSDK Platform Properties [OS=Windows/10.0.19041.5072.64bit, ClientId=xyza7891REBVsEqSJRRNXmlS7EQHM459, ProductId=86f32f1151354e7cb39c12f8ab2c22a3, SandboxId=a01927f7421a4d4995673fe30ef46945, DeploymentId=a652a72ea1664dcab3a467891eea5f30, ProductName=HandyMann, ProductVersion=++UE5+Release-5.5-CL-40574608, IsServer=false, Flags=DisableOverlay] -[2025.05.25-17.24.43:804][ 0]LogEOSSDK: LogEOSAnalytics: Start Session (User: ...) -[2025.05.25-17.24.43:804][ 0]LogEOSSDK: LogEOSOverlay: Overlay will not load, because it was explicitly disabled when creating the platform -[2025.05.25-17.24.43:809][ 0]LogEOSSDK: LogEOSAntiCheat: [AntiCheatClient] Anti-cheat client not available. Verify that the game was started using the anti-cheat bootstrapper if you intend to use it. -[2025.05.25-17.24.43:809][ 0]LogEOSSDK: LogEOS: SetApplicationStatus - OldStatus: EOS_AS_Foreground, NewStatus: EOS_AS_Foreground, Current Time: 0001.01.01-00.00.00 -[2025.05.25-17.24.43:809][ 0]LogEOSSDK: LogEOS: SetNetworkStatus - OldStatus: EOS_NS_Online, NewStatus: EOS_NS_Online -[2025.05.25-17.24.43:809][ 0]LogEOSSDK: LogEOS: Updating Platform SDK Config, Time: 0.000074 -[2025.05.25-17.24.43:809][ 0]LogFab: Display: Logging in using persist -[2025.05.25-17.24.43:887][ 0]LogUObjectArray: 45152 objects as part of root set at end of initial load. -[2025.05.25-17.24.43:887][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool -[2025.05.25-17.24.43:900][ 0]LogStreaming: Display: AsyncLoading2 - NotifyRegistrationComplete: Registered 37374 public script object entries (1009.52 KB) -[2025.05.25-17.24.43:900][ 0]LogStreaming: Display: AsyncLoading2 - Thread Started: false, IsInitialLoad: false -[2025.05.25-17.24.44:053][ 0]LogClass: Warning: Property IntProperty FOculusXRAnchorLocationFlags::Flags defines MetaData key "BitmaskEnum" which contains short type name "EOculusLocationFlags". Suggested pathname: "/Script/OculusXRAnchors.EOculusLocationFlags". Module:OculusXRAnchors File:Public/OculusXRAnchorTypes.h -[2025.05.25-17.24.44:087][ 0]LogClass: Display: 1 short type names in reflected types' MetaData -[2025.05.25-17.24.44:091][ 0]LogEngine: Initializing Engine... -[2025.05.25-17.24.44:093][ 0]LogHMD: PokeAHoleMaterial loaded successfully -[2025.05.25-17.24.44:130][ 0]LogHMD: Initializing OVRPlugin session -[2025.05.25-17.24.44:144][ 0]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 -[2025.05.25-17.24.44:145][ 0]LogOVRPlugin: Display: commandQueue is null -[2025.05.25-17.24.44:145][ 0]LogOVRPlugin: CompositorOpenXR::Initialize() -[2025.05.25-17.24.44:145][ 0]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Available Extensions: (67) -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 -[2025.05.25-17.24.44:239][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth -[2025.05.25-17.24.44:240][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future -[2025.05.25-17.24.44:262][ 0]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded -[2025.05.25-17.24.44:262][ 0]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.108.0 -[2025.05.25-17.24.44:264][ 0]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 23 -[2025.05.25-17.24.44:417][ 0]LogOVRPlugin: Display: OpenXR system properties: - venderId 4294955582, systemName Meta Quest 3, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 -[2025.05.25-17.24.44:417][ 0]LogOVRPlugin: Display: OpenXR hand tracking system properties: +[2025.05.26-09.13.32:017][ 0]LogTemp: MetaXR ignores max viewport resolution in editor to support full HMD resolutions. +[2025.05.26-09.13.32:041][ 0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance +[2025.05.26-09.13.32:063][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.05.26-09.13.32:064][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.05.26-09.13.32:170][ 0]LogTemp: Warning: Existing value for UEditorPerformanceSettings::MaxViewportRenderingResolution will be overriden for OpenXR. +[2025.05.26-09.13.32:170][ 0]LogTemp: OpenXR ignores max viewport resolution in editor to support full HMD resolutions. +[2025.05.26-09.13.32:187][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdProcImaging/resources/plugInfo.json' +[2025.05.26-09.13.32:187][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdAbc/resources/plugInfo.json' +[2025.05.26-09.13.32:187][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/glf/resources/plugInfo.json' +[2025.05.26-09.13.32:188][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdVolImaging/resources/plugInfo.json' +[2025.05.26-09.13.32:188][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hd/resources/plugInfo.json' +[2025.05.26-09.13.32:189][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/sdrGlslfx/resources/plugInfo.json' +[2025.05.26-09.13.32:189][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdMtlx/resources/plugInfo.json' +[2025.05.26-09.13.32:190][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdSkelImaging/resources/plugInfo.json' +[2025.05.26-09.13.32:190][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdGp/resources/plugInfo.json' +[2025.05.26-09.13.32:191][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usd/resources/plugInfo.json' +[2025.05.26-09.13.32:191][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdProc/resources/plugInfo.json' +[2025.05.26-09.13.32:192][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdVol/resources/plugInfo.json' +[2025.05.26-09.13.32:192][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdSt/resources/plugInfo.json' +[2025.05.26-09.13.32:194][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdStorm/resources/plugInfo.json' +[2025.05.26-09.13.32:194][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdUI/resources/plugInfo.json' +[2025.05.26-09.13.32:197][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdPhysics/resources/plugInfo.json' +[2025.05.26-09.13.32:198][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdHydra/resources/plugInfo.json' +[2025.05.26-09.13.32:198][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdRiPxrImaging/resources/plugInfo.json' +[2025.05.26-09.13.32:199][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hgiGL/resources/plugInfo.json' +[2025.05.26-09.13.32:201][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdImaging/resources/plugInfo.json' +[2025.05.26-09.13.32:202][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hio/resources/plugInfo.json' +[2025.05.26-09.13.32:202][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdRi/resources/plugInfo.json' +[2025.05.26-09.13.32:203][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdImagingGL/resources/plugInfo.json' +[2025.05.26-09.13.32:204][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdShade/resources/plugInfo.json' +[2025.05.26-09.13.32:205][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/ndr/resources/plugInfo.json' +[2025.05.26-09.13.32:205][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdMedia/resources/plugInfo.json' +[2025.05.26-09.13.32:206][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdSkel/resources/plugInfo.json' +[2025.05.26-09.13.32:207][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/sdf/resources/plugInfo.json' +[2025.05.26-09.13.32:208][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdLux/resources/plugInfo.json' +[2025.05.26-09.13.32:209][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdShaders/resources/plugInfo.json' +[2025.05.26-09.13.32:209][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/hdx/resources/plugInfo.json' +[2025.05.26-09.13.32:209][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/ar/resources/plugInfo.json' +[2025.05.26-09.13.32:210][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdRender/resources/plugInfo.json' +[2025.05.26-09.13.32:213][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usdGeom/resources/plugInfo.json' +[2025.05.26-09.13.32:213][ 0]LogUsd: Updated LibraryPaths for USD plugInfo.json file 'A:/Epic Games/UE_5.5/Engine/Binaries/ThirdParty/USD/UsdResources/Win64/plugins/usd/resources/codegenTemplates/plugInfo.json' +[2025.05.26-09.13.32:411][ 0]LogConfig: Applying CVar settings from Section [/Script/NNEDenoiser.NNEDenoiserSettings] File [Engine] +[2025.05.26-09.13.32:445][ 0]LogCollectionManager: Loaded 0 collections in 0.001114 seconds +[2025.05.26-09.13.32:447][ 0]LogFileCache: Scanning file cache for directory 'A:/Documents/Unreal Projects/Wizzard/HandyMann/Saved/Collections/' took 0.00s +[2025.05.26-09.13.32:450][ 0]LogFileCache: Scanning file cache for directory 'A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/Developers/lauri/Collections/' took 0.00s +[2025.05.26-09.13.32:452][ 0]LogFileCache: Scanning file cache for directory 'A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/Collections/' took 0.00s +[2025.05.26-09.13.32:528][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. +[2025.05.26-09.13.32:528][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png +[2025.05.26-09.13.32:530][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. +[2025.05.26-09.13.32:530][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png +[2025.05.26-09.13.32:530][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. +[2025.05.26-09.13.32:530][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png +[2025.05.26-09.13.32:562][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png' error. +[2025.05.26-09.13.32:562][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png +[2025.05.26-09.13.32:584][ 0]LogEOSSDK: LogEOS: [Boot] EOSSDK Version 1.17.0-39599718 booting at 2025-05-26T09:13:32.584Z using C +[2025.05.26-09.13.32:584][ 0]LogEOSSDK: LogEOS: [Boot] EOSSDK Platform Properties [OS=Windows/10.0.26100.3912.64bit, ClientId=xyza7891REBVsEqSJRRNXmlS7EQHM459, ProductId=86f32f1151354e7cb39c12f8ab2c22a3, SandboxId=a01927f7421a4d4995673fe30ef46945, DeploymentId=a652a72ea1664dcab3a467891eea5f30, ProductName=HandyMann, ProductVersion=++UE5+Release-5.5-CL-40574608, IsServer=false, Flags=DisableOverlay] +[2025.05.26-09.13.32:584][ 0]LogEOSSDK: LogEOSAnalytics: Start Session (User: ...) +[2025.05.26-09.13.32:584][ 0]LogEOSSDK: LogEOSOverlay: Overlay will not load, because it was explicitly disabled when creating the platform +[2025.05.26-09.13.32:588][ 0]LogEOSSDK: LogEOSAntiCheat: [AntiCheatClient] Anti-cheat client not available. Verify that the game was started using the anti-cheat bootstrapper if you intend to use it. +[2025.05.26-09.13.32:589][ 0]LogEOSSDK: LogEOS: SetApplicationStatus - OldStatus: EOS_AS_Foreground, NewStatus: EOS_AS_Foreground, Current Time: 0001.01.01-00.00.00 +[2025.05.26-09.13.32:589][ 0]LogEOSSDK: LogEOS: SetNetworkStatus - OldStatus: EOS_NS_Online, NewStatus: EOS_NS_Online +[2025.05.26-09.13.32:589][ 0]LogEOSSDK: LogEOS: Updating Platform SDK Config, Time: 0.000063 +[2025.05.26-09.13.32:589][ 0]LogFab: Display: Logging in using persist +[2025.05.26-09.13.32:589][ 0]LogEOSSDK: Warning: LogEOSAuth: No existing persistent auth credentials were found for automatic login. +[2025.05.26-09.13.32:632][ 0]LogUObjectArray: 45152 objects as part of root set at end of initial load. +[2025.05.26-09.13.32:632][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool +[2025.05.26-09.13.32:647][ 0]LogStreaming: Display: AsyncLoading2 - NotifyRegistrationComplete: Registered 37374 public script object entries (1009.52 KB) +[2025.05.26-09.13.32:647][ 0]LogStreaming: Display: AsyncLoading2 - Thread Started: false, IsInitialLoad: false +[2025.05.26-09.13.32:752][ 0]LogClass: Warning: Property IntProperty FOculusXRAnchorLocationFlags::Flags defines MetaData key "BitmaskEnum" which contains short type name "EOculusLocationFlags". Suggested pathname: "/Script/OculusXRAnchors.EOculusLocationFlags". Module:OculusXRAnchors File:Public/OculusXRAnchorTypes.h +[2025.05.26-09.13.32:787][ 0]LogClass: Display: 1 short type names in reflected types' MetaData +[2025.05.26-09.13.32:791][ 0]LogEngine: Initializing Engine... +[2025.05.26-09.13.32:793][ 0]LogHMD: PokeAHoleMaterial loaded successfully +[2025.05.26-09.13.32:793][ 0]LogHMD: Initializing OVRPlugin session +[2025.05.26-09.13.32:793][ 0]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.05.26-09.13.32:793][ 0]LogOVRPlugin: Error: Device required (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:260) +[2025.05.26-09.13.32:793][ 0]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.05.26-09.13.32:793][ 0]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.05.26-09.13.32:905][ 0]LogOVRPlugin: Display: Available Extensions: (72) +[2025.05.26-09.13.32:905][ 0]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.05.26-09.13.32:905][ 0]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.05.26-09.13.32:905][ 0]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.05.26-09.13.32:905][ 0]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.05.26-09.13.32:905][ 0]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.05.26-09.13.32:905][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.05.26-09.13.32:906][ 0]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.05.26-09.13.32:906][ 0]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.05.26-09.13.32:906][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.05.26-09.13.32:906][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.05.26-09.13.32:906][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.05.26-09.13.32:906][ 0]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.05.26-09.13.32:906][ 0]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.05.26-09.13.32:906][ 0]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.05.26-09.13.32:906][ 0]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.05.26-09.13.32:906][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.05.26-09.13.32:906][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.05.26-09.13.32:906][ 0]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.05.26-09.13.32:906][ 0]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.05.26-09.13.32:906][ 0]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.05.26-09.13.32:906][ 0]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.05.26-09.13.32:906][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.05.26-09.13.32:906][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.05.26-09.13.32:906][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.05.26-09.13.32:906][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.05.26-09.13.32:906][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.05.26-09.13.32:906][ 0]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_FB_passthrough SpecVersion=4 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_META_passthrough_layer_resumed_event SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_FB_triangle_mesh SpecVersion=2 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_META_passthrough_color_lut SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_META_passthrough_preferences SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.05.26-09.13.32:907][ 0]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.05.26-09.13.32:908][ 0]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 +[2025.05.26-09.13.32:908][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.05.26-09.13.32:908][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.05.26-09.13.32:908][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.05.26-09.13.32:908][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.05.26-09.13.32:908][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.05.26-09.13.32:908][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.05.26-09.13.32:908][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.05.26-09.13.32:908][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.05.26-09.13.32:908][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.05.26-09.13.32:908][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.05.26-09.13.32:908][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.05.26-09.13.32:908][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.05.26-09.13.32:908][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.05.26-09.13.32:908][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.05.26-09.13.32:908][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.05.26-09.13.32:908][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.05.26-09.13.32:908][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.05.26-09.13.32:908][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.05.26-09.13.32:908][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.05.26-09.13.32:908][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.05.26-09.13.32:908][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.05.26-09.13.32:908][ 0]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.05.26-09.13.32:931][ 0]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.05.26-09.13.32:931][ 0]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.109.0 +[2025.05.26-09.13.32:934][ 0]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.05.26-09.13.33:102][ 0]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.05.26-09.13.33:102][ 0]LogOVRPlugin: Display: OpenXR hand tracking system properties: hand tracking supported 1 -[2025.05.25-17.24.44:417][ 0]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: +[2025.05.26-09.13.33:102][ 0]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: hand tracking supported 1 -[2025.05.25-17.24.44:418][ 0]LogOVRPlugin: Display: OpenXR body tracking system properties: +[2025.05.26-09.13.33:102][ 0]LogOVRPlugin: Display: OpenXR body tracking system properties: body tracking supported 1 -[2025.05.25-17.24.44:418][ 0]LogOVRPlugin: Display: OpenXR body tracking system properties: - body tracking fidelity supported 1 -[2025.05.25-17.24.44:418][ 0]LogOVRPlugin: Display: OpenXR body tracking system properties: +[2025.05.26-09.13.33:102][ 0]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.05.26-09.13.33:103][ 0]LogOVRPlugin: Display: OpenXR body tracking system properties: full body tracking supported 1 -[2025.05.25-17.24.44:418][ 0]LogOVRPlugin: Display: OpenXR body tracking system properties: +[2025.05.26-09.13.33:103][ 0]LogOVRPlugin: Display: OpenXR body tracking system properties: body tracking calibration supported 1 -[2025.05.25-17.24.44:418][ 0]LogOVRPlugin: Display: OpenXR headset id system properties: - id 6409E3B350894ED6868EAAED82DA3676 -[2025.05.25-17.24.44:418][ 0]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) -[2025.05.25-17.24.44:418][ 0]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 -[2025.05.25-17.24.44:418][ 0]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views -[2025.05.25-17.24.44:418][ 0]LogOVRPlugin: Display: View: Recommended Width=2064 Height=2272 SampleCount=1 Maximum Width=4128 Height=4544 SampleCount=4 -[2025.05.25-17.24.44:418][ 0]LogOVRPlugin: Display: View: Recommended Width=2064 Height=2272 SampleCount=1 Maximum Width=4128 Height=4544 SampleCount=4 -[2025.05.25-17.24.44:419][ 0]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) -[2025.05.25-17.24.44:419][ 0]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. -[2025.05.25-17.24.44:419][ 0]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime -[2025.05.25-17.24.44:419][ 0]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime -[2025.05.25-17.24.44:419][ 0]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime -[2025.05.25-17.24.44:419][ 0]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime -[2025.05.25-17.24.44:419][ 0]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count -[2025.05.25-17.24.44:419][ 0]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode -[2025.05.25-17.24.44:419][ 0]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded -[2025.05.25-17.24.44:419][ 0]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized -[2025.05.25-17.24.44:436][ 0]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) -[2025.05.25-17.24.44:879][ 0]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=507717139430800 -[2025.05.25-17.24.44:879][ 0]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 -[2025.05.25-17.24.44:879][ 0]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META -[2025.05.25-17.24.45:000][ 0]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages -[2025.05.25-17.24.45:001][ 0]LogOVRPlugin: ... m_textureStages[0][0] = 00000149A53C02B0 -[2025.05.25-17.24.45:001][ 0]LogOVRPlugin: ... m_textureStages[0][1] = 00000149A53C6BE0 -[2025.05.25-17.24.45:001][ 0]LogOVRPlugin: ... m_textureStages[0][2] = 00000149A53C4F30 -[2025.05.25-17.24.45:012][ 0]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages -[2025.05.25-17.24.45:012][ 0]LogOVRPlugin: ... m_depthTextureStages[0][0] = 00000149A53C7570 -[2025.05.25-17.24.45:012][ 0]LogOVRPlugin: ... m_depthTextureStages[0][1] = 00000149A53C0C40 -[2025.05.25-17.24.45:012][ 0]LogOVRPlugin: ... m_depthTextureStages[0][2] = 00000149A53C7F00 -[2025.05.25-17.24.45:012][ 0]LogHMD: Allocating Oculus 4128 x 2272 rendertarget swapchain -[2025.05.25-17.24.45:013][ 0]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 -[2025.05.25-17.24.45:013][ 0]LogHMD: Oculus plugin initialized. Version: OVRPlugin: 1.106.0 -[2025.05.25-17.24.45:202][ 0]LogStylusInput: Initializing StylusInput subsystem. -[2025.05.25-17.24.45:203][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.000 s -[2025.05.25-17.24.45:341][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.11.dll -[2025.05.25-17.24.45:390][ 0]LogChaosDD: Creating Chaos Debug Draw Scene for world Untitled -[2025.05.25-17.24.45:431][ 0]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Temp/Untitled_0.Untitled'. -[2025.05.25-17.24.45:435][ 0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use. -[2025.05.25-17.24.45:435][ 0]LogInit: Texture streaming: Enabled -[2025.05.25-17.24.45:548][ 0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data. AppVersion = 5.5.4-40574608+++UE5+Release-5.5 -[2025.05.25-17.24.45:578][ 0]LogAudio: Display: Initializing Audio Device Manager... -[2025.05.25-17.24.45:640][ 0]LogAudio: Display: Loading Default Audio Settings Objects... -[2025.05.25-17.24.45:640][ 0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load). -[2025.05.25-17.24.45:641][ 0]LogAudio: Display: Audio Device Manager Initialized -[2025.05.25-17.24.45:641][ 0]LogAudio: Display: Creating Audio Device: Id: 1, Scope: Shared, Realtime: True -[2025.05.25-17.24.45:641][ 0]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.05.25-17.24.45:641][ 0]LogAudioMixer: Display: Sample Rate: 48000 -[2025.05.25-17.24.45:641][ 0]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.05.25-17.24.45:641][ 0]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.05.25-17.24.45:641][ 0]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.05.25-17.24.45:641][ 0]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.05.25-17.24.45:641][ 0]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.05.25-17.24.45:641][ 0]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.05.25-17.24.45:641][ 0]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.05.25-17.24.45:641][ 0]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.05.25-17.24.45:641][ 0]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.05.25-17.24.45:690][ 0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.05.25-17.24.45:759][ 0]LogAudioMixer: Display: Using Audio Hardware Device Realtek HD Audio 2nd output (Realtek(R) Audio) -[2025.05.25-17.24.45:760][ 0]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.05.25-17.24.45:761][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.05.25-17.24.45:761][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.05.25-17.24.45:762][ 0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1 -[2025.05.25-17.24.45:762][ 0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=1 -[2025.05.25-17.24.45:763][ 0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1 -[2025.05.25-17.24.45:763][ 0]LogInit: FAudioDevice initialized with ID 1. -[2025.05.25-17.24.45:763][ 0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1 -[2025.05.25-17.24.45:764][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'. -[2025.05.25-17.24.45:764][ 0]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 1 -[2025.05.25-17.24.45:798][ 0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1" -[2025.05.25-17.24.45:845][ 0]LogInit: Undo buffer set to 256 MB -[2025.05.25-17.24.45:845][ 0]LogInit: Transaction tracking system initialized -[2025.05.25-17.24.45:925][ 0]LogSourceControl: Display: Uncontrolled Changelist persistency file loaded ../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/SourceControl/UncontrolledChangelists.json -[2025.05.25-17.24.46:503][ 0]LogConfig: Branch 'LocalizationServiceSettings' had been unloaded. Reloading on-demand took 1.08ms -[2025.05.25-17.24.46:511][ 0]LocalizationService: Localization service is disabled -[2025.05.25-17.24.46:589][ 0]LogTimingProfiler: Initialize -[2025.05.25-17.24.46:589][ 0]LogTimingProfiler: OnSessionChanged -[2025.05.25-17.24.46:589][ 0]LoadingProfiler: Initialize -[2025.05.25-17.24.46:589][ 0]LoadingProfiler: OnSessionChanged -[2025.05.25-17.24.46:589][ 0]LogNetworkingProfiler: Initialize -[2025.05.25-17.24.46:589][ 0]LogNetworkingProfiler: OnSessionChanged -[2025.05.25-17.24.46:589][ 0]LogMemoryProfiler: Initialize -[2025.05.25-17.24.46:589][ 0]LogMemoryProfiler: OnSessionChanged -[2025.05.25-17.24.47:314][ 0]LogFileCache: Scanning file cache for directory 'D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/' took 0.02s -[2025.05.25-17.24.47:575][ 0]LogPython: Using Python 3.11.8 -[2025.05.25-17.24.48:879][ 0]LogPython: Display: No enabled plugins with python dependencies found, skipping -[2025.05.25-17.24.48:921][ 0]LogRenderer: Requested compilation of Path Tracing RTPSOs (1 permutations). -[2025.05.25-17.24.49:255][ 0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized. -[2025.05.25-17.24.49:946][ 0]LogStreaming: Warning: Failed to read file 'Common/Selector.png' error. -[2025.05.25-17.24.49:946][ 0]LogSlate: Could not find file for Slate resource: Common/Selector.png -[2025.05.25-17.24.50:062][ 0]LogProjectSetupTool: Display: StartupModule: OculusXRProjectSetupTool -[2025.05.25-17.24.50:082][ 0]LogImageWrapper: Warning: PNG Warning(../../../Engine/Plugins/Marketplace/MetaXR/Resources/MetaQuestBackground.png) Buffer error in compressed datastream in iCCP chunk -[2025.05.25-17.24.50:082][ 0]LogImageWrapper: Warning: PNG Warning(../../../Engine/Plugins/Marketplace/MetaXR/Resources/MetaQuestBackground.png) Profile size field missing from iCCP chunk -[2025.05.25-17.24.50:082][ 0]LogImageWrapper: Warning: PNG Warning(../../../Engine/Plugins/Marketplace/MetaXR/Resources/MetaQuestBackground.png) Buffer error in compressed datastream in iCCP chunk -[2025.05.25-17.24.50:082][ 0]LogImageWrapper: Warning: PNG Warning(../../../Engine/Plugins/Marketplace/MetaXR/Resources/MetaQuestBackground.png) Profile size field missing from iCCP chunk -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:087][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id -[2025.05.25-17.24.50:349][ 0]LogEditorDataStorage: Initializing -[2025.05.25-17.24.50:350][ 0]LogEditorDataStorage: Initialized -[2025.05.25-17.24.50:407][ 0]LogAssetRegistry: Display: Triggering cache save on discovery complete -[2025.05.25-17.24.50:434][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init() -[2025.05.25-17.24.50:437][ 0]SourceControl: Revision control is disabled -[2025.05.25-17.24.50:437][ 0]LogUnrealEdMisc: Loading editor; pre map load, took 74.524 -[2025.05.25-17.24.50:438][ 0]Cmd: MAP LOAD FILE="../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Maps/VRTemplateMap.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=4 -[2025.05.25-17.24.50:440][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true -[2025.05.25-17.24.50:440][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.24.50:474][ 0]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.05.25-17.24.50:475][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.71ms -[2025.05.25-17.24.51:219][ 0]LogAssetRegistry: Display: Asset registry cache written as 37.7 MiB to ../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Intermediate/CachedAssetRegistry_*.bin -[2025.05.25-17.24.52:412][ 0]LogAudioDerivedData: Display: Building compressed audio format BINKA hash BINKA_SCVER_5028_R4DV_false_SR0_48000.000000_SR1_32000.000000_SR2_24000.000000_SR3_12000.000000_SR4_8000.000000_QMOD_1.000000_CQLT_-1_ASTH_0.000000_INLC_false_LCK1_0.000000_CSZE_65536_LCF_false_ZCS_256_MCSO_0_END wave Explosion01... -[2025.05.25-17.24.52:435][ 0]LogAudioDerivedData: Display: Explosion01 compressed to 14.39% (from 273KB to 39KB) with BINKA at Quality 80 with Quality Modifier 1.00 -[2025.05.25-17.24.52:435][ 0]LogAudio: Display: Chunk stats for (SoundWave /Game/StarterContent/Audio/Explosion01.Explosion01: Duration=0.00 secs, Channels=1), Settings(FirstChunkSize=4294967295 frames, InlineFirst=false, MaxChunkSize=262144), Chunks=2, Chunk0=28 bytes, Chunk1=40269 bytes, ChunkN=0) -[2025.05.25-17.24.52:923][ 0]LogTexture: Display: Building textures: /Game/MixedVFX/Textures/T_Mask_01.T_Mask_01 (TFO_AutoDXT, 256x256 x1x1x1) (Required Memory Estimate: 11.333209 MB), EncodeSpeed: Fast -[2025.05.25-17.24.52:924][ 0]LogTexture: Display: Building textures: /Game/MixedVFX/Textures/T_Slash_01.T_Slash_01 (TFO_AutoDXT, 2048x512 x1x1x1) (Required Memory Estimate: 170.083323 MB), EncodeSpeed: Fast -[2025.05.25-17.24.52:928][ 0]LogTexture: Display: Building textures: /Game/MixedVFX/Textures/T_Flow_Tile_01.T_Flow_Tile_01 (TFO_AutoDXT, 800x800 x1x1x1) (Required Memory Estimate: 107.419261 MB), EncodeSpeed: Fast -[2025.05.25-17.24.52:952][ 0]LogTexture: Display: Building textures: /Game/MixedVFX/Textures/T_NoiseCells.T_NoiseCells (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 170.083323 MB), EncodeSpeed: Fast -[2025.05.25-17.24.53:000][ 0]LogTexture: Display: Building textures: /Game/MixedVFX/Textures/T_Embers_01.T_Embers_01 (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 322.083323 MB), EncodeSpeed: Fast -[2025.05.25-17.24.53:127][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'VRTemplateMap'. -[2025.05.25-17.24.53:127][ 0]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap -[2025.05.25-17.24.53:128][ 0]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap'. -[2025.05.25-17.24.53:165][ 0]LogEditorServer: Finished looking for orphan Actors (0.000 secs) -[2025.05.25-17.24.53:207][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.79ms -[2025.05.25-17.24.53:208][ 0]Cmd: MAP CHECKDEP NOCLEARLOG -[2025.05.25-17.24.53:208][ 0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0.057ms to complete. -[2025.05.25-17.24.53:230][ 0]LogUnrealEdMisc: Total Editor Startup Time, took 77.317 -[2025.05.25-17.24.53:410][ 0]LogActorFactory: Loading ActorFactory Class /Script/Engine.LevelInstance -[2025.05.25-17.24.53:680][ 0]LogSlate: The tab "LevelEditorToolBar" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.05.25-17.24.53:950][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-17.24.54:017][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-17.24.54:068][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-17.24.54:119][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-17.24.54:524][ 0]LogPakFile: Initializing PakPlatformFile -[2025.05.25-17.24.54:540][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/StarterContent.upack', mount point: 'root:/' -[2025.05.25-17.24.54:557][ 0]LogPakFile: Initializing PakPlatformFile -[2025.05.25-17.24.54:585][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/' -[2025.05.25-17.24.54:585][ 0]LogPakFile: Initializing PakPlatformFile -[2025.05.25-17.24.54:606][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/' -[2025.05.25-17.24.54:607][ 0]LogPakFile: Initializing PakPlatformFile -[2025.05.25-17.24.54:632][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/' -[2025.05.25-17.24.54:636][ 0]LogPakFile: Initializing PakPlatformFile -[2025.05.25-17.24.54:655][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/' -[2025.05.25-17.24.54:655][ 0]LogPakFile: Initializing PakPlatformFile -[2025.05.25-17.24.54:674][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/' -[2025.05.25-17.24.54:675][ 0]LogPakFile: Initializing PakPlatformFile -[2025.05.25-17.24.54:691][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_TopDown.upack', mount point: 'root:/' -[2025.05.25-17.24.54:708][ 0]LogPakFile: Initializing PakPlatformFile -[2025.05.25-17.24.54:733][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/' -[2025.05.25-17.24.54:734][ 0]LogPakFile: Initializing PakPlatformFile -[2025.05.25-17.24.54:752][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/' -[2025.05.25-17.24.54:752][ 0]LogPakFile: Initializing PakPlatformFile -[2025.05.25-17.24.54:764][ 0]LogPakFile: Display: Mounted Pak file 'D:/Program Files/Epic Games/UE_5.5/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/' -[2025.05.25-17.24.59:181][ 0]LogSlate: External Image Picker: DecompressImage failed -[2025.05.25-17.24.59:460][ 0]LogSlate: Took 0.008319 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) -[2025.05.25-17.24.59:512][ 0]LogSlate: Took 0.008362 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K) -[2025.05.25-17.24.59:544][ 0]LogSlate: Took 0.024577 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K) -[2025.05.25-17.24.59:557][ 0]LogSlate: Took 0.011665 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K) -[2025.05.25-17.24.59:637][ 0]LogNNEDenoiser: ApplySettings: bDenoiserEnabled 1 -[2025.05.25-17.24.59:639][ 0]LogNNEDenoiser: Loaded input mapping from NNEDIM_ColorAlbedoNormal_Alpha -[2025.05.25-17.24.59:639][ 0]LogNNEDenoiser: Loaded output mapping from NNEDOM_Output_Alpha -[2025.05.25-17.24.59:639][ 0]LogNNEDenoiser: Try create model instance with runtime NNERuntimeORTDml on RDG... -[2025.05.25-17.24.59:973][ 0]LogNNEDenoiser: Display: Created model instance with runtime NNERuntimeORTDml on RDG -[2025.05.25-17.24.59:973][ 0]LogNNEDenoiser: Create denoiser from asset /NNEDenoiser/NNED_Oidn2-3_Balanced_Alpha.NNED_Oidn2-3_Balanced_Alpha... -[2025.05.25-17.24.59:975][ 0]LogNNEDenoiser: Loaded input mapping from NNEDTIM_ColorAlbedoNormal_Alpha -[2025.05.25-17.24.59:975][ 0]LogNNEDenoiser: Loaded output mapping from NNEDTOM_Output_Alpha -[2025.05.25-17.24.59:975][ 0]LogNNEDenoiser: Try create model instance with runtime NNERuntimeORTDml on RDG... -[2025.05.25-17.25.00:019][ 0]LogNNEDenoiser: Display: Created model instance with runtime NNERuntimeORTDml on RDG -[2025.05.25-17.25.00:019][ 0]LogNNEDenoiser: Create temporal denoiser from asset /NNEDenoiser/NNEDT_Oidn2-3_Balanced_Alpha.NNEDT_Oidn2-3_Balanced_Alpha... -[2025.05.25-17.25.00:202][ 0]LogSlate: Took 0.011598 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) -[2025.05.25-17.25.00:593][ 0]LogStall: Startup... -[2025.05.25-17.25.00:596][ 0]LogStall: Startup complete. -[2025.05.25-17.25.00:646][ 0]LogLoad: (Engine Initialization) Total time: 84.73 seconds -[2025.05.25-17.25.00:664][ 0]LogOcInput: OculusXRInput is initialized -[2025.05.25-17.25.01:447][ 0]LogSlate: External Image Picker: DecompressImage failed -[2025.05.25-17.25.01:633][ 0]LogContentStreaming: Texture pool size now 1000 MB -[2025.05.25-17.25.01:633][ 0]LogCsvProfiler: Display: Metadata set : streamingpoolsizemb="1000" -[2025.05.25-17.25.01:755][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.25.01:758][ 0]LogPython: Display: Running start-up script D:/Program Files/Epic Games/UE_5.5/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py... started... -[2025.05.25-17.25.02:142][ 0]LogPython: registering +[2025.05.26-09.13.33:103][ 0]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.05.26-09.13.33:103][ 0]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.05.26-09.13.33:103][ 0]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.05.26-09.13.33:103][ 0]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.05.26-09.13.33:103][ 0]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-09.13.33:103][ 0]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-09.13.33:103][ 0]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.05.26-09.13.33:103][ 0]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.05.26-09.13.33:103][ 0]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.05.26-09.13.33:103][ 0]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.05.26-09.13.33:103][ 0]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.05.26-09.13.33:103][ 0]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.05.26-09.13.33:103][ 0]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.05.26-09.13.33:103][ 0]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.05.26-09.13.33:103][ 0]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.05.26-09.13.33:105][ 0]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.05.26-09.13.33:105][ 0]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.05.26-09.13.33:380][ 0]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=8490091194600 +[2025.05.26-09.13.33:380][ 0]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-09.13.33:380][ 0]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.05.26-09.13.33:496][ 0]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.05.26-09.13.33:496][ 0]LogOVRPlugin: ... m_textureStages[0][0] = 000001C377A6B1A0 +[2025.05.26-09.13.33:496][ 0]LogOVRPlugin: ... m_textureStages[0][1] = 000001C377A6B720 +[2025.05.26-09.13.33:496][ 0]LogOVRPlugin: ... m_textureStages[0][2] = 000001C377A6DDA0 +[2025.05.26-09.13.33:498][ 0]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.05.26-09.13.33:498][ 0]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001C377A6C4E0 +[2025.05.26-09.13.33:498][ 0]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001C377A6C220 +[2025.05.26-09.13.33:498][ 0]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001C377A6E320 +[2025.05.26-09.13.33:498][ 0]LogHMD: Allocating Oculus 3648 x 1872 rendertarget swapchain +[2025.05.26-09.13.33:498][ 0]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.05.26-09.13.33:498][ 0]LogHMD: Oculus plugin initialized. Version: OVRPlugin: 1.106.0 +[2025.05.26-09.13.33:523][ 0]LogStylusInput: Initializing StylusInput subsystem. +[2025.05.26-09.13.33:523][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.000 s +[2025.05.26-09.13.33:655][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.11.dll +[2025.05.26-09.13.33:678][ 0]LogChaosDD: Creating Chaos Debug Draw Scene for world Untitled +[2025.05.26-09.13.33:687][ 0]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Temp/Untitled_0.Untitled'. +[2025.05.26-09.13.33:691][ 0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use. +[2025.05.26-09.13.33:691][ 0]LogInit: Texture streaming: Enabled +[2025.05.26-09.13.33:705][ 0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data. AppVersion = 5.5.4-40574608+++UE5+Release-5.5 +[2025.05.26-09.13.33:710][ 0]LogAudio: Display: Initializing Audio Device Manager... +[2025.05.26-09.13.33:722][ 0]LogAudio: Display: Loading Default Audio Settings Objects... +[2025.05.26-09.13.33:722][ 0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load). +[2025.05.26-09.13.33:723][ 0]LogAudio: Display: Audio Device Manager Initialized +[2025.05.26-09.13.33:723][ 0]LogAudio: Display: Creating Audio Device: Id: 1, Scope: Shared, Realtime: True +[2025.05.26-09.13.33:723][ 0]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-09.13.33:723][ 0]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-09.13.33:723][ 0]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-09.13.33:723][ 0]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-09.13.33:723][ 0]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-09.13.33:723][ 0]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-09.13.33:723][ 0]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-09.13.33:723][ 0]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-09.13.33:723][ 0]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-09.13.33:723][ 0]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-09.13.33:723][ 0]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-09.13.33:730][ 0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-09.13.33:790][ 0]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-09.13.33:791][ 0]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-09.13.33:793][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-09.13.33:793][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-09.13.33:794][ 0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1 +[2025.05.26-09.13.33:794][ 0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=1 +[2025.05.26-09.13.33:796][ 0]LogLiveCoding: Display: Successfully initialized, removing startup thread +[2025.05.26-09.13.33:796][ 0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1 +[2025.05.26-09.13.33:796][ 0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1 +[2025.05.26-09.13.33:796][ 0]LogInit: FAudioDevice initialized with ID 1. +[2025.05.26-09.13.33:796][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'. +[2025.05.26-09.13.33:797][ 0]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 1 +[2025.05.26-09.13.33:808][ 0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1" +[2025.05.26-09.13.33:813][ 0]LogInit: Undo buffer set to 256 MB +[2025.05.26-09.13.33:813][ 0]LogInit: Transaction tracking system initialized +[2025.05.26-09.13.33:828][ 0]LogSourceControl: Display: Uncontrolled Changelist persistency file loaded ../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/SourceControl/UncontrolledChangelists.json +[2025.05.26-09.13.33:902][ 0]LogConfig: Branch 'LocalizationServiceSettings' had been unloaded. Reloading on-demand took 0.96ms +[2025.05.26-09.13.33:909][ 0]LocalizationService: Localization service is disabled +[2025.05.26-09.13.33:926][ 0]LogTimingProfiler: Initialize +[2025.05.26-09.13.33:926][ 0]LogTimingProfiler: OnSessionChanged +[2025.05.26-09.13.33:926][ 0]LoadingProfiler: Initialize +[2025.05.26-09.13.33:926][ 0]LoadingProfiler: OnSessionChanged +[2025.05.26-09.13.33:926][ 0]LogNetworkingProfiler: Initialize +[2025.05.26-09.13.33:927][ 0]LogNetworkingProfiler: OnSessionChanged +[2025.05.26-09.13.33:927][ 0]LogMemoryProfiler: Initialize +[2025.05.26-09.13.33:927][ 0]LogMemoryProfiler: OnSessionChanged +[2025.05.26-09.13.34:133][ 0]LogNNEDenoiser: Ray Tracing is not enabled, therefore NNEDenoiser is not registered! +[2025.05.26-09.13.34:134][ 0]LogFileCache: Scanning file cache for directory 'A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/' took 0.01s +[2025.05.26-09.13.34:185][ 0]LogPython: Using Python 3.11.8 +[2025.05.26-09.13.35:576][ 0]LogPython: Display: No enabled plugins with python dependencies found, skipping +[2025.05.26-09.13.35:619][ 0]LogStreaming: Warning: Failed to read file 'Common/Selector.png' error. +[2025.05.26-09.13.35:619][ 0]LogSlate: Could not find file for Slate resource: Common/Selector.png +[2025.05.26-09.13.35:634][ 0]LogProjectSetupTool: Display: StartupModule: OculusXRProjectSetupTool +[2025.05.26-09.13.35:635][ 0]LogImageWrapper: Warning: PNG Warning(../../../Engine/Plugins/Marketplace/MetaXR/Resources/MetaQuestBackground.png) Buffer error in compressed datastream in iCCP chunk +[2025.05.26-09.13.35:635][ 0]LogImageWrapper: Warning: PNG Warning(../../../Engine/Plugins/Marketplace/MetaXR/Resources/MetaQuestBackground.png) Profile size field missing from iCCP chunk +[2025.05.26-09.13.35:635][ 0]LogImageWrapper: Warning: PNG Warning(../../../Engine/Plugins/Marketplace/MetaXR/Resources/MetaQuestBackground.png) Buffer error in compressed datastream in iCCP chunk +[2025.05.26-09.13.35:635][ 0]LogImageWrapper: Warning: PNG Warning(../../../Engine/Plugins/Marketplace/MetaXR/Resources/MetaQuestBackground.png) Profile size field missing from iCCP chunk +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:639][ 0]LogProjectSetupTool: Display: RegisterRule: added rule with id +[2025.05.26-09.13.35:728][ 0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized. +[2025.05.26-09.13.35:832][ 0]LogEditorDataStorage: Initializing +[2025.05.26-09.13.35:832][ 0]LogEditorDataStorage: Initialized +[2025.05.26-09.13.35:864][ 0]LogAssetRegistry: Display: Triggering cache save on discovery complete +[2025.05.26-09.13.35:866][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init() +[2025.05.26-09.13.35:868][ 0]SourceControl: Revision control is disabled +[2025.05.26-09.13.35:868][ 0]LogUnrealEdMisc: Loading editor; pre map load, took 16.799 +[2025.05.26-09.13.35:869][ 0]Cmd: MAP LOAD FILE="../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Maps/VRTemplateMap.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=3 +[2025.05.26-09.13.35:872][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true +[2025.05.26-09.13.35:872][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-09.13.35:882][ 0]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.05.26-09.13.35:884][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.66ms +[2025.05.26-09.13.36:700][ 0]LogAssetRegistry: Display: Asset registry cache written as 38.0 MiB to ../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Intermediate/CachedAssetRegistry_*.bin +[2025.05.26-09.13.37:363][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'VRTemplateMap'. +[2025.05.26-09.13.37:363][ 0]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-09.13.37:364][ 0]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap'. +[2025.05.26-09.13.37:370][ 0]LogEditorServer: Finished looking for orphan Actors (0.000 secs) +[2025.05.26-09.13.37:397][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 1.31ms +[2025.05.26-09.13.37:398][ 0]Cmd: MAP CHECKDEP NOCLEARLOG +[2025.05.26-09.13.37:398][ 0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0,064ms to complete. +[2025.05.26-09.13.37:406][ 0]LogUnrealEdMisc: Total Editor Startup Time, took 18.336 +[2025.05.26-09.13.38:349][ 0]LogSlate: External Image Picker: DecompressImage failed +[2025.05.26-09.13.38:513][ 0]LogActorFactory: Loading ActorFactory Class /Script/Engine.LevelInstance +[2025.05.26-09.13.38:604][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.13.38:663][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.13.38:723][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.13.38:782][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.13.38:813][ 0]LogPakFile: Initializing PakPlatformFile +[2025.05.26-09.13.38:813][ 0]LogPakFile: Display: Mounted Pak file 'A:/Epic Games/UE_5.5/FeaturePacks/StarterContent.upack', mount point: 'root:/' +[2025.05.26-09.13.38:814][ 0]LogPakFile: Initializing PakPlatformFile +[2025.05.26-09.13.38:814][ 0]LogPakFile: Display: Mounted Pak file 'A:/Epic Games/UE_5.5/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/' +[2025.05.26-09.13.38:814][ 0]LogPakFile: Initializing PakPlatformFile +[2025.05.26-09.13.38:815][ 0]LogPakFile: Display: Mounted Pak file 'A:/Epic Games/UE_5.5/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/' +[2025.05.26-09.13.38:815][ 0]LogPakFile: Initializing PakPlatformFile +[2025.05.26-09.13.38:815][ 0]LogPakFile: Display: Mounted Pak file 'A:/Epic Games/UE_5.5/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/' +[2025.05.26-09.13.38:816][ 0]LogPakFile: Initializing PakPlatformFile +[2025.05.26-09.13.38:816][ 0]LogPakFile: Display: Mounted Pak file 'A:/Epic Games/UE_5.5/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/' +[2025.05.26-09.13.38:816][ 0]LogPakFile: Initializing PakPlatformFile +[2025.05.26-09.13.38:816][ 0]LogPakFile: Display: Mounted Pak file 'A:/Epic Games/UE_5.5/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/' +[2025.05.26-09.13.38:817][ 0]LogPakFile: Initializing PakPlatformFile +[2025.05.26-09.13.38:817][ 0]LogPakFile: Display: Mounted Pak file 'A:/Epic Games/UE_5.5/FeaturePacks/TP_TopDown.upack', mount point: 'root:/' +[2025.05.26-09.13.38:817][ 0]LogPakFile: Initializing PakPlatformFile +[2025.05.26-09.13.38:817][ 0]LogPakFile: Display: Mounted Pak file 'A:/Epic Games/UE_5.5/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/' +[2025.05.26-09.13.38:817][ 0]LogPakFile: Initializing PakPlatformFile +[2025.05.26-09.13.38:817][ 0]LogPakFile: Display: Mounted Pak file 'A:/Epic Games/UE_5.5/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/' +[2025.05.26-09.13.38:817][ 0]LogPakFile: Initializing PakPlatformFile +[2025.05.26-09.13.38:818][ 0]LogPakFile: Display: Mounted Pak file 'A:/Epic Games/UE_5.5/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/' +[2025.05.26-09.13.39:239][ 0]LogSlate: Took 0.000316 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) +[2025.05.26-09.13.39:242][ 0]LogSlate: Took 0.000224 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K) +[2025.05.26-09.13.39:245][ 0]LogSlate: Took 0.000232 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K) +[2025.05.26-09.13.39:245][ 0]LogSlate: Took 0.000184 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K) +[2025.05.26-09.13.39:316][ 0]LogSlate: Took 0.000226 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) +[2025.05.26-09.13.39:419][ 0]LogStall: Startup... +[2025.05.26-09.13.39:422][ 0]LogStall: Startup complete. +[2025.05.26-09.13.39:430][ 0]LogLoad: (Engine Initialization) Total time: 20.36 seconds +[2025.05.26-09.13.39:443][ 0]LogOcInput: OculusXRInput is initialized +[2025.05.26-09.13.40:407][ 0]LogSlate: External Image Picker: DecompressImage failed +[2025.05.26-09.13.40:571][ 0]LogContentStreaming: Texture pool size now 1000 MB +[2025.05.26-09.13.40:571][ 0]LogCsvProfiler: Display: Metadata set : streamingpoolsizemb="1000" +[2025.05.26-09.13.40:621][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-09.13.40:624][ 0]LogFab: Error: Login failed - error code: EOS_InvalidAuth +[2025.05.26-09.13.40:624][ 0]LogFab: Display: Logging in using exchange code +[2025.05.26-09.13.40:624][ 0]LogFab: Display: Reading exchange code from commandline +[2025.05.26-09.13.40:624][ 0]LogEOSSDK: Error: LogEOSAuth: Invalid parameter EOS_Auth_Credentials.Token reason: must not be null or empty +[2025.05.26-09.13.40:624][ 0]LogPython: Display: Running start-up script A:/Epic Games/UE_5.5/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py... started... +[2025.05.26-09.13.40:667][ 0]LogPython: registering -[2025.05.25-17.25.02:165][ 0]LogPython: Display: Running start-up script D:/Program Files/Epic Games/UE_5.5/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py... took 408.306 ms -[2025.05.25-17.25.02:461][ 1]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_0 -[2025.05.25-17.25.02:462][ 1]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_0'. -[2025.05.25-17.25.02:604][ 1]LogAssetRegistry: AssetRegistryGather time 24.7630s: AssetDataDiscovery 0.2098s, AssetDataGather 24.4962s, StoreResults 0.0570s. Wall time 53.9520s. - NumCachedDirectories 0. NumUncachedDirectories 1650. NumCachedFiles 0. NumUncachedFiles 8066. +[2025.05.26-09.13.40:676][ 0]LogPython: Display: Running start-up script A:/Epic Games/UE_5.5/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py... took 51.124 ms +[2025.05.26-09.13.40:885][ 1]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_0 +[2025.05.26-09.13.40:885][ 1]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_0'. +[2025.05.26-09.13.40:899][ 1]LogFileCache: Retrieving MD5 hashes for directory 'A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/' took 1.27s +[2025.05.26-09.13.40:904][ 1]LogAssetRegistry: AssetRegistryGather time 0.1525s: AssetDataDiscovery 0.0407s, AssetDataGather 0.0188s, StoreResults 0.0930s. Wall time 13.4320s. + NumCachedDirectories 0. NumUncachedDirectories 1654. NumCachedFiles 8139. NumUncachedFiles 5. BackgroundTickInterruptions 0. -[2025.05.25-17.25.02:662][ 1]LogSourceControl: Uncontrolled asset enumeration started... -[2025.05.25-17.25.02:662][ 1]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000001 seconds (updated 0 objects) -[2025.05.25-17.25.02:875][ 2]LogSourceControl: Uncontrolled asset enumeration finished in 0.213143 seconds (Found 8042 uncontrolled assets) -[2025.05.25-17.25.03:464][ 2]LogSlate: External Image Picker: DecompressImage failed -[2025.05.25-17.25.03:645][ 2]LogEOSSDK: LogEOS: SDK Config Platform Update Request Successful, Time: 18.909445 -[2025.05.25-17.25.03:646][ 2]LogEOSSDK: LogEOSAnalytics: EOS SDK Analytics disabled for route [1]. -[2025.05.25-17.25.03:647][ 2]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 19.834751 -[2025.05.25-17.25.04:189][ 8]LogEOSSDK: LogEOSAnalytics: Start Session (User: ...) -[2025.05.25-17.25.04:887][ 90]LogEOSSDK: LogEOS: SDK Config Product Update Request Successful, Time: 21.068304 -[2025.05.25-17.25.04:889][ 90]LogEOSSDK: LogEOS: SDK Config Data - Watermark: 607272702 -[2025.05.25-17.25.04:889][ 90]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 21.068304, Update Interval: 358.232971 -[2025.05.25-17.25.05:070][112]LogEOSSDK: LogEOSAuth: UpdateUserAuthToken: User ClientId: xyz...459 AccountId: 1e6...43c Access[Expires: 2025.05.25-19.25.05 Remaining: 7200.18] Refresh[Expires: 2025-11-21T17:22:16.817Z Remaining: 15551831.82] State: Valid -[2025.05.25-17.25.05:078][113]LogEOSSDK: LogEOSAuth: UserAuthGenerated: Received FUserAuthToken -[2025.05.25-17.25.05:269][134]LogEOSSDK: LogEOSAuth: UserAuthGenerated: Login complete: EOS_Success -[2025.05.25-17.25.05:269][134]LogFab: Display: User logged in -[2025.05.25-17.25.05:269][134]LogFab: Display: User client id: xyza7891REBVsEqSJRRNXmlS7EQHM459 -[2025.05.25-17.25.05:428][153]LogEOSSDK: Warning: LogEOS: Error response received from backend. ServiceName=[Friend], OperationName=[GetBlockList], Url=[], HttpStatus=[403], ErrorCode=[errors.com.epicgames.common.insufficient_scopes], NumericErrorCode=[1056], ErrorMessage=[Insufficient access scopes. Expected: [friends_list]], CorrId=[EOS-gEmwgoHZV0S1HFwfGtRIdA-fjyvyA9u30-y9jnfpjPiCg] -[2025.05.25-17.25.16:853][403]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_1 -[2025.05.25-17.25.16:854][403]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_1'. -[2025.05.25-17.25.16:994][406]LogD3D12RHI: Waited for PSO creation for 100.000000ms -[2025.05.25-17.25.17:564][407]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_2 -[2025.05.25-17.25.17:564][407]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_2'. -[2025.05.25-17.25.18:733][414]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_3 -[2025.05.25-17.25.18:733][414]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_3'. -[2025.05.25-17.25.56:570][534]LogDerivedDataCache: C:/Users/rannosam/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.000 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 0 files in 1 folders with total size 0 MiB. -[2025.05.25-17.28.00:862][ 1]LogShaderCompilers: Display: ================================================ -[2025.05.25-17.28.00:862][ 1]LogShaderCompilers: Display: === FShaderJobCache stats === -[2025.05.25-17.28.00:862][ 1]LogShaderCompilers: Display: Total job queries 101, among them cache hits 3 (2.97%), DDC hits 43 (42.57%), Duplicates 49 (48.51%) -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: Tracking 49 distinct input hashes that result in 39 distinct outputs (79.59%) -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: RAM used: 71.62 KiB of 1.60 GiB budget. Usage: 0.00% -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: === Shader Compilation stats === -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: Shaders Compiled: 6 -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: Jobs assigned 6, completed 6 (100%) -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: Time job spent in pending queue: average 0.05 s, longest 0.08 s -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: Job execution time: average 12.50 s, max 13.69 s -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: Job life time (pending + execution): average 12.55 s, max 13.76 -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: Shader code size: average 17.532 KiB, min 12.203 KiB, max 26.266 KiB -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 13.77 s -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.00% -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: Jobs were issued in 6 batches (only local compilation was used), average 1.00 jobs/batch -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: Average processing rate: 0.44 jobs/sec -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: Total thread time: 8.613 s -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: Total thread preprocess time: 1.983 s -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: Percentage time preprocessing: 23.02% -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: Effective parallelization: 0.63 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy (compiled 2 times, average 2.62 sec, max 2.63 sec, min 2.60 sec) -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: TMaterialCHSFPrecomputedVolumetricLightmapLightingPolicy (compiled 2 times, average 1.18 sec, max 1.20 sec, min 1.16 sec) -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy (compiled 2 times, average 0.51 sec, max 0.52 sec, min 0.51 sec) -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: TMaterialCHSFNoLightMapPolicy (compiled 0 times, average 0.00 sec, max 0.00 sec, min 0.00 sec) -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight (compiled 0 times, average 0.00 sec, max 0.00 sec, min 0.00 sec) -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: Top 5 shader types by total compile time: -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy - 60.74% of total time (compiled 2 times, average 2.62 sec, max 2.63 sec, min 2.60 sec) -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: TMaterialCHSFPrecomputedVolumetricLightmapLightingPolicy - 27.38% of total time (compiled 2 times, average 1.18 sec, max 1.20 sec, min 1.16 sec) -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy - 11.88% of total time (compiled 2 times, average 0.51 sec, max 0.52 sec, min 0.51 sec) -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: TMaterialCHSFNoLightMapPolicy - 0.00% of total time (compiled 0 times, average 0.00 sec, max 0.00 sec, min 0.00 sec) -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight - 0.00% of total time (compiled 0 times, average 0.00 sec, max 0.00 sec, min 0.00 sec) -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: === Material stats === -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: Materials Cooked: 0 -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: Materials Translated: 171 -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: Material Total Translate Time: 0.22 s -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: Material Translation Only: 0.06 s (25%) -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (1%) -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: Material Cache Hits: 26 (15%) -[2025.05.25-17.28.00:863][ 1]LogShaderCompilers: Display: ================================================ -[2025.05.25-17.31.03:615][549]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 379.803619 -[2025.05.25-17.31.04:615][552]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change -[2025.05.25-17.31.04:615][552]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 380.470398, Update Interval: 325.230865 -[2025.05.25-17.36.33:143][537]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 709.329102 -[2025.05.25-17.36.34:143][540]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change -[2025.05.25-17.36.34:143][540]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 709.996277, Update Interval: 342.945038 -[2025.05.25-17.42.24:856][592]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 1061.041016 -[2025.05.25-17.42.25:857][595]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change -[2025.05.25-17.42.25:857][595]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 1061.707642, Update Interval: 315.447235 -[2025.05.25-17.47.57:280][589]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 1393.461792 -[2025.05.25-17.47.58:280][592]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change -[2025.05.25-17.47.58:280][592]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 1394.128540, Update Interval: 310.576508 -[2025.05.25-17.51.06:196][216]LogDebuggerCommands: Repeating last play command: VR Preview -[2025.05.25-17.51.06:211][216]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.05.25-17.51.06:233][216]LogOnline: OSS: Created online subsystem instance for: NULL -[2025.05.25-17.51.06:233][216]LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL] -[2025.05.25-17.51.06:235][216]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap -[2025.05.25-17.51.06:242][216]LogPlayLevel: PIE: StaticDuplicateObject took: (0.006630s) -[2025.05.25-17.51.06:242][216]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.006697s) -[2025.05.25-17.51.06:291][216]LogUObjectHash: Compacting FUObjectHashTables data took 0.78ms -[2025.05.25-17.51.06:293][216]LogMRUK: Loading MR Utility Kit Shared library -[2025.05.25-17.51.06:446][216]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap -[2025.05.25-17.51.06:447][216]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. -[2025.05.25-17.51.06:448][216]LogPlayLevel: PIE: World Init took: (0.002108s) -[2025.05.25-17.51.06:449][216]LogAudio: Display: Creating Audio Device: Id: 2, Scope: Unique, Realtime: True -[2025.05.25-17.51.06:449][216]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.05.25-17.51.06:449][216]LogAudioMixer: Display: Sample Rate: 48000 -[2025.05.25-17.51.06:449][216]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.05.25-17.51.06:449][216]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.05.25-17.51.06:449][216]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.05.25-17.51.06:449][216]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.05.25-17.51.06:449][216]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.05.25-17.51.06:449][216]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.05.25-17.51.06:449][216]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.05.25-17.51.06:449][216]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.05.25-17.51.06:449][216]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.05.25-17.51.06:452][216]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.05.25-17.51.06:497][216]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) -[2025.05.25-17.51.06:497][216]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.05.25-17.51.06:497][216]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.05.25-17.51.06:497][216]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.05.25-17.51.06:497][216]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=2 -[2025.05.25-17.51.06:497][216]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=2 -[2025.05.25-17.51.06:501][216]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=2 -[2025.05.25-17.51.06:501][216]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=2 -[2025.05.25-17.51.06:501][216]LogInit: FAudioDevice initialized with ID 2. -[2025.05.25-17.51.06:501][216]LogAudio: Display: Audio Device (ID: 2) registered with world 'VRTemplateMap'. -[2025.05.25-17.51.06:501][216]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 2 -[2025.05.25-17.51.06:519][216]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-17.51.06:519][216]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 -[2025.05.25-17.51.06:519][216]LogHMD: Collecting Telemetry Data -[2025.05.25-17.51.06:519][216]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=509299083117899 -[2025.05.25-17.51.06:519][216]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.06:578][216]LogLoad: Game class is 'VRGameMode_C' -[2025.05.25-17.51.06:580][216]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.25-20.51.06 -[2025.05.25-17.51.06:580][216]LogWorld: Bringing up level for play took: 0.001908 -[2025.05.25-17.51.06:584][216]LogOnline: OSS: Created online subsystem instance for: :Context_5 -[2025.05.25-17.51.06:622][216]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 -[2025.05.25-17.51.06:625][216]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 -[2025.05.25-17.51.06:796][216]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... -[2025.05.25-17.51.06:797][216]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh -[2025.05.25-17.51.06:814][216]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... -[2025.05.25-17.51.06:816][216]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh -[2025.05.25-17.51.06:823][216]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" -[2025.05.25-17.51.06:837][216]PIE: Server logged in -[2025.05.25-17.51.06:839][216]PIE: Play in editor total start time 0.637 seconds. -[2025.05.25-17.51.06:849][216]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) -[2025.05.25-17.51.06:933][216]LogRenderer: Warning: Resizing VR buffer to 4128 by 2272 -[2025.05.25-17.51.06:945][216]LogHMD: Allocating Oculus 4128 x 2272 depth rendertarget swapchain -[2025.05.25-17.51.06:960][216]LogSlate: Took 0.009028 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) -[2025.05.25-17.51.07:096][217]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer -[2025.05.25-17.51.07:121][218]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=509299685470600 -[2025.05.25-17.51.07:121][218]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.07:121][218]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_LOSS_PENDING session=78 time=509299685480800 -[2025.05.25-17.51.07:121][218]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.07:123][218]LogOVRPlugin: Error: [XRCMD][failure] [XR_ERROR_SESSION_LOST]: xrCreateSwapchain(m_compositor->m_xrSession, &swapchainCreateInfo, &swapchain), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D12.cpp:131 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:342) -[2025.05.25-17.51.07:123][218]LogOVRPlugin: Error: OpenXR error: XR_ERROR_SESSION_LOST, cmd xrCreateSwapchain(m_compositor->m_xrSession, &swapchainCreateInfo, &swapchain) (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D12.cpp:131) -[2025.05.25-17.51.07:123][218]LogOVRPlugin: Error: [XRCMD][failure] [XR_ERROR_HANDLE_INVALID]: xrEnumerateSwapchainImages(swapchain, 0, &imageCount, nullptr), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D12.cpp:140 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:342) -[2025.05.25-17.51.07:123][218]LogOVRPlugin: Error: OpenXR error: XR_ERROR_HANDLE_INVALID, cmd xrEnumerateSwapchainImages(swapchain, 0, &imageCount, nullptr) (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D12.cpp:140) -[2025.05.25-17.51.07:123][218]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 0000000000000000, 0 stages -[2025.05.25-17.51.07:123][218]LogOVRPlugin: Error: [XRCMD][failure] [XR_ERROR_HANDLE_INVALID]: xrEnumerateSwapchainImages( swapchain, imageCount, &imageCount, (XrSwapchainImageBaseHeader*)&textureSwapChainImages[0]), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D12.cpp:158 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:342) -[2025.05.25-17.51.07:123][218]LogOVRPlugin: Error: OpenXR error: XR_ERROR_HANDLE_INVALID, cmd xrEnumerateSwapchainImages( swapchain, imageCount, &imageCount, (XrSwapchainImageBaseHeader*)&textureSwapChainImages[0]) (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D12.cpp:158) -[2025.05.25-17.51.07:123][218]LogHMD: Error: Failed to create Oculus layer texture. NOTE: This causes a leak of 0 other texture(s), which will go unused. -[2025.05.25-17.51.07:123][218]LogOVRPlugin: Error: [XRCMD][failure] [XR_ERROR_SESSION_LOST]: xrBeginFrame(m_xrSession, nullptr), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:11217 (arvr\projects\integrations\OVRPlugin\Src\Util/CompositorOpenXR.h:342) -[2025.05.25-17.51.07:123][218]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed: -17 -[2025.05.25-17.51.07:123][218]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1 failed (-1000) -[2025.05.25-17.51.07:131][218]LogOVRPlugin: Error: [XRCMD][failure] [XR_ERROR_SESSION_LOST]: xrWaitFrame(m_xrSession, nullptr, &frameState), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:11126 (arvr\projects\integrations\OVRPlugin\Src\Util/CompositorOpenXR.h:342) -[2025.05.25-17.51.07:131][218]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().WaitToBeginFrame 2 failed (-1000) -[2025.05.25-17.51.07:131][218]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2 outside of frame bounds -[2025.05.25-17.51.07:133][218]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1 failed (-1003) -[2025.05.25-17.51.07:136][218]LogOVRPlugin: Error: [XRCMD][failure] [XR_ERROR_SESSION_LOST]: xrCreateSwapchain(m_compositor->m_xrSession, &swapchainCreateInfo, &swapchain), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D12.cpp:131 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:342) -[2025.05.25-17.51.07:136][218]LogOVRPlugin: Error: OpenXR error: XR_ERROR_SESSION_LOST, cmd xrCreateSwapchain(m_compositor->m_xrSession, &swapchainCreateInfo, &swapchain) (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D12.cpp:131) -[2025.05.25-17.51.07:136][218]LogOVRPlugin: Error: [XRCMD][failure] [XR_ERROR_HANDLE_INVALID]: xrEnumerateSwapchainImages(swapchain, 0, &imageCount, nullptr), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D12.cpp:140 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:342) -[2025.05.25-17.51.07:136][218]LogOVRPlugin: Error: OpenXR error: XR_ERROR_HANDLE_INVALID, cmd xrEnumerateSwapchainImages(swapchain, 0, &imageCount, nullptr) (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D12.cpp:140) -[2025.05.25-17.51.07:137][218]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 0000000000000000, 0 stages -[2025.05.25-17.51.07:137][218]LogOVRPlugin: Error: [XRCMD][failure] [XR_ERROR_HANDLE_INVALID]: xrEnumerateSwapchainImages( swapchain, imageCount, &imageCount, (XrSwapchainImageBaseHeader*)&textureSwapChainImages[0]), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D12.cpp:158 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:342) -[2025.05.25-17.51.07:137][218]LogOVRPlugin: Error: OpenXR error: XR_ERROR_HANDLE_INVALID, cmd xrEnumerateSwapchainImages( swapchain, imageCount, &imageCount, (XrSwapchainImageBaseHeader*)&textureSwapChainImages[0]) (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D12.cpp:158) -[2025.05.25-17.51.07:137][218]LogHMD: Error: Failed to create Oculus layer texture. NOTE: This causes a leak of 0 other texture(s), which will go unused. -[2025.05.25-17.51.07:137][218]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2 outside of frame bounds -[2025.05.25-17.51.07:137][218]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.07:137][218]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2 failed (-1000) -[2025.05.25-17.51.07:324][218]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-17.51.07:324][218]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap -[2025.05.25-17.51.07:380][218]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.106.0' being destroyed -[2025.05.25-17.51.07:424][218]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true -[2025.05.25-17.51.07:426][218]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.51.07:429][218]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.05.25-17.51.07:434][218]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.51.07:448][218]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.05.25-17.51.07:460][218]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 2 -[2025.05.25-17.51.07:460][218]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 -[2025.05.25-17.51.07:463][218]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 -[2025.05.25-17.51.07:500][218]LogSlate: Slate User Unregistered. User Index 8 -[2025.05.25-17.51.07:500][218]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 -[2025.05.25-17.51.07:501][218]LogUObjectHash: Compacting FUObjectHashTables data took 0.75ms -[2025.05.25-17.51.07:586][219]LogPlayLevel: Display: Destroying online subsystem :Context_5 -[2025.05.25-17.51.07:601][219]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() -[2025.05.25-17.51.07:714][219]LogOVRPlugin: m_xrSession destroyed -[2025.05.25-17.51.07:739][219]LogOVRPlugin: m_xrInstance destroyed -[2025.05.25-17.51.28:635][512]LogDebuggerCommands: Repeating last play command: VR Preview -[2025.05.25-17.51.28:641][512]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.05.25-17.51.28:641][512]LogHMD: Initializing OVRPlugin session -[2025.05.25-17.51.28:641][512]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 -[2025.05.25-17.51.28:641][512]LogOVRPlugin: Display: commandQueue is null -[2025.05.25-17.51.28:641][512]LogOVRPlugin: CompositorOpenXR::Initialize() -[2025.05.25-17.51.28:641][512]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions -[2025.05.25-17.51.28:745][512]LogOVRPlugin: Display: Available Extensions: (67) -[2025.05.25-17.51.28:745][512]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 -[2025.05.25-17.51.28:745][512]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 -[2025.05.25-17.51.28:745][512]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 -[2025.05.25-17.51.28:745][512]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 -[2025.05.25-17.51.28:745][512]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state -[2025.05.25-17.51.28:746][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan -[2025.05.25-17.51.28:747][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation -[2025.05.25-17.51.28:747][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration -[2025.05.25-17.51.28:747][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan -[2025.05.25-17.51.28:747][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info -[2025.05.25-17.51.28:747][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked -[2025.05.25-17.51.28:747][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout -[2025.05.25-17.51.28:747][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 -[2025.05.25-17.51.28:747][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough -[2025.05.25-17.51.28:747][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh -[2025.05.25-17.51.28:747][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands -[2025.05.25-17.51.28:747][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut -[2025.05.25-17.51.28:747][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences -[2025.05.25-17.51.28:747][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event -[2025.05.25-17.51.28:747][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events -[2025.05.25-17.51.28:747][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking -[2025.05.25-17.51.28:747][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range -[2025.05.25-17.51.28:747][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode -[2025.05.25-17.51.28:747][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking -[2025.05.25-17.51.28:747][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 -[2025.05.25-17.51.28:747][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes -[2025.05.25-17.51.28:747][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social -[2025.05.25-17.51.28:747][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction -[2025.05.25-17.51.28:747][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth -[2025.05.25-17.51.28:747][512]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future -[2025.05.25-17.51.28:769][512]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded -[2025.05.25-17.51.28:769][512]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.108.0 -[2025.05.25-17.51.28:770][512]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 23 -[2025.05.25-17.51.28:949][512]LogOVRPlugin: Display: OpenXR system properties: - venderId 4294955582, systemName Meta Quest 3, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 -[2025.05.25-17.51.28:949][512]LogOVRPlugin: Display: OpenXR hand tracking system properties: +[2025.05.26-09.13.40:972][ 1]LogSourceControl: Uncontrolled asset enumeration started... +[2025.05.26-09.13.40:972][ 1]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000000 seconds (updated 0 objects) +[2025.05.26-09.13.41:008][ 1]LogFab: Error: Login failed - error code: EOS_InvalidParameters +[2025.05.26-09.13.41:282][ 2]LogSourceControl: Uncontrolled asset enumeration finished in 0.309013 seconds (Found 8120 uncontrolled assets) +[2025.05.26-09.13.41:926][ 2]LogSlate: External Image Picker: DecompressImage failed +[2025.05.26-09.13.42:230][ 3]LogEOSSDK: LogEOS: SDK Config Platform Update Request Successful, Time: 9.516460 +[2025.05.26-09.13.42:231][ 3]LogEOSSDK: LogEOSAnalytics: EOS SDK Analytics disabled for route [1]. +[2025.05.26-09.13.42:232][ 3]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 9.641102 +[2025.05.26-09.13.43:450][ 7]LogEOSSDK: LogEOSAnalytics: Start Session (User: ...) +[2025.05.26-09.13.43:783][ 8]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_1 +[2025.05.26-09.13.43:783][ 8]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_1'. +[2025.05.26-09.13.43:817][ 9]LogEOSSDK: LogEOS: SDK Config Product Update Request Successful, Time: 11.213302 +[2025.05.26-09.13.43:819][ 9]LogEOSSDK: LogEOS: SDK Config Data - Watermark: 607272702 +[2025.05.26-09.13.43:819][ 9]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 11.213302, Update Interval: 300.820343 +[2025.05.26-09.13.44:490][ 12]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_2 +[2025.05.26-09.13.44:490][ 12]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_2'. +[2025.05.26-09.13.44:919][ 17]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_3 +[2025.05.26-09.13.44:919][ 17]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_3'. +[2025.05.26-09.13.45:431][ 36]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_4 +[2025.05.26-09.13.45:432][ 36]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_4'. +[2025.05.26-09.14.28:705][391]LogAssetEditorSubsystem: Opening Asset editor for AnimBlueprint /Game/Animations/AI/AP_GoblinAI.AP_GoblinAI +[2025.05.26-09.14.28:705][391]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_5 +[2025.05.26-09.14.28:707][391]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_5'. +[2025.05.26-09.14.28:717][391]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_6 +[2025.05.26-09.14.28:718][391]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_6'. +[2025.05.26-09.14.28:721][391]LogStreaming: Display: FlushAsyncLoading(379): 1 QueuedPackages, 0 AsyncPackages +[2025.05.26-09.14.28:752][391]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_6:PersistentLevel.AnimationEditorPreviewActor_0.DebugSkelMeshComponent_0) Already registered. Aborting. +[2025.05.26-09.14.29:041][391]LogClass: Warning: Short type name "EOculusLocationFlags" provided for TryFindType. Please convert it to a path name (suggested: "/Script/OculusXRAnchors.EOculusLocationFlags"). Callstack: + +0x00007ffd745c085d UnrealEditor-CoreUObject.dll!UnknownFunction [] +0x00007ffd5d98947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5d9fcac1 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5d9fc8a9 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5dafb794 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5d9d169a UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5db3ad2e UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5da1461c UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5d93e017 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] + +[2025.05.26-09.14.30:127][391]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_7 +[2025.05.26-09.14.30:128][391]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_7'. +[2025.05.26-09.14.30:178][391]LogAssetEditorSubsystem: Opening Asset editor for BlendSpace1D /Game/Animations/AI/GoblinWalkBlendSpace1D.GoblinWalkBlendSpace1D +[2025.05.26-09.14.30:181][391]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_8 +[2025.05.26-09.14.30:182][391]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_8'. +[2025.05.26-09.14.30:185][391]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_8:PersistentLevel.AnimationEditorPreviewActor_0.DebugSkelMeshComponent_0) Already registered. Aborting. +[2025.05.26-09.14.30:543][391]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_9 +[2025.05.26-09.14.30:543][391]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_9'. +[2025.05.26-09.14.30:610][391]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin +[2025.05.26-09.14.30:611][391]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_10 +[2025.05.26-09.14.30:611][391]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_10'. +[2025.05.26-09.14.30:755][391]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn +[2025.05.26-09.14.30:755][391]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_11 +[2025.05.26-09.14.30:757][391]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_11'. +[2025.05.26-09.14.30:890][391]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/VRTemplate/Blueprints/BP_ArrowSpell.BP_ArrowSpell +[2025.05.26-09.14.30:891][391]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_12 +[2025.05.26-09.14.30:891][391]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_12'. +[2025.05.26-09.14.31:022][391]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/VRTemplate/Blueprints/BP_Fireball.BP_Fireball +[2025.05.26-09.14.31:023][391]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_13 +[2025.05.26-09.14.31:023][391]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_13'. +[2025.05.26-09.14.31:243][391]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/VRTemplate/Blueprints/BP_EnemyAI.BP_EnemyAI +[2025.05.26-09.14.31:243][391]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_14 +[2025.05.26-09.14.31:244][391]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_14'. +[2025.05.26-09.14.31:820][391]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_15 +[2025.05.26-09.14.31:820][391]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_15'. +[2025.05.26-09.14.31:983][391]LogSlate: Took 0.000271 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-BoldCondensed.ttf' (158K) +[2025.05.26-09.14.32:383][395]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_16 +[2025.05.26-09.14.32:383][395]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_16'. +[2025.05.26-09.14.32:481][396]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_17 +[2025.05.26-09.14.32:482][396]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_17'. +[2025.05.26-09.15.25:944][560]LogDerivedDataCache: C:/Users/lauri/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.000 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 0 files in 1 folders with total size 0 MiB. +[2025.05.26-09.16.57:589][834]LogClass: Warning: Short type name "EOculusLocationFlags" provided for TryFindType. Please convert it to a path name (suggested: "/Script/OculusXRAnchors.EOculusLocationFlags"). Callstack: + +0x00007ffd745c085d UnrealEditor-CoreUObject.dll!UnknownFunction [] +0x00007ffd5d98947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5d9fcac1 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5da28e11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5d9f74ff UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5d9ccd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5d9505fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd6914939b UnrealEditor-UnrealEd.dll!UnknownFunction [] +0x00007ffd6e9fce75 UnrealEditor-Engine.dll!UnknownFunction [] + +[2025.05.26-09.16.57:601][834]LogClass: Warning: Short type name "EOculusLocationFlags" provided for TryFindType. Please convert it to a path name (suggested: "/Script/OculusXRAnchors.EOculusLocationFlags"). Callstack: + +0x00007ffd745c085d UnrealEditor-CoreUObject.dll!UnknownFunction [] +0x00007ffd5d98947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5da052af UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5d9f753d UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5d9ccd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5d9505fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd6914939b UnrealEditor-UnrealEd.dll!UnknownFunction [] +0x00007ffd6e9fce75 UnrealEditor-Engine.dll!UnknownFunction [] +0x00007ffd69183d3a UnrealEditor-UnrealEd.dll!UnknownFunction [] + +[2025.05.26-09.17.21:925][907]LogClass: Warning: Short type name "EMRUKComponentType" provided for TryFindType. Please convert it to a path name (suggested: "/Script/MRUtilityKit.EMRUKComponentType"). Callstack: + +0x00007ffd745c085d UnrealEditor-CoreUObject.dll!UnknownFunction [] +0x00007ffd5d98947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5d9fcac1 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5da28e11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5d9f74ff UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5d9ccd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5d9505fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd6914939b UnrealEditor-UnrealEd.dll!UnknownFunction [] +0x00007ffd6e9fce75 UnrealEditor-Engine.dll!UnknownFunction [] + +[2025.05.26-09.17.21:937][907]LogClass: Warning: Short type name "EMRUKComponentType" provided for TryFindType. Please convert it to a path name (suggested: "/Script/MRUtilityKit.EMRUKComponentType"). Callstack: + +0x00007ffd745c085d UnrealEditor-CoreUObject.dll!UnknownFunction [] +0x00007ffd5d98947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5da052af UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5d9f753d UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5d9ccd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5d9505fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd6914939b UnrealEditor-UnrealEd.dll!UnknownFunction [] +0x00007ffd6e9fce75 UnrealEditor-Engine.dll!UnknownFunction [] +0x00007ffd69183d3a UnrealEditor-UnrealEd.dll!UnknownFunction [] + +[2025.05.26-09.18.45:263][157]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 312.673645 +[2025.05.26-09.18.46:260][160]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.05.26-09.18.46:261][160]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 313.338470, Update Interval: 315.701782 +[2025.05.26-09.19.19:597][260]LogClass: Warning: Short type name "EMRUKComponentType" provided for TryFindType. Please convert it to a path name (suggested: "/Script/MRUtilityKit.EMRUKComponentType"). Callstack: + +0x00007ffd745c085d UnrealEditor-CoreUObject.dll!UnknownFunction [] +0x00007ffd5d98947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5daa1911 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5da28e11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5daa06e8 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5d9ccd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5d9505fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd6914939b UnrealEditor-UnrealEd.dll!UnknownFunction [] +0x00007ffd6e9fce75 UnrealEditor-Engine.dll!UnknownFunction [] + +[2025.05.26-09.19.19:609][260]LogClass: Warning: Short type name "EMRUKComponentType" provided for TryFindType. Please convert it to a path name (suggested: "/Script/MRUtilityKit.EMRUKComponentType"). Callstack: + +0x00007ffd745c085d UnrealEditor-CoreUObject.dll!UnknownFunction [] +0x00007ffd5d98947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5da052af UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5daa0723 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5d9ccd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5d9505fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd6914939b UnrealEditor-UnrealEd.dll!UnknownFunction [] +0x00007ffd6e9fce75 UnrealEditor-Engine.dll!UnknownFunction [] +0x00007ffd69183d3a UnrealEditor-UnrealEd.dll!UnknownFunction [] + +[2025.05.26-09.20.02:601][389]LogClass: Warning: Short type name "EMRUKComponentType" provided for TryFindType. Please convert it to a path name (suggested: "/Script/MRUtilityKit.EMRUKComponentType"). Callstack: + +0x00007ffd745c085d UnrealEditor-CoreUObject.dll!UnknownFunction [] +0x00007ffd5d98947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5daa1911 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5da28e11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5daff3ee UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5d9ccd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5d9505fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd6914939b UnrealEditor-UnrealEd.dll!UnknownFunction [] +0x00007ffd6e9fce75 UnrealEditor-Engine.dll!UnknownFunction [] + +[2025.05.26-09.20.02:613][389]LogClass: Warning: Short type name "EMRUKComponentType" provided for TryFindType. Please convert it to a path name (suggested: "/Script/MRUtilityKit.EMRUKComponentType"). Callstack: + +0x00007ffd745c085d UnrealEditor-CoreUObject.dll!UnknownFunction [] +0x00007ffd5d98947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5da052af UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5daff429 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5d9ccd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd5d9505fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] +0x00007ffd6914939b UnrealEditor-UnrealEd.dll!UnknownFunction [] +0x00007ffd6e9fce75 UnrealEditor-Engine.dll!UnknownFunction [] +0x00007ffd69183d3a UnrealEditor-UnrealEd.dll!UnknownFunction [] + +[2025.05.26-09.24.05:952][119]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 633.364441 +[2025.05.26-09.24.06:952][122]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.05.26-09.24.06:952][122]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 634.030945, Update Interval: 346.836151 +[2025.05.26-09.29.58:644][177]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 986.055908 +[2025.05.26-09.29.59:643][180]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.05.26-09.29.59:643][180]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 986.722290, Update Interval: 302.554413 +[2025.05.26-09.35.16:670][131]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 1304.080200 +[2025.05.26-09.35.17:670][134]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.05.26-09.35.17:670][134]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 1304.746826, Update Interval: 351.580566 +[2025.05.26-09.41.41:033][284]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 1688.444580 +[2025.05.26-09.41.42:033][287]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.05.26-09.41.42:033][287]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 1689.111206, Update Interval: 330.281067 +[2025.05.26-09.47.59:735][420]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 2067.143799 +[2025.05.26-09.48.00:732][423]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.05.26-09.48.00:732][423]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 2067.808838, Update Interval: 322.330383 +[2025.05.26-09.54.07:197][335]LogUObjectHash: Compacting FUObjectHashTables data took 2.01ms +[2025.05.26-09.54.14:652][910]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/VRTemplate/Blueprints/BP_Spawner.BP_Spawner +[2025.05.26-09.54.14:652][910]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_18 +[2025.05.26-09.54.14:653][910]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_18'. +[2025.05.26-09.54.16:231][965]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 2443.648926 +[2025.05.26-09.54.16:459][980]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.05.26-09.54.16:459][980]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 2443.861816, Update Interval: 304.566803 +[2025.05.26-09.54.28:838][931]LogUObjectHash: Compacting FUObjectHashTables data took 1.76ms +[2025.05.26-09.54.42:238][942]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-09.54.42:243][942]LogOnline: OSS: Created online subsystem instance for: NULL +[2025.05.26-09.54.42:243][942]LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL] +[2025.05.26-09.54.42:243][942]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-09.54.42:252][942]LogPlayLevel: PIE: StaticDuplicateObject took: (0.008493s) +[2025.05.26-09.54.42:252][942]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.008562s) +[2025.05.26-09.54.42:278][942]LogUObjectHash: Compacting FUObjectHashTables data took 1.78ms +[2025.05.26-09.54.42:280][942]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-09.54.42:282][942]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-09.54.42:283][942]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-09.54.42:283][942]LogPlayLevel: PIE: World Init took: (0.001705s) +[2025.05.26-09.54.42:284][942]LogAudio: Display: Creating Audio Device: Id: 2, Scope: Unique, Realtime: True +[2025.05.26-09.54.42:284][942]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-09.54.42:284][942]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-09.54.42:284][942]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-09.54.42:284][942]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-09.54.42:284][942]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-09.54.42:284][942]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-09.54.42:284][942]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-09.54.42:284][942]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-09.54.42:284][942]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-09.54.42:284][942]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-09.54.42:284][942]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-09.54.42:286][942]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-09.54.42:328][942]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-09.54.42:328][942]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-09.54.42:328][942]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-09.54.42:328][942]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-09.54.42:329][942]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=2 +[2025.05.26-09.54.42:329][942]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=2 +[2025.05.26-09.54.42:332][942]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=2 +[2025.05.26-09.54.42:332][942]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=2 +[2025.05.26-09.54.42:332][942]LogInit: FAudioDevice initialized with ID 2. +[2025.05.26-09.54.42:332][942]LogAudio: Display: Audio Device (ID: 2) registered with world 'VRTemplateMap'. +[2025.05.26-09.54.42:332][942]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 2 +[2025.05.26-09.54.42:335][942]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-09.54.42:336][942]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-12.54.42 +[2025.05.26-09.54.42:337][942]LogWorld: Bringing up level for play took: 0.001638 +[2025.05.26-09.54.42:340][942]LogOnline: OSS: Created online subsystem instance for: :Context_20 +[2025.05.26-09.54.42:359][942]PIE: Server logged in +[2025.05.26-09.54.42:359][942]PIE: Play in editor total start time 0,122 seconds. +[2025.05.26-09.54.42:364][942]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.05.26-09.54.55:052][ 42]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.54.55:052][ 42]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-09.54.55:055][ 42]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-09.54.55:056][ 42]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-09.54.55:060][ 42]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-09.54.55:073][ 42]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-09.54.55:099][ 42]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.54.55:099][ 42]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 2 +[2025.05.26-09.54.55:099][ 42]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 +[2025.05.26-09.54.55:102][ 42]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 +[2025.05.26-09.54.55:115][ 42]LogUObjectHash: Compacting FUObjectHashTables data took 2.23ms +[2025.05.26-09.54.55:163][ 43]LogPlayLevel: Display: Destroying online subsystem :Context_20 +[2025.05.26-09.55.07:013][986]LogUObjectHash: Compacting FUObjectHashTables data took 1.79ms +[2025.05.26-09.55.09:213][139]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-09.55.09:213][139]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-09.55.09:219][139]LogPlayLevel: PIE: StaticDuplicateObject took: (0.006527s) +[2025.05.26-09.55.09:219][139]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.006572s) +[2025.05.26-09.55.09:244][139]LogUObjectHash: Compacting FUObjectHashTables data took 1.83ms +[2025.05.26-09.55.09:246][139]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-09.55.09:248][139]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-09.55.09:249][139]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-09.55.09:249][139]LogPlayLevel: PIE: World Init took: (0.001592s) +[2025.05.26-09.55.09:251][139]LogAudio: Display: Creating Audio Device: Id: 3, Scope: Unique, Realtime: True +[2025.05.26-09.55.09:251][139]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-09.55.09:251][139]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-09.55.09:251][139]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-09.55.09:251][139]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-09.55.09:251][139]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-09.55.09:251][139]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-09.55.09:251][139]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-09.55.09:251][139]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-09.55.09:251][139]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-09.55.09:251][139]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-09.55.09:251][139]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-09.55.09:253][139]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-09.55.09:292][139]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-09.55.09:294][139]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-09.55.09:294][139]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-09.55.09:294][139]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-09.55.09:294][139]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=3 +[2025.05.26-09.55.09:294][139]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=3 +[2025.05.26-09.55.09:297][139]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=3 +[2025.05.26-09.55.09:297][139]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=3 +[2025.05.26-09.55.09:297][139]LogInit: FAudioDevice initialized with ID 3. +[2025.05.26-09.55.09:297][139]LogAudio: Display: Audio Device (ID: 3) registered with world 'VRTemplateMap'. +[2025.05.26-09.55.09:297][139]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 3 +[2025.05.26-09.55.09:299][139]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-09.55.09:300][139]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-12.55.09 +[2025.05.26-09.55.09:302][139]LogWorld: Bringing up level for play took: 0.001373 +[2025.05.26-09.55.09:304][139]LogOnline: OSS: Created online subsystem instance for: :Context_21 +[2025.05.26-09.55.09:319][139]PIE: Server logged in +[2025.05.26-09.55.09:321][139]PIE: Play in editor total start time 0,107 seconds. +[2025.05.26-09.55.20:862][172]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.55.20:862][172]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-09.55.20:864][172]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-09.55.20:864][172]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-09.55.20:866][172]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-09.55.20:874][172]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-09.55.20:896][172]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.05.26-09.55.20:896][172]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 3 +[2025.05.26-09.55.20:896][172]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 +[2025.05.26-09.55.20:898][172]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 +[2025.05.26-09.55.20:903][172]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.55.20:908][172]LogUObjectHash: Compacting FUObjectHashTables data took 1.95ms +[2025.05.26-09.55.20:942][173]LogPlayLevel: Display: Destroying online subsystem :Context_21 +[2025.05.26-09.55.40:756][ 34]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C +[2025.05.26-09.55.40:756][ 34]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C +[2025.05.26-09.55.40:758][ 34]LogActorFactory: Actor Factory spawned Blueprint /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin as actor: BP_EnemyGoblin_C /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_0 +[2025.05.26-09.55.40:760][ 34]LogActorFactory: Actor Factory spawned Blueprint /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin as actor: BP_EnemyGoblin_C /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_0 +[2025.05.26-09.55.41:223][ 69]LogUObjectHash: Compacting FUObjectHashTables data took 1.76ms +[2025.05.26-09.55.41:225][ 69]LogEditorActor: Deleted 0 Actors (0.027 secs) +[2025.05.26-09.55.41:228][ 69]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C +[2025.05.26-09.55.41:228][ 69]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C +[2025.05.26-09.55.41:233][ 69]LogActorFactory: Actor Factory spawned Blueprint /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin as actor: BP_EnemyGoblin_C /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_1 +[2025.05.26-09.55.41:234][ 69]LogActorFactory: Actor Factory spawned Blueprint /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin as actor: BP_EnemyGoblin_C /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_1 +[2025.05.26-09.55.47:644][510]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/VRTemplate/Blueprints/BP_ArrowSpell.BP_ArrowSpell_C +[2025.05.26-09.55.47:644][510]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/VRTemplate/Blueprints/BP_ArrowSpell.BP_ArrowSpell_C +[2025.05.26-09.55.47:646][510]LogActorFactory: Actor Factory spawned Blueprint /Game/VRTemplate/Blueprints/BP_ArrowSpell.BP_ArrowSpell as actor: BP_ArrowSpell_C /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.BP_ArrowSpell_C_0 +[2025.05.26-09.55.47:649][510]LogActorFactory: Actor Factory spawned Blueprint /Game/VRTemplate/Blueprints/BP_ArrowSpell.BP_ArrowSpell as actor: BP_ArrowSpell_C /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.BP_ArrowSpell_C_0 +[2025.05.26-09.55.48:924][589]LogUObjectHash: Compacting FUObjectHashTables data took 0.88ms +[2025.05.26-09.55.48:927][589]LogEditorActor: Deleted 0 Actors (0.026 secs) +[2025.05.26-09.55.48:930][589]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/VRTemplate/Blueprints/BP_ArrowSpell.BP_ArrowSpell_C +[2025.05.26-09.55.48:930][589]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/VRTemplate/Blueprints/BP_ArrowSpell.BP_ArrowSpell_C +[2025.05.26-09.55.48:934][589]LogActorFactory: Actor Factory spawned Blueprint /Game/VRTemplate/Blueprints/BP_ArrowSpell.BP_ArrowSpell as actor: BP_ArrowSpell_C /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.BP_ArrowSpell_C_1 +[2025.05.26-09.55.48:937][589]LogActorFactory: Actor Factory spawned Blueprint /Game/VRTemplate/Blueprints/BP_ArrowSpell.BP_ArrowSpell as actor: BP_ArrowSpell_C /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.BP_ArrowSpell_C_1 +[2025.05.26-09.56.02:701][377]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-09.56.02:701][377]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-09.56.02:708][377]LogPlayLevel: PIE: StaticDuplicateObject took: (0.007256s) +[2025.05.26-09.56.02:708][377]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.007292s) +[2025.05.26-09.56.02:735][377]LogUObjectHash: Compacting FUObjectHashTables data took 1.76ms +[2025.05.26-09.56.02:738][377]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-09.56.02:739][377]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-09.56.02:741][377]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-09.56.02:742][377]LogPlayLevel: PIE: World Init took: (0.001912s) +[2025.05.26-09.56.02:743][377]LogAudio: Display: Creating Audio Device: Id: 4, Scope: Unique, Realtime: True +[2025.05.26-09.56.02:744][377]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-09.56.02:744][377]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-09.56.02:744][377]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-09.56.02:744][377]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-09.56.02:744][377]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-09.56.02:744][377]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-09.56.02:744][377]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-09.56.02:744][377]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-09.56.02:744][377]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-09.56.02:744][377]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-09.56.02:744][377]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-09.56.02:746][377]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-09.56.02:786][377]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-09.56.02:786][377]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-09.56.02:786][377]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-09.56.02:786][377]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-09.56.02:787][377]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=4 +[2025.05.26-09.56.02:787][377]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=4 +[2025.05.26-09.56.02:789][377]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=4 +[2025.05.26-09.56.02:791][377]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=4 +[2025.05.26-09.56.02:791][377]LogInit: FAudioDevice initialized with ID 4. +[2025.05.26-09.56.02:791][377]LogAudio: Display: Audio Device (ID: 4) registered with world 'VRTemplateMap'. +[2025.05.26-09.56.02:791][377]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 4 +[2025.05.26-09.56.02:792][377]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-09.56.02:794][377]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-12.56.02 +[2025.05.26-09.56.02:795][377]LogWorld: Bringing up level for play took: 0.002348 +[2025.05.26-09.56.02:799][377]LogOnline: OSS: Created online subsystem instance for: :Context_22 +[2025.05.26-09.56.02:813][377]PIE: Server logged in +[2025.05.26-09.56.02:814][377]PIE: Play in editor total start time 0,124 seconds. +[2025.05.26-09.56.06:963][683]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.56.06:963][683]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-09.56.06:965][683]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-09.56.06:965][683]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-09.56.06:969][683]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-09.56.06:977][683]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-09.56.06:997][683]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.05.26-09.56.06:998][683]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 4 +[2025.05.26-09.56.06:998][683]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4 +[2025.05.26-09.56.06:999][683]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4 +[2025.05.26-09.56.07:005][683]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.56.07:008][683]LogUObjectHash: Compacting FUObjectHashTables data took 1.76ms +[2025.05.26-09.56.07:069][684]LogPlayLevel: Display: Destroying online subsystem :Context_22 +[2025.05.26-09.56.12:811][ 95]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-09.56.12:812][ 95]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-09.56.12:817][ 95]LogPlayLevel: PIE: StaticDuplicateObject took: (0.006559s) +[2025.05.26-09.56.12:819][ 95]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.006595s) +[2025.05.26-09.56.12:841][ 95]LogUObjectHash: Compacting FUObjectHashTables data took 1.67ms +[2025.05.26-09.56.12:845][ 95]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-09.56.12:846][ 95]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-09.56.12:847][ 95]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-09.56.12:848][ 95]LogPlayLevel: PIE: World Init took: (0.001779s) +[2025.05.26-09.56.12:849][ 95]LogAudio: Display: Creating Audio Device: Id: 5, Scope: Unique, Realtime: True +[2025.05.26-09.56.12:849][ 95]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-09.56.12:849][ 95]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-09.56.12:849][ 95]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-09.56.12:849][ 95]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-09.56.12:849][ 95]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-09.56.12:849][ 95]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-09.56.12:849][ 95]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-09.56.12:849][ 95]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-09.56.12:849][ 95]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-09.56.12:849][ 95]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-09.56.12:849][ 95]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-09.56.12:851][ 95]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-09.56.12:891][ 95]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-09.56.12:891][ 95]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-09.56.12:891][ 95]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-09.56.12:891][ 95]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-09.56.12:892][ 95]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=5 +[2025.05.26-09.56.12:892][ 95]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=5 +[2025.05.26-09.56.12:894][ 95]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=5 +[2025.05.26-09.56.12:894][ 95]LogInit: FAudioDevice initialized with ID 5. +[2025.05.26-09.56.12:894][ 95]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=5 +[2025.05.26-09.56.12:894][ 95]LogAudio: Display: Audio Device (ID: 5) registered with world 'VRTemplateMap'. +[2025.05.26-09.56.12:894][ 95]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 5 +[2025.05.26-09.56.12:897][ 95]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-09.56.12:899][ 95]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-12.56.12 +[2025.05.26-09.56.12:900][ 95]LogWorld: Bringing up level for play took: 0.002704 +[2025.05.26-09.56.12:903][ 95]LogOnline: OSS: Created online subsystem instance for: :Context_23 +[2025.05.26-09.56.12:917][ 95]PIE: Server logged in +[2025.05.26-09.56.12:919][ 95]PIE: Play in editor total start time 0,107 seconds. +[2025.05.26-09.56.14:229][187]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.56.14:229][187]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-09.56.14:232][187]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-09.56.14:233][187]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-09.56.14:238][187]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-09.56.14:246][187]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-09.56.14:270][187]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.56.14:270][187]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 5 +[2025.05.26-09.56.14:270][187]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5 +[2025.05.26-09.56.14:272][187]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5 +[2025.05.26-09.56.14:282][187]LogUObjectHash: Compacting FUObjectHashTables data took 1.86ms +[2025.05.26-09.56.14:343][188]LogPlayLevel: Display: Destroying online subsystem :Context_23 +[2025.05.26-09.56.16:986][361]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-09.56.16:986][361]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-09.56.16:993][361]LogPlayLevel: PIE: StaticDuplicateObject took: (0.006371s) +[2025.05.26-09.56.16:993][361]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.006406s) +[2025.05.26-09.56.17:017][361]LogUObjectHash: Compacting FUObjectHashTables data took 1.75ms +[2025.05.26-09.56.17:020][361]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-09.56.17:022][361]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-09.56.17:024][361]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-09.56.17:024][361]LogPlayLevel: PIE: World Init took: (0.001677s) +[2025.05.26-09.56.17:025][361]LogAudio: Display: Creating Audio Device: Id: 6, Scope: Unique, Realtime: True +[2025.05.26-09.56.17:025][361]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-09.56.17:025][361]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-09.56.17:025][361]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-09.56.17:025][361]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-09.56.17:025][361]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-09.56.17:025][361]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-09.56.17:025][361]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-09.56.17:025][361]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-09.56.17:025][361]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-09.56.17:025][361]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-09.56.17:025][361]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-09.56.17:028][361]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-09.56.17:072][361]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-09.56.17:073][361]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-09.56.17:073][361]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-09.56.17:073][361]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-09.56.17:073][361]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=6 +[2025.05.26-09.56.17:073][361]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=6 +[2025.05.26-09.56.17:077][361]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=6 +[2025.05.26-09.56.17:077][361]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=6 +[2025.05.26-09.56.17:077][361]LogInit: FAudioDevice initialized with ID 6. +[2025.05.26-09.56.17:077][361]LogAudio: Display: Audio Device (ID: 6) registered with world 'VRTemplateMap'. +[2025.05.26-09.56.17:077][361]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 6 +[2025.05.26-09.56.17:080][361]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-09.56.17:082][361]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-12.56.17 +[2025.05.26-09.56.17:083][361]LogWorld: Bringing up level for play took: 0.003010 +[2025.05.26-09.56.17:087][361]LogOnline: OSS: Created online subsystem instance for: :Context_24 +[2025.05.26-09.56.17:101][361]PIE: Server logged in +[2025.05.26-09.56.17:103][361]PIE: Play in editor total start time 0,116 seconds. +[2025.05.26-09.56.21:042][656]LogSlate: Took 0.000225 seconds to synchronously load lazily loaded font '../../../Engine/Content/Editor/Slate/Fonts/FontAwesome.ttf' (139K) +[2025.05.26-09.56.30:373][ 30]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.56.30:373][ 30]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-09.56.30:375][ 30]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-09.56.30:376][ 30]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-09.56.30:381][ 30]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-09.56.30:388][ 30]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-09.56.30:410][ 30]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.56.30:410][ 30]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 6 +[2025.05.26-09.56.30:410][ 30]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6 +[2025.05.26-09.56.30:413][ 30]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6 +[2025.05.26-09.56.30:422][ 30]LogUObjectHash: Compacting FUObjectHashTables data took 2.08ms +[2025.05.26-09.56.30:482][ 31]LogPlayLevel: Display: Destroying online subsystem :Context_24 +[2025.05.26-09.56.33:083][200]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-09.56.33:083][200]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-09.56.33:090][200]LogPlayLevel: PIE: StaticDuplicateObject took: (0.006442s) +[2025.05.26-09.56.33:090][200]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.006478s) +[2025.05.26-09.56.33:114][200]LogUObjectHash: Compacting FUObjectHashTables data took 1.84ms +[2025.05.26-09.56.33:116][200]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-09.56.33:118][200]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-09.56.33:120][200]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-09.56.33:120][200]LogPlayLevel: PIE: World Init took: (0.001957s) +[2025.05.26-09.56.33:121][200]LogAudio: Display: Creating Audio Device: Id: 7, Scope: Unique, Realtime: True +[2025.05.26-09.56.33:121][200]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-09.56.33:122][200]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-09.56.33:122][200]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-09.56.33:122][200]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-09.56.33:122][200]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-09.56.33:122][200]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-09.56.33:122][200]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-09.56.33:122][200]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-09.56.33:122][200]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-09.56.33:122][200]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-09.56.33:122][200]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-09.56.33:124][200]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-09.56.33:163][200]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-09.56.33:164][200]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-09.56.33:164][200]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-09.56.33:164][200]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-09.56.33:164][200]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=7 +[2025.05.26-09.56.33:165][200]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=7 +[2025.05.26-09.56.33:167][200]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=7 +[2025.05.26-09.56.33:167][200]LogInit: FAudioDevice initialized with ID 7. +[2025.05.26-09.56.33:167][200]LogAudio: Display: Audio Device (ID: 7) registered with world 'VRTemplateMap'. +[2025.05.26-09.56.33:167][200]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=7 +[2025.05.26-09.56.33:167][200]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 7 +[2025.05.26-09.56.33:171][200]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-09.56.33:173][200]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-12.56.33 +[2025.05.26-09.56.33:173][200]LogWorld: Bringing up level for play took: 0.002440 +[2025.05.26-09.56.33:176][200]LogOnline: OSS: Created online subsystem instance for: :Context_25 +[2025.05.26-09.56.33:188][200]PIE: Server logged in +[2025.05.26-09.56.33:190][200]PIE: Play in editor total start time 0,107 seconds. +[2025.05.26-09.56.36:954][488]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.56.36:954][488]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-09.56.36:955][488]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-09.56.36:956][488]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-09.56.36:961][488]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-09.56.36:969][488]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-09.56.36:989][488]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.56.36:989][488]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 7 +[2025.05.26-09.56.36:989][488]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7 +[2025.05.26-09.56.36:992][488]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7 +[2025.05.26-09.56.37:002][488]LogUObjectHash: Compacting FUObjectHashTables data took 1.78ms +[2025.05.26-09.56.37:061][489]LogPlayLevel: Display: Destroying online subsystem :Context_25 +[2025.05.26-09.56.39:579][661]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-09.56.39:579][661]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-09.56.39:586][661]LogPlayLevel: PIE: StaticDuplicateObject took: (0.006953s) +[2025.05.26-09.56.39:586][661]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.006988s) +[2025.05.26-09.56.39:611][661]LogUObjectHash: Compacting FUObjectHashTables data took 1.65ms +[2025.05.26-09.56.39:614][661]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-09.56.39:616][661]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-09.56.39:617][661]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-09.56.39:617][661]LogPlayLevel: PIE: World Init took: (0.001905s) +[2025.05.26-09.56.39:619][661]LogAudio: Display: Creating Audio Device: Id: 8, Scope: Unique, Realtime: True +[2025.05.26-09.56.39:619][661]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-09.56.39:619][661]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-09.56.39:619][661]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-09.56.39:619][661]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-09.56.39:619][661]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-09.56.39:619][661]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-09.56.39:619][661]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-09.56.39:619][661]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-09.56.39:619][661]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-09.56.39:619][661]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-09.56.39:619][661]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-09.56.39:621][661]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-09.56.39:661][661]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-09.56.39:662][661]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-09.56.39:662][661]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-09.56.39:662][661]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-09.56.39:662][661]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=8 +[2025.05.26-09.56.39:662][661]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=8 +[2025.05.26-09.56.39:665][661]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=8 +[2025.05.26-09.56.39:665][661]LogInit: FAudioDevice initialized with ID 8. +[2025.05.26-09.56.39:665][661]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=8 +[2025.05.26-09.56.39:665][661]LogAudio: Display: Audio Device (ID: 8) registered with world 'VRTemplateMap'. +[2025.05.26-09.56.39:665][661]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 8 +[2025.05.26-09.56.39:667][661]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-09.56.39:669][661]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-12.56.39 +[2025.05.26-09.56.39:671][661]LogWorld: Bringing up level for play took: 0.002953 +[2025.05.26-09.56.39:673][661]LogOnline: OSS: Created online subsystem instance for: :Context_26 +[2025.05.26-09.56.39:688][661]PIE: Server logged in +[2025.05.26-09.56.39:689][661]PIE: Play in editor total start time 0,11 seconds. +[2025.05.26-09.56.42:228][878]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.56.42:229][878]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-09.56.42:230][878]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-09.56.42:231][878]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-09.56.42:235][878]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-09.56.42:243][878]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-09.56.42:266][878]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.56.42:266][878]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 8 +[2025.05.26-09.56.42:266][878]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8 +[2025.05.26-09.56.42:269][878]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8 +[2025.05.26-09.56.42:278][878]LogUObjectHash: Compacting FUObjectHashTables data took 2.11ms +[2025.05.26-09.56.42:339][879]LogPlayLevel: Display: Destroying online subsystem :Context_26 +[2025.05.26-09.57.36:297][556]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-09.57.36:297][556]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-09.57.36:304][556]LogPlayLevel: PIE: StaticDuplicateObject took: (0.007071s) +[2025.05.26-09.57.36:304][556]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.007107s) +[2025.05.26-09.57.36:329][556]LogUObjectHash: Compacting FUObjectHashTables data took 1.89ms +[2025.05.26-09.57.36:332][556]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-09.57.36:334][556]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-09.57.36:335][556]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-09.57.36:336][556]LogPlayLevel: PIE: World Init took: (0.001864s) +[2025.05.26-09.57.36:337][556]LogAudio: Display: Creating Audio Device: Id: 9, Scope: Unique, Realtime: True +[2025.05.26-09.57.36:337][556]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-09.57.36:337][556]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-09.57.36:337][556]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-09.57.36:337][556]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-09.57.36:337][556]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-09.57.36:337][556]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-09.57.36:337][556]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-09.57.36:337][556]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-09.57.36:337][556]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-09.57.36:337][556]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-09.57.36:337][556]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-09.57.36:339][556]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-09.57.36:379][556]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-09.57.36:380][556]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-09.57.36:380][556]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-09.57.36:380][556]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-09.57.36:381][556]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=9 +[2025.05.26-09.57.36:381][556]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=9 +[2025.05.26-09.57.36:383][556]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=9 +[2025.05.26-09.57.36:383][556]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=9 +[2025.05.26-09.57.36:384][556]LogInit: FAudioDevice initialized with ID 9. +[2025.05.26-09.57.36:384][556]LogAudio: Display: Audio Device (ID: 9) registered with world 'VRTemplateMap'. +[2025.05.26-09.57.36:384][556]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 9 +[2025.05.26-09.57.36:392][556]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-09.57.36:394][556]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-12.57.36 +[2025.05.26-09.57.36:395][556]LogWorld: Bringing up level for play took: 0.002531 +[2025.05.26-09.57.36:397][556]LogOnline: OSS: Created online subsystem instance for: :Context_27 +[2025.05.26-09.57.36:411][556]PIE: Server logged in +[2025.05.26-09.57.36:413][556]PIE: Play in editor total start time 0,116 seconds. +[2025.05.26-09.57.38:308][695]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.57.38:308][695]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-09.57.38:310][695]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-09.57.38:310][695]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-09.57.38:314][695]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-09.57.38:322][695]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-09.57.38:344][695]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.57.38:344][695]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 9 +[2025.05.26-09.57.38:344][695]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=9 +[2025.05.26-09.57.38:346][695]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=9 +[2025.05.26-09.57.38:355][695]LogUObjectHash: Compacting FUObjectHashTables data took 1.73ms +[2025.05.26-09.57.38:416][696]LogPlayLevel: Display: Destroying online subsystem :Context_27 +[2025.05.26-09.57.55:898][750]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-09.57.55:898][750]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-09.57.55:906][750]LogPlayLevel: PIE: StaticDuplicateObject took: (0.008310s) +[2025.05.26-09.57.55:906][750]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.008347s) +[2025.05.26-09.57.55:931][750]LogUObjectHash: Compacting FUObjectHashTables data took 1.78ms +[2025.05.26-09.57.55:933][750]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-09.57.55:935][750]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-09.57.55:936][750]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-09.57.55:937][750]LogPlayLevel: PIE: World Init took: (0.001613s) +[2025.05.26-09.57.55:938][750]LogAudio: Display: Creating Audio Device: Id: 10, Scope: Unique, Realtime: True +[2025.05.26-09.57.55:938][750]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-09.57.55:938][750]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-09.57.55:938][750]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-09.57.55:938][750]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-09.57.55:938][750]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-09.57.55:938][750]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-09.57.55:938][750]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-09.57.55:938][750]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-09.57.55:938][750]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-09.57.55:938][750]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-09.57.55:938][750]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-09.57.55:939][750]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-09.57.55:980][750]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-09.57.55:980][750]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-09.57.55:980][750]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-09.57.55:980][750]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-09.57.55:980][750]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=10 +[2025.05.26-09.57.55:980][750]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=10 +[2025.05.26-09.57.55:982][750]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=10 +[2025.05.26-09.57.55:982][750]LogInit: FAudioDevice initialized with ID 10. +[2025.05.26-09.57.55:982][750]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=10 +[2025.05.26-09.57.55:982][750]LogAudio: Display: Audio Device (ID: 10) registered with world 'VRTemplateMap'. +[2025.05.26-09.57.55:982][750]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 10 +[2025.05.26-09.57.55:986][750]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-09.57.55:988][750]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-12.57.55 +[2025.05.26-09.57.55:988][750]LogWorld: Bringing up level for play took: 0.002456 +[2025.05.26-09.57.55:991][750]LogOnline: OSS: Created online subsystem instance for: :Context_28 +[2025.05.26-09.57.56:006][750]PIE: Server logged in +[2025.05.26-09.57.56:007][750]PIE: Play in editor total start time 0,109 seconds. +[2025.05.26-09.58.02:385][158]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.58.02:385][158]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-09.58.02:388][158]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-09.58.02:391][158]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-09.58.02:404][158]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-09.58.02:422][158]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-09.58.02:454][158]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.58.02:455][158]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 10 +[2025.05.26-09.58.02:455][158]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=10 +[2025.05.26-09.58.02:459][158]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=10 +[2025.05.26-09.58.02:481][158]LogUObjectHash: Compacting FUObjectHashTables data took 2.62ms +[2025.05.26-09.58.02:631][159]LogPlayLevel: Display: Destroying online subsystem :Context_28 +[2025.05.26-09.58.12:205][717]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-09.58.12:205][717]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-09.58.12:212][717]LogPlayLevel: PIE: StaticDuplicateObject took: (0.006764s) +[2025.05.26-09.58.12:212][717]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.006802s) +[2025.05.26-09.58.12:237][717]LogUObjectHash: Compacting FUObjectHashTables data took 1.71ms +[2025.05.26-09.58.12:239][717]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-09.58.12:242][717]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-09.58.12:243][717]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-09.58.12:243][717]LogPlayLevel: PIE: World Init took: (0.001621s) +[2025.05.26-09.58.12:244][717]LogAudio: Display: Creating Audio Device: Id: 11, Scope: Unique, Realtime: True +[2025.05.26-09.58.12:244][717]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-09.58.12:244][717]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-09.58.12:244][717]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-09.58.12:244][717]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-09.58.12:244][717]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-09.58.12:244][717]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-09.58.12:244][717]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-09.58.12:244][717]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-09.58.12:244][717]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-09.58.12:244][717]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-09.58.12:244][717]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-09.58.12:247][717]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-09.58.12:286][717]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-09.58.12:286][717]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-09.58.12:286][717]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-09.58.12:286][717]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-09.58.12:287][717]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=11 +[2025.05.26-09.58.12:287][717]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=11 +[2025.05.26-09.58.12:290][717]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=11 +[2025.05.26-09.58.12:290][717]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=11 +[2025.05.26-09.58.12:290][717]LogInit: FAudioDevice initialized with ID 11. +[2025.05.26-09.58.12:290][717]LogAudio: Display: Audio Device (ID: 11) registered with world 'VRTemplateMap'. +[2025.05.26-09.58.12:290][717]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 11 +[2025.05.26-09.58.12:293][717]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-09.58.12:295][717]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-12.58.12 +[2025.05.26-09.58.12:296][717]LogWorld: Bringing up level for play took: 0.002583 +[2025.05.26-09.58.12:299][717]LogOnline: OSS: Created online subsystem instance for: :Context_29 +[2025.05.26-09.58.12:312][717]PIE: Server logged in +[2025.05.26-09.58.12:313][717]PIE: Play in editor total start time 0,109 seconds. +[2025.05.26-09.58.20:943][445]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.58.20:943][445]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-09.58.20:943][445]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-09.58.20:946][445]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-09.58.20:950][445]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-09.58.20:957][445]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-09.58.20:980][445]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.58.20:980][445]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 11 +[2025.05.26-09.58.20:980][445]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=11 +[2025.05.26-09.58.20:982][445]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=11 +[2025.05.26-09.58.20:991][445]LogUObjectHash: Compacting FUObjectHashTables data took 1.77ms +[2025.05.26-09.58.21:047][448]LogPlayLevel: Display: Destroying online subsystem :Context_29 +[2025.05.26-09.58.23:325][588]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-09.58.23:325][588]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-09.58.23:332][588]LogPlayLevel: PIE: StaticDuplicateObject took: (0.006898s) +[2025.05.26-09.58.23:332][588]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.006936s) +[2025.05.26-09.58.23:356][588]LogUObjectHash: Compacting FUObjectHashTables data took 2.42ms +[2025.05.26-09.58.23:357][588]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-09.58.23:359][588]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-09.58.23:360][588]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-09.58.23:362][588]LogPlayLevel: PIE: World Init took: (0.002171s) +[2025.05.26-09.58.23:363][588]LogAudio: Display: Creating Audio Device: Id: 12, Scope: Unique, Realtime: True +[2025.05.26-09.58.23:363][588]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-09.58.23:363][588]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-09.58.23:363][588]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-09.58.23:363][588]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-09.58.23:363][588]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-09.58.23:363][588]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-09.58.23:363][588]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-09.58.23:363][588]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-09.58.23:363][588]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-09.58.23:363][588]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-09.58.23:363][588]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-09.58.23:364][588]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-09.58.23:411][588]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-09.58.23:411][588]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-09.58.23:411][588]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-09.58.23:411][588]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-09.58.23:411][588]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=12 +[2025.05.26-09.58.23:412][588]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=12 +[2025.05.26-09.58.23:414][588]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=12 +[2025.05.26-09.58.23:414][588]LogInit: FAudioDevice initialized with ID 12. +[2025.05.26-09.58.23:414][588]LogAudio: Display: Audio Device (ID: 12) registered with world 'VRTemplateMap'. +[2025.05.26-09.58.23:414][588]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=12 +[2025.05.26-09.58.23:414][588]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 12 +[2025.05.26-09.58.23:416][588]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-09.58.23:420][588]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-12.58.23 +[2025.05.26-09.58.23:420][588]LogWorld: Bringing up level for play took: 0.002802 +[2025.05.26-09.58.23:422][588]LogOnline: OSS: Created online subsystem instance for: :Context_30 +[2025.05.26-09.58.23:434][588]LogSpawn: Warning: SpawnActor failed because of collision at the spawn location [X=-3831.025 Y=-21.221 Z=8.000] for [BP_EnemyGoblin_C] +[2025.05.26-09.58.23:436][588]LogScript: Warning: Attempted to access BP_EnemyGoblin_C_10 via property CallFunc_FinishSpawningActor_ReturnValue, but BP_EnemyGoblin_C_10 is not valid (pending kill or garbage) + BP_Spawner_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_Spawner_C_1 + Function /Game/VRTemplate/Blueprints/BP_Spawner.BP_Spawner_C:ExecuteUbergraph_BP_Spawner:04F9 +[2025.05.26-09.58.23:436][588]PIE: Error: Blueprint Runtime Error: "Attempted to access BP_EnemyGoblin_C_10 via property CallFunc_FinishSpawningActor_ReturnValue, but BP_EnemyGoblin_C_10 is not valid (pending kill or garbage)". Node: Bind Event to On Enemy Died Graph: EventGraph Function: Execute Ubergraph BP Spawner Blueprint: BP_Spawner +[2025.05.26-09.58.23:437][588]PIE: Server logged in +[2025.05.26-09.58.23:438][588]PIE: Play in editor total start time 0,113 seconds. +[2025.05.26-09.58.29:347][169]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.58.29:347][169]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-09.58.29:349][169]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-09.58.29:349][169]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-09.58.29:355][169]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-09.58.29:362][169]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-09.58.29:384][169]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.58.29:385][169]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 12 +[2025.05.26-09.58.29:385][169]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=12 +[2025.05.26-09.58.29:387][169]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=12 +[2025.05.26-09.58.29:395][169]LogUObjectHash: Compacting FUObjectHashTables data took 2.11ms +[2025.05.26-09.58.29:501][170]LogPlayLevel: Display: Destroying online subsystem :Context_30 +[2025.05.26-09.58.34:903][383]LogSlate: Window 'Message Log' being destroyed +[2025.05.26-09.58.34:952][383]LogSlate: Window 'Message Log' being destroyed +[2025.05.26-09.58.37:771][545]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-09.58.37:771][545]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-09.58.37:777][545]LogPlayLevel: PIE: StaticDuplicateObject took: (0.006862s) +[2025.05.26-09.58.37:777][545]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.006896s) +[2025.05.26-09.58.37:801][545]LogUObjectHash: Compacting FUObjectHashTables data took 1.70ms +[2025.05.26-09.58.37:803][545]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-09.58.37:805][545]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-09.58.37:806][545]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-09.58.37:807][545]LogPlayLevel: PIE: World Init took: (0.001887s) +[2025.05.26-09.58.37:808][545]LogAudio: Display: Creating Audio Device: Id: 13, Scope: Unique, Realtime: True +[2025.05.26-09.58.37:808][545]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-09.58.37:808][545]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-09.58.37:808][545]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-09.58.37:808][545]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-09.58.37:808][545]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-09.58.37:808][545]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-09.58.37:808][545]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-09.58.37:808][545]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-09.58.37:808][545]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-09.58.37:808][545]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-09.58.37:808][545]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-09.58.37:810][545]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-09.58.37:849][545]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-09.58.37:849][545]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-09.58.37:849][545]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-09.58.37:849][545]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-09.58.37:849][545]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=13 +[2025.05.26-09.58.37:849][545]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=13 +[2025.05.26-09.58.37:854][545]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=13 +[2025.05.26-09.58.37:854][545]LogInit: FAudioDevice initialized with ID 13. +[2025.05.26-09.58.37:854][545]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=13 +[2025.05.26-09.58.37:854][545]LogAudio: Display: Audio Device (ID: 13) registered with world 'VRTemplateMap'. +[2025.05.26-09.58.37:854][545]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 13 +[2025.05.26-09.58.37:856][545]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-09.58.37:859][545]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-12.58.37 +[2025.05.26-09.58.37:859][545]LogWorld: Bringing up level for play took: 0.002459 +[2025.05.26-09.58.37:861][545]LogOnline: OSS: Created online subsystem instance for: :Context_31 +[2025.05.26-09.58.37:878][545]PIE: Server logged in +[2025.05.26-09.58.37:879][545]PIE: Play in editor total start time 0,109 seconds. +[2025.05.26-09.58.40:104][700]LogShaderCompilers: Display: ================================================ +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: Total job queries 166, among them cache hits 76 (45.78%), DDC hits 71 (42.77%), Duplicates 2 (1.20%) +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: Tracking 88 distinct input hashes that result in 77 distinct outputs (87.50%) +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: RAM used: 95,96 KiB of 1,60 GiB budget. Usage: 0.01% +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: Shaders Compiled: 17 +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: Jobs assigned 17, completed 17 (100%) +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: Average time worker was idle: 2.57 s +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: Time job spent in pending queue: average 8.56 s, longest 21.90 s +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: Job execution time: average 13.36 s, max 24.01 s +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: Job life time (pending + execution): average 21.91 s, max 25.05 +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: Shader code size: average 6,791 KiB, min 284 B, max 22,098 KiB +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 38.22 s +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.00% +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: Jobs were issued in 17 batches (only local compilation was used), average 1.00 jobs/batch +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: Average processing rate: 0.44 jobs/sec +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: Total thread time: 43,428 s +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: Total thread preprocess time: 3,607 s +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: Percentage time preprocessing: 8.31% +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: Effective parallelization: 1.14 (times faster than compiling all shaders on one thread). Compare with number of workers: 8 +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy (compiled 2 times, average 2.65 sec, max 3.31 sec, min 1.99 sec) +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: FVelocityPS (compiled 3 times, average 2.41 sec, max 2.89 sec, min 1.64 sec) +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 4 times, average 2.22 sec, max 3.03 sec, min 1.06 sec) +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: FDepthOnlyPS (compiled 3 times, average 1.98 sec, max 2.28 sec, min 1.51 sec) +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: FVelocityVS (compiled 3 times, average 1.84 sec, max 3.31 sec, min 0.95 sec) +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 20.46% of total time (compiled 4 times, average 2.22 sec, max 3.03 sec, min 1.06 sec) +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: FVelocityPS - 16.64% of total time (compiled 3 times, average 2.41 sec, max 2.89 sec, min 1.64 sec) +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: FDepthOnlyPS - 13.69% of total time (compiled 3 times, average 1.98 sec, max 2.28 sec, min 1.51 sec) +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: FVelocityVS - 12.72% of total time (compiled 3 times, average 1.84 sec, max 3.31 sec, min 0.95 sec) +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy - 12.19% of total time (compiled 2 times, average 2.65 sec, max 3.31 sec, min 1.99 sec) +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: === Material stats === +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: Materials Translated: 182 +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: Material Total Translate Time: 0.15 s +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: Material Translation Only: 0.06 s (42%) +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (2%) +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: Material Cache Hits: 59 (32%) +[2025.05.26-09.58.40:105][700]LogShaderCompilers: Display: ================================================ +[2025.05.26-09.58.45:662][100]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.58.45:662][100]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-09.58.45:664][100]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-09.58.45:665][100]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-09.58.45:670][100]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-09.58.45:678][100]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-09.58.45:698][100]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-09.58.45:700][100]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 13 +[2025.05.26-09.58.45:700][100]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=13 +[2025.05.26-09.58.45:701][100]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=13 +[2025.05.26-09.58.45:710][100]LogUObjectHash: Compacting FUObjectHashTables data took 1.79ms +[2025.05.26-09.58.45:744][101]LogPlayLevel: Display: Destroying online subsystem :Context_31 +[2025.05.26-09.59.58:356][779]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 2785.782959 +[2025.05.26-09.59.58:556][795]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.05.26-09.59.58:556][795]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 2785.971436, Update Interval: 348.295532 +[2025.05.26-10.00.11:230][586]LogUObjectHash: Compacting FUObjectHashTables data took 1.69ms +[2025.05.26-10.00.15:530][819]LogUObjectHash: Compacting FUObjectHashTables data took 1.58ms +[2025.05.26-10.00.15:551][819]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Maps/VRTemplateMap_Auto1 +[2025.05.26-10.00.15:551][819]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/VRTemplateMap_Auto1FDEC97664720566DB2F132A21E51D267.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Maps/VRTemplateMap_Auto1.umap' +[2025.05.26-10.00.15:552][819]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/VRTemplate/Maps/VRTemplateMap' took 0.047 +[2025.05.26-10.00.15:552][819]LogFileHelpers: Editor autosave (incl. sublevels & external actors) for all levels took 0.047 +[2025.05.26-10.00.15:553][819]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_Spawner] ([2] browsable assets)... +[2025.05.26-10.00.15:553][819]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_Spawner] +[2025.05.26-10.00.15:569][819]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_Spawner_Auto1 +[2025.05.26-10.00.15:570][819]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_Spawner_Auto1AC870A234E16A017B21C619E13E30DF8.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_Spawner_Auto1.uasset' +[2025.05.26-10.00.15:571][819]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/VRTemplate/Blueprints/BP_EnemyGoblin] ([2] browsable assets)... +[2025.05.26-10.00.15:571][819]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_19 +[2025.05.26-10.00.15:571][819]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_19'. +[2025.05.26-10.00.15:585][819]OBJ SavePackage: Rendered thumbnail for [BlueprintGeneratedClass /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C] +[2025.05.26-10.00.15:589][819]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin] +[2025.05.26-10.00.15:589][819]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_EnemyGoblin] +[2025.05.26-10.00.15:600][819]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_EnemyGoblin_Auto1 +[2025.05.26-10.00.15:601][819]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_EnemyGoblin_Auto106A91C224938D01B1E5EF0B5431CBA16.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_EnemyGoblin_Auto1.uasset' +[2025.05.26-10.00.15:602][819]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_ArrowSpell] ([2] browsable assets)... +[2025.05.26-10.00.15:602][819]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_ArrowSpell] +[2025.05.26-10.00.15:613][819]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_ArrowSpell_Auto1 +[2025.05.26-10.00.15:613][819]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_ArrowSpell_Auto1DFCCE125413550EA6596269A4C640E35.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_ArrowSpell_Auto1.uasset' +[2025.05.26-10.00.15:614][819]LogFileHelpers: Auto-saving content packages took 0.062 +[2025.05.26-10.00.18:994][ 42]Cmd: EDIT COPY +[2025.05.26-10.00.19:274][ 64]Cmd: EDIT PASTE +[2025.05.26-10.00.20:918][175]Cmd: EDIT PASTE +[2025.05.26-10.00.24:632][440]Cmd: EDIT PASTE +[2025.05.26-10.00.28:419][689]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-10.00.28:419][689]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.00.28:428][689]LogPlayLevel: PIE: StaticDuplicateObject took: (0.007803s) +[2025.05.26-10.00.28:428][689]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.007857s) +[2025.05.26-10.00.28:452][689]LogUObjectHash: Compacting FUObjectHashTables data took 1.86ms +[2025.05.26-10.00.28:456][689]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.00.28:457][689]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.00.28:458][689]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.00.28:459][689]LogPlayLevel: PIE: World Init took: (0.001761s) +[2025.05.26-10.00.28:460][689]LogAudio: Display: Creating Audio Device: Id: 14, Scope: Unique, Realtime: True +[2025.05.26-10.00.28:460][689]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.00.28:460][689]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.00.28:460][689]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.00.28:460][689]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.00.28:460][689]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.00.28:460][689]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.00.28:460][689]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.00.28:460][689]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.00.28:460][689]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.00.28:460][689]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.00.28:460][689]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.00.28:463][689]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.00.28:503][689]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.00.28:504][689]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.00.28:504][689]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.00.28:504][689]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.00.28:504][689]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=14 +[2025.05.26-10.00.28:504][689]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=14 +[2025.05.26-10.00.28:508][689]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=14 +[2025.05.26-10.00.28:508][689]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=14 +[2025.05.26-10.00.28:508][689]LogInit: FAudioDevice initialized with ID 14. +[2025.05.26-10.00.28:508][689]LogAudio: Display: Audio Device (ID: 14) registered with world 'VRTemplateMap'. +[2025.05.26-10.00.28:508][689]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 14 +[2025.05.26-10.00.28:511][689]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.00.28:515][689]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.00.28 +[2025.05.26-10.00.28:516][689]LogWorld: Bringing up level for play took: 0.004538 +[2025.05.26-10.00.28:518][689]LogOnline: OSS: Created online subsystem instance for: :Context_33 +[2025.05.26-10.00.28:533][689]PIE: Server logged in +[2025.05.26-10.00.28:534][689]PIE: Play in editor total start time 0,122 seconds. +[2025.05.26-10.00.32:663][980]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.00.32:663][980]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.00.32:665][980]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.00.32:666][980]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.00.32:684][980]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.00.32:691][980]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.00.32:716][980]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.05.26-10.00.32:716][980]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 14 +[2025.05.26-10.00.32:716][980]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=14 +[2025.05.26-10.00.32:718][980]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=14 +[2025.05.26-10.00.32:723][980]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.00.32:728][980]LogUObjectHash: Compacting FUObjectHashTables data took 1.77ms +[2025.05.26-10.00.32:905][981]LogPlayLevel: Display: Destroying online subsystem :Context_33 +[2025.05.26-10.00.36:732][253]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-10.00.36:732][253]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.00.36:739][253]LogPlayLevel: PIE: StaticDuplicateObject took: (0.007375s) +[2025.05.26-10.00.36:739][253]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.007410s) +[2025.05.26-10.00.36:767][253]LogUObjectHash: Compacting FUObjectHashTables data took 1.61ms +[2025.05.26-10.00.36:770][253]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.00.36:773][253]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.00.36:774][253]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.00.36:774][253]LogPlayLevel: PIE: World Init took: (0.001895s) +[2025.05.26-10.00.36:776][253]LogAudio: Display: Creating Audio Device: Id: 15, Scope: Unique, Realtime: True +[2025.05.26-10.00.36:776][253]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.00.36:776][253]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.00.36:776][253]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.00.36:776][253]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.00.36:776][253]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.00.36:776][253]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.00.36:776][253]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.00.36:776][253]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.00.36:776][253]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.00.36:776][253]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.00.36:776][253]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.00.36:778][253]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.00.36:816][253]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.00.36:817][253]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.00.36:817][253]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.00.36:817][253]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.00.36:817][253]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=15 +[2025.05.26-10.00.36:817][253]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=15 +[2025.05.26-10.00.36:821][253]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=15 +[2025.05.26-10.00.36:821][253]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=15 +[2025.05.26-10.00.36:821][253]LogInit: FAudioDevice initialized with ID 15. +[2025.05.26-10.00.36:821][253]LogAudio: Display: Audio Device (ID: 15) registered with world 'VRTemplateMap'. +[2025.05.26-10.00.36:821][253]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 15 +[2025.05.26-10.00.36:823][253]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.00.36:826][253]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.00.36 +[2025.05.26-10.00.36:828][253]LogWorld: Bringing up level for play took: 0.004306 +[2025.05.26-10.00.36:830][253]LogOnline: OSS: Created online subsystem instance for: :Context_34 +[2025.05.26-10.00.36:846][253]PIE: Server logged in +[2025.05.26-10.00.36:848][253]PIE: Play in editor total start time 0,115 seconds. +[2025.05.26-10.00.40:423][492]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.00.40:423][492]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.00.40:425][492]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.00.40:426][492]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.00.40:432][492]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.00.40:440][492]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.00.40:463][492]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.00.40:464][492]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 15 +[2025.05.26-10.00.40:464][492]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=15 +[2025.05.26-10.00.40:466][492]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=15 +[2025.05.26-10.00.40:474][492]LogUObjectHash: Compacting FUObjectHashTables data took 1.62ms +[2025.05.26-10.00.40:649][493]LogPlayLevel: Display: Destroying online subsystem :Context_34 +[2025.05.26-10.01.42:507][283]LogUObjectHash: Compacting FUObjectHashTables data took 1.81ms +[2025.05.26-10.02.10:165][943]LogUObjectHash: Compacting FUObjectHashTables data took 1.97ms +[2025.05.26-10.02.12:593][140]LogDebuggerCommands: Repeating last play command: Selected Viewport +[2025.05.26-10.02.12:601][140]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-10.02.12:602][140]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.02.12:608][140]LogPlayLevel: PIE: StaticDuplicateObject took: (0.006908s) +[2025.05.26-10.02.12:608][140]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.006947s) +[2025.05.26-10.02.12:635][140]LogUObjectHash: Compacting FUObjectHashTables data took 2.11ms +[2025.05.26-10.02.12:639][140]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.02.12:640][140]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.02.12:642][140]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.02.12:642][140]LogPlayLevel: PIE: World Init took: (0.001658s) +[2025.05.26-10.02.12:643][140]LogAudio: Display: Creating Audio Device: Id: 16, Scope: Unique, Realtime: True +[2025.05.26-10.02.12:643][140]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.02.12:643][140]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.02.12:643][140]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.02.12:643][140]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.02.12:644][140]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.02.12:644][140]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.02.12:644][140]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.02.12:644][140]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.02.12:644][140]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.02.12:644][140]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.02.12:644][140]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.02.12:646][140]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.02.12:687][140]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.02.12:687][140]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.02.12:687][140]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.02.12:687][140]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.02.12:687][140]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=16 +[2025.05.26-10.02.12:687][140]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=16 +[2025.05.26-10.02.12:690][140]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=16 +[2025.05.26-10.02.12:690][140]LogInit: FAudioDevice initialized with ID 16. +[2025.05.26-10.02.12:690][140]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=16 +[2025.05.26-10.02.12:690][140]LogAudio: Display: Audio Device (ID: 16) registered with world 'VRTemplateMap'. +[2025.05.26-10.02.12:690][140]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 16 +[2025.05.26-10.02.12:693][140]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.02.12:696][140]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.02.12 +[2025.05.26-10.02.12:697][140]LogWorld: Bringing up level for play took: 0.004473 +[2025.05.26-10.02.12:700][140]LogOnline: OSS: Created online subsystem instance for: :Context_35 +[2025.05.26-10.02.12:703][140]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.05.26-10.02.12:704][140]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.05.26-10.02.12:718][140]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_1) +[2025.05.26-10.02.12:719][140]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.02.12:721][140]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.05.26-10.02.12:731][140]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.02.12:733][140]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.05.26-10.02.12:741][140]PIE: Server logged in +[2025.05.26-10.02.12:744][140]PIE: Play in editor total start time 0,142 seconds. +[2025.05.26-10.02.13:040][151]LogBlueprintUserMessages: [BP_ArrowSpell_C_1] Hello +[2025.05.26-10.02.15:952][374]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.02.15:952][374]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.02.15:954][374]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.02.15:955][374]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.02.15:973][374]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.02.15:982][374]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.02.16:005][374]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.05.26-10.02.16:005][374]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 16 +[2025.05.26-10.02.16:005][374]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=16 +[2025.05.26-10.02.16:007][374]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=16 +[2025.05.26-10.02.16:013][374]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.02.16:015][374]LogSlate: Slate User Unregistered. User Index 8 +[2025.05.26-10.02.16:015][374]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.05.26-10.02.16:017][374]LogUObjectHash: Compacting FUObjectHashTables data took 1.70ms +[2025.05.26-10.02.16:180][375]LogPlayLevel: Display: Destroying online subsystem :Context_35 +[2025.05.26-10.02.16:181][375]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.05.26-10.02.16:294][375]LogOVRPlugin: m_xrSession destroyed +[2025.05.26-10.02.16:301][375]LogOVRPlugin: m_xrInstance destroyed +[2025.05.26-10.02.29:320][451]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-10.02.29:320][451]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.02.29:327][451]LogPlayLevel: PIE: StaticDuplicateObject took: (0.007335s) +[2025.05.26-10.02.29:327][451]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.007372s) +[2025.05.26-10.02.29:352][451]LogUObjectHash: Compacting FUObjectHashTables data took 1.59ms +[2025.05.26-10.02.29:355][451]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.02.29:356][451]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.02.29:358][451]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.02.29:358][451]LogPlayLevel: PIE: World Init took: (0.001716s) +[2025.05.26-10.02.29:359][451]LogAudio: Display: Creating Audio Device: Id: 17, Scope: Unique, Realtime: True +[2025.05.26-10.02.29:359][451]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.02.29:359][451]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.02.29:359][451]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.02.29:359][451]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.02.29:359][451]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.02.29:359][451]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.02.29:359][451]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.02.29:359][451]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.02.29:359][451]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.02.29:359][451]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.02.29:359][451]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.02.29:361][451]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.02.29:400][451]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.02.29:400][451]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.02.29:400][451]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.02.29:400][451]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.02.29:400][451]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=17 +[2025.05.26-10.02.29:400][451]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=17 +[2025.05.26-10.02.29:404][451]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=17 +[2025.05.26-10.02.29:404][451]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=17 +[2025.05.26-10.02.29:404][451]LogInit: FAudioDevice initialized with ID 17. +[2025.05.26-10.02.29:404][451]LogAudio: Display: Audio Device (ID: 17) registered with world 'VRTemplateMap'. +[2025.05.26-10.02.29:404][451]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 17 +[2025.05.26-10.02.29:407][451]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.02.29:412][451]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.02.29 +[2025.05.26-10.02.29:413][451]LogWorld: Bringing up level for play took: 0.005811 +[2025.05.26-10.02.29:416][451]LogOnline: OSS: Created online subsystem instance for: :Context_36 +[2025.05.26-10.02.29:429][451]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_1) +[2025.05.26-10.02.29:431][451]PIE: Server logged in +[2025.05.26-10.02.29:432][451]PIE: Play in editor total start time 0,113 seconds. +[2025.05.26-10.02.33:374][711]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.02.33:374][711]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.02.33:375][711]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.02.33:376][711]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.02.33:396][711]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.02.33:403][711]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.02.33:426][711]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.02.33:426][711]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 17 +[2025.05.26-10.02.33:426][711]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=17 +[2025.05.26-10.02.33:428][711]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=17 +[2025.05.26-10.02.33:438][711]LogUObjectHash: Compacting FUObjectHashTables data took 1.81ms +[2025.05.26-10.02.33:616][712]LogPlayLevel: Display: Destroying online subsystem :Context_36 +[2025.05.26-10.02.35:825][843]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-10.02.35:825][843]LogHMD: Initializing OVRPlugin session +[2025.05.26-10.02.35:825][843]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.05.26-10.02.35:825][843]LogOVRPlugin: Error: Device required (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:260) +[2025.05.26-10.02.35:825][843]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.05.26-10.02.35:825][843]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.05.26-10.02.35:950][843]LogOVRPlugin: Display: Available Extensions: (72) +[2025.05.26-10.02.35:950][843]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.05.26-10.02.35:951][843]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.05.26-10.02.35:951][843]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.05.26-10.02.35:951][843]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.05.26-10.02.35:951][843]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.05.26-10.02.35:951][843]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.05.26-10.02.35:951][843]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.05.26-10.02.35:951][843]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.05.26-10.02.35:951][843]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.05.26-10.02.35:951][843]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.05.26-10.02.35:951][843]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.05.26-10.02.35:951][843]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.05.26-10.02.35:951][843]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.05.26-10.02.35:951][843]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.05.26-10.02.35:951][843]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.05.26-10.02.35:951][843]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.05.26-10.02.35:951][843]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.05.26-10.02.35:951][843]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.05.26-10.02.35:951][843]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.05.26-10.02.35:951][843]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.05.26-10.02.35:951][843]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.05.26-10.02.35:951][843]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.05.26-10.02.35:951][843]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.05.26-10.02.35:951][843]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.05.26-10.02.35:951][843]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.05.26-10.02.35:951][843]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.05.26-10.02.35:951][843]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_FB_passthrough SpecVersion=4 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_META_passthrough_layer_resumed_event SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_FB_triangle_mesh SpecVersion=2 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_META_passthrough_color_lut SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_META_passthrough_preferences SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.05.26-10.02.35:952][843]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.05.26-10.02.35:972][843]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.05.26-10.02.35:972][843]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.109.0 +[2025.05.26-10.02.35:974][843]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.05.26-10.02.36:160][843]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.05.26-10.02.36:160][843]LogOVRPlugin: Display: OpenXR hand tracking system properties: hand tracking supported 1 -[2025.05.25-17.51.28:949][512]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: +[2025.05.26-10.02.36:160][843]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: hand tracking supported 1 -[2025.05.25-17.51.28:949][512]LogOVRPlugin: Display: OpenXR body tracking system properties: +[2025.05.26-10.02.36:160][843]LogOVRPlugin: Display: OpenXR body tracking system properties: body tracking supported 1 -[2025.05.25-17.51.28:949][512]LogOVRPlugin: Display: OpenXR body tracking system properties: - body tracking fidelity supported 1 -[2025.05.25-17.51.28:949][512]LogOVRPlugin: Display: OpenXR body tracking system properties: +[2025.05.26-10.02.36:160][843]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.05.26-10.02.36:160][843]LogOVRPlugin: Display: OpenXR body tracking system properties: full body tracking supported 1 -[2025.05.25-17.51.28:949][512]LogOVRPlugin: Display: OpenXR body tracking system properties: +[2025.05.26-10.02.36:160][843]LogOVRPlugin: Display: OpenXR body tracking system properties: body tracking calibration supported 1 -[2025.05.25-17.51.28:949][512]LogOVRPlugin: Display: OpenXR headset id system properties: - id 6409E3B350894ED6868EAAED82DA3676 -[2025.05.25-17.51.28:949][512]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) -[2025.05.25-17.51.28:949][512]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 -[2025.05.25-17.51.28:949][512]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views -[2025.05.25-17.51.28:949][512]LogOVRPlugin: Display: View: Recommended Width=2064 Height=2272 SampleCount=1 Maximum Width=4128 Height=4544 SampleCount=4 -[2025.05.25-17.51.28:949][512]LogOVRPlugin: Display: View: Recommended Width=2064 Height=2272 SampleCount=1 Maximum Width=4128 Height=4544 SampleCount=4 -[2025.05.25-17.51.28:949][512]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) -[2025.05.25-17.51.28:949][512]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. -[2025.05.25-17.51.28:949][512]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime -[2025.05.25-17.51.28:949][512]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime -[2025.05.25-17.51.28:949][512]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime -[2025.05.25-17.51.28:949][512]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime -[2025.05.25-17.51.28:949][512]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count -[2025.05.25-17.51.28:949][512]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode -[2025.05.25-17.51.28:950][512]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded -[2025.05.25-17.51.28:950][512]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized -[2025.05.25-17.51.28:950][512]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) -[2025.05.25-17.51.29:808][512]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=509321681264699 -[2025.05.25-17.51.29:808][512]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 -[2025.05.25-17.51.29:808][512]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=509321681275600 -[2025.05.25-17.51.29:808][512]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.29:808][512]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META -[2025.05.25-17.51.29:818][512]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages -[2025.05.25-17.51.29:818][512]LogOVRPlugin: ... m_textureStages[0][0] = 0000014A4D489DE0 -[2025.05.25-17.51.29:818][512]LogOVRPlugin: ... m_textureStages[0][1] = 0000014A4D4910A0 -[2025.05.25-17.51.29:818][512]LogOVRPlugin: ... m_textureStages[0][2] = 0000014A4D48A770 -[2025.05.25-17.51.29:830][512]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages -[2025.05.25-17.51.29:830][512]LogOVRPlugin: ... m_depthTextureStages[0][0] = 0000014A4D495390 -[2025.05.25-17.51.29:830][512]LogOVRPlugin: ... m_depthTextureStages[0][1] = 0000014A4D495D20 -[2025.05.25-17.51.29:830][512]LogOVRPlugin: ... m_depthTextureStages[0][2] = 0000014A4D4A3910 -[2025.05.25-17.51.29:830][512]LogHMD: Allocating Oculus 4128 x 2272 rendertarget swapchain -[2025.05.25-17.51.29:830][512]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 -[2025.05.25-17.51.29:831][512]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap -[2025.05.25-17.51.29:835][512]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005047s) -[2025.05.25-17.51.29:835][512]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005102s) -[2025.05.25-17.51.29:849][512]LogUObjectHash: Compacting FUObjectHashTables data took 0.66ms -[2025.05.25-17.51.29:850][512]LogMRUK: Loading MR Utility Kit Shared library -[2025.05.25-17.51.29:853][512]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap -[2025.05.25-17.51.29:854][512]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. -[2025.05.25-17.51.29:854][512]LogPlayLevel: PIE: World Init took: (0.001960s) -[2025.05.25-17.51.29:855][512]LogAudio: Display: Creating Audio Device: Id: 3, Scope: Unique, Realtime: True -[2025.05.25-17.51.29:855][512]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.05.25-17.51.29:856][512]LogAudioMixer: Display: Sample Rate: 48000 -[2025.05.25-17.51.29:856][512]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.05.25-17.51.29:856][512]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.05.25-17.51.29:856][512]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.05.25-17.51.29:856][512]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.05.25-17.51.29:856][512]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.05.25-17.51.29:856][512]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.05.25-17.51.29:856][512]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.05.25-17.51.29:856][512]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.05.25-17.51.29:856][512]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.05.25-17.51.29:858][512]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.05.25-17.51.29:898][512]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) -[2025.05.25-17.51.29:898][512]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.05.25-17.51.29:898][512]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.05.25-17.51.29:898][512]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.05.25-17.51.29:899][512]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=3 -[2025.05.25-17.51.29:899][512]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=3 -[2025.05.25-17.51.29:903][512]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=3 -[2025.05.25-17.51.29:903][512]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=3 -[2025.05.25-17.51.29:903][512]LogInit: FAudioDevice initialized with ID 3. -[2025.05.25-17.51.29:903][512]LogAudio: Display: Audio Device (ID: 3) registered with world 'VRTemplateMap'. -[2025.05.25-17.51.29:903][512]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 3 -[2025.05.25-17.51.29:928][512]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-17.51.29:929][512]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 -[2025.05.25-17.51.29:929][512]LogHMD: Collecting Telemetry Data -[2025.05.25-17.51.29:981][512]LogLoad: Game class is 'VRGameMode_C' -[2025.05.25-17.51.29:984][512]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.25-20.51.29 -[2025.05.25-17.51.29:985][512]LogWorld: Bringing up level for play took: 0.002804 -[2025.05.25-17.51.29:988][512]LogOnline: OSS: Created online subsystem instance for: :Context_6 -[2025.05.25-17.51.29:990][512]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 -[2025.05.25-17.51.29:992][512]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 -[2025.05.25-17.51.30:006][512]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... -[2025.05.25-17.51.30:008][512]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh -[2025.05.25-17.51.30:016][512]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... -[2025.05.25-17.51.30:017][512]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh -[2025.05.25-17.51.30:025][512]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" -[2025.05.25-17.51.30:030][512]PIE: Server logged in -[2025.05.25-17.51.30:034][512]PIE: Play in editor total start time 1.392 seconds. -[2025.05.25-17.51.30:034][512]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) -[2025.05.25-17.51.30:040][512]LogHMD: Allocating Oculus 4128 x 2272 depth rendertarget swapchain -[2025.05.25-17.51.30:098][513]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=509322662107499 -[2025.05.25-17.51.30:098][513]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.30:110][514]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer -[2025.05.25-17.51.30:122][515]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages -[2025.05.25-17.51.30:122][515]LogOVRPlugin: ... m_textureStages[0][0] = 0000014AB8C33210 -[2025.05.25-17.51.30:122][515]LogOVRPlugin: ... m_textureStages[0][1] = 0000014AB8C37140 -[2025.05.25-17.51.30:122][515]LogOVRPlugin: ... m_textureStages[0][2] = 0000014AB8C2F2E0 -[2025.05.25-17.51.30:200][519]LogHMD: Warning: Destroying layer 1 -[2025.05.25-17.51.30:208][520]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 7 failed (-1006) -[2025.05.25-17.51.30:220][521]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 8 failed (-1006) -[2025.05.25-17.51.30:240][522]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 9 failed (-1006) -[2025.05.25-17.51.30:250][523]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 10 failed (-1006) -[2025.05.25-17.51.30:262][524]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 11 failed (-1006) -[2025.05.25-17.51.30:295][525]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 12 failed (-1006) -[2025.05.25-17.51.30:301][526]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 13 failed (-1006) -[2025.05.25-17.51.30:317][527]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 14 failed (-1006) -[2025.05.25-17.51.30:332][528]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 15 failed (-1006) -[2025.05.25-17.51.30:346][529]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 16 failed (-1006) -[2025.05.25-17.51.30:407][530]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 17 failed (-1006) -[2025.05.25-17.51.30:415][531]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 18 failed (-1006) -[2025.05.25-17.51.30:430][532]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 19 failed (-1006) -[2025.05.25-17.51.30:442][533]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 20 failed (-1006) -[2025.05.25-17.51.30:457][534]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 21 failed (-1006) -[2025.05.25-17.51.30:486][535]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 22 failed (-1006) -[2025.05.25-17.51.30:497][536]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 23 failed (-1006) -[2025.05.25-17.51.30:513][537]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 24 failed (-1006) -[2025.05.25-17.51.30:526][538]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 25 failed (-1006) -[2025.05.25-17.51.30:539][539]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 26 failed (-1006) -[2025.05.25-17.51.30:554][540]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 27 failed (-1006) -[2025.05.25-17.51.30:568][541]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 28 failed (-1006) -[2025.05.25-17.51.30:581][542]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 29 failed (-1006) -[2025.05.25-17.51.30:595][543]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 30 failed (-1006) -[2025.05.25-17.51.30:619][544]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 31 failed (-1006) -[2025.05.25-17.51.30:637][545]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 32 failed (-1006) -[2025.05.25-17.51.30:651][546]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 33 failed (-1006) -[2025.05.25-17.51.30:665][547]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 34 failed (-1006) -[2025.05.25-17.51.30:678][548]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 35 failed (-1006) -[2025.05.25-17.51.30:693][549]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 36 failed (-1006) -[2025.05.25-17.51.30:706][550]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 37 failed (-1006) -[2025.05.25-17.51.30:722][551]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 38 failed (-1006) -[2025.05.25-17.51.30:735][552]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 39 failed (-1006) -[2025.05.25-17.51.30:749][553]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 40 failed (-1006) -[2025.05.25-17.51.30:761][554]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 41 failed (-1006) -[2025.05.25-17.51.30:776][555]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 42 failed (-1006) -[2025.05.25-17.51.30:790][556]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 43 failed (-1006) -[2025.05.25-17.51.30:804][557]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 44 failed (-1006) -[2025.05.25-17.51.30:818][558]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=509323381992700 -[2025.05.25-17.51.30:818][558]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 -[2025.05.25-17.51.30:818][558]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=509323382059600 -[2025.05.25-17.51.30:818][558]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 -[2025.05.25-17.51.30:819][558]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 45 failed (-1006) -[2025.05.25-17.51.30:837][559]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged -[2025.05.25-17.51.30:850][560]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 46 failed (-1006) -[2025.05.25-17.51.30:856][560]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 47 failed (-1006) -[2025.05.25-17.51.30:864][561]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 48 failed (-1006) -[2025.05.25-17.51.30:876][562]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 49 failed (-1006) -[2025.05.25-17.51.30:890][563]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 50 failed (-1006) -[2025.05.25-17.51.30:911][564]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 51 failed (-1006) -[2025.05.25-17.51.30:919][565]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 52 failed (-1006) -[2025.05.25-17.51.30:938][566]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 53 failed (-1006) -[2025.05.25-17.51.30:955][567]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 54 failed (-1006) -[2025.05.25-17.51.30:982][568]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 55 failed (-1006) -[2025.05.25-17.51.30:997][569]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 56 failed (-1006) -[2025.05.25-17.51.31:021][570]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 57 failed (-1006) -[2025.05.25-17.51.31:045][571]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 58 failed (-1006) -[2025.05.25-17.51.31:072][572]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 59 failed (-1006) -[2025.05.25-17.51.31:100][573]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 60 failed (-1006) -[2025.05.25-17.51.31:128][574]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 61 failed (-1006) -[2025.05.25-17.51.31:156][575]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 62 failed (-1006) -[2025.05.25-17.51.31:182][576]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 63 failed (-1006) -[2025.05.25-17.51.31:210][577]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 64 failed (-1006) -[2025.05.25-17.51.31:239][578]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 65 failed (-1006) -[2025.05.25-17.51.31:267][579]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 66 failed (-1006) -[2025.05.25-17.51.31:294][580]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 67 failed (-1006) -[2025.05.25-17.51.31:322][581]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 68 failed (-1006) -[2025.05.25-17.51.31:349][582]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 69 failed (-1006) -[2025.05.25-17.51.31:377][583]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 70 failed (-1006) -[2025.05.25-17.51.31:405][584]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 71 failed (-1006) -[2025.05.25-17.51.31:433][585]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 72 failed (-1006) -[2025.05.25-17.51.31:461][586]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 73 failed (-1006) -[2025.05.25-17.51.31:488][587]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 74 failed (-1006) -[2025.05.25-17.51.31:517][588]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 75 failed (-1006) -[2025.05.25-17.51.31:545][589]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 76 failed (-1006) -[2025.05.25-17.51.31:574][590]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 77 failed (-1006) -[2025.05.25-17.51.31:601][591]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 78 failed (-1006) -[2025.05.25-17.51.31:629][592]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 79 failed (-1006) -[2025.05.25-17.51.31:656][593]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 80 failed (-1006) -[2025.05.25-17.51.31:684][594]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 81 failed (-1006) -[2025.05.25-17.51.31:711][595]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 82 failed (-1006) -[2025.05.25-17.51.31:738][596]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 83 failed (-1006) -[2025.05.25-17.51.31:767][597]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 84 failed (-1006) -[2025.05.25-17.51.31:795][598]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 85 failed (-1006) -[2025.05.25-17.51.31:823][599]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 86 failed (-1006) -[2025.05.25-17.51.31:850][600]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 87 failed (-1006) -[2025.05.25-17.51.31:879][601]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 88 failed (-1006) -[2025.05.25-17.51.31:907][602]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 89 failed (-1006) -[2025.05.25-17.51.31:935][603]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 90 failed (-1006) -[2025.05.25-17.51.31:963][604]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 91 failed (-1006) -[2025.05.25-17.51.31:990][605]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 92 failed (-1006) -[2025.05.25-17.51.32:018][606]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 93 failed (-1006) -[2025.05.25-17.51.32:045][607]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 94 failed (-1006) -[2025.05.25-17.51.32:074][608]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 95 failed (-1006) -[2025.05.25-17.51.32:101][609]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 96 failed (-1006) -[2025.05.25-17.51.32:129][610]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 97 failed (-1006) -[2025.05.25-17.51.32:157][611]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 98 failed (-1006) -[2025.05.25-17.51.32:184][612]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 99 failed (-1006) -[2025.05.25-17.51.32:212][613]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 100 failed (-1006) -[2025.05.25-17.51.32:240][614]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 101 failed (-1006) -[2025.05.25-17.51.32:267][615]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 102 failed (-1006) -[2025.05.25-17.51.32:296][616]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 103 failed (-1006) -[2025.05.25-17.51.32:323][617]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 104 failed (-1006) -[2025.05.25-17.51.32:352][618]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 105 failed (-1006) -[2025.05.25-17.51.32:378][619]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 106 failed (-1006) -[2025.05.25-17.51.32:406][620]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 107 failed (-1006) -[2025.05.25-17.51.32:435][621]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 108 failed (-1006) -[2025.05.25-17.51.32:462][622]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 109 failed (-1006) -[2025.05.25-17.51.32:490][623]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 110 failed (-1006) -[2025.05.25-17.51.32:519][624]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 111 failed (-1006) -[2025.05.25-17.51.32:546][625]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 112 failed (-1006) -[2025.05.25-17.51.32:574][626]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 113 failed (-1006) -[2025.05.25-17.51.32:602][627]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 114 failed (-1006) -[2025.05.25-17.51.32:629][628]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 115 failed (-1006) -[2025.05.25-17.51.32:657][629]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 116 failed (-1006) -[2025.05.25-17.51.32:685][630]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 117 failed (-1006) -[2025.05.25-17.51.32:713][631]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 118 failed (-1006) -[2025.05.25-17.51.32:741][632]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 119 failed (-1006) -[2025.05.25-17.51.32:769][633]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 120 failed (-1006) -[2025.05.25-17.51.32:796][634]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 121 failed (-1006) -[2025.05.25-17.51.32:825][635]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 122 failed (-1006) -[2025.05.25-17.51.32:852][636]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 123 failed (-1006) -[2025.05.25-17.51.32:879][637]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 124 failed (-1006) -[2025.05.25-17.51.32:908][638]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 125 failed (-1006) -[2025.05.25-17.51.32:936][639]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 126 failed (-1006) -[2025.05.25-17.51.32:962][640]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 127 failed (-1006) -[2025.05.25-17.51.32:991][641]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 128 failed (-1006) -[2025.05.25-17.51.33:019][642]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 129 failed (-1006) -[2025.05.25-17.51.33:046][643]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 130 failed (-1006) -[2025.05.25-17.51.33:075][644]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 131 failed (-1006) -[2025.05.25-17.51.33:103][645]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 132 failed (-1006) -[2025.05.25-17.51.33:129][646]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 133 failed (-1006) -[2025.05.25-17.51.33:158][647]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 134 failed (-1006) -[2025.05.25-17.51.33:185][648]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 135 failed (-1006) -[2025.05.25-17.51.33:214][649]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 136 failed (-1006) -[2025.05.25-17.51.33:242][650]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 137 failed (-1006) -[2025.05.25-17.51.33:270][651]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 138 failed (-1006) -[2025.05.25-17.51.33:297][652]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 139 failed (-1006) -[2025.05.25-17.51.33:324][653]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 140 failed (-1006) -[2025.05.25-17.51.33:352][654]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 141 failed (-1006) -[2025.05.25-17.51.33:380][655]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 142 failed (-1006) -[2025.05.25-17.51.33:408][656]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 143 failed (-1006) -[2025.05.25-17.51.33:436][657]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 144 failed (-1006) -[2025.05.25-17.51.33:463][658]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 145 failed (-1006) -[2025.05.25-17.51.33:491][659]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 146 failed (-1006) -[2025.05.25-17.51.33:519][660]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 147 failed (-1006) -[2025.05.25-17.51.33:547][661]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 148 failed (-1006) -[2025.05.25-17.51.33:575][662]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 149 failed (-1006) -[2025.05.25-17.51.33:602][663]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 150 failed (-1006) -[2025.05.25-17.51.33:632][664]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 151 failed (-1006) -[2025.05.25-17.51.33:659][665]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 152 failed (-1006) -[2025.05.25-17.51.33:687][666]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 153 failed (-1006) -[2025.05.25-17.51.33:714][667]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 154 failed (-1006) -[2025.05.25-17.51.33:742][668]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 155 failed (-1006) -[2025.05.25-17.51.33:769][669]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 156 failed (-1006) -[2025.05.25-17.51.33:798][670]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 157 failed (-1006) -[2025.05.25-17.51.33:825][671]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 158 failed (-1006) -[2025.05.25-17.51.33:853][672]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 159 failed (-1006) -[2025.05.25-17.51.33:880][673]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 160 failed (-1006) -[2025.05.25-17.51.33:908][674]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 161 failed (-1006) -[2025.05.25-17.51.33:936][675]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 162 failed (-1006) -[2025.05.25-17.51.33:964][676]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 163 failed (-1006) -[2025.05.25-17.51.33:992][677]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 164 failed (-1006) -[2025.05.25-17.51.34:019][678]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 165 failed (-1006) -[2025.05.25-17.51.34:047][679]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 166 failed (-1006) -[2025.05.25-17.51.34:075][680]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 167 failed (-1006) -[2025.05.25-17.51.34:104][681]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 168 failed (-1006) -[2025.05.25-17.51.34:131][682]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 169 failed (-1006) -[2025.05.25-17.51.34:159][683]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 170 failed (-1006) -[2025.05.25-17.51.34:187][684]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 171 failed (-1006) -[2025.05.25-17.51.34:214][685]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 172 failed (-1006) -[2025.05.25-17.51.34:242][686]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 173 failed (-1006) -[2025.05.25-17.51.34:269][687]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 174 failed (-1006) -[2025.05.25-17.51.34:298][688]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 175 failed (-1006) -[2025.05.25-17.51.34:325][689]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 176 failed (-1006) -[2025.05.25-17.51.34:353][690]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 177 failed (-1006) -[2025.05.25-17.51.34:381][691]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 178 failed (-1006) -[2025.05.25-17.51.34:409][692]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 179 failed (-1006) -[2025.05.25-17.51.34:437][693]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 180 failed (-1006) -[2025.05.25-17.51.34:464][694]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 181 failed (-1006) -[2025.05.25-17.51.34:493][695]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 182 failed (-1006) -[2025.05.25-17.51.34:520][696]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 183 failed (-1006) -[2025.05.25-17.51.34:547][697]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 184 failed (-1006) -[2025.05.25-17.51.34:576][698]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 185 failed (-1006) -[2025.05.25-17.51.34:603][699]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 186 failed (-1006) -[2025.05.25-17.51.34:630][700]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 187 failed (-1006) -[2025.05.25-17.51.34:659][701]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 188 failed (-1006) -[2025.05.25-17.51.34:687][702]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 189 failed (-1006) -[2025.05.25-17.51.34:715][703]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 190 failed (-1006) -[2025.05.25-17.51.34:743][704]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 191 failed (-1006) -[2025.05.25-17.51.34:770][705]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 192 failed (-1006) -[2025.05.25-17.51.34:798][706]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 193 failed (-1006) -[2025.05.25-17.51.34:826][707]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 194 failed (-1006) -[2025.05.25-17.51.34:853][708]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 195 failed (-1006) -[2025.05.25-17.51.34:881][709]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 196 failed (-1006) -[2025.05.25-17.51.34:909][710]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 197 failed (-1006) -[2025.05.25-17.51.34:937][711]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 198 failed (-1006) -[2025.05.25-17.51.34:965][712]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 199 failed (-1006) -[2025.05.25-17.51.34:993][713]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 200 failed (-1006) -[2025.05.25-17.51.35:020][714]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 201 failed (-1006) -[2025.05.25-17.51.35:048][715]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 202 failed (-1006) -[2025.05.25-17.51.35:076][716]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 203 failed (-1006) -[2025.05.25-17.51.35:103][717]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 204 failed (-1006) -[2025.05.25-17.51.35:131][718]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 205 failed (-1006) -[2025.05.25-17.51.35:159][719]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 206 failed (-1006) -[2025.05.25-17.51.35:187][720]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 207 failed (-1006) -[2025.05.25-17.51.35:214][721]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 208 failed (-1006) -[2025.05.25-17.51.35:242][722]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 209 failed (-1006) -[2025.05.25-17.51.35:270][723]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 210 failed (-1006) -[2025.05.25-17.51.35:298][724]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 211 failed (-1006) -[2025.05.25-17.51.35:326][725]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 212 failed (-1006) -[2025.05.25-17.51.35:353][726]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 213 failed (-1006) -[2025.05.25-17.51.35:380][727]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 214 failed (-1006) -[2025.05.25-17.51.35:408][728]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 215 failed (-1006) -[2025.05.25-17.51.35:436][729]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 216 failed (-1006) -[2025.05.25-17.51.35:464][730]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 217 failed (-1006) -[2025.05.25-17.51.35:493][731]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 218 failed (-1006) -[2025.05.25-17.51.35:520][732]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 219 failed (-1006) -[2025.05.25-17.51.35:547][733]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 220 failed (-1006) -[2025.05.25-17.51.35:576][734]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 221 failed (-1006) -[2025.05.25-17.51.35:604][735]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 222 failed (-1006) -[2025.05.25-17.51.35:631][736]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 223 failed (-1006) -[2025.05.25-17.51.35:659][737]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 224 failed (-1006) -[2025.05.25-17.51.35:687][738]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 225 failed (-1006) -[2025.05.25-17.51.35:714][739]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 226 failed (-1006) -[2025.05.25-17.51.35:743][740]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 227 failed (-1006) -[2025.05.25-17.51.35:770][741]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 228 failed (-1006) -[2025.05.25-17.51.35:798][742]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 229 failed (-1006) -[2025.05.25-17.51.35:826][743]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 230 failed (-1006) -[2025.05.25-17.51.35:868][744]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 231 failed (-1006) -[2025.05.25-17.51.35:881][745]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 232 failed (-1006) -[2025.05.25-17.51.35:909][746]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 233 failed (-1006) -[2025.05.25-17.51.35:950][747]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 234 failed (-1006) -[2025.05.25-17.51.35:978][748]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 235 failed (-1006) -[2025.05.25-17.51.36:041][749]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 236 failed (-1006) -[2025.05.25-17.51.36:077][750]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 237 failed (-1006) -[2025.05.25-17.51.36:134][751]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 238 failed (-1006) -[2025.05.25-17.51.36:185][752]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 239 failed (-1006) -[2025.05.25-17.51.36:239][753]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 240 failed (-1006) -[2025.05.25-17.51.36:295][754]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 241 failed (-1006) -[2025.05.25-17.51.36:350][755]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 242 failed (-1006) -[2025.05.25-17.51.36:405][756]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 243 failed (-1006) -[2025.05.25-17.51.36:462][757]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 244 failed (-1006) -[2025.05.25-17.51.36:517][758]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 245 failed (-1006) -[2025.05.25-17.51.36:574][759]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 246 failed (-1006) -[2025.05.25-17.51.36:628][760]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 247 failed (-1006) -[2025.05.25-17.51.36:683][761]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 248 failed (-1006) -[2025.05.25-17.51.36:740][762]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 249 failed (-1006) -[2025.05.25-17.51.36:795][763]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 250 failed (-1006) -[2025.05.25-17.51.36:851][764]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 251 failed (-1006) -[2025.05.25-17.51.36:907][765]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 252 failed (-1006) -[2025.05.25-17.51.36:962][766]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 253 failed (-1006) -[2025.05.25-17.51.37:018][767]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 254 failed (-1006) -[2025.05.25-17.51.37:073][768]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 255 failed (-1006) -[2025.05.25-17.51.37:128][769]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 256 failed (-1006) -[2025.05.25-17.51.37:184][770]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 257 failed (-1006) -[2025.05.25-17.51.37:242][771]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 258 failed (-1006) -[2025.05.25-17.51.37:296][772]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 259 failed (-1006) -[2025.05.25-17.51.37:353][773]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 260 failed (-1006) -[2025.05.25-17.51.37:407][774]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 261 failed (-1006) -[2025.05.25-17.51.37:463][775]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 262 failed (-1006) -[2025.05.25-17.51.37:518][776]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 263 failed (-1006) -[2025.05.25-17.51.37:574][777]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 264 failed (-1006) -[2025.05.25-17.51.37:629][778]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 265 failed (-1006) -[2025.05.25-17.51.37:685][779]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 266 failed (-1006) -[2025.05.25-17.51.37:741][780]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 267 failed (-1006) -[2025.05.25-17.51.37:795][781]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 268 failed (-1006) -[2025.05.25-17.51.37:851][782]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 269 failed (-1006) -[2025.05.25-17.51.37:907][783]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 270 failed (-1006) -[2025.05.25-17.51.37:962][784]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 271 failed (-1006) -[2025.05.25-17.51.38:018][785]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 272 failed (-1006) -[2025.05.25-17.51.38:075][786]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 273 failed (-1006) -[2025.05.25-17.51.38:129][787]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 274 failed (-1006) -[2025.05.25-17.51.38:186][788]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 275 failed (-1006) -[2025.05.25-17.51.38:242][789]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 276 failed (-1006) -[2025.05.25-17.51.38:297][790]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 277 failed (-1006) -[2025.05.25-17.51.38:354][791]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 278 failed (-1006) -[2025.05.25-17.51.38:408][792]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 279 failed (-1006) -[2025.05.25-17.51.38:465][793]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 280 failed (-1006) -[2025.05.25-17.51.38:532][794]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 281 failed (-1006) -[2025.05.25-17.51.38:601][795]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 282 failed (-1006) -[2025.05.25-17.51.38:670][796]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 283 failed (-1006) -[2025.05.25-17.51.38:739][797]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 284 failed (-1006) -[2025.05.25-17.51.38:809][798]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 285 failed (-1006) -[2025.05.25-17.51.38:878][799]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 286 failed (-1006) -[2025.05.25-17.51.38:947][800]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 287 failed (-1006) -[2025.05.25-17.51.39:017][801]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 288 failed (-1006) -[2025.05.25-17.51.39:086][802]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 289 failed (-1006) -[2025.05.25-17.51.39:155][803]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 290 failed (-1006) -[2025.05.25-17.51.39:226][804]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 291 failed (-1006) -[2025.05.25-17.51.39:295][805]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 292 failed (-1006) -[2025.05.25-17.51.39:365][806]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 293 failed (-1006) -[2025.05.25-17.51.39:434][807]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 294 failed (-1006) -[2025.05.25-17.51.39:503][808]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 295 failed (-1006) -[2025.05.25-17.51.39:574][809]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 296 failed (-1006) -[2025.05.25-17.51.39:642][810]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 297 failed (-1006) -[2025.05.25-17.51.39:713][811]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 298 failed (-1006) -[2025.05.25-17.51.39:781][812]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 299 failed (-1006) -[2025.05.25-17.51.39:851][813]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 300 failed (-1006) -[2025.05.25-17.51.39:921][814]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 301 failed (-1006) -[2025.05.25-17.51.39:990][815]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 302 failed (-1006) -[2025.05.25-17.51.40:060][816]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 303 failed (-1006) -[2025.05.25-17.51.40:129][817]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 304 failed (-1006) -[2025.05.25-17.51.40:199][818]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 305 failed (-1006) -[2025.05.25-17.51.40:268][819]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 306 failed (-1006) -[2025.05.25-17.51.40:337][820]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 307 failed (-1006) -[2025.05.25-17.51.40:407][821]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 308 failed (-1006) -[2025.05.25-17.51.40:477][822]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 309 failed (-1006) -[2025.05.25-17.51.40:546][823]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 310 failed (-1006) -[2025.05.25-17.51.40:617][824]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 311 failed (-1006) -[2025.05.25-17.51.40:686][825]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 312 failed (-1006) -[2025.05.25-17.51.40:755][826]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 313 failed (-1006) -[2025.05.25-17.51.40:825][827]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 314 failed (-1006) -[2025.05.25-17.51.40:895][828]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 315 failed (-1006) -[2025.05.25-17.51.40:964][829]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 316 failed (-1006) -[2025.05.25-17.51.41:033][830]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 317 failed (-1006) -[2025.05.25-17.51.41:103][831]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 318 failed (-1006) -[2025.05.25-17.51.41:173][832]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 319 failed (-1006) -[2025.05.25-17.51.41:242][833]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 320 failed (-1006) -[2025.05.25-17.51.41:311][834]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 321 failed (-1006) -[2025.05.25-17.51.41:380][835]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 322 failed (-1006) -[2025.05.25-17.51.41:449][836]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 323 failed (-1006) -[2025.05.25-17.51.41:519][837]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 324 failed (-1006) -[2025.05.25-17.51.41:589][838]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 325 failed (-1006) -[2025.05.25-17.51.41:658][839]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 326 failed (-1006) -[2025.05.25-17.51.41:727][840]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 327 failed (-1006) -[2025.05.25-17.51.41:797][841]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 328 failed (-1006) -[2025.05.25-17.51.41:866][842]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 329 failed (-1006) -[2025.05.25-17.51.41:936][843]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 330 failed (-1006) -[2025.05.25-17.51.42:006][844]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 331 failed (-1006) -[2025.05.25-17.51.42:074][845]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 332 failed (-1006) -[2025.05.25-17.51.42:145][846]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 333 failed (-1006) -[2025.05.25-17.51.42:214][847]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 334 failed (-1006) -[2025.05.25-17.51.42:284][848]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 335 failed (-1006) -[2025.05.25-17.51.42:354][849]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 336 failed (-1006) -[2025.05.25-17.51.42:423][850]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 337 failed (-1006) -[2025.05.25-17.51.42:493][851]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 338 failed (-1006) -[2025.05.25-17.51.42:573][852]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 339 failed (-1006) -[2025.05.25-17.51.42:657][853]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 340 failed (-1006) -[2025.05.25-17.51.42:741][854]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 341 failed (-1006) -[2025.05.25-17.51.42:822][855]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 342 failed (-1006) -[2025.05.25-17.51.42:905][856]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 343 failed (-1006) -[2025.05.25-17.51.42:987][857]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 344 failed (-1006) -[2025.05.25-17.51.43:070][858]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 345 failed (-1006) -[2025.05.25-17.51.43:153][859]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 346 failed (-1006) -[2025.05.25-17.51.43:236][860]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 347 failed (-1006) -[2025.05.25-17.51.43:320][861]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 348 failed (-1006) -[2025.05.25-17.51.43:403][862]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 349 failed (-1006) -[2025.05.25-17.51.43:485][863]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 350 failed (-1006) -[2025.05.25-17.51.43:568][864]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 351 failed (-1006) -[2025.05.25-17.51.43:651][865]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 352 failed (-1006) -[2025.05.25-17.51.43:735][866]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 353 failed (-1006) -[2025.05.25-17.51.43:818][867]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 354 failed (-1006) -[2025.05.25-17.51.43:917][868]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 355 failed (-1006) -[2025.05.25-17.51.44:001][869]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 356 failed (-1006) -[2025.05.25-17.51.44:094][870]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 357 failed (-1006) -[2025.05.25-17.51.44:187][871]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 358 failed (-1006) -[2025.05.25-17.51.44:254][872]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 359 failed (-1006) -[2025.05.25-17.51.44:335][873]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 360 failed (-1006) -[2025.05.25-17.51.44:416][874]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 361 failed (-1006) -[2025.05.25-17.51.44:498][875]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 362 failed (-1006) -[2025.05.25-17.51.44:581][876]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 363 failed (-1006) -[2025.05.25-17.51.44:664][877]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 364 failed (-1006) -[2025.05.25-17.51.44:748][878]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 365 failed (-1006) -[2025.05.25-17.51.44:831][879]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 366 failed (-1006) -[2025.05.25-17.51.44:914][880]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 367 failed (-1006) -[2025.05.25-17.51.44:997][881]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 368 failed (-1006) -[2025.05.25-17.51.45:080][882]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 369 failed (-1006) -[2025.05.25-17.51.45:164][883]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 370 failed (-1006) -[2025.05.25-17.51.45:246][884]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 371 failed (-1006) -[2025.05.25-17.51.45:330][885]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 372 failed (-1006) -[2025.05.25-17.51.45:412][886]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 373 failed (-1006) -[2025.05.25-17.51.45:495][887]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=509338059043800 -[2025.05.25-17.51.45:495][887]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 -[2025.05.25-17.51.45:495][887]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=509338059091200 -[2025.05.25-17.51.45:495][887]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:495][887]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:495][887]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:495][887]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 375 outside of frame bounds -[2025.05.25-17.51.45:497][887]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 374 failed (-1006) -[2025.05.25-17.51.45:500][887]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 375 outside of frame bounds -[2025.05.25-17.51.45:500][887]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:500][887]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 375 failed (-1000) -[2025.05.25-17.51.45:506][888]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:506][888]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:506][888]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 376 outside of frame bounds -[2025.05.25-17.51.45:507][888]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 375 failed (-1006) -[2025.05.25-17.51.45:509][888]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 376 outside of frame bounds -[2025.05.25-17.51.45:511][888]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:511][888]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 376 failed (-1000) -[2025.05.25-17.51.45:517][889]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:517][889]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:517][889]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 377 outside of frame bounds -[2025.05.25-17.51.45:518][889]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 376 failed (-1006) -[2025.05.25-17.51.45:520][889]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 377 outside of frame bounds -[2025.05.25-17.51.45:520][889]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:520][889]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 377 failed (-1000) -[2025.05.25-17.51.45:527][890]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:527][890]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:527][890]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 378 outside of frame bounds -[2025.05.25-17.51.45:528][890]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 377 failed (-1006) -[2025.05.25-17.51.45:530][890]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 378 outside of frame bounds -[2025.05.25-17.51.45:530][890]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:530][890]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 378 failed (-1000) -[2025.05.25-17.51.45:536][891]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:536][891]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:536][891]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 379 outside of frame bounds -[2025.05.25-17.51.45:537][891]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 378 failed (-1006) -[2025.05.25-17.51.45:539][891]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 379 outside of frame bounds -[2025.05.25-17.51.45:539][891]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:539][891]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 379 failed (-1000) -[2025.05.25-17.51.45:546][892]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:546][892]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:546][892]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 380 outside of frame bounds -[2025.05.25-17.51.45:546][892]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 379 failed (-1006) -[2025.05.25-17.51.45:549][892]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 380 outside of frame bounds -[2025.05.25-17.51.45:550][892]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:550][892]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 380 failed (-1000) -[2025.05.25-17.51.45:556][893]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:556][893]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:556][893]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 381 outside of frame bounds -[2025.05.25-17.51.45:557][893]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 380 failed (-1006) -[2025.05.25-17.51.45:559][893]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 381 outside of frame bounds -[2025.05.25-17.51.45:560][893]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:560][893]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 381 failed (-1000) -[2025.05.25-17.51.45:566][894]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:566][894]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:566][894]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 382 outside of frame bounds -[2025.05.25-17.51.45:567][894]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 381 failed (-1006) -[2025.05.25-17.51.45:569][894]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 382 outside of frame bounds -[2025.05.25-17.51.45:569][894]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:569][894]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 382 failed (-1000) -[2025.05.25-17.51.45:575][895]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:575][895]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:575][895]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 383 outside of frame bounds -[2025.05.25-17.51.45:576][895]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 382 failed (-1006) -[2025.05.25-17.51.45:578][895]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 383 outside of frame bounds -[2025.05.25-17.51.45:579][895]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:579][895]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 383 failed (-1000) -[2025.05.25-17.51.45:585][896]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:585][896]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:585][896]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 384 outside of frame bounds -[2025.05.25-17.51.45:586][896]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 383 failed (-1006) -[2025.05.25-17.51.45:589][896]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 384 outside of frame bounds -[2025.05.25-17.51.45:589][896]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:589][896]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 384 failed (-1000) -[2025.05.25-17.51.45:595][897]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:595][897]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:596][897]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 385 outside of frame bounds -[2025.05.25-17.51.45:597][897]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 384 failed (-1006) -[2025.05.25-17.51.45:598][897]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 385 outside of frame bounds -[2025.05.25-17.51.45:599][897]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:599][897]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 385 failed (-1000) -[2025.05.25-17.51.45:605][898]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:605][898]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:605][898]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 386 outside of frame bounds -[2025.05.25-17.51.45:606][898]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 385 failed (-1006) -[2025.05.25-17.51.45:608][898]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 386 outside of frame bounds -[2025.05.25-17.51.45:608][898]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:608][898]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 386 failed (-1000) -[2025.05.25-17.51.45:614][899]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:614][899]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:614][899]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 387 outside of frame bounds -[2025.05.25-17.51.45:618][899]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 386 failed (-1006) -[2025.05.25-17.51.45:618][899]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 387 outside of frame bounds -[2025.05.25-17.51.45:618][899]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:618][899]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 387 failed (-1000) -[2025.05.25-17.51.45:624][900]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:624][900]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:624][900]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 388 outside of frame bounds -[2025.05.25-17.51.45:627][900]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 387 failed (-1006) -[2025.05.25-17.51.45:627][900]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 388 outside of frame bounds -[2025.05.25-17.51.45:628][900]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:628][900]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 388 failed (-1000) -[2025.05.25-17.51.45:633][901]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:633][901]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:633][901]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 389 outside of frame bounds -[2025.05.25-17.51.45:637][901]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 389 outside of frame bounds -[2025.05.25-17.51.45:637][901]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 388 failed (-1006) -[2025.05.25-17.51.45:637][901]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:638][901]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 389 failed (-1000) -[2025.05.25-17.51.45:642][902]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:642][902]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:642][902]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 390 outside of frame bounds -[2025.05.25-17.51.45:645][902]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 390 outside of frame bounds -[2025.05.25-17.51.45:648][902]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 389 failed (-1006) -[2025.05.25-17.51.45:648][902]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:648][902]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 390 failed (-1000) -[2025.05.25-17.51.45:651][903]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:651][903]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:651][903]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 391 outside of frame bounds -[2025.05.25-17.51.45:654][903]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 391 outside of frame bounds -[2025.05.25-17.51.45:658][903]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 390 failed (-1006) -[2025.05.25-17.51.45:658][903]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:658][903]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 391 failed (-1000) -[2025.05.25-17.51.45:660][904]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:660][904]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:660][904]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 392 outside of frame bounds -[2025.05.25-17.51.45:664][904]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 392 outside of frame bounds -[2025.05.25-17.51.45:668][904]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 391 failed (-1006) -[2025.05.25-17.51.45:669][905]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:669][905]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 392 failed (-1000) -[2025.05.25-17.51.45:669][905]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:669][905]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:669][905]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 393 outside of frame bounds -[2025.05.25-17.51.45:673][905]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 393 outside of frame bounds -[2025.05.25-17.51.45:677][906]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:677][906]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:677][906]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 394 outside of frame bounds -[2025.05.25-17.51.45:678][906]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 392 failed (-1006) -[2025.05.25-17.51.45:679][906]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:679][906]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 393 failed (-1000) -[2025.05.25-17.51.45:684][906]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 394 outside of frame bounds -[2025.05.25-17.51.45:687][907]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:687][907]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:687][907]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 395 outside of frame bounds -[2025.05.25-17.51.45:688][907]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 393 failed (-1006) -[2025.05.25-17.51.45:689][907]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:689][907]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 394 failed (-1000) -[2025.05.25-17.51.45:694][907]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 395 outside of frame bounds -[2025.05.25-17.51.45:696][908]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:696][908]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:696][908]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 396 outside of frame bounds -[2025.05.25-17.51.45:698][908]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 394 failed (-1006) -[2025.05.25-17.51.45:700][908]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:700][908]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 395 failed (-1000) -[2025.05.25-17.51.45:704][908]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 396 outside of frame bounds -[2025.05.25-17.51.45:705][909]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:705][909]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:705][909]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 397 outside of frame bounds -[2025.05.25-17.51.45:708][909]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 395 failed (-1006) -[2025.05.25-17.51.45:708][909]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:709][909]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 396 failed (-1000) -[2025.05.25-17.51.45:714][910]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 397 outside of frame bounds -[2025.05.25-17.51.45:714][910]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:714][910]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:714][910]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 398 outside of frame bounds -[2025.05.25-17.51.45:718][910]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 396 failed (-1006) -[2025.05.25-17.51.45:718][910]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:718][910]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 397 failed (-1000) -[2025.05.25-17.51.45:724][911]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 398 outside of frame bounds -[2025.05.25-17.51.45:724][911]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:724][911]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:724][911]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 399 outside of frame bounds -[2025.05.25-17.51.45:728][911]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 397 failed (-1006) -[2025.05.25-17.51.45:729][911]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:729][911]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 398 failed (-1000) -[2025.05.25-17.51.45:734][912]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 399 outside of frame bounds -[2025.05.25-17.51.45:735][912]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:735][912]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:735][912]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 400 outside of frame bounds -[2025.05.25-17.51.45:738][912]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 398 failed (-1006) -[2025.05.25-17.51.45:739][912]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:739][912]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 399 failed (-1000) -[2025.05.25-17.51.45:744][913]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 400 outside of frame bounds -[2025.05.25-17.51.45:744][913]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:744][913]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:744][913]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 401 outside of frame bounds -[2025.05.25-17.51.45:748][913]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 399 failed (-1006) -[2025.05.25-17.51.45:749][913]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:749][913]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 400 failed (-1000) -[2025.05.25-17.51.45:753][914]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 401 outside of frame bounds -[2025.05.25-17.51.45:754][914]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:754][914]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:754][914]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 402 outside of frame bounds -[2025.05.25-17.51.45:758][914]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 400 failed (-1006) -[2025.05.25-17.51.45:759][914]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:759][914]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 401 failed (-1000) -[2025.05.25-17.51.45:764][915]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 402 outside of frame bounds -[2025.05.25-17.51.45:765][915]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:765][915]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:765][915]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 403 outside of frame bounds -[2025.05.25-17.51.45:768][915]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 401 failed (-1006) -[2025.05.25-17.51.45:769][915]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:769][915]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 402 failed (-1000) -[2025.05.25-17.51.45:774][916]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 403 outside of frame bounds -[2025.05.25-17.51.45:774][916]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:774][916]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:774][916]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 404 outside of frame bounds -[2025.05.25-17.51.45:779][916]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 402 failed (-1006) -[2025.05.25-17.51.45:779][916]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:779][916]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 403 failed (-1000) -[2025.05.25-17.51.45:784][917]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 404 outside of frame bounds -[2025.05.25-17.51.45:784][917]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:784][917]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:784][917]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 405 outside of frame bounds -[2025.05.25-17.51.45:789][917]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 403 failed (-1006) -[2025.05.25-17.51.45:790][917]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:790][917]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 404 failed (-1000) -[2025.05.25-17.51.45:794][918]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 405 outside of frame bounds -[2025.05.25-17.51.45:795][918]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:795][918]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:795][918]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 406 outside of frame bounds -[2025.05.25-17.51.45:799][918]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 404 failed (-1006) -[2025.05.25-17.51.45:800][918]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:800][918]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 405 failed (-1000) -[2025.05.25-17.51.45:805][919]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 406 outside of frame bounds -[2025.05.25-17.51.45:805][919]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:805][919]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:805][919]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 407 outside of frame bounds -[2025.05.25-17.51.45:809][919]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 405 failed (-1006) -[2025.05.25-17.51.45:809][919]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:810][919]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 406 failed (-1000) -[2025.05.25-17.51.45:814][920]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 407 outside of frame bounds -[2025.05.25-17.51.45:815][920]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:815][920]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:815][920]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 408 outside of frame bounds -[2025.05.25-17.51.45:819][920]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 406 failed (-1006) -[2025.05.25-17.51.45:820][920]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:820][920]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 407 failed (-1000) -[2025.05.25-17.51.45:824][921]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 408 outside of frame bounds -[2025.05.25-17.51.45:825][921]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:825][921]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:825][921]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 409 outside of frame bounds -[2025.05.25-17.51.45:829][921]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 407 failed (-1006) -[2025.05.25-17.51.45:830][921]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:830][921]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 408 failed (-1000) -[2025.05.25-17.51.45:835][922]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 409 outside of frame bounds -[2025.05.25-17.51.45:835][922]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:835][922]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:835][922]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 410 outside of frame bounds -[2025.05.25-17.51.45:839][922]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 408 failed (-1006) -[2025.05.25-17.51.45:839][922]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:839][922]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 409 failed (-1000) -[2025.05.25-17.51.45:844][923]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 410 outside of frame bounds -[2025.05.25-17.51.45:845][923]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:845][923]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:845][923]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 411 outside of frame bounds -[2025.05.25-17.51.45:849][923]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 409 failed (-1006) -[2025.05.25-17.51.45:850][923]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:850][923]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 410 failed (-1000) -[2025.05.25-17.51.45:854][924]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 411 outside of frame bounds -[2025.05.25-17.51.45:855][924]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:855][924]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:855][924]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 412 outside of frame bounds -[2025.05.25-17.51.45:858][924]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 410 failed (-1006) -[2025.05.25-17.51.45:859][924]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:859][924]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 411 failed (-1000) -[2025.05.25-17.51.45:865][925]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 412 outside of frame bounds -[2025.05.25-17.51.45:865][925]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:865][925]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:866][925]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 413 outside of frame bounds -[2025.05.25-17.51.45:869][925]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 411 failed (-1006) -[2025.05.25-17.51.45:870][925]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:870][925]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 412 failed (-1000) -[2025.05.25-17.51.45:874][926]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 413 outside of frame bounds -[2025.05.25-17.51.45:874][926]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:874][926]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:874][926]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 414 outside of frame bounds -[2025.05.25-17.51.45:879][926]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 412 failed (-1006) -[2025.05.25-17.51.45:880][926]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:880][926]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 413 failed (-1000) -[2025.05.25-17.51.45:885][927]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 414 outside of frame bounds -[2025.05.25-17.51.45:885][927]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:885][927]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:885][927]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 415 outside of frame bounds -[2025.05.25-17.51.45:890][927]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 413 failed (-1006) -[2025.05.25-17.51.45:891][927]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:891][927]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 414 failed (-1000) -[2025.05.25-17.51.45:895][928]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 415 outside of frame bounds -[2025.05.25-17.51.45:895][928]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:895][928]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:895][928]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 416 outside of frame bounds -[2025.05.25-17.51.45:899][928]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 414 failed (-1006) -[2025.05.25-17.51.45:900][928]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:900][928]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 415 failed (-1000) -[2025.05.25-17.51.45:905][929]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 416 outside of frame bounds -[2025.05.25-17.51.45:905][929]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:905][929]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:905][929]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 417 outside of frame bounds -[2025.05.25-17.51.45:908][929]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 415 failed (-1006) -[2025.05.25-17.51.45:909][929]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:909][929]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 416 failed (-1000) -[2025.05.25-17.51.45:914][930]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 417 outside of frame bounds -[2025.05.25-17.51.45:915][930]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:915][930]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:915][930]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 418 outside of frame bounds -[2025.05.25-17.51.45:920][930]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 416 failed (-1006) -[2025.05.25-17.51.45:920][930]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:920][930]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 417 failed (-1000) -[2025.05.25-17.51.45:925][931]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 418 outside of frame bounds -[2025.05.25-17.51.45:925][931]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:925][931]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:925][931]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 419 outside of frame bounds -[2025.05.25-17.51.45:930][931]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 417 failed (-1006) -[2025.05.25-17.51.45:931][931]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:931][931]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 418 failed (-1000) -[2025.05.25-17.51.45:935][932]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 419 outside of frame bounds -[2025.05.25-17.51.45:936][932]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:936][932]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:936][932]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 420 outside of frame bounds -[2025.05.25-17.51.45:939][932]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 418 failed (-1006) -[2025.05.25-17.51.45:940][932]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:940][932]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 419 failed (-1000) -[2025.05.25-17.51.45:944][933]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 420 outside of frame bounds -[2025.05.25-17.51.45:944][933]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:944][933]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:944][933]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 421 outside of frame bounds -[2025.05.25-17.51.45:950][933]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 419 failed (-1006) -[2025.05.25-17.51.45:951][933]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:951][933]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 420 failed (-1000) -[2025.05.25-17.51.45:955][934]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 421 outside of frame bounds -[2025.05.25-17.51.45:956][934]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:956][934]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:956][934]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 422 outside of frame bounds -[2025.05.25-17.51.45:959][934]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 420 failed (-1006) -[2025.05.25-17.51.45:960][934]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:960][934]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 421 failed (-1000) -[2025.05.25-17.51.45:966][935]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 422 outside of frame bounds -[2025.05.25-17.51.45:966][935]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:966][935]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:966][935]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 423 outside of frame bounds -[2025.05.25-17.51.45:970][935]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 421 failed (-1006) -[2025.05.25-17.51.45:971][935]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:971][935]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 422 failed (-1000) -[2025.05.25-17.51.45:974][936]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 423 outside of frame bounds -[2025.05.25-17.51.45:975][936]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:975][936]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:975][936]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 424 outside of frame bounds -[2025.05.25-17.51.45:980][936]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 422 failed (-1006) -[2025.05.25-17.51.45:981][936]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:981][936]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 423 failed (-1000) -[2025.05.25-17.51.45:985][937]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 424 outside of frame bounds -[2025.05.25-17.51.45:985][937]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:985][937]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:985][937]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 425 outside of frame bounds -[2025.05.25-17.51.45:989][937]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 423 failed (-1006) -[2025.05.25-17.51.45:990][937]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.45:990][937]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 424 failed (-1000) -[2025.05.25-17.51.45:995][938]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 425 outside of frame bounds -[2025.05.25-17.51.45:995][938]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.45:995][938]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.45:995][938]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 426 outside of frame bounds -[2025.05.25-17.51.46:000][938]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 424 failed (-1006) -[2025.05.25-17.51.46:001][938]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:001][938]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 425 failed (-1000) -[2025.05.25-17.51.46:005][939]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 426 outside of frame bounds -[2025.05.25-17.51.46:006][939]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:006][939]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:006][939]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 427 outside of frame bounds -[2025.05.25-17.51.46:009][939]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 425 failed (-1006) -[2025.05.25-17.51.46:010][939]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:010][939]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 426 failed (-1000) -[2025.05.25-17.51.46:015][940]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 427 outside of frame bounds -[2025.05.25-17.51.46:015][940]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:015][940]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:015][940]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 428 outside of frame bounds -[2025.05.25-17.51.46:020][940]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 426 failed (-1006) -[2025.05.25-17.51.46:021][940]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:021][940]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 427 failed (-1000) -[2025.05.25-17.51.46:025][941]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 428 outside of frame bounds -[2025.05.25-17.51.46:025][941]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:025][941]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:025][941]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 429 outside of frame bounds -[2025.05.25-17.51.46:030][941]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 427 failed (-1006) -[2025.05.25-17.51.46:031][941]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:031][941]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 428 failed (-1000) -[2025.05.25-17.51.46:035][942]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 429 outside of frame bounds -[2025.05.25-17.51.46:035][942]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:035][942]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:035][942]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 430 outside of frame bounds -[2025.05.25-17.51.46:039][942]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 428 failed (-1006) -[2025.05.25-17.51.46:040][942]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:040][942]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 429 failed (-1000) -[2025.05.25-17.51.46:044][943]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 430 outside of frame bounds -[2025.05.25-17.51.46:045][943]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:045][943]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:045][943]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 431 outside of frame bounds -[2025.05.25-17.51.46:050][943]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 429 failed (-1006) -[2025.05.25-17.51.46:050][943]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:050][943]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 430 failed (-1000) -[2025.05.25-17.51.46:055][944]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 431 outside of frame bounds -[2025.05.25-17.51.46:055][944]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:055][944]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:055][944]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 432 outside of frame bounds -[2025.05.25-17.51.46:060][944]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 430 failed (-1006) -[2025.05.25-17.51.46:060][944]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:060][944]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 431 failed (-1000) -[2025.05.25-17.51.46:066][945]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 432 outside of frame bounds -[2025.05.25-17.51.46:066][945]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:066][945]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:066][945]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 433 outside of frame bounds -[2025.05.25-17.51.46:069][945]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 431 failed (-1006) -[2025.05.25-17.51.46:070][945]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:070][945]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 432 failed (-1000) -[2025.05.25-17.51.46:075][946]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 433 outside of frame bounds -[2025.05.25-17.51.46:075][946]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:075][946]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:075][946]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 434 outside of frame bounds -[2025.05.25-17.51.46:080][946]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 432 failed (-1006) -[2025.05.25-17.51.46:081][946]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:081][946]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 433 failed (-1000) -[2025.05.25-17.51.46:085][947]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 434 outside of frame bounds -[2025.05.25-17.51.46:086][947]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:086][947]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:086][947]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 435 outside of frame bounds -[2025.05.25-17.51.46:090][947]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 433 failed (-1006) -[2025.05.25-17.51.46:091][947]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:091][947]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 434 failed (-1000) -[2025.05.25-17.51.46:094][948]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 435 outside of frame bounds -[2025.05.25-17.51.46:095][948]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:095][948]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:095][948]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 436 outside of frame bounds -[2025.05.25-17.51.46:099][948]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 434 failed (-1006) -[2025.05.25-17.51.46:100][948]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:100][948]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 435 failed (-1000) -[2025.05.25-17.51.46:105][949]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 436 outside of frame bounds -[2025.05.25-17.51.46:105][949]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:105][949]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:105][949]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 437 outside of frame bounds -[2025.05.25-17.51.46:109][949]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 435 failed (-1006) -[2025.05.25-17.51.46:109][949]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:109][949]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 436 failed (-1000) -[2025.05.25-17.51.46:115][950]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 437 outside of frame bounds -[2025.05.25-17.51.46:115][950]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:115][950]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:115][950]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 438 outside of frame bounds -[2025.05.25-17.51.46:120][950]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 436 failed (-1006) -[2025.05.25-17.51.46:120][950]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:120][950]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 437 failed (-1000) -[2025.05.25-17.51.46:125][951]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 438 outside of frame bounds -[2025.05.25-17.51.46:126][951]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:126][951]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:126][951]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 439 outside of frame bounds -[2025.05.25-17.51.46:131][951]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 437 failed (-1006) -[2025.05.25-17.51.46:131][951]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:131][951]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 438 failed (-1000) -[2025.05.25-17.51.46:135][952]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 439 outside of frame bounds -[2025.05.25-17.51.46:136][952]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:136][952]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:136][952]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 440 outside of frame bounds -[2025.05.25-17.51.46:139][952]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 438 failed (-1006) -[2025.05.25-17.51.46:140][952]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:140][952]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 439 failed (-1000) -[2025.05.25-17.51.46:145][953]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 440 outside of frame bounds -[2025.05.25-17.51.46:145][953]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:145][953]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:145][953]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 441 outside of frame bounds -[2025.05.25-17.51.46:150][953]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 439 failed (-1006) -[2025.05.25-17.51.46:150][953]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:150][953]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 440 failed (-1000) -[2025.05.25-17.51.46:155][954]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 441 outside of frame bounds -[2025.05.25-17.51.46:155][954]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:155][954]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:155][954]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 442 outside of frame bounds -[2025.05.25-17.51.46:160][954]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 440 failed (-1006) -[2025.05.25-17.51.46:161][954]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:161][954]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 441 failed (-1000) -[2025.05.25-17.51.46:165][955]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 442 outside of frame bounds -[2025.05.25-17.51.46:166][955]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:166][955]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:166][955]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 443 outside of frame bounds -[2025.05.25-17.51.46:169][955]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 441 failed (-1006) -[2025.05.25-17.51.46:170][955]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:170][955]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 442 failed (-1000) -[2025.05.25-17.51.46:175][956]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 443 outside of frame bounds -[2025.05.25-17.51.46:175][956]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:175][956]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:175][956]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 444 outside of frame bounds -[2025.05.25-17.51.46:180][956]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 442 failed (-1006) -[2025.05.25-17.51.46:181][956]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:181][956]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 443 failed (-1000) -[2025.05.25-17.51.46:185][957]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 444 outside of frame bounds -[2025.05.25-17.51.46:185][957]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:185][957]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:185][957]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 445 outside of frame bounds -[2025.05.25-17.51.46:190][957]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 443 failed (-1006) -[2025.05.25-17.51.46:191][957]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:191][957]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 444 failed (-1000) -[2025.05.25-17.51.46:195][958]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 445 outside of frame bounds -[2025.05.25-17.51.46:196][958]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:196][958]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:196][958]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 446 outside of frame bounds -[2025.05.25-17.51.46:200][958]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 444 failed (-1006) -[2025.05.25-17.51.46:201][958]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:201][958]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 445 failed (-1000) -[2025.05.25-17.51.46:205][959]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 446 outside of frame bounds -[2025.05.25-17.51.46:206][959]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:206][959]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:206][959]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 447 outside of frame bounds -[2025.05.25-17.51.46:210][959]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 445 failed (-1006) -[2025.05.25-17.51.46:211][959]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:211][959]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 446 failed (-1000) -[2025.05.25-17.51.46:215][960]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 447 outside of frame bounds -[2025.05.25-17.51.46:216][960]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:216][960]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:216][960]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 448 outside of frame bounds -[2025.05.25-17.51.46:220][960]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 446 failed (-1006) -[2025.05.25-17.51.46:221][960]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:221][960]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 447 failed (-1000) -[2025.05.25-17.51.46:225][961]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 448 outside of frame bounds -[2025.05.25-17.51.46:225][961]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:225][961]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:225][961]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 449 outside of frame bounds -[2025.05.25-17.51.46:235][961]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 447 failed (-1006) -[2025.05.25-17.51.46:235][961]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:235][961]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 448 failed (-1000) -[2025.05.25-17.51.46:238][962]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 449 outside of frame bounds -[2025.05.25-17.51.46:239][962]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:239][962]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:239][962]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 450 outside of frame bounds -[2025.05.25-17.51.46:243][962]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 448 failed (-1006) -[2025.05.25-17.51.46:244][962]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:244][962]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 449 failed (-1000) -[2025.05.25-17.51.46:248][963]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 450 outside of frame bounds -[2025.05.25-17.51.46:248][963]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:248][963]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:248][963]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 451 outside of frame bounds -[2025.05.25-17.51.46:253][963]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 449 failed (-1006) -[2025.05.25-17.51.46:254][963]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:254][963]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 450 failed (-1000) -[2025.05.25-17.51.46:258][964]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 451 outside of frame bounds -[2025.05.25-17.51.46:259][964]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:259][964]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:259][964]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 452 outside of frame bounds -[2025.05.25-17.51.46:263][964]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 450 failed (-1006) -[2025.05.25-17.51.46:264][964]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:264][964]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 451 failed (-1000) -[2025.05.25-17.51.46:268][965]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 452 outside of frame bounds -[2025.05.25-17.51.46:269][965]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:269][965]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:269][965]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 453 outside of frame bounds -[2025.05.25-17.51.46:272][965]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 451 failed (-1006) -[2025.05.25-17.51.46:273][965]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:273][965]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 452 failed (-1000) -[2025.05.25-17.51.46:278][966]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 453 outside of frame bounds -[2025.05.25-17.51.46:278][966]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:278][966]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:279][966]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 454 outside of frame bounds -[2025.05.25-17.51.46:283][966]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 452 failed (-1006) -[2025.05.25-17.51.46:284][966]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:284][966]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 453 failed (-1000) -[2025.05.25-17.51.46:289][967]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 454 outside of frame bounds -[2025.05.25-17.51.46:289][967]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:289][967]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:289][967]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 455 outside of frame bounds -[2025.05.25-17.51.46:293][967]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 453 failed (-1006) -[2025.05.25-17.51.46:294][967]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:294][967]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 454 failed (-1000) -[2025.05.25-17.51.46:299][968]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 455 outside of frame bounds -[2025.05.25-17.51.46:299][968]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:299][968]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:299][968]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 456 outside of frame bounds -[2025.05.25-17.51.46:303][968]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 454 failed (-1006) -[2025.05.25-17.51.46:304][968]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:304][968]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 455 failed (-1000) -[2025.05.25-17.51.46:308][969]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 456 outside of frame bounds -[2025.05.25-17.51.46:309][969]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:309][969]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:309][969]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 457 outside of frame bounds -[2025.05.25-17.51.46:313][969]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 455 failed (-1006) -[2025.05.25-17.51.46:314][969]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:314][969]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 456 failed (-1000) -[2025.05.25-17.51.46:318][970]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 457 outside of frame bounds -[2025.05.25-17.51.46:319][970]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:319][970]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:319][970]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 458 outside of frame bounds -[2025.05.25-17.51.46:323][970]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 456 failed (-1006) -[2025.05.25-17.51.46:324][970]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:324][970]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 457 failed (-1000) -[2025.05.25-17.51.46:328][971]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 458 outside of frame bounds -[2025.05.25-17.51.46:328][971]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:328][971]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:328][971]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 459 outside of frame bounds -[2025.05.25-17.51.46:333][971]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 457 failed (-1006) -[2025.05.25-17.51.46:334][971]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:334][971]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 458 failed (-1000) -[2025.05.25-17.51.46:338][972]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 459 outside of frame bounds -[2025.05.25-17.51.46:339][972]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:339][972]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:339][972]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 460 outside of frame bounds -[2025.05.25-17.51.46:343][972]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 458 failed (-1006) -[2025.05.25-17.51.46:343][972]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:343][972]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 459 failed (-1000) -[2025.05.25-17.51.46:348][973]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 460 outside of frame bounds -[2025.05.25-17.51.46:349][973]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:349][973]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:349][973]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 461 outside of frame bounds -[2025.05.25-17.51.46:353][973]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 459 failed (-1006) -[2025.05.25-17.51.46:354][973]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:354][973]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 460 failed (-1000) -[2025.05.25-17.51.46:358][974]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 461 outside of frame bounds -[2025.05.25-17.51.46:358][974]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:359][974]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:359][974]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 462 outside of frame bounds -[2025.05.25-17.51.46:364][974]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 460 failed (-1006) -[2025.05.25-17.51.46:365][974]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:365][974]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 461 failed (-1000) -[2025.05.25-17.51.46:368][975]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 462 outside of frame bounds -[2025.05.25-17.51.46:369][975]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:369][975]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:369][975]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 463 outside of frame bounds -[2025.05.25-17.51.46:373][975]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 461 failed (-1006) -[2025.05.25-17.51.46:374][975]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:374][975]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 462 failed (-1000) -[2025.05.25-17.51.46:378][976]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 463 outside of frame bounds -[2025.05.25-17.51.46:379][976]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:379][976]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:379][976]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 464 outside of frame bounds -[2025.05.25-17.51.46:383][976]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 462 failed (-1006) -[2025.05.25-17.51.46:384][976]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:384][976]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 463 failed (-1000) -[2025.05.25-17.51.46:389][977]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 464 outside of frame bounds -[2025.05.25-17.51.46:389][977]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:389][977]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:389][977]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 465 outside of frame bounds -[2025.05.25-17.51.46:393][977]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 463 failed (-1006) -[2025.05.25-17.51.46:393][977]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:393][977]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 464 failed (-1000) -[2025.05.25-17.51.46:399][978]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 465 outside of frame bounds -[2025.05.25-17.51.46:399][978]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:399][978]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:399][978]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 466 outside of frame bounds -[2025.05.25-17.51.46:403][978]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 464 failed (-1006) -[2025.05.25-17.51.46:404][978]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:404][978]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 465 failed (-1000) -[2025.05.25-17.51.46:408][979]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 466 outside of frame bounds -[2025.05.25-17.51.46:408][979]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:408][979]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:408][979]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 467 outside of frame bounds -[2025.05.25-17.51.46:413][979]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 465 failed (-1006) -[2025.05.25-17.51.46:414][979]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:414][979]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 466 failed (-1000) -[2025.05.25-17.51.46:418][980]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 467 outside of frame bounds -[2025.05.25-17.51.46:418][980]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:419][980]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:419][980]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 468 outside of frame bounds -[2025.05.25-17.51.46:424][980]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 466 failed (-1006) -[2025.05.25-17.51.46:424][980]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:424][980]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 467 failed (-1000) -[2025.05.25-17.51.46:429][981]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 468 outside of frame bounds -[2025.05.25-17.51.46:429][981]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:429][981]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:429][981]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 469 outside of frame bounds -[2025.05.25-17.51.46:434][981]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 467 failed (-1006) -[2025.05.25-17.51.46:434][981]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:434][981]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 468 failed (-1000) -[2025.05.25-17.51.46:438][982]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 469 outside of frame bounds -[2025.05.25-17.51.46:439][982]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:439][982]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:439][982]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 470 outside of frame bounds -[2025.05.25-17.51.46:443][982]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 468 failed (-1006) -[2025.05.25-17.51.46:444][982]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:444][982]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 469 failed (-1000) -[2025.05.25-17.51.46:449][983]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 470 outside of frame bounds -[2025.05.25-17.51.46:450][983]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:450][983]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:450][983]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 471 outside of frame bounds -[2025.05.25-17.51.46:454][983]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 469 failed (-1006) -[2025.05.25-17.51.46:454][983]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:454][983]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 470 failed (-1000) -[2025.05.25-17.51.46:459][984]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 471 outside of frame bounds -[2025.05.25-17.51.46:459][984]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:459][984]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:459][984]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 472 outside of frame bounds -[2025.05.25-17.51.46:464][984]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 470 failed (-1006) -[2025.05.25-17.51.46:465][984]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:465][984]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 471 failed (-1000) -[2025.05.25-17.51.46:469][985]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 472 outside of frame bounds -[2025.05.25-17.51.46:470][985]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:470][985]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:470][985]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 473 outside of frame bounds -[2025.05.25-17.51.46:473][985]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 471 failed (-1006) -[2025.05.25-17.51.46:474][985]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:474][985]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 472 failed (-1000) -[2025.05.25-17.51.46:479][986]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 473 outside of frame bounds -[2025.05.25-17.51.46:479][986]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:479][986]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:479][986]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 474 outside of frame bounds -[2025.05.25-17.51.46:484][986]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 472 failed (-1006) -[2025.05.25-17.51.46:485][986]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:485][986]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 473 failed (-1000) -[2025.05.25-17.51.46:489][987]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 474 outside of frame bounds -[2025.05.25-17.51.46:489][987]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:489][987]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:489][987]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 475 outside of frame bounds -[2025.05.25-17.51.46:494][987]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 473 failed (-1006) -[2025.05.25-17.51.46:495][987]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:495][987]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 474 failed (-1000) -[2025.05.25-17.51.46:500][988]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 475 outside of frame bounds -[2025.05.25-17.51.46:500][988]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:500][988]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:500][988]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 476 outside of frame bounds -[2025.05.25-17.51.46:504][988]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 474 failed (-1006) -[2025.05.25-17.51.46:505][988]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:505][988]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 475 failed (-1000) -[2025.05.25-17.51.46:509][989]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 476 outside of frame bounds -[2025.05.25-17.51.46:510][989]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:510][989]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:510][989]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 477 outside of frame bounds -[2025.05.25-17.51.46:514][989]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 475 failed (-1006) -[2025.05.25-17.51.46:515][989]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:515][989]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 476 failed (-1000) -[2025.05.25-17.51.46:519][990]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 477 outside of frame bounds -[2025.05.25-17.51.46:520][990]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:520][990]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:520][990]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 478 outside of frame bounds -[2025.05.25-17.51.46:523][990]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 476 failed (-1006) -[2025.05.25-17.51.46:524][990]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:524][990]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 477 failed (-1000) -[2025.05.25-17.51.46:529][991]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 478 outside of frame bounds -[2025.05.25-17.51.46:530][991]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:530][991]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:530][991]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 479 outside of frame bounds -[2025.05.25-17.51.46:535][991]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 477 failed (-1006) -[2025.05.25-17.51.46:536][991]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:536][991]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 478 failed (-1000) -[2025.05.25-17.51.46:542][991]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 479 outside of frame bounds -[2025.05.25-17.51.46:545][992]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 478 failed (-1006) -[2025.05.25-17.51.46:545][992]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:545][992]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:545][992]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 480 outside of frame bounds -[2025.05.25-17.51.46:545][992]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:546][992]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 479 failed (-1000) -[2025.05.25-17.51.46:551][992]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 480 outside of frame bounds -[2025.05.25-17.51.46:555][993]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 479 failed (-1006) -[2025.05.25-17.51.46:556][993]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:556][993]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:556][993]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 481 outside of frame bounds -[2025.05.25-17.51.46:556][993]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:556][993]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 480 failed (-1000) -[2025.05.25-17.51.46:561][993]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 481 outside of frame bounds -[2025.05.25-17.51.46:566][993]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 480 failed (-1006) -[2025.05.25-17.51.46:567][994]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:567][994]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:567][994]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:567][994]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 481 failed (-1000) -[2025.05.25-17.51.46:567][994]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 482 outside of frame bounds -[2025.05.25-17.51.46:572][994]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 482 outside of frame bounds -[2025.05.25-17.51.46:576][994]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 481 failed (-1006) -[2025.05.25-17.51.46:576][994]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:576][994]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 482 failed (-1000) -[2025.05.25-17.51.46:578][995]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:578][995]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:578][995]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 483 outside of frame bounds -[2025.05.25-17.51.46:582][995]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 483 outside of frame bounds -[2025.05.25-17.51.46:586][995]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 482 failed (-1006) -[2025.05.25-17.51.46:586][995]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:586][995]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 483 failed (-1000) -[2025.05.25-17.51.46:590][996]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:590][996]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:590][996]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 484 outside of frame bounds -[2025.05.25-17.51.46:594][996]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 484 outside of frame bounds -[2025.05.25-17.51.46:596][996]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 483 failed (-1006) -[2025.05.25-17.51.46:597][996]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:597][996]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 484 failed (-1000) -[2025.05.25-17.51.46:599][997]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:599][997]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:599][997]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 485 outside of frame bounds -[2025.05.25-17.51.46:603][997]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 485 outside of frame bounds -[2025.05.25-17.51.46:606][997]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 484 failed (-1006) -[2025.05.25-17.51.46:607][997]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:607][997]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 485 failed (-1000) -[2025.05.25-17.51.46:609][998]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:609][998]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:609][998]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 486 outside of frame bounds -[2025.05.25-17.51.46:613][998]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 486 outside of frame bounds -[2025.05.25-17.51.46:616][998]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 485 failed (-1006) -[2025.05.25-17.51.46:617][998]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:617][998]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 486 failed (-1000) -[2025.05.25-17.51.46:619][999]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:619][999]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:619][999]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 487 outside of frame bounds -[2025.05.25-17.51.46:623][999]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 487 outside of frame bounds -[2025.05.25-17.51.46:627][999]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 486 failed (-1006) -[2025.05.25-17.51.46:628][999]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:628][999]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 487 failed (-1000) -[2025.05.25-17.51.46:629][ 0]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:629][ 0]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:629][ 0]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 488 outside of frame bounds -[2025.05.25-17.51.46:633][ 0]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 488 outside of frame bounds -[2025.05.25-17.51.46:637][ 0]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 487 failed (-1006) -[2025.05.25-17.51.46:638][ 0]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:638][ 0]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 488 failed (-1000) -[2025.05.25-17.51.46:640][ 1]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:640][ 1]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:641][ 1]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 489 outside of frame bounds -[2025.05.25-17.51.46:645][ 1]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 489 outside of frame bounds -[2025.05.25-17.51.46:647][ 1]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 488 failed (-1006) -[2025.05.25-17.51.46:648][ 1]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:648][ 1]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 489 failed (-1000) -[2025.05.25-17.51.46:651][ 2]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:651][ 2]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:651][ 2]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 490 outside of frame bounds -[2025.05.25-17.51.46:654][ 2]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 490 outside of frame bounds -[2025.05.25-17.51.46:658][ 2]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 489 failed (-1006) -[2025.05.25-17.51.46:658][ 2]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:658][ 2]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 490 failed (-1000) -[2025.05.25-17.51.46:659][ 3]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:659][ 3]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:659][ 3]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 491 outside of frame bounds -[2025.05.25-17.51.46:664][ 3]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 491 outside of frame bounds -[2025.05.25-17.51.46:668][ 3]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 490 failed (-1006) -[2025.05.25-17.51.46:669][ 3]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:669][ 3]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 491 failed (-1000) -[2025.05.25-17.51.46:673][ 4]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:673][ 4]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:673][ 4]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 492 outside of frame bounds -[2025.05.25-17.51.46:677][ 4]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 492 outside of frame bounds -[2025.05.25-17.51.46:677][ 4]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 491 failed (-1006) -[2025.05.25-17.51.46:678][ 4]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:678][ 4]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 492 failed (-1000) -[2025.05.25-17.51.46:684][ 5]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:684][ 5]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:684][ 5]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 493 outside of frame bounds -[2025.05.25-17.51.46:686][ 5]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 493 outside of frame bounds -[2025.05.25-17.51.46:688][ 5]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 492 failed (-1006) -[2025.05.25-17.51.46:689][ 5]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:689][ 5]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 493 failed (-1000) -[2025.05.25-17.51.46:692][ 6]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:692][ 6]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:692][ 6]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 494 outside of frame bounds -[2025.05.25-17.51.46:695][ 6]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 494 outside of frame bounds -[2025.05.25-17.51.46:698][ 6]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 493 failed (-1006) -[2025.05.25-17.51.46:699][ 6]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:699][ 6]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 494 failed (-1000) -[2025.05.25-17.51.46:699][ 7]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:699][ 7]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:699][ 7]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 495 outside of frame bounds -[2025.05.25-17.51.46:703][ 7]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 495 outside of frame bounds -[2025.05.25-17.51.46:707][ 7]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 494 failed (-1006) -[2025.05.25-17.51.46:708][ 8]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:708][ 8]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 495 failed (-1000) -[2025.05.25-17.51.46:708][ 8]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:708][ 8]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:708][ 8]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 496 outside of frame bounds -[2025.05.25-17.51.46:712][ 8]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 496 outside of frame bounds -[2025.05.25-17.51.46:717][ 9]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:717][ 9]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:717][ 9]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 497 outside of frame bounds -[2025.05.25-17.51.46:719][ 9]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 495 failed (-1006) -[2025.05.25-17.51.46:719][ 9]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:720][ 9]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 496 failed (-1000) -[2025.05.25-17.51.46:724][ 9]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 497 outside of frame bounds -[2025.05.25-17.51.46:725][ 10]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:726][ 10]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:726][ 10]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 498 outside of frame bounds -[2025.05.25-17.51.46:729][ 10]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 496 failed (-1006) -[2025.05.25-17.51.46:730][ 10]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:730][ 10]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 497 failed (-1000) -[2025.05.25-17.51.46:734][ 11]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 498 outside of frame bounds -[2025.05.25-17.51.46:734][ 11]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:734][ 11]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:734][ 11]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 499 outside of frame bounds -[2025.05.25-17.51.46:738][ 11]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 497 failed (-1006) -[2025.05.25-17.51.46:738][ 11]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:738][ 11]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 498 failed (-1000) -[2025.05.25-17.51.46:743][ 12]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 499 outside of frame bounds -[2025.05.25-17.51.46:743][ 12]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:743][ 12]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:743][ 12]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 500 outside of frame bounds -[2025.05.25-17.51.46:748][ 12]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 498 failed (-1006) -[2025.05.25-17.51.46:749][ 12]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:749][ 12]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 499 failed (-1000) -[2025.05.25-17.51.46:754][ 13]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 500 outside of frame bounds -[2025.05.25-17.51.46:754][ 13]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:754][ 13]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:754][ 13]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 501 outside of frame bounds -[2025.05.25-17.51.46:758][ 13]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 499 failed (-1006) -[2025.05.25-17.51.46:759][ 13]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:759][ 13]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 500 failed (-1000) -[2025.05.25-17.51.46:763][ 14]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 501 outside of frame bounds -[2025.05.25-17.51.46:764][ 14]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:764][ 14]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:764][ 14]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 502 outside of frame bounds -[2025.05.25-17.51.46:768][ 14]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 500 failed (-1006) -[2025.05.25-17.51.46:769][ 14]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:769][ 14]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 501 failed (-1000) -[2025.05.25-17.51.46:773][ 15]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 502 outside of frame bounds -[2025.05.25-17.51.46:774][ 15]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:774][ 15]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:774][ 15]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 503 outside of frame bounds -[2025.05.25-17.51.46:778][ 15]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 501 failed (-1006) -[2025.05.25-17.51.46:779][ 15]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:779][ 15]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 502 failed (-1000) -[2025.05.25-17.51.46:784][ 16]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 503 outside of frame bounds -[2025.05.25-17.51.46:785][ 16]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:785][ 16]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:785][ 16]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 504 outside of frame bounds -[2025.05.25-17.51.46:788][ 16]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 502 failed (-1006) -[2025.05.25-17.51.46:789][ 16]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:789][ 16]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 503 failed (-1000) -[2025.05.25-17.51.46:794][ 17]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 504 outside of frame bounds -[2025.05.25-17.51.46:794][ 17]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:794][ 17]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:794][ 17]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 505 outside of frame bounds -[2025.05.25-17.51.46:799][ 17]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 503 failed (-1006) -[2025.05.25-17.51.46:800][ 17]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:800][ 17]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 504 failed (-1000) -[2025.05.25-17.51.46:804][ 18]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 505 outside of frame bounds -[2025.05.25-17.51.46:805][ 18]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:805][ 18]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:805][ 18]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 506 outside of frame bounds -[2025.05.25-17.51.46:808][ 18]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 504 failed (-1006) -[2025.05.25-17.51.46:809][ 18]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:809][ 18]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 505 failed (-1000) -[2025.05.25-17.51.46:813][ 19]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 506 outside of frame bounds -[2025.05.25-17.51.46:814][ 19]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:814][ 19]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:814][ 19]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 507 outside of frame bounds -[2025.05.25-17.51.46:819][ 19]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 505 failed (-1006) -[2025.05.25-17.51.46:820][ 19]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:820][ 19]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 506 failed (-1000) -[2025.05.25-17.51.46:824][ 20]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 507 outside of frame bounds -[2025.05.25-17.51.46:825][ 20]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:825][ 20]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:825][ 20]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 508 outside of frame bounds -[2025.05.25-17.51.46:829][ 20]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 506 failed (-1006) -[2025.05.25-17.51.46:829][ 20]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:829][ 20]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 507 failed (-1000) -[2025.05.25-17.51.46:834][ 21]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 508 outside of frame bounds -[2025.05.25-17.51.46:835][ 21]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:835][ 21]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:835][ 21]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 509 outside of frame bounds -[2025.05.25-17.51.46:838][ 21]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 507 failed (-1006) -[2025.05.25-17.51.46:840][ 21]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:840][ 21]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 508 failed (-1000) -[2025.05.25-17.51.46:844][ 22]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 509 outside of frame bounds -[2025.05.25-17.51.46:844][ 22]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:844][ 22]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:844][ 22]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 510 outside of frame bounds -[2025.05.25-17.51.46:849][ 22]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 508 failed (-1006) -[2025.05.25-17.51.46:849][ 22]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:849][ 22]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 509 failed (-1000) -[2025.05.25-17.51.46:854][ 23]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 510 outside of frame bounds -[2025.05.25-17.51.46:855][ 23]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:855][ 23]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:855][ 23]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 511 outside of frame bounds -[2025.05.25-17.51.46:858][ 23]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 509 failed (-1006) -[2025.05.25-17.51.46:859][ 23]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:859][ 23]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 510 failed (-1000) -[2025.05.25-17.51.46:864][ 24]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 511 outside of frame bounds -[2025.05.25-17.51.46:864][ 24]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:864][ 24]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:864][ 24]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 512 outside of frame bounds -[2025.05.25-17.51.46:868][ 24]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 510 failed (-1006) -[2025.05.25-17.51.46:869][ 24]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:869][ 24]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 511 failed (-1000) -[2025.05.25-17.51.46:874][ 25]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 512 outside of frame bounds -[2025.05.25-17.51.46:874][ 25]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:874][ 25]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:874][ 25]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 513 outside of frame bounds -[2025.05.25-17.51.46:879][ 25]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 511 failed (-1006) -[2025.05.25-17.51.46:880][ 25]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:880][ 25]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 512 failed (-1000) -[2025.05.25-17.51.46:884][ 26]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 513 outside of frame bounds -[2025.05.25-17.51.46:885][ 26]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:885][ 26]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:885][ 26]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 514 outside of frame bounds -[2025.05.25-17.51.46:889][ 26]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 512 failed (-1006) -[2025.05.25-17.51.46:890][ 26]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:890][ 26]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 513 failed (-1000) -[2025.05.25-17.51.46:894][ 27]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 514 outside of frame bounds -[2025.05.25-17.51.46:894][ 27]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:894][ 27]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:894][ 27]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 515 outside of frame bounds -[2025.05.25-17.51.46:898][ 27]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 513 failed (-1006) -[2025.05.25-17.51.46:899][ 27]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:899][ 27]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 514 failed (-1000) -[2025.05.25-17.51.46:904][ 28]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 515 outside of frame bounds -[2025.05.25-17.51.46:905][ 28]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:905][ 28]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:905][ 28]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 516 outside of frame bounds -[2025.05.25-17.51.46:908][ 28]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 514 failed (-1006) -[2025.05.25-17.51.46:909][ 28]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:909][ 28]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 515 failed (-1000) -[2025.05.25-17.51.46:913][ 29]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 516 outside of frame bounds -[2025.05.25-17.51.46:914][ 29]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:914][ 29]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:914][ 29]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 517 outside of frame bounds -[2025.05.25-17.51.46:919][ 29]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 515 failed (-1006) -[2025.05.25-17.51.46:919][ 29]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:919][ 29]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 516 failed (-1000) -[2025.05.25-17.51.46:923][ 30]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 517 outside of frame bounds -[2025.05.25-17.51.46:924][ 30]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:924][ 30]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:924][ 30]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 518 outside of frame bounds -[2025.05.25-17.51.46:929][ 30]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 516 failed (-1006) -[2025.05.25-17.51.46:929][ 30]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:930][ 30]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 517 failed (-1000) -[2025.05.25-17.51.46:934][ 31]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 518 outside of frame bounds -[2025.05.25-17.51.46:935][ 31]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:935][ 31]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:935][ 31]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 519 outside of frame bounds -[2025.05.25-17.51.46:938][ 31]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 517 failed (-1006) -[2025.05.25-17.51.46:939][ 31]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:939][ 31]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 518 failed (-1000) -[2025.05.25-17.51.46:944][ 32]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 519 outside of frame bounds -[2025.05.25-17.51.46:944][ 32]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:944][ 32]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:944][ 32]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 520 outside of frame bounds -[2025.05.25-17.51.46:949][ 32]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 518 failed (-1006) -[2025.05.25-17.51.46:949][ 32]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:949][ 32]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 519 failed (-1000) -[2025.05.25-17.51.46:954][ 33]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 520 outside of frame bounds -[2025.05.25-17.51.46:955][ 33]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:955][ 33]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:955][ 33]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 521 outside of frame bounds -[2025.05.25-17.51.46:958][ 33]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 519 failed (-1006) -[2025.05.25-17.51.46:959][ 33]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:959][ 33]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 520 failed (-1000) -[2025.05.25-17.51.46:964][ 34]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 521 outside of frame bounds -[2025.05.25-17.51.46:965][ 34]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:965][ 34]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:965][ 34]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 522 outside of frame bounds -[2025.05.25-17.51.46:969][ 34]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 520 failed (-1006) -[2025.05.25-17.51.46:970][ 34]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:970][ 34]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 521 failed (-1000) -[2025.05.25-17.51.46:974][ 35]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 522 outside of frame bounds -[2025.05.25-17.51.46:975][ 35]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:975][ 35]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:975][ 35]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 523 outside of frame bounds -[2025.05.25-17.51.46:979][ 35]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 521 failed (-1006) -[2025.05.25-17.51.46:980][ 35]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:980][ 35]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 522 failed (-1000) -[2025.05.25-17.51.46:984][ 36]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 523 outside of frame bounds -[2025.05.25-17.51.46:985][ 36]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:985][ 36]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:985][ 36]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 524 outside of frame bounds -[2025.05.25-17.51.46:989][ 36]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 522 failed (-1006) -[2025.05.25-17.51.46:990][ 36]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.46:990][ 36]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 523 failed (-1000) -[2025.05.25-17.51.46:994][ 37]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 524 outside of frame bounds -[2025.05.25-17.51.46:995][ 37]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.46:995][ 37]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.46:995][ 37]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 525 outside of frame bounds -[2025.05.25-17.51.46:999][ 37]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 523 failed (-1006) -[2025.05.25-17.51.47:000][ 37]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:000][ 37]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 524 failed (-1000) -[2025.05.25-17.51.47:005][ 38]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 525 outside of frame bounds -[2025.05.25-17.51.47:005][ 38]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:005][ 38]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:005][ 38]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 526 outside of frame bounds -[2025.05.25-17.51.47:009][ 38]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 524 failed (-1006) -[2025.05.25-17.51.47:009][ 38]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:009][ 38]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 525 failed (-1000) -[2025.05.25-17.51.47:014][ 39]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 526 outside of frame bounds -[2025.05.25-17.51.47:015][ 39]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:015][ 39]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:015][ 39]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 527 outside of frame bounds -[2025.05.25-17.51.47:020][ 39]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 525 failed (-1006) -[2025.05.25-17.51.47:020][ 39]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:020][ 39]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 526 failed (-1000) -[2025.05.25-17.51.47:024][ 40]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 527 outside of frame bounds -[2025.05.25-17.51.47:025][ 40]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:025][ 40]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:025][ 40]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 528 outside of frame bounds -[2025.05.25-17.51.47:029][ 40]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 526 failed (-1006) -[2025.05.25-17.51.47:030][ 40]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:030][ 40]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 527 failed (-1000) -[2025.05.25-17.51.47:035][ 41]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 528 outside of frame bounds -[2025.05.25-17.51.47:035][ 41]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:035][ 41]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:035][ 41]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 529 outside of frame bounds -[2025.05.25-17.51.47:039][ 41]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 527 failed (-1006) -[2025.05.25-17.51.47:040][ 41]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:040][ 41]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 528 failed (-1000) -[2025.05.25-17.51.47:045][ 42]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 529 outside of frame bounds -[2025.05.25-17.51.47:045][ 42]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:045][ 42]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:045][ 42]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 530 outside of frame bounds -[2025.05.25-17.51.47:050][ 42]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 528 failed (-1006) -[2025.05.25-17.51.47:051][ 42]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:051][ 42]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 529 failed (-1000) -[2025.05.25-17.51.47:055][ 43]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 530 outside of frame bounds -[2025.05.25-17.51.47:055][ 43]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:055][ 43]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:055][ 43]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 531 outside of frame bounds -[2025.05.25-17.51.47:060][ 43]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 529 failed (-1006) -[2025.05.25-17.51.47:060][ 43]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:060][ 43]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 530 failed (-1000) -[2025.05.25-17.51.47:065][ 44]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 531 outside of frame bounds -[2025.05.25-17.51.47:065][ 44]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:065][ 44]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:065][ 44]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 532 outside of frame bounds -[2025.05.25-17.51.47:070][ 44]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 530 failed (-1006) -[2025.05.25-17.51.47:070][ 44]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:070][ 44]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 531 failed (-1000) -[2025.05.25-17.51.47:075][ 45]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 532 outside of frame bounds -[2025.05.25-17.51.47:075][ 45]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:075][ 45]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:075][ 45]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 533 outside of frame bounds -[2025.05.25-17.51.47:080][ 45]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 531 failed (-1006) -[2025.05.25-17.51.47:081][ 45]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:081][ 45]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 532 failed (-1000) -[2025.05.25-17.51.47:085][ 46]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 533 outside of frame bounds -[2025.05.25-17.51.47:085][ 46]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:085][ 46]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:085][ 46]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 534 outside of frame bounds -[2025.05.25-17.51.47:090][ 46]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 532 failed (-1006) -[2025.05.25-17.51.47:091][ 46]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:091][ 46]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 533 failed (-1000) -[2025.05.25-17.51.47:095][ 47]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 534 outside of frame bounds -[2025.05.25-17.51.47:095][ 47]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:095][ 47]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:095][ 47]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 535 outside of frame bounds -[2025.05.25-17.51.47:100][ 47]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 533 failed (-1006) -[2025.05.25-17.51.47:101][ 47]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:101][ 47]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 534 failed (-1000) -[2025.05.25-17.51.47:105][ 48]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 535 outside of frame bounds -[2025.05.25-17.51.47:105][ 48]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:105][ 48]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:105][ 48]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 536 outside of frame bounds -[2025.05.25-17.51.47:109][ 48]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 534 failed (-1006) -[2025.05.25-17.51.47:109][ 48]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:109][ 48]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 535 failed (-1000) -[2025.05.25-17.51.47:115][ 49]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 536 outside of frame bounds -[2025.05.25-17.51.47:115][ 49]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:115][ 49]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:115][ 49]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 537 outside of frame bounds -[2025.05.25-17.51.47:120][ 49]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 535 failed (-1006) -[2025.05.25-17.51.47:120][ 49]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:121][ 49]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 536 failed (-1000) -[2025.05.25-17.51.47:125][ 50]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 537 outside of frame bounds -[2025.05.25-17.51.47:125][ 50]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:125][ 50]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:125][ 50]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 538 outside of frame bounds -[2025.05.25-17.51.47:130][ 50]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 536 failed (-1006) -[2025.05.25-17.51.47:131][ 50]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:131][ 50]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 537 failed (-1000) -[2025.05.25-17.51.47:135][ 51]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 538 outside of frame bounds -[2025.05.25-17.51.47:135][ 51]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:135][ 51]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:135][ 51]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 539 outside of frame bounds -[2025.05.25-17.51.47:140][ 51]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 537 failed (-1006) -[2025.05.25-17.51.47:141][ 51]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:141][ 51]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 538 failed (-1000) -[2025.05.25-17.51.47:144][ 52]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 539 outside of frame bounds -[2025.05.25-17.51.47:145][ 52]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:145][ 52]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:145][ 52]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 540 outside of frame bounds -[2025.05.25-17.51.47:150][ 52]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 538 failed (-1006) -[2025.05.25-17.51.47:150][ 52]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:150][ 52]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 539 failed (-1000) -[2025.05.25-17.51.47:155][ 53]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 540 outside of frame bounds -[2025.05.25-17.51.47:156][ 53]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:156][ 53]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:156][ 53]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 541 outside of frame bounds -[2025.05.25-17.51.47:160][ 53]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 539 failed (-1006) -[2025.05.25-17.51.47:160][ 53]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:160][ 53]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 540 failed (-1000) -[2025.05.25-17.51.47:165][ 54]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 541 outside of frame bounds -[2025.05.25-17.51.47:165][ 54]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:165][ 54]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:165][ 54]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 542 outside of frame bounds -[2025.05.25-17.51.47:169][ 54]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 540 failed (-1006) -[2025.05.25-17.51.47:170][ 54]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:170][ 54]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 541 failed (-1000) -[2025.05.25-17.51.47:174][ 55]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 542 outside of frame bounds -[2025.05.25-17.51.47:175][ 55]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:175][ 55]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:175][ 55]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 543 outside of frame bounds -[2025.05.25-17.51.47:180][ 55]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 541 failed (-1006) -[2025.05.25-17.51.47:181][ 55]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:181][ 55]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 542 failed (-1000) -[2025.05.25-17.51.47:185][ 56]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 543 outside of frame bounds -[2025.05.25-17.51.47:186][ 56]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:186][ 56]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:186][ 56]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 544 outside of frame bounds -[2025.05.25-17.51.47:190][ 56]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 542 failed (-1006) -[2025.05.25-17.51.47:191][ 56]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:191][ 56]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 543 failed (-1000) -[2025.05.25-17.51.47:195][ 57]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 544 outside of frame bounds -[2025.05.25-17.51.47:195][ 57]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:195][ 57]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:195][ 57]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 545 outside of frame bounds -[2025.05.25-17.51.47:199][ 57]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 543 failed (-1006) -[2025.05.25-17.51.47:200][ 57]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:200][ 57]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 544 failed (-1000) -[2025.05.25-17.51.47:205][ 58]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 545 outside of frame bounds -[2025.05.25-17.51.47:206][ 58]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:206][ 58]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:206][ 58]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 546 outside of frame bounds -[2025.05.25-17.51.47:210][ 58]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 544 failed (-1006) -[2025.05.25-17.51.47:210][ 58]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:210][ 58]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 545 failed (-1000) -[2025.05.25-17.51.47:215][ 59]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 546 outside of frame bounds -[2025.05.25-17.51.47:216][ 59]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:216][ 59]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:216][ 59]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 547 outside of frame bounds -[2025.05.25-17.51.47:220][ 59]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 545 failed (-1006) -[2025.05.25-17.51.47:221][ 59]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:221][ 59]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 546 failed (-1000) -[2025.05.25-17.51.47:225][ 60]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 547 outside of frame bounds -[2025.05.25-17.51.47:226][ 60]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:226][ 60]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:226][ 60]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 548 outside of frame bounds -[2025.05.25-17.51.47:230][ 60]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 546 failed (-1006) -[2025.05.25-17.51.47:231][ 60]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:231][ 60]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 547 failed (-1000) -[2025.05.25-17.51.47:236][ 61]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 548 outside of frame bounds -[2025.05.25-17.51.47:236][ 61]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:236][ 61]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:236][ 61]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 549 outside of frame bounds -[2025.05.25-17.51.47:240][ 61]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 547 failed (-1006) -[2025.05.25-17.51.47:241][ 61]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:241][ 61]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 548 failed (-1000) -[2025.05.25-17.51.47:245][ 62]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 549 outside of frame bounds -[2025.05.25-17.51.47:245][ 62]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:245][ 62]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:245][ 62]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 550 outside of frame bounds -[2025.05.25-17.51.47:250][ 62]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 548 failed (-1006) -[2025.05.25-17.51.47:251][ 62]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:251][ 62]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 549 failed (-1000) -[2025.05.25-17.51.47:257][ 63]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 550 outside of frame bounds -[2025.05.25-17.51.47:257][ 63]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:257][ 63]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:257][ 63]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 551 outside of frame bounds -[2025.05.25-17.51.47:260][ 63]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 549 failed (-1006) -[2025.05.25-17.51.47:261][ 63]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:261][ 63]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 550 failed (-1000) -[2025.05.25-17.51.47:266][ 64]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 551 outside of frame bounds -[2025.05.25-17.51.47:266][ 64]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:266][ 64]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:266][ 64]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 552 outside of frame bounds -[2025.05.25-17.51.47:270][ 64]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 550 failed (-1006) -[2025.05.25-17.51.47:271][ 64]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:271][ 64]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 551 failed (-1000) -[2025.05.25-17.51.47:277][ 65]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 552 outside of frame bounds -[2025.05.25-17.51.47:278][ 65]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:278][ 65]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:278][ 65]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 553 outside of frame bounds -[2025.05.25-17.51.47:280][ 65]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 551 failed (-1006) -[2025.05.25-17.51.47:281][ 65]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:281][ 65]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 552 failed (-1000) -[2025.05.25-17.51.47:286][ 65]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 553 outside of frame bounds -[2025.05.25-17.51.47:287][ 66]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:287][ 66]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:287][ 66]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 554 outside of frame bounds -[2025.05.25-17.51.47:291][ 66]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 552 failed (-1006) -[2025.05.25-17.51.47:292][ 66]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:292][ 66]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 553 failed (-1000) -[2025.05.25-17.51.47:297][ 67]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 554 outside of frame bounds -[2025.05.25-17.51.47:298][ 67]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:298][ 67]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:298][ 67]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 555 outside of frame bounds -[2025.05.25-17.51.47:301][ 67]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 553 failed (-1006) -[2025.05.25-17.51.47:302][ 67]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:302][ 67]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 554 failed (-1000) -[2025.05.25-17.51.47:306][ 68]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 555 outside of frame bounds -[2025.05.25-17.51.47:307][ 68]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:307][ 68]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:307][ 68]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 556 outside of frame bounds -[2025.05.25-17.51.47:311][ 68]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 554 failed (-1006) -[2025.05.25-17.51.47:312][ 68]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:312][ 68]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 555 failed (-1000) -[2025.05.25-17.51.47:316][ 69]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 556 outside of frame bounds -[2025.05.25-17.51.47:316][ 69]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:317][ 69]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:317][ 69]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 557 outside of frame bounds -[2025.05.25-17.51.47:321][ 69]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 555 failed (-1006) -[2025.05.25-17.51.47:322][ 69]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:322][ 69]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 556 failed (-1000) -[2025.05.25-17.51.47:326][ 70]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 557 outside of frame bounds -[2025.05.25-17.51.47:326][ 70]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:327][ 70]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:327][ 70]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 558 outside of frame bounds -[2025.05.25-17.51.47:331][ 70]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 556 failed (-1006) -[2025.05.25-17.51.47:332][ 70]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:332][ 70]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 557 failed (-1000) -[2025.05.25-17.51.47:336][ 71]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 558 outside of frame bounds -[2025.05.25-17.51.47:337][ 71]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:337][ 71]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:337][ 71]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 559 outside of frame bounds -[2025.05.25-17.51.47:341][ 71]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 557 failed (-1006) -[2025.05.25-17.51.47:342][ 71]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:342][ 71]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 558 failed (-1000) -[2025.05.25-17.51.47:346][ 72]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 559 outside of frame bounds -[2025.05.25-17.51.47:346][ 72]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:346][ 72]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:347][ 72]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 560 outside of frame bounds -[2025.05.25-17.51.47:352][ 72]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 558 failed (-1006) -[2025.05.25-17.51.47:353][ 72]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:353][ 72]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 559 failed (-1000) -[2025.05.25-17.51.47:358][ 73]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 560 outside of frame bounds -[2025.05.25-17.51.47:358][ 73]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:358][ 73]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:358][ 73]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 561 outside of frame bounds -[2025.05.25-17.51.47:361][ 73]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 559 failed (-1006) -[2025.05.25-17.51.47:362][ 73]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:362][ 73]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 560 failed (-1000) -[2025.05.25-17.51.47:367][ 74]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 561 outside of frame bounds -[2025.05.25-17.51.47:368][ 74]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:368][ 74]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:368][ 74]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 562 outside of frame bounds -[2025.05.25-17.51.47:371][ 74]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 560 failed (-1006) -[2025.05.25-17.51.47:372][ 74]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:372][ 74]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 561 failed (-1000) -[2025.05.25-17.51.47:377][ 74]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 562 outside of frame bounds -[2025.05.25-17.51.47:379][ 75]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:379][ 75]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:379][ 75]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 563 outside of frame bounds -[2025.05.25-17.51.47:382][ 75]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 561 failed (-1006) -[2025.05.25-17.51.47:382][ 75]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:383][ 75]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 562 failed (-1000) -[2025.05.25-17.51.47:388][ 75]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 563 outside of frame bounds -[2025.05.25-17.51.47:391][ 76]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:391][ 76]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:391][ 76]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 564 outside of frame bounds -[2025.05.25-17.51.47:394][ 76]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 562 failed (-1006) -[2025.05.25-17.51.47:395][ 76]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:395][ 76]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 563 failed (-1000) -[2025.05.25-17.51.47:400][ 76]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 564 outside of frame bounds -[2025.05.25-17.51.47:401][ 77]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:401][ 77]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:401][ 77]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 565 outside of frame bounds -[2025.05.25-17.51.47:404][ 77]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 563 failed (-1006) -[2025.05.25-17.51.47:405][ 77]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:405][ 77]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 564 failed (-1000) -[2025.05.25-17.51.47:410][ 78]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 565 outside of frame bounds -[2025.05.25-17.51.47:411][ 78]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:411][ 78]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:411][ 78]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 566 outside of frame bounds -[2025.05.25-17.51.47:415][ 78]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 564 failed (-1006) -[2025.05.25-17.51.47:415][ 78]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:415][ 78]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 565 failed (-1000) -[2025.05.25-17.51.47:421][ 79]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 566 outside of frame bounds -[2025.05.25-17.51.47:421][ 79]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:421][ 79]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:421][ 79]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 567 outside of frame bounds -[2025.05.25-17.51.47:426][ 79]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 565 failed (-1006) -[2025.05.25-17.51.47:427][ 79]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:427][ 79]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 566 failed (-1000) -[2025.05.25-17.51.47:431][ 80]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 567 outside of frame bounds -[2025.05.25-17.51.47:432][ 80]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:432][ 80]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:432][ 80]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 568 outside of frame bounds -[2025.05.25-17.51.47:437][ 80]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 566 failed (-1006) -[2025.05.25-17.51.47:438][ 80]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:438][ 80]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 567 failed (-1000) -[2025.05.25-17.51.47:443][ 81]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 568 outside of frame bounds -[2025.05.25-17.51.47:443][ 81]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:443][ 81]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:443][ 81]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 569 outside of frame bounds -[2025.05.25-17.51.47:449][ 81]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 567 failed (-1006) -[2025.05.25-17.51.47:450][ 81]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:450][ 81]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 568 failed (-1000) -[2025.05.25-17.51.47:456][ 81]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 569 outside of frame bounds -[2025.05.25-17.51.47:457][ 82]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:457][ 82]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:457][ 82]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 570 outside of frame bounds -[2025.05.25-17.51.47:459][ 82]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 568 failed (-1006) -[2025.05.25-17.51.47:460][ 82]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:460][ 82]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 569 failed (-1000) -[2025.05.25-17.51.47:467][ 82]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 570 outside of frame bounds -[2025.05.25-17.51.47:470][ 82]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 569 failed (-1006) -[2025.05.25-17.51.47:471][ 83]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:471][ 83]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 570 failed (-1000) -[2025.05.25-17.51.47:472][ 83]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:472][ 83]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:472][ 83]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 571 outside of frame bounds -[2025.05.25-17.51.47:477][ 83]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 571 outside of frame bounds -[2025.05.25-17.51.47:483][ 83]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 570 failed (-1006) -[2025.05.25-17.51.47:483][ 83]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:483][ 83]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 571 failed (-1000) -[2025.05.25-17.51.47:485][ 84]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:485][ 84]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:485][ 84]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 572 outside of frame bounds -[2025.05.25-17.51.47:490][ 84]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 572 outside of frame bounds -[2025.05.25-17.51.47:493][ 84]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 571 failed (-1006) -[2025.05.25-17.51.47:493][ 84]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:494][ 84]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 572 failed (-1000) -[2025.05.25-17.51.47:496][ 85]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:496][ 85]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:496][ 85]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 573 outside of frame bounds -[2025.05.25-17.51.47:499][ 85]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 573 outside of frame bounds -[2025.05.25-17.51.47:504][ 86]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 572 failed (-1006) -[2025.05.25-17.51.47:505][ 86]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:505][ 86]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:505][ 86]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 574 outside of frame bounds -[2025.05.25-17.51.47:505][ 86]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:505][ 86]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 573 failed (-1000) -[2025.05.25-17.51.47:511][ 86]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 574 outside of frame bounds -[2025.05.25-17.51.47:515][ 87]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:515][ 87]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:515][ 87]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 575 outside of frame bounds -[2025.05.25-17.51.47:515][ 87]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 573 failed (-1006) -[2025.05.25-17.51.47:516][ 87]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:516][ 87]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 574 failed (-1000) -[2025.05.25-17.51.47:521][ 87]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 575 outside of frame bounds -[2025.05.25-17.51.47:524][ 88]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:524][ 88]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:524][ 88]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 576 outside of frame bounds -[2025.05.25-17.51.47:526][ 88]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 574 failed (-1006) -[2025.05.25-17.51.47:527][ 88]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:527][ 88]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 575 failed (-1000) -[2025.05.25-17.51.47:531][ 88]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 576 outside of frame bounds -[2025.05.25-17.51.47:535][ 89]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:535][ 89]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:535][ 89]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 577 outside of frame bounds -[2025.05.25-17.51.47:537][ 89]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 575 failed (-1006) -[2025.05.25-17.51.47:538][ 89]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:538][ 89]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 576 failed (-1000) -[2025.05.25-17.51.47:543][ 89]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 577 outside of frame bounds -[2025.05.25-17.51.47:545][ 90]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:545][ 90]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:545][ 90]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 578 outside of frame bounds -[2025.05.25-17.51.47:548][ 90]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 576 failed (-1006) -[2025.05.25-17.51.47:549][ 90]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:550][ 90]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 577 failed (-1000) -[2025.05.25-17.51.47:554][ 91]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 578 outside of frame bounds -[2025.05.25-17.51.47:554][ 91]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:554][ 91]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:554][ 91]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 579 outside of frame bounds -[2025.05.25-17.51.47:559][ 91]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 577 failed (-1006) -[2025.05.25-17.51.47:560][ 91]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:560][ 91]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 578 failed (-1000) -[2025.05.25-17.51.47:565][ 92]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 579 outside of frame bounds -[2025.05.25-17.51.47:565][ 92]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:565][ 92]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:565][ 92]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 580 outside of frame bounds -[2025.05.25-17.51.47:570][ 92]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 578 failed (-1006) -[2025.05.25-17.51.47:570][ 92]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:570][ 92]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 579 failed (-1000) -[2025.05.25-17.51.47:576][ 93]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 580 outside of frame bounds -[2025.05.25-17.51.47:576][ 93]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:576][ 93]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:576][ 93]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 581 outside of frame bounds -[2025.05.25-17.51.47:581][ 93]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 579 failed (-1006) -[2025.05.25-17.51.47:582][ 93]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:582][ 93]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 580 failed (-1000) -[2025.05.25-17.51.47:587][ 94]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 581 outside of frame bounds -[2025.05.25-17.51.47:588][ 94]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:588][ 94]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:588][ 94]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 582 outside of frame bounds -[2025.05.25-17.51.47:592][ 94]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 580 failed (-1006) -[2025.05.25-17.51.47:592][ 94]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:592][ 94]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 581 failed (-1000) -[2025.05.25-17.51.47:599][ 95]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 582 outside of frame bounds -[2025.05.25-17.51.47:599][ 95]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:599][ 95]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:599][ 95]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 583 outside of frame bounds -[2025.05.25-17.51.47:603][ 95]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 581 failed (-1006) -[2025.05.25-17.51.47:604][ 95]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:604][ 95]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 582 failed (-1000) -[2025.05.25-17.51.47:609][ 96]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 583 outside of frame bounds -[2025.05.25-17.51.47:610][ 96]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:610][ 96]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:610][ 96]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 584 outside of frame bounds -[2025.05.25-17.51.47:615][ 96]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 582 failed (-1006) -[2025.05.25-17.51.47:615][ 96]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:615][ 96]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 583 failed (-1000) -[2025.05.25-17.51.47:621][ 97]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 584 outside of frame bounds -[2025.05.25-17.51.47:621][ 97]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:621][ 97]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:621][ 97]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 585 outside of frame bounds -[2025.05.25-17.51.47:625][ 97]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 583 failed (-1006) -[2025.05.25-17.51.47:626][ 97]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:626][ 97]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 584 failed (-1000) -[2025.05.25-17.51.47:630][ 97]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 585 outside of frame bounds -[2025.05.25-17.51.47:632][ 98]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:632][ 98]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:632][ 98]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 586 outside of frame bounds -[2025.05.25-17.51.47:636][ 98]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 584 failed (-1006) -[2025.05.25-17.51.47:637][ 98]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:637][ 98]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 585 failed (-1000) -[2025.05.25-17.51.47:642][ 99]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 586 outside of frame bounds -[2025.05.25-17.51.47:643][ 99]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:643][ 99]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:643][ 99]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 587 outside of frame bounds -[2025.05.25-17.51.47:647][ 99]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 585 failed (-1006) -[2025.05.25-17.51.47:647][ 99]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:647][ 99]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 586 failed (-1000) -[2025.05.25-17.51.47:654][100]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 587 outside of frame bounds -[2025.05.25-17.51.47:654][100]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:654][100]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:654][100]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 588 outside of frame bounds -[2025.05.25-17.51.47:658][100]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 586 failed (-1006) -[2025.05.25-17.51.47:659][100]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:659][100]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 587 failed (-1000) -[2025.05.25-17.51.47:664][101]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 588 outside of frame bounds -[2025.05.25-17.51.47:664][101]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:664][101]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:664][101]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 589 outside of frame bounds -[2025.05.25-17.51.47:669][101]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 587 failed (-1006) -[2025.05.25-17.51.47:670][101]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:670][101]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 588 failed (-1000) -[2025.05.25-17.51.47:676][102]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 589 outside of frame bounds -[2025.05.25-17.51.47:676][102]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:676][102]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:676][102]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 590 outside of frame bounds -[2025.05.25-17.51.47:680][102]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 588 failed (-1006) -[2025.05.25-17.51.47:681][102]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:681][102]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 589 failed (-1000) -[2025.05.25-17.51.47:686][103]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 590 outside of frame bounds -[2025.05.25-17.51.47:686][103]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:687][103]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:687][103]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 591 outside of frame bounds -[2025.05.25-17.51.47:691][103]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 589 failed (-1006) -[2025.05.25-17.51.47:692][103]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:692][103]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 590 failed (-1000) -[2025.05.25-17.51.47:697][104]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 591 outside of frame bounds -[2025.05.25-17.51.47:697][104]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:697][104]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:697][104]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 592 outside of frame bounds -[2025.05.25-17.51.47:702][104]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 590 failed (-1006) -[2025.05.25-17.51.47:703][104]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:703][104]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 591 failed (-1000) -[2025.05.25-17.51.47:707][105]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 592 outside of frame bounds -[2025.05.25-17.51.47:707][105]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:707][105]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:707][105]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 593 outside of frame bounds -[2025.05.25-17.51.47:713][105]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 591 failed (-1006) -[2025.05.25-17.51.47:714][105]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:714][105]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 592 failed (-1000) -[2025.05.25-17.51.47:718][106]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 593 outside of frame bounds -[2025.05.25-17.51.47:719][106]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:719][106]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:719][106]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 594 outside of frame bounds -[2025.05.25-17.51.47:723][106]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 592 failed (-1006) -[2025.05.25-17.51.47:724][106]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:724][106]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 593 failed (-1000) -[2025.05.25-17.51.47:730][107]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 594 outside of frame bounds -[2025.05.25-17.51.47:730][107]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:730][107]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:731][107]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 595 outside of frame bounds -[2025.05.25-17.51.47:734][107]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 593 failed (-1006) -[2025.05.25-17.51.47:735][107]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:735][107]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 594 failed (-1000) -[2025.05.25-17.51.47:740][108]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 595 outside of frame bounds -[2025.05.25-17.51.47:741][108]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:741][108]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:741][108]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 596 outside of frame bounds -[2025.05.25-17.51.47:745][108]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 594 failed (-1006) -[2025.05.25-17.51.47:746][108]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:746][108]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 595 failed (-1000) -[2025.05.25-17.51.47:751][109]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 596 outside of frame bounds -[2025.05.25-17.51.47:751][109]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:751][109]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:751][109]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 597 outside of frame bounds -[2025.05.25-17.51.47:756][109]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 595 failed (-1006) -[2025.05.25-17.51.47:757][109]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:757][109]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 596 failed (-1000) -[2025.05.25-17.51.47:761][110]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 597 outside of frame bounds -[2025.05.25-17.51.47:762][110]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:762][110]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:762][110]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 598 outside of frame bounds -[2025.05.25-17.51.47:768][110]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 596 failed (-1006) -[2025.05.25-17.51.47:769][110]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:769][110]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 597 failed (-1000) -[2025.05.25-17.51.47:773][111]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 598 outside of frame bounds -[2025.05.25-17.51.47:773][111]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:773][111]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:773][111]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 599 outside of frame bounds -[2025.05.25-17.51.47:777][111]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 597 failed (-1006) -[2025.05.25-17.51.47:778][111]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:778][111]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 598 failed (-1000) -[2025.05.25-17.51.47:783][112]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 599 outside of frame bounds -[2025.05.25-17.51.47:784][112]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:784][112]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:784][112]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 600 outside of frame bounds -[2025.05.25-17.51.47:789][112]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 598 failed (-1006) -[2025.05.25-17.51.47:790][112]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:790][112]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 599 failed (-1000) -[2025.05.25-17.51.47:794][113]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 600 outside of frame bounds -[2025.05.25-17.51.47:794][113]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:794][113]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:794][113]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 601 outside of frame bounds -[2025.05.25-17.51.47:800][113]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 599 failed (-1006) -[2025.05.25-17.51.47:800][113]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:800][113]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 600 failed (-1000) -[2025.05.25-17.51.47:805][114]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 601 outside of frame bounds -[2025.05.25-17.51.47:805][114]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:805][114]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:805][114]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 602 outside of frame bounds -[2025.05.25-17.51.47:810][114]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 600 failed (-1006) -[2025.05.25-17.51.47:810][114]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:810][114]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 601 failed (-1000) -[2025.05.25-17.51.47:814][115]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 602 outside of frame bounds -[2025.05.25-17.51.47:816][115]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:816][115]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:816][115]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 603 outside of frame bounds -[2025.05.25-17.51.47:821][115]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 601 failed (-1006) -[2025.05.25-17.51.47:821][115]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:821][115]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 602 failed (-1000) -[2025.05.25-17.51.47:827][116]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 603 outside of frame bounds -[2025.05.25-17.51.47:827][116]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:827][116]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:828][116]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 604 outside of frame bounds -[2025.05.25-17.51.47:831][116]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 602 failed (-1006) -[2025.05.25-17.51.47:832][116]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:832][116]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 603 failed (-1000) -[2025.05.25-17.51.47:837][117]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 604 outside of frame bounds -[2025.05.25-17.51.47:837][117]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:837][117]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:837][117]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 605 outside of frame bounds -[2025.05.25-17.51.47:843][117]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 603 failed (-1006) -[2025.05.25-17.51.47:843][117]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:843][117]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 604 failed (-1000) -[2025.05.25-17.51.47:847][118]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 605 outside of frame bounds -[2025.05.25-17.51.47:848][118]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:848][118]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:848][118]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 606 outside of frame bounds -[2025.05.25-17.51.47:854][118]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 604 failed (-1006) -[2025.05.25-17.51.47:855][118]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:855][118]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 605 failed (-1000) -[2025.05.25-17.51.47:859][119]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 606 outside of frame bounds -[2025.05.25-17.51.47:860][119]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:860][119]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:860][119]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 607 outside of frame bounds -[2025.05.25-17.51.47:865][119]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 605 failed (-1006) -[2025.05.25-17.51.47:866][119]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:866][119]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 606 failed (-1000) -[2025.05.25-17.51.47:870][120]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 607 outside of frame bounds -[2025.05.25-17.51.47:871][120]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:871][120]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:871][120]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 608 outside of frame bounds -[2025.05.25-17.51.47:874][120]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 606 failed (-1006) -[2025.05.25-17.51.47:875][120]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:875][120]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 607 failed (-1000) -[2025.05.25-17.51.47:880][121]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 608 outside of frame bounds -[2025.05.25-17.51.47:881][121]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:881][121]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:881][121]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 609 outside of frame bounds -[2025.05.25-17.51.47:886][121]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 607 failed (-1006) -[2025.05.25-17.51.47:887][121]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:887][121]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 608 failed (-1000) -[2025.05.25-17.51.47:892][122]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 609 outside of frame bounds -[2025.05.25-17.51.47:892][122]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:892][122]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:892][122]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 610 outside of frame bounds -[2025.05.25-17.51.47:898][122]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 608 failed (-1006) -[2025.05.25-17.51.47:898][122]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:898][122]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 609 failed (-1000) -[2025.05.25-17.51.47:903][123]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 610 outside of frame bounds -[2025.05.25-17.51.47:903][123]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:903][123]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:903][123]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 611 outside of frame bounds -[2025.05.25-17.51.47:908][123]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 609 failed (-1006) -[2025.05.25-17.51.47:909][123]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:909][123]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 610 failed (-1000) -[2025.05.25-17.51.47:914][124]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 611 outside of frame bounds -[2025.05.25-17.51.47:915][124]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:915][124]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:915][124]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 612 outside of frame bounds -[2025.05.25-17.51.47:921][124]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 610 failed (-1006) -[2025.05.25-17.51.47:922][124]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:922][124]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 611 failed (-1000) -[2025.05.25-17.51.47:927][125]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 612 outside of frame bounds -[2025.05.25-17.51.47:927][125]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:927][125]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:927][125]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 613 outside of frame bounds -[2025.05.25-17.51.47:931][125]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 611 failed (-1006) -[2025.05.25-17.51.47:931][125]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:932][125]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 612 failed (-1000) -[2025.05.25-17.51.47:939][126]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 613 outside of frame bounds -[2025.05.25-17.51.47:939][126]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:939][126]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:939][126]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 614 outside of frame bounds -[2025.05.25-17.51.47:943][126]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 612 failed (-1006) -[2025.05.25-17.51.47:943][126]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:943][126]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 613 failed (-1000) -[2025.05.25-17.51.47:948][127]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 614 outside of frame bounds -[2025.05.25-17.51.47:948][127]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:948][127]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:948][127]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 615 outside of frame bounds -[2025.05.25-17.51.47:955][127]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 613 failed (-1006) -[2025.05.25-17.51.47:955][127]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:955][127]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 614 failed (-1000) -[2025.05.25-17.51.47:960][128]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 615 outside of frame bounds -[2025.05.25-17.51.47:960][128]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:960][128]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:960][128]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 616 outside of frame bounds -[2025.05.25-17.51.47:965][128]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 614 failed (-1006) -[2025.05.25-17.51.47:966][128]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:966][128]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 615 failed (-1000) -[2025.05.25-17.51.47:970][129]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 616 outside of frame bounds -[2025.05.25-17.51.47:971][129]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:971][129]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:971][129]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 617 outside of frame bounds -[2025.05.25-17.51.47:976][129]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 615 failed (-1006) -[2025.05.25-17.51.47:977][129]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:977][129]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 616 failed (-1000) -[2025.05.25-17.51.47:983][130]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 617 outside of frame bounds -[2025.05.25-17.51.47:983][130]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:983][130]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:983][130]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 618 outside of frame bounds -[2025.05.25-17.51.47:987][130]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 616 failed (-1006) -[2025.05.25-17.51.47:988][130]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:988][130]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 617 failed (-1000) -[2025.05.25-17.51.47:994][131]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 618 outside of frame bounds -[2025.05.25-17.51.47:994][131]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.47:995][131]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.47:995][131]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 619 outside of frame bounds -[2025.05.25-17.51.47:999][131]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 617 failed (-1006) -[2025.05.25-17.51.47:999][131]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.47:999][131]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 618 failed (-1000) -[2025.05.25-17.51.48:004][132]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 619 outside of frame bounds -[2025.05.25-17.51.48:004][132]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:004][132]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:004][132]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 620 outside of frame bounds -[2025.05.25-17.51.48:009][132]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 618 failed (-1006) -[2025.05.25-17.51.48:010][132]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:010][132]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 619 failed (-1000) -[2025.05.25-17.51.48:015][133]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 620 outside of frame bounds -[2025.05.25-17.51.48:016][133]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:016][133]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:016][133]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 621 outside of frame bounds -[2025.05.25-17.51.48:022][133]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 619 failed (-1006) -[2025.05.25-17.51.48:022][133]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:022][133]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 620 failed (-1000) -[2025.05.25-17.51.48:027][134]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 621 outside of frame bounds -[2025.05.25-17.51.48:027][134]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:027][134]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:027][134]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 622 outside of frame bounds -[2025.05.25-17.51.48:033][134]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 620 failed (-1006) -[2025.05.25-17.51.48:033][134]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:033][134]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 621 failed (-1000) -[2025.05.25-17.51.48:038][135]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 622 outside of frame bounds -[2025.05.25-17.51.48:039][135]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:039][135]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:039][135]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 623 outside of frame bounds -[2025.05.25-17.51.48:043][135]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 621 failed (-1006) -[2025.05.25-17.51.48:043][135]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:043][135]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 622 failed (-1000) -[2025.05.25-17.51.48:050][136]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 623 outside of frame bounds -[2025.05.25-17.51.48:050][136]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:050][136]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:051][136]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 624 outside of frame bounds -[2025.05.25-17.51.48:055][136]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 622 failed (-1006) -[2025.05.25-17.51.48:056][136]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:056][136]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 623 failed (-1000) -[2025.05.25-17.51.48:060][137]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 624 outside of frame bounds -[2025.05.25-17.51.48:060][137]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:060][137]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:060][137]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 625 outside of frame bounds -[2025.05.25-17.51.48:067][137]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 623 failed (-1006) -[2025.05.25-17.51.48:068][137]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:068][137]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 624 failed (-1000) -[2025.05.25-17.51.48:072][138]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 625 outside of frame bounds -[2025.05.25-17.51.48:072][138]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:072][138]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:072][138]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 626 outside of frame bounds -[2025.05.25-17.51.48:077][138]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 624 failed (-1006) -[2025.05.25-17.51.48:078][138]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:078][138]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 625 failed (-1000) -[2025.05.25-17.51.48:082][139]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 626 outside of frame bounds -[2025.05.25-17.51.48:082][139]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:082][139]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:082][139]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 627 outside of frame bounds -[2025.05.25-17.51.48:089][139]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 625 failed (-1006) -[2025.05.25-17.51.48:090][139]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:090][139]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 626 failed (-1000) -[2025.05.25-17.51.48:094][140]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 627 outside of frame bounds -[2025.05.25-17.51.48:095][140]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:095][140]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:095][140]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 628 outside of frame bounds -[2025.05.25-17.51.48:101][140]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 626 failed (-1006) -[2025.05.25-17.51.48:102][140]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:102][140]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 627 failed (-1000) -[2025.05.25-17.51.48:107][141]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 628 outside of frame bounds -[2025.05.25-17.51.48:107][141]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:107][141]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:107][141]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 629 outside of frame bounds -[2025.05.25-17.51.48:110][141]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 627 failed (-1006) -[2025.05.25-17.51.48:111][141]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:111][141]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 628 failed (-1000) -[2025.05.25-17.51.48:116][142]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 629 outside of frame bounds -[2025.05.25-17.51.48:117][142]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:117][142]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:117][142]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 630 outside of frame bounds -[2025.05.25-17.51.48:122][142]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 628 failed (-1006) -[2025.05.25-17.51.48:123][142]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:123][142]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 629 failed (-1000) -[2025.05.25-17.51.48:127][143]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 630 outside of frame bounds -[2025.05.25-17.51.48:128][143]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:128][143]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:128][143]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 631 outside of frame bounds -[2025.05.25-17.51.48:134][143]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 629 failed (-1006) -[2025.05.25-17.51.48:135][143]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:135][143]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 630 failed (-1000) -[2025.05.25-17.51.48:139][144]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 631 outside of frame bounds -[2025.05.25-17.51.48:139][144]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:139][144]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:139][144]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 632 outside of frame bounds -[2025.05.25-17.51.48:144][144]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 630 failed (-1006) -[2025.05.25-17.51.48:145][144]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:145][144]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 631 failed (-1000) -[2025.05.25-17.51.48:150][145]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 632 outside of frame bounds -[2025.05.25-17.51.48:150][145]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:150][145]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:150][145]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 633 outside of frame bounds -[2025.05.25-17.51.48:156][145]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 631 failed (-1006) -[2025.05.25-17.51.48:157][145]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:157][145]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 632 failed (-1000) -[2025.05.25-17.51.48:162][146]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 633 outside of frame bounds -[2025.05.25-17.51.48:162][146]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:162][146]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:162][146]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 634 outside of frame bounds -[2025.05.25-17.51.48:167][146]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 632 failed (-1006) -[2025.05.25-17.51.48:167][146]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:167][146]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 633 failed (-1000) -[2025.05.25-17.51.48:173][147]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 634 outside of frame bounds -[2025.05.25-17.51.48:173][147]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:173][147]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:173][147]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 635 outside of frame bounds -[2025.05.25-17.51.48:178][147]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 633 failed (-1006) -[2025.05.25-17.51.48:179][147]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:179][147]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 634 failed (-1000) -[2025.05.25-17.51.48:183][148]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 635 outside of frame bounds -[2025.05.25-17.51.48:183][148]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:184][148]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:184][148]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 636 outside of frame bounds -[2025.05.25-17.51.48:189][148]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 634 failed (-1006) -[2025.05.25-17.51.48:190][148]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:190][148]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 635 failed (-1000) -[2025.05.25-17.51.48:194][149]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 636 outside of frame bounds -[2025.05.25-17.51.48:195][149]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:195][149]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:195][149]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 637 outside of frame bounds -[2025.05.25-17.51.48:200][149]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 635 failed (-1006) -[2025.05.25-17.51.48:201][149]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:201][149]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 636 failed (-1000) -[2025.05.25-17.51.48:206][150]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 637 outside of frame bounds -[2025.05.25-17.51.48:206][150]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:206][150]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:207][150]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 638 outside of frame bounds -[2025.05.25-17.51.48:210][150]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 636 failed (-1006) -[2025.05.25-17.51.48:211][150]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:211][150]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 637 failed (-1000) -[2025.05.25-17.51.48:217][151]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 638 outside of frame bounds -[2025.05.25-17.51.48:218][151]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:218][151]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:218][151]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 639 outside of frame bounds -[2025.05.25-17.51.48:222][151]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 637 failed (-1006) -[2025.05.25-17.51.48:223][151]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:223][151]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 638 failed (-1000) -[2025.05.25-17.51.48:229][152]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 639 outside of frame bounds -[2025.05.25-17.51.48:230][152]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:230][152]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:230][152]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 640 outside of frame bounds -[2025.05.25-17.51.48:233][152]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 638 failed (-1006) -[2025.05.25-17.51.48:234][152]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:234][152]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 639 failed (-1000) -[2025.05.25-17.51.48:239][153]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 640 outside of frame bounds -[2025.05.25-17.51.48:240][153]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:240][153]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:241][153]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 641 outside of frame bounds -[2025.05.25-17.51.48:245][153]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 639 failed (-1006) -[2025.05.25-17.51.48:246][153]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:246][153]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 640 failed (-1000) -[2025.05.25-17.51.48:250][154]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 641 outside of frame bounds -[2025.05.25-17.51.48:251][154]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:251][154]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:251][154]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 642 outside of frame bounds -[2025.05.25-17.51.48:257][154]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 640 failed (-1006) -[2025.05.25-17.51.48:258][154]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:258][154]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 641 failed (-1000) -[2025.05.25-17.51.48:262][155]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 642 outside of frame bounds -[2025.05.25-17.51.48:263][155]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:263][155]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:263][155]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 643 outside of frame bounds -[2025.05.25-17.51.48:268][155]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 641 failed (-1006) -[2025.05.25-17.51.48:270][155]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:270][155]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 642 failed (-1000) -[2025.05.25-17.51.48:274][156]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 643 outside of frame bounds -[2025.05.25-17.51.48:274][156]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:274][156]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:274][156]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 644 outside of frame bounds -[2025.05.25-17.51.48:278][156]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 642 failed (-1006) -[2025.05.25-17.51.48:279][156]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:279][156]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 643 failed (-1000) -[2025.05.25-17.51.48:286][157]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 644 outside of frame bounds -[2025.05.25-17.51.48:286][157]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:286][157]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:286][157]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 645 outside of frame bounds -[2025.05.25-17.51.48:290][157]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 643 failed (-1006) -[2025.05.25-17.51.48:291][157]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:291][157]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 644 failed (-1000) -[2025.05.25-17.51.48:296][158]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 645 outside of frame bounds -[2025.05.25-17.51.48:296][158]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:296][158]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:296][158]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 646 outside of frame bounds -[2025.05.25-17.51.48:301][158]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 644 failed (-1006) -[2025.05.25-17.51.48:302][158]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:302][158]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 645 failed (-1000) -[2025.05.25-17.51.48:308][159]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 646 outside of frame bounds -[2025.05.25-17.51.48:308][159]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:308][159]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:308][159]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 647 outside of frame bounds -[2025.05.25-17.51.48:313][159]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 645 failed (-1006) -[2025.05.25-17.51.48:315][159]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:315][159]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 646 failed (-1000) -[2025.05.25-17.51.48:318][160]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 647 outside of frame bounds -[2025.05.25-17.51.48:319][160]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:319][160]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:319][160]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 648 outside of frame bounds -[2025.05.25-17.51.48:325][160]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 646 failed (-1006) -[2025.05.25-17.51.48:326][160]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:326][160]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 647 failed (-1000) -[2025.05.25-17.51.48:330][161]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 648 outside of frame bounds -[2025.05.25-17.51.48:330][161]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:330][161]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:330][161]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 649 outside of frame bounds -[2025.05.25-17.51.48:335][161]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 647 failed (-1006) -[2025.05.25-17.51.48:336][161]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:336][161]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 648 failed (-1000) -[2025.05.25-17.51.48:342][162]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 649 outside of frame bounds -[2025.05.25-17.51.48:343][162]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:343][162]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:343][162]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 650 outside of frame bounds -[2025.05.25-17.51.48:346][162]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 648 failed (-1006) -[2025.05.25-17.51.48:347][162]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:347][162]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 649 failed (-1000) -[2025.05.25-17.51.48:352][163]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 650 outside of frame bounds -[2025.05.25-17.51.48:353][163]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:353][163]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:353][163]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 651 outside of frame bounds -[2025.05.25-17.51.48:358][163]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 649 failed (-1006) -[2025.05.25-17.51.48:359][163]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:359][163]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 650 failed (-1000) -[2025.05.25-17.51.48:363][164]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 651 outside of frame bounds -[2025.05.25-17.51.48:364][164]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:364][164]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:364][164]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 652 outside of frame bounds -[2025.05.25-17.51.48:369][164]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 650 failed (-1006) -[2025.05.25-17.51.48:370][164]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:370][164]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 651 failed (-1000) -[2025.05.25-17.51.48:374][165]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 652 outside of frame bounds -[2025.05.25-17.51.48:375][165]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:375][165]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:375][165]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 653 outside of frame bounds -[2025.05.25-17.51.48:380][165]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 651 failed (-1006) -[2025.05.25-17.51.48:381][165]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:381][165]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 652 failed (-1000) -[2025.05.25-17.51.48:386][166]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 653 outside of frame bounds -[2025.05.25-17.51.48:387][166]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:387][166]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:387][166]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 654 outside of frame bounds -[2025.05.25-17.51.48:391][166]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 652 failed (-1006) -[2025.05.25-17.51.48:392][166]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:392][166]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 653 failed (-1000) -[2025.05.25-17.51.48:397][167]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 654 outside of frame bounds -[2025.05.25-17.51.48:398][167]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:398][167]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:398][167]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 655 outside of frame bounds -[2025.05.25-17.51.48:403][167]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 653 failed (-1006) -[2025.05.25-17.51.48:403][167]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:403][167]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 654 failed (-1000) -[2025.05.25-17.51.48:409][168]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 655 outside of frame bounds -[2025.05.25-17.51.48:409][168]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:409][168]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:409][168]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 656 outside of frame bounds -[2025.05.25-17.51.48:414][168]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 654 failed (-1006) -[2025.05.25-17.51.48:416][168]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:416][168]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 655 failed (-1000) -[2025.05.25-17.51.48:419][169]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 656 outside of frame bounds -[2025.05.25-17.51.48:420][169]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:420][169]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:420][169]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 657 outside of frame bounds -[2025.05.25-17.51.48:426][169]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 655 failed (-1006) -[2025.05.25-17.51.48:427][169]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:427][169]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 656 failed (-1000) -[2025.05.25-17.51.48:431][170]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 657 outside of frame bounds -[2025.05.25-17.51.48:431][170]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:431][170]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:431][170]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 658 outside of frame bounds -[2025.05.25-17.51.48:437][170]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 656 failed (-1006) -[2025.05.25-17.51.48:439][170]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:439][170]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 657 failed (-1000) -[2025.05.25-17.51.48:443][171]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 658 outside of frame bounds -[2025.05.25-17.51.48:443][171]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:443][171]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:443][171]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 659 outside of frame bounds -[2025.05.25-17.51.48:449][171]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 657 failed (-1006) -[2025.05.25-17.51.48:449][171]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:449][171]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 658 failed (-1000) -[2025.05.25-17.51.48:454][172]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 659 outside of frame bounds -[2025.05.25-17.51.48:454][172]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:454][172]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:454][172]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 660 outside of frame bounds -[2025.05.25-17.51.48:459][172]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 658 failed (-1006) -[2025.05.25-17.51.48:459][172]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:459][172]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 659 failed (-1000) -[2025.05.25-17.51.48:464][173]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 660 outside of frame bounds -[2025.05.25-17.51.48:465][173]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:465][173]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:465][173]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 661 outside of frame bounds -[2025.05.25-17.51.48:470][173]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 659 failed (-1006) -[2025.05.25-17.51.48:471][173]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:471][173]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 660 failed (-1000) -[2025.05.25-17.51.48:476][174]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 661 outside of frame bounds -[2025.05.25-17.51.48:476][174]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:476][174]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:476][174]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 662 outside of frame bounds -[2025.05.25-17.51.48:482][174]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 660 failed (-1006) -[2025.05.25-17.51.48:483][174]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:483][174]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 661 failed (-1000) -[2025.05.25-17.51.48:487][175]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 662 outside of frame bounds -[2025.05.25-17.51.48:488][175]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:488][175]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:488][175]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 663 outside of frame bounds -[2025.05.25-17.51.48:493][175]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 661 failed (-1006) -[2025.05.25-17.51.48:494][175]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:494][175]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 662 failed (-1000) -[2025.05.25-17.51.48:498][176]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 663 outside of frame bounds -[2025.05.25-17.51.48:499][176]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:499][176]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:499][176]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 664 outside of frame bounds -[2025.05.25-17.51.48:504][176]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 662 failed (-1006) -[2025.05.25-17.51.48:505][176]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:505][176]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 663 failed (-1000) -[2025.05.25-17.51.48:510][177]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 664 outside of frame bounds -[2025.05.25-17.51.48:511][177]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:511][177]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:511][177]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 665 outside of frame bounds -[2025.05.25-17.51.48:515][177]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 663 failed (-1006) -[2025.05.25-17.51.48:516][177]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:516][177]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 664 failed (-1000) -[2025.05.25-17.51.48:522][178]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 665 outside of frame bounds -[2025.05.25-17.51.48:523][178]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:523][178]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:523][178]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 666 outside of frame bounds -[2025.05.25-17.51.48:527][178]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 664 failed (-1006) -[2025.05.25-17.51.48:528][178]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:528][178]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 665 failed (-1000) -[2025.05.25-17.51.48:533][179]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 666 outside of frame bounds -[2025.05.25-17.51.48:533][179]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:533][179]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:533][179]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 667 outside of frame bounds -[2025.05.25-17.51.48:538][179]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 665 failed (-1006) -[2025.05.25-17.51.48:539][179]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:539][179]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 666 failed (-1000) -[2025.05.25-17.51.48:544][180]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 667 outside of frame bounds -[2025.05.25-17.51.48:545][180]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:545][180]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:545][180]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 668 outside of frame bounds -[2025.05.25-17.51.48:550][180]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 666 failed (-1006) -[2025.05.25-17.51.48:551][180]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:551][180]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 667 failed (-1000) -[2025.05.25-17.51.48:556][181]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 668 outside of frame bounds -[2025.05.25-17.51.48:557][181]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:557][181]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:557][181]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 669 outside of frame bounds -[2025.05.25-17.51.48:562][181]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 667 failed (-1006) -[2025.05.25-17.51.48:563][181]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:563][181]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 668 failed (-1000) -[2025.05.25-17.51.48:568][182]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 669 outside of frame bounds -[2025.05.25-17.51.48:568][182]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:568][182]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:568][182]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 670 outside of frame bounds -[2025.05.25-17.51.48:573][182]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 668 failed (-1006) -[2025.05.25-17.51.48:574][182]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:574][182]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 669 failed (-1000) -[2025.05.25-17.51.48:578][183]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 670 outside of frame bounds -[2025.05.25-17.51.48:579][183]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:579][183]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:579][183]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 671 outside of frame bounds -[2025.05.25-17.51.48:584][183]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 669 failed (-1006) -[2025.05.25-17.51.48:585][183]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:585][183]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 670 failed (-1000) -[2025.05.25-17.51.48:591][184]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 671 outside of frame bounds -[2025.05.25-17.51.48:591][184]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:591][184]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:591][184]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 672 outside of frame bounds -[2025.05.25-17.51.48:595][184]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 670 failed (-1006) -[2025.05.25-17.51.48:595][184]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:595][184]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 671 failed (-1000) -[2025.05.25-17.51.48:600][185]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 672 outside of frame bounds -[2025.05.25-17.51.48:600][185]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:600][185]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:600][185]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 673 outside of frame bounds -[2025.05.25-17.51.48:607][185]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 671 failed (-1006) -[2025.05.25-17.51.48:607][185]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:607][185]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 672 failed (-1000) -[2025.05.25-17.51.48:611][186]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 673 outside of frame bounds -[2025.05.25-17.51.48:612][186]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:612][186]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:612][186]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 674 outside of frame bounds -[2025.05.25-17.51.48:618][186]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 672 failed (-1006) -[2025.05.25-17.51.48:619][186]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:619][186]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 673 failed (-1000) -[2025.05.25-17.51.48:624][187]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 674 outside of frame bounds -[2025.05.25-17.51.48:625][187]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:625][187]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:625][187]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 675 outside of frame bounds -[2025.05.25-17.51.48:629][187]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 673 failed (-1006) -[2025.05.25-17.51.48:630][187]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:630][187]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 674 failed (-1000) -[2025.05.25-17.51.48:636][188]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 675 outside of frame bounds -[2025.05.25-17.51.48:636][188]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:636][188]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:636][188]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 676 outside of frame bounds -[2025.05.25-17.51.48:640][188]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 674 failed (-1006) -[2025.05.25-17.51.48:641][188]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:641][188]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 675 failed (-1000) -[2025.05.25-17.51.48:646][189]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 676 outside of frame bounds -[2025.05.25-17.51.48:646][189]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:646][189]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:646][189]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 677 outside of frame bounds -[2025.05.25-17.51.48:651][189]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 675 failed (-1006) -[2025.05.25-17.51.48:652][189]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:652][189]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 676 failed (-1000) -[2025.05.25-17.51.48:658][190]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 677 outside of frame bounds -[2025.05.25-17.51.48:658][190]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:658][190]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:658][190]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 678 outside of frame bounds -[2025.05.25-17.51.48:662][190]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 676 failed (-1006) -[2025.05.25-17.51.48:664][190]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:664][190]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 677 failed (-1000) -[2025.05.25-17.51.48:668][191]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 678 outside of frame bounds -[2025.05.25-17.51.48:669][191]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:669][191]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:669][191]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 679 outside of frame bounds -[2025.05.25-17.51.48:674][191]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 677 failed (-1006) -[2025.05.25-17.51.48:675][191]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:675][191]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 678 failed (-1000) -[2025.05.25-17.51.48:679][192]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 679 outside of frame bounds -[2025.05.25-17.51.48:680][192]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:680][192]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:680][192]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 680 outside of frame bounds -[2025.05.25-17.51.48:686][192]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 678 failed (-1006) -[2025.05.25-17.51.48:686][192]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:686][192]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 679 failed (-1000) -[2025.05.25-17.51.48:691][193]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 680 outside of frame bounds -[2025.05.25-17.51.48:692][193]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:692][193]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:692][193]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 681 outside of frame bounds -[2025.05.25-17.51.48:695][193]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 679 failed (-1006) -[2025.05.25-17.51.48:696][193]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:696][193]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 680 failed (-1000) -[2025.05.25-17.51.48:703][194]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 681 outside of frame bounds -[2025.05.25-17.51.48:703][194]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:703][194]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:703][194]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 682 outside of frame bounds -[2025.05.25-17.51.48:707][194]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 680 failed (-1006) -[2025.05.25-17.51.48:708][194]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:708][194]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 681 failed (-1000) -[2025.05.25-17.51.48:713][195]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 682 outside of frame bounds -[2025.05.25-17.51.48:713][195]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:713][195]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:713][195]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 683 outside of frame bounds -[2025.05.25-17.51.48:719][195]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 681 failed (-1006) -[2025.05.25-17.51.48:719][195]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:719][195]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 682 failed (-1000) -[2025.05.25-17.51.48:725][196]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 683 outside of frame bounds -[2025.05.25-17.51.48:725][196]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:725][196]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:725][196]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 684 outside of frame bounds -[2025.05.25-17.51.48:730][196]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 682 failed (-1006) -[2025.05.25-17.51.48:731][196]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:731][196]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 683 failed (-1000) -[2025.05.25-17.51.48:735][197]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 684 outside of frame bounds -[2025.05.25-17.51.48:735][197]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:735][197]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:735][197]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 685 outside of frame bounds -[2025.05.25-17.51.48:741][197]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 683 failed (-1006) -[2025.05.25-17.51.48:742][197]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:742][197]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 684 failed (-1000) -[2025.05.25-17.51.48:746][198]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 685 outside of frame bounds -[2025.05.25-17.51.48:746][198]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:746][198]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:746][198]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 686 outside of frame bounds -[2025.05.25-17.51.48:752][198]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 684 failed (-1006) -[2025.05.25-17.51.48:753][198]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:753][198]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 685 failed (-1000) -[2025.05.25-17.51.48:758][199]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 686 outside of frame bounds -[2025.05.25-17.51.48:758][199]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:758][199]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:758][199]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 687 outside of frame bounds -[2025.05.25-17.51.48:763][199]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 685 failed (-1006) -[2025.05.25-17.51.48:764][199]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:764][199]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 686 failed (-1000) -[2025.05.25-17.51.48:769][200]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 687 outside of frame bounds -[2025.05.25-17.51.48:769][200]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:769][200]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:769][200]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 688 outside of frame bounds -[2025.05.25-17.51.48:774][200]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 686 failed (-1006) -[2025.05.25-17.51.48:775][200]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:775][200]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 687 failed (-1000) -[2025.05.25-17.51.48:779][201]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 688 outside of frame bounds -[2025.05.25-17.51.48:779][201]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:779][201]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:780][201]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 689 outside of frame bounds -[2025.05.25-17.51.48:786][201]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 687 failed (-1006) -[2025.05.25-17.51.48:787][201]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:787][201]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 688 failed (-1000) -[2025.05.25-17.51.48:791][202]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 689 outside of frame bounds -[2025.05.25-17.51.48:792][202]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:792][202]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:792][202]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 690 outside of frame bounds -[2025.05.25-17.51.48:798][202]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 688 failed (-1006) -[2025.05.25-17.51.48:799][202]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:799][202]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 689 failed (-1000) -[2025.05.25-17.51.48:803][203]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 690 outside of frame bounds -[2025.05.25-17.51.48:803][203]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:803][203]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:803][203]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 691 outside of frame bounds -[2025.05.25-17.51.48:807][203]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 689 failed (-1006) -[2025.05.25-17.51.48:808][203]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:808][203]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 690 failed (-1000) -[2025.05.25-17.51.48:814][204]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 691 outside of frame bounds -[2025.05.25-17.51.48:814][204]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:814][204]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:814][204]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 692 outside of frame bounds -[2025.05.25-17.51.48:819][204]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 690 failed (-1006) -[2025.05.25-17.51.48:820][204]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:820][204]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 691 failed (-1000) -[2025.05.25-17.51.48:825][205]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 692 outside of frame bounds -[2025.05.25-17.51.48:825][205]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:825][205]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:825][205]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 693 outside of frame bounds -[2025.05.25-17.51.48:831][205]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 691 failed (-1006) -[2025.05.25-17.51.48:832][205]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:832][205]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 692 failed (-1000) -[2025.05.25-17.51.48:836][206]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 693 outside of frame bounds -[2025.05.25-17.51.48:836][206]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:836][206]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:836][206]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 694 outside of frame bounds -[2025.05.25-17.51.48:842][206]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 692 failed (-1006) -[2025.05.25-17.51.48:843][206]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:843][206]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 693 failed (-1000) -[2025.05.25-17.51.48:847][207]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 694 outside of frame bounds -[2025.05.25-17.51.48:848][207]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:848][207]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:848][207]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 695 outside of frame bounds -[2025.05.25-17.51.48:854][207]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 693 failed (-1006) -[2025.05.25-17.51.48:854][207]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:855][207]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 694 failed (-1000) -[2025.05.25-17.51.48:859][208]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 695 outside of frame bounds -[2025.05.25-17.51.48:860][208]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:860][208]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:860][208]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 696 outside of frame bounds -[2025.05.25-17.51.48:864][208]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 694 failed (-1006) -[2025.05.25-17.51.48:865][208]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:865][208]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 695 failed (-1000) -[2025.05.25-17.51.48:870][209]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 696 outside of frame bounds -[2025.05.25-17.51.48:871][209]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:871][209]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:871][209]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 697 outside of frame bounds -[2025.05.25-17.51.48:875][209]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 695 failed (-1006) -[2025.05.25-17.51.48:875][209]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:875][209]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 696 failed (-1000) -[2025.05.25-17.51.48:880][210]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 697 outside of frame bounds -[2025.05.25-17.51.48:880][210]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:880][210]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:880][210]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 698 outside of frame bounds -[2025.05.25-17.51.48:887][210]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 696 failed (-1006) -[2025.05.25-17.51.48:888][210]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:888][210]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 697 failed (-1000) -[2025.05.25-17.51.48:892][211]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 698 outside of frame bounds -[2025.05.25-17.51.48:892][211]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:892][211]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:892][211]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 699 outside of frame bounds -[2025.05.25-17.51.48:898][211]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 697 failed (-1006) -[2025.05.25-17.51.48:899][211]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:899][211]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 698 failed (-1000) -[2025.05.25-17.51.48:903][212]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 699 outside of frame bounds -[2025.05.25-17.51.48:904][212]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:904][212]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:904][212]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 700 outside of frame bounds -[2025.05.25-17.51.48:909][212]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 698 failed (-1006) -[2025.05.25-17.51.48:910][212]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:910][212]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 699 failed (-1000) -[2025.05.25-17.51.48:915][213]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 700 outside of frame bounds -[2025.05.25-17.51.48:915][213]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:916][213]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:916][213]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 701 outside of frame bounds -[2025.05.25-17.51.48:922][213]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 699 failed (-1006) -[2025.05.25-17.51.48:923][213]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:923][213]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 700 failed (-1000) -[2025.05.25-17.51.48:926][214]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 701 outside of frame bounds -[2025.05.25-17.51.48:927][214]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:927][214]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:927][214]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 702 outside of frame bounds -[2025.05.25-17.51.48:932][214]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 700 failed (-1006) -[2025.05.25-17.51.48:933][214]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:933][214]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 701 failed (-1000) -[2025.05.25-17.51.48:938][215]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 702 outside of frame bounds -[2025.05.25-17.51.48:938][215]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:938][215]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:938][215]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 703 outside of frame bounds -[2025.05.25-17.51.48:943][215]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 701 failed (-1006) -[2025.05.25-17.51.48:944][215]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:944][215]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 702 failed (-1000) -[2025.05.25-17.51.48:948][216]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 703 outside of frame bounds -[2025.05.25-17.51.48:949][216]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:949][216]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:949][216]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 704 outside of frame bounds -[2025.05.25-17.51.48:954][216]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 702 failed (-1006) -[2025.05.25-17.51.48:955][216]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:955][216]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 703 failed (-1000) -[2025.05.25-17.51.48:959][217]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 704 outside of frame bounds -[2025.05.25-17.51.48:959][217]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:959][217]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:959][217]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 705 outside of frame bounds -[2025.05.25-17.51.48:966][217]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 703 failed (-1006) -[2025.05.25-17.51.48:967][217]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:967][217]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 704 failed (-1000) -[2025.05.25-17.51.48:970][218]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 705 outside of frame bounds -[2025.05.25-17.51.48:971][218]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:971][218]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:971][218]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 706 outside of frame bounds -[2025.05.25-17.51.48:976][218]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 704 failed (-1006) -[2025.05.25-17.51.48:977][218]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:977][218]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 705 failed (-1000) -[2025.05.25-17.51.48:982][219]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 706 outside of frame bounds -[2025.05.25-17.51.48:982][219]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:982][219]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:982][219]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 707 outside of frame bounds -[2025.05.25-17.51.48:987][219]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 705 failed (-1006) -[2025.05.25-17.51.48:988][219]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.48:988][219]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 706 failed (-1000) -[2025.05.25-17.51.48:994][220]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 707 outside of frame bounds -[2025.05.25-17.51.48:994][220]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.48:994][220]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.48:994][220]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 708 outside of frame bounds -[2025.05.25-17.51.48:999][220]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 706 failed (-1006) -[2025.05.25-17.51.49:000][220]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:000][220]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 707 failed (-1000) -[2025.05.25-17.51.49:004][221]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 708 outside of frame bounds -[2025.05.25-17.51.49:005][221]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:005][221]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:005][221]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 709 outside of frame bounds -[2025.05.25-17.51.49:010][221]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 707 failed (-1006) -[2025.05.25-17.51.49:011][221]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:011][221]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 708 failed (-1000) -[2025.05.25-17.51.49:015][222]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 709 outside of frame bounds -[2025.05.25-17.51.49:015][222]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:015][222]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:015][222]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 710 outside of frame bounds -[2025.05.25-17.51.49:022][222]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 708 failed (-1006) -[2025.05.25-17.51.49:023][222]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:023][222]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 709 failed (-1000) -[2025.05.25-17.51.49:027][223]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 710 outside of frame bounds -[2025.05.25-17.51.49:028][223]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:028][223]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:028][223]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 711 outside of frame bounds -[2025.05.25-17.51.49:033][223]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 709 failed (-1006) -[2025.05.25-17.51.49:034][223]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:034][223]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 710 failed (-1000) -[2025.05.25-17.51.49:039][224]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 711 outside of frame bounds -[2025.05.25-17.51.49:039][224]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:039][224]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:039][224]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 712 outside of frame bounds -[2025.05.25-17.51.49:042][224]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 710 failed (-1006) -[2025.05.25-17.51.49:043][224]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:043][224]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 711 failed (-1000) -[2025.05.25-17.51.49:049][225]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 712 outside of frame bounds -[2025.05.25-17.51.49:049][225]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:049][225]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:049][225]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 713 outside of frame bounds -[2025.05.25-17.51.49:055][225]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 711 failed (-1006) -[2025.05.25-17.51.49:056][225]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:056][225]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 712 failed (-1000) -[2025.05.25-17.51.49:060][226]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 713 outside of frame bounds -[2025.05.25-17.51.49:061][226]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:061][226]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:061][226]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 714 outside of frame bounds -[2025.05.25-17.51.49:066][226]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 712 failed (-1006) -[2025.05.25-17.51.49:067][226]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:067][226]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 713 failed (-1000) -[2025.05.25-17.51.49:072][227]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 714 outside of frame bounds -[2025.05.25-17.51.49:072][227]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:072][227]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:072][227]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 715 outside of frame bounds -[2025.05.25-17.51.49:077][227]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 713 failed (-1006) -[2025.05.25-17.51.49:078][227]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:078][227]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 714 failed (-1000) -[2025.05.25-17.51.49:082][228]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 715 outside of frame bounds -[2025.05.25-17.51.49:083][228]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:083][228]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:083][228]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 716 outside of frame bounds -[2025.05.25-17.51.49:090][228]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 714 failed (-1006) -[2025.05.25-17.51.49:091][228]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:091][228]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 715 failed (-1000) -[2025.05.25-17.51.49:095][229]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 716 outside of frame bounds -[2025.05.25-17.51.49:095][229]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:095][229]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:095][229]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 717 outside of frame bounds -[2025.05.25-17.51.49:100][229]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 715 failed (-1006) -[2025.05.25-17.51.49:101][229]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:101][229]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 716 failed (-1000) -[2025.05.25-17.51.49:107][230]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 717 outside of frame bounds -[2025.05.25-17.51.49:107][230]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:107][230]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:107][230]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 718 outside of frame bounds -[2025.05.25-17.51.49:110][230]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 716 failed (-1006) -[2025.05.25-17.51.49:111][230]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:111][230]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 717 failed (-1000) -[2025.05.25-17.51.49:117][231]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 718 outside of frame bounds -[2025.05.25-17.51.49:117][231]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:117][231]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:117][231]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 719 outside of frame bounds -[2025.05.25-17.51.49:123][231]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 717 failed (-1006) -[2025.05.25-17.51.49:124][231]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:124][231]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 718 failed (-1000) -[2025.05.25-17.51.49:127][232]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 719 outside of frame bounds -[2025.05.25-17.51.49:128][232]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:128][232]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:128][232]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 720 outside of frame bounds -[2025.05.25-17.51.49:134][232]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 718 failed (-1006) -[2025.05.25-17.51.49:135][232]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:135][232]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 719 failed (-1000) -[2025.05.25-17.51.49:139][233]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 720 outside of frame bounds -[2025.05.25-17.51.49:140][233]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:140][233]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:140][233]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 721 outside of frame bounds -[2025.05.25-17.51.49:145][233]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 719 failed (-1006) -[2025.05.25-17.51.49:145][233]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:145][233]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 720 failed (-1000) -[2025.05.25-17.51.49:151][234]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 721 outside of frame bounds -[2025.05.25-17.51.49:151][234]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:151][234]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:151][234]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 722 outside of frame bounds -[2025.05.25-17.51.49:156][234]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 720 failed (-1006) -[2025.05.25-17.51.49:157][234]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:157][234]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 721 failed (-1000) -[2025.05.25-17.51.49:162][235]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 722 outside of frame bounds -[2025.05.25-17.51.49:163][235]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:163][235]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:163][235]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 723 outside of frame bounds -[2025.05.25-17.51.49:167][235]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 721 failed (-1006) -[2025.05.25-17.51.49:168][235]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:168][235]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 722 failed (-1000) -[2025.05.25-17.51.49:173][236]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 723 outside of frame bounds -[2025.05.25-17.51.49:174][236]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:174][236]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:174][236]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 724 outside of frame bounds -[2025.05.25-17.51.49:178][236]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 722 failed (-1006) -[2025.05.25-17.51.49:179][236]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:179][236]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 723 failed (-1000) -[2025.05.25-17.51.49:183][237]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 724 outside of frame bounds -[2025.05.25-17.51.49:184][237]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:184][237]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:184][237]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 725 outside of frame bounds -[2025.05.25-17.51.49:189][237]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 723 failed (-1006) -[2025.05.25-17.51.49:190][237]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:190][237]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 724 failed (-1000) -[2025.05.25-17.51.49:194][238]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 725 outside of frame bounds -[2025.05.25-17.51.49:195][238]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:195][238]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:195][238]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 726 outside of frame bounds -[2025.05.25-17.51.49:201][238]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 724 failed (-1006) -[2025.05.25-17.51.49:201][238]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:201][238]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 725 failed (-1000) -[2025.05.25-17.51.49:206][239]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 726 outside of frame bounds -[2025.05.25-17.51.49:206][239]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:206][239]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:206][239]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 727 outside of frame bounds -[2025.05.25-17.51.49:210][239]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 725 failed (-1006) -[2025.05.25-17.51.49:211][239]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:211][239]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 726 failed (-1000) -[2025.05.25-17.51.49:217][240]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 727 outside of frame bounds -[2025.05.25-17.51.49:217][240]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:217][240]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:217][240]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 728 outside of frame bounds -[2025.05.25-17.51.49:223][240]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 726 failed (-1006) -[2025.05.25-17.51.49:223][240]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:223][240]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 727 failed (-1000) -[2025.05.25-17.51.49:228][241]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 728 outside of frame bounds -[2025.05.25-17.51.49:229][241]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:229][241]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:229][241]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 729 outside of frame bounds -[2025.05.25-17.51.49:234][241]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 727 failed (-1006) -[2025.05.25-17.51.49:235][241]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:235][241]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 728 failed (-1000) -[2025.05.25-17.51.49:239][242]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 729 outside of frame bounds -[2025.05.25-17.51.49:240][242]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:240][242]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:240][242]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 730 outside of frame bounds -[2025.05.25-17.51.49:244][242]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 728 failed (-1006) -[2025.05.25-17.51.49:245][242]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:245][242]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 729 failed (-1000) -[2025.05.25-17.51.49:251][243]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 730 outside of frame bounds -[2025.05.25-17.51.49:251][243]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:251][243]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:251][243]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 731 outside of frame bounds -[2025.05.25-17.51.49:257][243]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 729 failed (-1006) -[2025.05.25-17.51.49:258][243]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:258][243]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 730 failed (-1000) -[2025.05.25-17.51.49:262][244]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 731 outside of frame bounds -[2025.05.25-17.51.49:262][244]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:262][244]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:262][244]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 732 outside of frame bounds -[2025.05.25-17.51.49:269][244]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 730 failed (-1006) -[2025.05.25-17.51.49:269][244]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:269][244]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 731 failed (-1000) -[2025.05.25-17.51.49:274][245]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 732 outside of frame bounds -[2025.05.25-17.51.49:275][245]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:275][245]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:275][245]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 733 outside of frame bounds -[2025.05.25-17.51.49:278][245]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 731 failed (-1006) -[2025.05.25-17.51.49:278][245]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:278][245]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 732 failed (-1000) -[2025.05.25-17.51.49:285][246]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 733 outside of frame bounds -[2025.05.25-17.51.49:285][246]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:285][246]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:285][246]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 734 outside of frame bounds -[2025.05.25-17.51.49:290][246]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 732 failed (-1006) -[2025.05.25-17.51.49:291][246]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:291][246]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 733 failed (-1000) -[2025.05.25-17.51.49:295][247]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 734 outside of frame bounds -[2025.05.25-17.51.49:295][247]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:295][247]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:296][247]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 735 outside of frame bounds -[2025.05.25-17.51.49:302][247]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 733 failed (-1006) -[2025.05.25-17.51.49:303][247]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:303][247]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 734 failed (-1000) -[2025.05.25-17.51.49:307][248]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 735 outside of frame bounds -[2025.05.25-17.51.49:307][248]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:307][248]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:307][248]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 736 outside of frame bounds -[2025.05.25-17.51.49:312][248]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 734 failed (-1006) -[2025.05.25-17.51.49:313][248]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:313][248]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 735 failed (-1000) -[2025.05.25-17.51.49:318][249]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 736 outside of frame bounds -[2025.05.25-17.51.49:319][249]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:319][249]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:319][249]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 737 outside of frame bounds -[2025.05.25-17.51.49:324][249]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 735 failed (-1006) -[2025.05.25-17.51.49:325][249]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:325][249]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 736 failed (-1000) -[2025.05.25-17.51.49:330][250]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 737 outside of frame bounds -[2025.05.25-17.51.49:331][250]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:331][250]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:331][250]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 738 outside of frame bounds -[2025.05.25-17.51.49:335][250]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 736 failed (-1006) -[2025.05.25-17.51.49:335][250]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:335][250]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 737 failed (-1000) -[2025.05.25-17.51.49:341][251]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 738 outside of frame bounds -[2025.05.25-17.51.49:342][251]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:342][251]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:342][251]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 739 outside of frame bounds -[2025.05.25-17.51.49:346][251]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 737 failed (-1006) -[2025.05.25-17.51.49:347][251]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:347][251]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 738 failed (-1000) -[2025.05.25-17.51.49:352][252]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 739 outside of frame bounds -[2025.05.25-17.51.49:353][252]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:353][252]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:353][252]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 740 outside of frame bounds -[2025.05.25-17.51.49:358][252]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 738 failed (-1006) -[2025.05.25-17.51.49:358][252]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:359][252]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 739 failed (-1000) -[2025.05.25-17.51.49:363][253]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 740 outside of frame bounds -[2025.05.25-17.51.49:363][253]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:363][253]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:363][253]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 741 outside of frame bounds -[2025.05.25-17.51.49:369][253]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 739 failed (-1006) -[2025.05.25-17.51.49:370][253]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:370][253]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 740 failed (-1000) -[2025.05.25-17.51.49:374][254]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 741 outside of frame bounds -[2025.05.25-17.51.49:375][254]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:375][254]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:375][254]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 742 outside of frame bounds -[2025.05.25-17.51.49:381][254]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 740 failed (-1006) -[2025.05.25-17.51.49:382][254]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:382][254]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 741 failed (-1000) -[2025.05.25-17.51.49:386][255]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 742 outside of frame bounds -[2025.05.25-17.51.49:387][255]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:387][255]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:387][255]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 743 outside of frame bounds -[2025.05.25-17.51.49:391][255]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 741 failed (-1006) -[2025.05.25-17.51.49:392][255]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:392][255]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 742 failed (-1000) -[2025.05.25-17.51.49:397][256]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 743 outside of frame bounds -[2025.05.25-17.51.49:398][256]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:398][256]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:398][256]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 744 outside of frame bounds -[2025.05.25-17.51.49:402][256]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 742 failed (-1006) -[2025.05.25-17.51.49:403][256]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:403][256]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 743 failed (-1000) -[2025.05.25-17.51.49:408][257]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 744 outside of frame bounds -[2025.05.25-17.51.49:408][257]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:408][257]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:408][257]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 745 outside of frame bounds -[2025.05.25-17.51.49:414][257]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 743 failed (-1006) -[2025.05.25-17.51.49:415][257]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:415][257]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 744 failed (-1000) -[2025.05.25-17.51.49:419][258]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 745 outside of frame bounds -[2025.05.25-17.51.49:420][258]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:420][258]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:420][258]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 746 outside of frame bounds -[2025.05.25-17.51.49:425][258]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 744 failed (-1006) -[2025.05.25-17.51.49:426][258]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:426][258]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 745 failed (-1000) -[2025.05.25-17.51.49:431][259]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 746 outside of frame bounds -[2025.05.25-17.51.49:432][259]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:432][259]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:432][259]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 747 outside of frame bounds -[2025.05.25-17.51.49:437][259]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 745 failed (-1006) -[2025.05.25-17.51.49:437][259]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:438][259]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 746 failed (-1000) -[2025.05.25-17.51.49:442][260]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 747 outside of frame bounds -[2025.05.25-17.51.49:443][260]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:443][260]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:443][260]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 748 outside of frame bounds -[2025.05.25-17.51.49:448][260]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 746 failed (-1006) -[2025.05.25-17.51.49:449][260]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:449][260]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 747 failed (-1000) -[2025.05.25-17.51.49:454][261]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 748 outside of frame bounds -[2025.05.25-17.51.49:455][261]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:455][261]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:455][261]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 749 outside of frame bounds -[2025.05.25-17.51.49:458][261]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 747 failed (-1006) -[2025.05.25-17.51.49:459][261]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:459][261]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 748 failed (-1000) -[2025.05.25-17.51.49:465][262]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 749 outside of frame bounds -[2025.05.25-17.51.49:465][262]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:465][262]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:465][262]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 750 outside of frame bounds -[2025.05.25-17.51.49:470][262]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 748 failed (-1006) -[2025.05.25-17.51.49:471][262]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:471][262]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 749 failed (-1000) -[2025.05.25-17.51.49:475][263]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 750 outside of frame bounds -[2025.05.25-17.51.49:476][263]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:476][263]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:476][263]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 751 outside of frame bounds -[2025.05.25-17.51.49:482][263]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 749 failed (-1006) -[2025.05.25-17.51.49:483][263]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:483][263]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 750 failed (-1000) -[2025.05.25-17.51.49:487][264]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 751 outside of frame bounds -[2025.05.25-17.51.49:487][264]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:487][264]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:487][264]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 752 outside of frame bounds -[2025.05.25-17.51.49:493][264]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 750 failed (-1006) -[2025.05.25-17.51.49:494][264]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:494][264]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 751 failed (-1000) -[2025.05.25-17.51.49:498][265]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 752 outside of frame bounds -[2025.05.25-17.51.49:499][265]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:499][265]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:500][265]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 753 outside of frame bounds -[2025.05.25-17.51.49:505][265]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 751 failed (-1006) -[2025.05.25-17.51.49:505][265]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:505][265]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 752 failed (-1000) -[2025.05.25-17.51.49:510][266]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 753 outside of frame bounds -[2025.05.25-17.51.49:511][266]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:511][266]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:511][266]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 754 outside of frame bounds -[2025.05.25-17.51.49:515][266]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 752 failed (-1006) -[2025.05.25-17.51.49:516][266]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:516][266]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 753 failed (-1000) -[2025.05.25-17.51.49:522][267]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 754 outside of frame bounds -[2025.05.25-17.51.49:523][267]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:523][267]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:523][267]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 755 outside of frame bounds -[2025.05.25-17.51.49:527][267]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 753 failed (-1006) -[2025.05.25-17.51.49:528][267]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:528][267]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 754 failed (-1000) -[2025.05.25-17.51.49:532][268]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 755 outside of frame bounds -[2025.05.25-17.51.49:533][268]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:533][268]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:533][268]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 756 outside of frame bounds -[2025.05.25-17.51.49:538][268]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 754 failed (-1006) -[2025.05.25-17.51.49:538][268]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:538][268]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 755 failed (-1000) -[2025.05.25-17.51.49:543][269]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 756 outside of frame bounds -[2025.05.25-17.51.49:543][269]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:543][269]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:544][269]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 757 outside of frame bounds -[2025.05.25-17.51.49:549][269]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 755 failed (-1006) -[2025.05.25-17.51.49:550][269]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:550][269]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 756 failed (-1000) -[2025.05.25-17.51.49:555][270]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 757 outside of frame bounds -[2025.05.25-17.51.49:556][270]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:556][270]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:556][270]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 758 outside of frame bounds -[2025.05.25-17.51.49:561][270]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 756 failed (-1006) -[2025.05.25-17.51.49:562][270]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:562][270]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 757 failed (-1000) -[2025.05.25-17.51.49:566][271]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 758 outside of frame bounds -[2025.05.25-17.51.49:567][271]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:567][271]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:567][271]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 759 outside of frame bounds -[2025.05.25-17.51.49:572][271]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 757 failed (-1006) -[2025.05.25-17.51.49:572][271]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:572][271]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 758 failed (-1000) -[2025.05.25-17.51.49:578][272]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 759 outside of frame bounds -[2025.05.25-17.51.49:579][272]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:579][272]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:579][272]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 760 outside of frame bounds -[2025.05.25-17.51.49:583][272]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 758 failed (-1006) -[2025.05.25-17.51.49:585][272]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:585][272]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 759 failed (-1000) -[2025.05.25-17.51.49:589][273]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 760 outside of frame bounds -[2025.05.25-17.51.49:590][273]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:590][273]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:590][273]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 761 outside of frame bounds -[2025.05.25-17.51.49:595][273]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 759 failed (-1006) -[2025.05.25-17.51.49:596][273]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:596][273]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 760 failed (-1000) -[2025.05.25-17.51.49:601][274]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 761 outside of frame bounds -[2025.05.25-17.51.49:601][274]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:601][274]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:601][274]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 762 outside of frame bounds -[2025.05.25-17.51.49:606][274]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 760 failed (-1006) -[2025.05.25-17.51.49:607][274]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:607][274]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 761 failed (-1000) -[2025.05.25-17.51.49:611][275]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 762 outside of frame bounds -[2025.05.25-17.51.49:612][275]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:612][275]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:612][275]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 763 outside of frame bounds -[2025.05.25-17.51.49:618][275]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 761 failed (-1006) -[2025.05.25-17.51.49:619][275]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:619][275]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 762 failed (-1000) -[2025.05.25-17.51.49:624][276]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 763 outside of frame bounds -[2025.05.25-17.51.49:624][276]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:624][276]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:625][276]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 764 outside of frame bounds -[2025.05.25-17.51.49:629][276]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 762 failed (-1006) -[2025.05.25-17.51.49:630][276]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:630][276]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 763 failed (-1000) -[2025.05.25-17.51.49:635][277]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 764 outside of frame bounds -[2025.05.25-17.51.49:636][277]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:636][277]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:636][277]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 765 outside of frame bounds -[2025.05.25-17.51.49:640][277]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 763 failed (-1006) -[2025.05.25-17.51.49:640][277]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:640][277]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 764 failed (-1000) -[2025.05.25-17.51.49:645][278]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 765 outside of frame bounds -[2025.05.25-17.51.49:646][278]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:646][278]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:646][278]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 766 outside of frame bounds -[2025.05.25-17.51.49:652][278]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 764 failed (-1006) -[2025.05.25-17.51.49:653][278]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:653][278]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 765 failed (-1000) -[2025.05.25-17.51.49:658][279]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 766 outside of frame bounds -[2025.05.25-17.51.49:658][279]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:658][279]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:658][279]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 767 outside of frame bounds -[2025.05.25-17.51.49:662][279]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 765 failed (-1006) -[2025.05.25-17.51.49:663][279]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:663][279]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 766 failed (-1000) -[2025.05.25-17.51.49:668][280]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 767 outside of frame bounds -[2025.05.25-17.51.49:669][280]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:669][280]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:669][280]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 768 outside of frame bounds -[2025.05.25-17.51.49:674][280]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 766 failed (-1006) -[2025.05.25-17.51.49:675][280]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:675][280]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 767 failed (-1000) -[2025.05.25-17.51.49:680][281]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 768 outside of frame bounds -[2025.05.25-17.51.49:680][281]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:680][281]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:680][281]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 769 outside of frame bounds -[2025.05.25-17.51.49:686][281]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 767 failed (-1006) -[2025.05.25-17.51.49:687][281]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:687][281]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 768 failed (-1000) -[2025.05.25-17.51.49:691][282]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 769 outside of frame bounds -[2025.05.25-17.51.49:692][282]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:692][282]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:692][282]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 770 outside of frame bounds -[2025.05.25-17.51.49:696][282]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 768 failed (-1006) -[2025.05.25-17.51.49:697][282]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:697][282]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 769 failed (-1000) -[2025.05.25-17.51.49:702][283]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 770 outside of frame bounds -[2025.05.25-17.51.49:703][283]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:703][283]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:703][283]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 771 outside of frame bounds -[2025.05.25-17.51.49:707][283]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 769 failed (-1006) -[2025.05.25-17.51.49:708][283]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:708][283]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 770 failed (-1000) -[2025.05.25-17.51.49:712][284]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 771 outside of frame bounds -[2025.05.25-17.51.49:713][284]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:713][284]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:713][284]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 772 outside of frame bounds -[2025.05.25-17.51.49:719][284]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 770 failed (-1006) -[2025.05.25-17.51.49:720][284]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:720][284]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 771 failed (-1000) -[2025.05.25-17.51.49:725][285]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 772 outside of frame bounds -[2025.05.25-17.51.49:725][285]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:725][285]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:725][285]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 773 outside of frame bounds -[2025.05.25-17.51.49:730][285]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 771 failed (-1006) -[2025.05.25-17.51.49:731][285]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:731][285]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 772 failed (-1000) -[2025.05.25-17.51.49:735][286]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 773 outside of frame bounds -[2025.05.25-17.51.49:736][286]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:736][286]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:736][286]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 774 outside of frame bounds -[2025.05.25-17.51.49:742][286]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 772 failed (-1006) -[2025.05.25-17.51.49:742][286]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:742][286]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 773 failed (-1000) -[2025.05.25-17.51.49:747][287]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 774 outside of frame bounds -[2025.05.25-17.51.49:747][287]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:747][287]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:747][287]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 775 outside of frame bounds -[2025.05.25-17.51.49:752][287]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 773 failed (-1006) -[2025.05.25-17.51.49:752][287]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:752][287]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 774 failed (-1000) -[2025.05.25-17.51.49:758][288]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 775 outside of frame bounds -[2025.05.25-17.51.49:759][288]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:759][288]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:759][288]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 776 outside of frame bounds -[2025.05.25-17.51.49:763][288]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 774 failed (-1006) -[2025.05.25-17.51.49:765][288]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:765][288]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 775 failed (-1000) -[2025.05.25-17.51.49:770][289]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 776 outside of frame bounds -[2025.05.25-17.51.49:771][289]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:771][289]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:771][289]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 777 outside of frame bounds -[2025.05.25-17.51.49:775][289]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 775 failed (-1006) -[2025.05.25-17.51.49:776][289]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:776][289]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 776 failed (-1000) -[2025.05.25-17.51.49:781][290]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 777 outside of frame bounds -[2025.05.25-17.51.49:782][290]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:782][290]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:782][290]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 778 outside of frame bounds -[2025.05.25-17.51.49:787][290]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 776 failed (-1006) -[2025.05.25-17.51.49:788][290]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:788][290]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 777 failed (-1000) -[2025.05.25-17.51.49:793][291]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 778 outside of frame bounds -[2025.05.25-17.51.49:793][291]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:793][291]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:793][291]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 779 outside of frame bounds -[2025.05.25-17.51.49:798][291]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 777 failed (-1006) -[2025.05.25-17.51.49:799][291]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:799][291]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 778 failed (-1000) -[2025.05.25-17.51.49:803][292]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 779 outside of frame bounds -[2025.05.25-17.51.49:804][292]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:804][292]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:804][292]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 780 outside of frame bounds -[2025.05.25-17.51.49:809][292]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 778 failed (-1006) -[2025.05.25-17.51.49:810][292]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:810][292]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 779 failed (-1000) -[2025.05.25-17.51.49:815][293]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 780 outside of frame bounds -[2025.05.25-17.51.49:816][293]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:816][293]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:816][293]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 781 outside of frame bounds -[2025.05.25-17.51.49:821][293]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 779 failed (-1006) -[2025.05.25-17.51.49:822][293]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:822][293]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 780 failed (-1000) -[2025.05.25-17.51.49:827][294]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 781 outside of frame bounds -[2025.05.25-17.51.49:827][294]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:827][294]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:827][294]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 782 outside of frame bounds -[2025.05.25-17.51.49:832][294]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 780 failed (-1006) -[2025.05.25-17.51.49:833][294]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:833][294]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 781 failed (-1000) -[2025.05.25-17.51.49:837][295]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 782 outside of frame bounds -[2025.05.25-17.51.49:837][295]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:837][295]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:837][295]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 783 outside of frame bounds -[2025.05.25-17.51.49:843][295]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 781 failed (-1006) -[2025.05.25-17.51.49:844][295]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:844][295]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 782 failed (-1000) -[2025.05.25-17.51.49:849][296]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 783 outside of frame bounds -[2025.05.25-17.51.49:849][296]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:849][296]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:849][296]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 784 outside of frame bounds -[2025.05.25-17.51.49:855][296]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 782 failed (-1006) -[2025.05.25-17.51.49:856][296]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:856][296]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 783 failed (-1000) -[2025.05.25-17.51.49:861][297]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 784 outside of frame bounds -[2025.05.25-17.51.49:861][297]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:861][297]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:861][297]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 785 outside of frame bounds -[2025.05.25-17.51.49:866][297]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 783 failed (-1006) -[2025.05.25-17.51.49:867][297]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:867][297]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 784 failed (-1000) -[2025.05.25-17.51.49:872][298]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 785 outside of frame bounds -[2025.05.25-17.51.49:873][298]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:873][298]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:873][298]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 786 outside of frame bounds -[2025.05.25-17.51.49:876][298]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 784 failed (-1006) -[2025.05.25-17.51.49:877][298]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:877][298]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 785 failed (-1000) -[2025.05.25-17.51.49:882][299]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 786 outside of frame bounds -[2025.05.25-17.51.49:883][299]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:883][299]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:883][299]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 787 outside of frame bounds -[2025.05.25-17.51.49:887][299]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 785 failed (-1006) -[2025.05.25-17.51.49:888][299]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:888][299]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 786 failed (-1000) -[2025.05.25-17.51.49:894][300]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 787 outside of frame bounds -[2025.05.25-17.51.49:894][300]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:894][300]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:894][300]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 788 outside of frame bounds -[2025.05.25-17.51.49:900][300]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 786 failed (-1006) -[2025.05.25-17.51.49:901][300]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:901][300]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 787 failed (-1000) -[2025.05.25-17.51.49:905][301]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 788 outside of frame bounds -[2025.05.25-17.51.49:905][301]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:905][301]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:905][301]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 789 outside of frame bounds -[2025.05.25-17.51.49:910][301]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 787 failed (-1006) -[2025.05.25-17.51.49:911][301]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:911][301]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 788 failed (-1000) -[2025.05.25-17.51.49:916][302]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 789 outside of frame bounds -[2025.05.25-17.51.49:917][302]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:917][302]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:917][302]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 790 outside of frame bounds -[2025.05.25-17.51.49:923][302]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 788 failed (-1006) -[2025.05.25-17.51.49:924][302]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:924][302]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 789 failed (-1000) -[2025.05.25-17.51.49:928][303]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 790 outside of frame bounds -[2025.05.25-17.51.49:929][303]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:929][303]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:929][303]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 791 outside of frame bounds -[2025.05.25-17.51.49:933][303]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 789 failed (-1006) -[2025.05.25-17.51.49:934][303]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:934][303]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 790 failed (-1000) -[2025.05.25-17.51.49:939][304]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 791 outside of frame bounds -[2025.05.25-17.51.49:940][304]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:940][304]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:940][304]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 792 outside of frame bounds -[2025.05.25-17.51.49:944][304]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 790 failed (-1006) -[2025.05.25-17.51.49:944][304]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:944][304]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 791 failed (-1000) -[2025.05.25-17.51.49:949][305]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 792 outside of frame bounds -[2025.05.25-17.51.49:950][305]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:950][305]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:950][305]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 793 outside of frame bounds -[2025.05.25-17.51.49:956][305]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 791 failed (-1006) -[2025.05.25-17.51.49:957][305]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:957][305]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 792 failed (-1000) -[2025.05.25-17.51.49:961][306]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 793 outside of frame bounds -[2025.05.25-17.51.49:961][306]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:961][306]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:961][306]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 794 outside of frame bounds -[2025.05.25-17.51.49:967][306]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 792 failed (-1006) -[2025.05.25-17.51.49:968][306]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:968][306]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 793 failed (-1000) -[2025.05.25-17.51.49:973][307]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 794 outside of frame bounds -[2025.05.25-17.51.49:973][307]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:973][307]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:973][307]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 795 outside of frame bounds -[2025.05.25-17.51.49:978][307]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 793 failed (-1006) -[2025.05.25-17.51.49:979][307]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:979][307]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 794 failed (-1000) -[2025.05.25-17.51.49:984][308]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 795 outside of frame bounds -[2025.05.25-17.51.49:984][308]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:984][308]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:984][308]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 796 outside of frame bounds -[2025.05.25-17.51.49:989][308]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 794 failed (-1006) -[2025.05.25-17.51.49:990][308]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.49:990][308]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 795 failed (-1000) -[2025.05.25-17.51.49:996][309]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 796 outside of frame bounds -[2025.05.25-17.51.49:996][309]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.49:997][309]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.49:997][309]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 797 outside of frame bounds -[2025.05.25-17.51.50:001][309]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 795 failed (-1006) -[2025.05.25-17.51.50:002][309]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:002][309]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 796 failed (-1000) -[2025.05.25-17.51.50:007][310]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 797 outside of frame bounds -[2025.05.25-17.51.50:007][310]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:007][310]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:007][310]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 798 outside of frame bounds -[2025.05.25-17.51.50:012][310]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 796 failed (-1006) -[2025.05.25-17.51.50:012][310]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:012][310]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 797 failed (-1000) -[2025.05.25-17.51.50:016][311]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 798 outside of frame bounds -[2025.05.25-17.51.50:017][311]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:017][311]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:017][311]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 799 outside of frame bounds -[2025.05.25-17.51.50:023][311]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 797 failed (-1006) -[2025.05.25-17.51.50:024][311]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:024][311]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 798 failed (-1000) -[2025.05.25-17.51.50:028][312]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 799 outside of frame bounds -[2025.05.25-17.51.50:029][312]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:029][312]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:029][312]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 800 outside of frame bounds -[2025.05.25-17.51.50:035][312]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 798 failed (-1006) -[2025.05.25-17.51.50:035][312]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:035][312]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 799 failed (-1000) -[2025.05.25-17.51.50:040][313]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 800 outside of frame bounds -[2025.05.25-17.51.50:040][313]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:040][313]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:040][313]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 801 outside of frame bounds -[2025.05.25-17.51.50:045][313]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 799 failed (-1006) -[2025.05.25-17.51.50:046][313]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:046][313]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 800 failed (-1000) -[2025.05.25-17.51.50:051][314]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 801 outside of frame bounds -[2025.05.25-17.51.50:052][314]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:052][314]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:052][314]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 802 outside of frame bounds -[2025.05.25-17.51.50:056][314]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 800 failed (-1006) -[2025.05.25-17.51.50:057][314]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:057][314]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 801 failed (-1000) -[2025.05.25-17.51.50:062][315]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 802 outside of frame bounds -[2025.05.25-17.51.50:063][315]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:063][315]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:063][315]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 803 outside of frame bounds -[2025.05.25-17.51.50:068][315]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 801 failed (-1006) -[2025.05.25-17.51.50:069][315]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:069][315]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 802 failed (-1000) -[2025.05.25-17.51.50:073][316]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 803 outside of frame bounds -[2025.05.25-17.51.50:073][316]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:073][316]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:073][316]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 804 outside of frame bounds -[2025.05.25-17.51.50:079][316]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 802 failed (-1006) -[2025.05.25-17.51.50:079][316]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:079][316]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 803 failed (-1000) -[2025.05.25-17.51.50:084][317]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 804 outside of frame bounds -[2025.05.25-17.51.50:085][317]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:085][317]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:085][317]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 805 outside of frame bounds -[2025.05.25-17.51.50:091][317]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 803 failed (-1006) -[2025.05.25-17.51.50:092][317]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:092][317]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 804 failed (-1000) -[2025.05.25-17.51.50:096][318]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 805 outside of frame bounds -[2025.05.25-17.51.50:096][318]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:096][318]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:096][318]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 806 outside of frame bounds -[2025.05.25-17.51.50:103][318]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 804 failed (-1006) -[2025.05.25-17.51.50:103][318]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:103][318]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 805 failed (-1000) -[2025.05.25-17.51.50:108][319]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 806 outside of frame bounds -[2025.05.25-17.51.50:109][319]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:109][319]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:109][319]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 807 outside of frame bounds -[2025.05.25-17.51.50:112][319]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 805 failed (-1006) -[2025.05.25-17.51.50:113][319]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:113][319]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 806 failed (-1000) -[2025.05.25-17.51.50:119][320]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 807 outside of frame bounds -[2025.05.25-17.51.50:119][320]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:119][320]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:119][320]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 808 outside of frame bounds -[2025.05.25-17.51.50:124][320]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 806 failed (-1006) -[2025.05.25-17.51.50:125][320]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:125][320]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 807 failed (-1000) -[2025.05.25-17.51.50:129][321]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 808 outside of frame bounds -[2025.05.25-17.51.50:130][321]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:130][321]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:130][321]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 809 outside of frame bounds -[2025.05.25-17.51.50:135][321]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 807 failed (-1006) -[2025.05.25-17.51.50:136][321]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:136][321]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 808 failed (-1000) -[2025.05.25-17.51.50:141][322]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 809 outside of frame bounds -[2025.05.25-17.51.50:141][322]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:141][322]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:141][322]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 810 outside of frame bounds -[2025.05.25-17.51.50:146][322]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 808 failed (-1006) -[2025.05.25-17.51.50:147][322]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:147][322]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 809 failed (-1000) -[2025.05.25-17.51.50:152][323]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 810 outside of frame bounds -[2025.05.25-17.51.50:152][323]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:152][323]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:152][323]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 811 outside of frame bounds -[2025.05.25-17.51.50:158][323]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 809 failed (-1006) -[2025.05.25-17.51.50:159][323]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:159][323]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 810 failed (-1000) -[2025.05.25-17.51.50:164][324]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 811 outside of frame bounds -[2025.05.25-17.51.50:165][324]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:165][324]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:165][324]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 812 outside of frame bounds -[2025.05.25-17.51.50:168][324]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 810 failed (-1006) -[2025.05.25-17.51.50:169][324]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:169][324]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 811 failed (-1000) -[2025.05.25-17.51.50:175][325]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 812 outside of frame bounds -[2025.05.25-17.51.50:176][325]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:176][325]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:176][325]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 813 outside of frame bounds -[2025.05.25-17.51.50:180][325]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 811 failed (-1006) -[2025.05.25-17.51.50:181][325]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:181][325]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 812 failed (-1000) -[2025.05.25-17.51.50:186][326]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 813 outside of frame bounds -[2025.05.25-17.51.50:186][326]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:186][326]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:186][326]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 814 outside of frame bounds -[2025.05.25-17.51.50:192][326]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 812 failed (-1006) -[2025.05.25-17.51.50:193][326]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:193][326]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 813 failed (-1000) -[2025.05.25-17.51.50:197][327]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 814 outside of frame bounds -[2025.05.25-17.51.50:198][327]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:198][327]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:198][327]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 815 outside of frame bounds -[2025.05.25-17.51.50:203][327]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 813 failed (-1006) -[2025.05.25-17.51.50:204][327]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:204][327]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 814 failed (-1000) -[2025.05.25-17.51.50:208][328]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 815 outside of frame bounds -[2025.05.25-17.51.50:208][328]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:208][328]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:208][328]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 816 outside of frame bounds -[2025.05.25-17.51.50:215][328]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 814 failed (-1006) -[2025.05.25-17.51.50:216][328]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:216][328]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 815 failed (-1000) -[2025.05.25-17.51.50:219][329]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 816 outside of frame bounds -[2025.05.25-17.51.50:220][329]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:220][329]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:220][329]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 817 outside of frame bounds -[2025.05.25-17.51.50:225][329]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 815 failed (-1006) -[2025.05.25-17.51.50:226][329]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:226][329]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 816 failed (-1000) -[2025.05.25-17.51.50:232][330]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 817 outside of frame bounds -[2025.05.25-17.51.50:232][330]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:233][330]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:233][330]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 818 outside of frame bounds -[2025.05.25-17.51.50:237][330]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 816 failed (-1006) -[2025.05.25-17.51.50:238][330]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:238][330]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 817 failed (-1000) -[2025.05.25-17.51.50:243][331]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 818 outside of frame bounds -[2025.05.25-17.51.50:243][331]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:243][331]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:243][331]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 819 outside of frame bounds -[2025.05.25-17.51.50:248][331]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 817 failed (-1006) -[2025.05.25-17.51.50:249][331]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:249][331]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 818 failed (-1000) -[2025.05.25-17.51.50:253][332]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 819 outside of frame bounds -[2025.05.25-17.51.50:254][332]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:254][332]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:254][332]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 820 outside of frame bounds -[2025.05.25-17.51.50:260][332]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 818 failed (-1006) -[2025.05.25-17.51.50:261][332]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:261][332]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 819 failed (-1000) -[2025.05.25-17.51.50:265][333]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 820 outside of frame bounds -[2025.05.25-17.51.50:265][333]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:265][333]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:265][333]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 821 outside of frame bounds -[2025.05.25-17.51.50:271][333]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 819 failed (-1006) -[2025.05.25-17.51.50:272][333]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:272][333]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 820 failed (-1000) -[2025.05.25-17.51.50:277][334]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 821 outside of frame bounds -[2025.05.25-17.51.50:277][334]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:277][334]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:277][334]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 822 outside of frame bounds -[2025.05.25-17.51.50:283][334]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 820 failed (-1006) -[2025.05.25-17.51.50:284][334]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:284][334]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 821 failed (-1000) -[2025.05.25-17.51.50:289][335]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 822 outside of frame bounds -[2025.05.25-17.51.50:289][335]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:289][335]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:289][335]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 823 outside of frame bounds -[2025.05.25-17.51.50:293][335]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 821 failed (-1006) -[2025.05.25-17.51.50:294][335]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:294][335]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 822 failed (-1000) -[2025.05.25-17.51.50:299][336]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 823 outside of frame bounds -[2025.05.25-17.51.50:300][336]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:300][336]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:300][336]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 824 outside of frame bounds -[2025.05.25-17.51.50:305][336]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 822 failed (-1006) -[2025.05.25-17.51.50:306][336]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:306][336]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 823 failed (-1000) -[2025.05.25-17.51.50:310][337]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 824 outside of frame bounds -[2025.05.25-17.51.50:311][337]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:311][337]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:311][337]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 825 outside of frame bounds -[2025.05.25-17.51.50:317][337]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 823 failed (-1006) -[2025.05.25-17.51.50:317][337]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:318][337]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 824 failed (-1000) -[2025.05.25-17.51.50:322][338]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 825 outside of frame bounds -[2025.05.25-17.51.50:323][338]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:323][338]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:323][338]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 826 outside of frame bounds -[2025.05.25-17.51.50:328][338]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 824 failed (-1006) -[2025.05.25-17.51.50:329][338]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:329][338]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 825 failed (-1000) -[2025.05.25-17.51.50:334][339]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 826 outside of frame bounds -[2025.05.25-17.51.50:334][339]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:334][339]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:334][339]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 827 outside of frame bounds -[2025.05.25-17.51.50:339][339]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 825 failed (-1006) -[2025.05.25-17.51.50:340][339]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:340][339]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 826 failed (-1000) -[2025.05.25-17.51.50:345][340]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 827 outside of frame bounds -[2025.05.25-17.51.50:345][340]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:345][340]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:345][340]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 828 outside of frame bounds -[2025.05.25-17.51.50:352][340]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 826 failed (-1006) -[2025.05.25-17.51.50:353][340]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:353][340]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 827 failed (-1000) -[2025.05.25-17.51.50:357][341]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 828 outside of frame bounds -[2025.05.25-17.51.50:357][341]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:357][341]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:357][341]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 829 outside of frame bounds -[2025.05.25-17.51.50:361][341]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 827 failed (-1006) -[2025.05.25-17.51.50:362][341]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:362][341]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 828 failed (-1000) -[2025.05.25-17.51.50:368][342]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 829 outside of frame bounds -[2025.05.25-17.51.50:368][342]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:368][342]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:368][342]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 830 outside of frame bounds -[2025.05.25-17.51.50:373][342]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 828 failed (-1006) -[2025.05.25-17.51.50:374][342]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:374][342]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 829 failed (-1000) -[2025.05.25-17.51.50:379][343]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 830 outside of frame bounds -[2025.05.25-17.51.50:379][343]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:379][343]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:379][343]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 831 outside of frame bounds -[2025.05.25-17.51.50:386][343]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 829 failed (-1006) -[2025.05.25-17.51.50:387][343]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:387][343]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 830 failed (-1000) -[2025.05.25-17.51.50:390][344]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 831 outside of frame bounds -[2025.05.25-17.51.50:391][344]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:391][344]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:391][344]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 832 outside of frame bounds -[2025.05.25-17.51.50:397][344]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 830 failed (-1006) -[2025.05.25-17.51.50:397][344]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:398][344]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 831 failed (-1000) -[2025.05.25-17.51.50:402][345]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 832 outside of frame bounds -[2025.05.25-17.51.50:403][345]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:403][345]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:403][345]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 833 outside of frame bounds -[2025.05.25-17.51.50:408][345]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 831 failed (-1006) -[2025.05.25-17.51.50:409][345]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:409][345]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 832 failed (-1000) -[2025.05.25-17.51.50:413][346]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 833 outside of frame bounds -[2025.05.25-17.51.50:414][346]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:414][346]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:414][346]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 834 outside of frame bounds -[2025.05.25-17.51.50:420][346]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 832 failed (-1006) -[2025.05.25-17.51.50:421][346]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:421][346]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 833 failed (-1000) -[2025.05.25-17.51.50:426][347]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 834 outside of frame bounds -[2025.05.25-17.51.50:427][347]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:427][347]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:427][347]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 835 outside of frame bounds -[2025.05.25-17.51.50:430][347]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 833 failed (-1006) -[2025.05.25-17.51.50:431][347]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:431][347]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 834 failed (-1000) -[2025.05.25-17.51.50:436][348]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 835 outside of frame bounds -[2025.05.25-17.51.50:437][348]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:437][348]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:437][348]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 836 outside of frame bounds -[2025.05.25-17.51.50:442][348]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 834 failed (-1006) -[2025.05.25-17.51.50:443][348]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:443][348]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 835 failed (-1000) -[2025.05.25-17.51.50:447][349]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 836 outside of frame bounds -[2025.05.25-17.51.50:447][349]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:447][349]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:447][349]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 837 outside of frame bounds -[2025.05.25-17.51.50:454][349]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 835 failed (-1006) -[2025.05.25-17.51.50:455][349]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:455][349]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 836 failed (-1000) -[2025.05.25-17.51.50:459][350]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 837 outside of frame bounds -[2025.05.25-17.51.50:459][350]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:459][350]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:459][350]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 838 outside of frame bounds -[2025.05.25-17.51.50:465][350]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 836 failed (-1006) -[2025.05.25-17.51.50:466][350]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:466][350]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 837 failed (-1000) -[2025.05.25-17.51.50:470][351]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 838 outside of frame bounds -[2025.05.25-17.51.50:471][351]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:471][351]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:471][351]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 839 outside of frame bounds -[2025.05.25-17.51.50:476][351]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 837 failed (-1006) -[2025.05.25-17.51.50:477][351]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:477][351]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 838 failed (-1000) -[2025.05.25-17.51.50:481][352]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 839 outside of frame bounds -[2025.05.25-17.51.50:482][352]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:482][352]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:482][352]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 840 outside of frame bounds -[2025.05.25-17.51.50:488][352]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 838 failed (-1006) -[2025.05.25-17.51.50:489][352]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:489][352]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 839 failed (-1000) -[2025.05.25-17.51.50:494][353]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 840 outside of frame bounds -[2025.05.25-17.51.50:495][353]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:495][353]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:495][353]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 841 outside of frame bounds -[2025.05.25-17.51.50:499][353]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 839 failed (-1006) -[2025.05.25-17.51.50:500][353]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:500][353]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 840 failed (-1000) -[2025.05.25-17.51.50:504][354]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 841 outside of frame bounds -[2025.05.25-17.51.50:505][354]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:505][354]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:505][354]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 842 outside of frame bounds -[2025.05.25-17.51.50:510][354]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 840 failed (-1006) -[2025.05.25-17.51.50:511][354]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:511][354]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 841 failed (-1000) -[2025.05.25-17.51.50:515][355]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 842 outside of frame bounds -[2025.05.25-17.51.50:516][355]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:516][355]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:516][355]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 843 outside of frame bounds -[2025.05.25-17.51.50:522][355]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 841 failed (-1006) -[2025.05.25-17.51.50:522][355]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:522][355]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 842 failed (-1000) -[2025.05.25-17.51.50:527][356]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 843 outside of frame bounds -[2025.05.25-17.51.50:527][356]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:527][356]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:527][356]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 844 outside of frame bounds -[2025.05.25-17.51.50:534][356]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 842 failed (-1006) -[2025.05.25-17.51.50:535][356]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:535][356]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 843 failed (-1000) -[2025.05.25-17.51.50:539][357]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 844 outside of frame bounds -[2025.05.25-17.51.50:540][357]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:540][357]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:540][357]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 845 outside of frame bounds -[2025.05.25-17.51.50:543][357]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 843 failed (-1006) -[2025.05.25-17.51.50:544][357]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:544][357]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 844 failed (-1000) -[2025.05.25-17.51.50:549][358]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 845 outside of frame bounds -[2025.05.25-17.51.50:550][358]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:550][358]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:550][358]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 846 outside of frame bounds -[2025.05.25-17.51.50:555][358]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 844 failed (-1006) -[2025.05.25-17.51.50:556][358]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:556][358]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 845 failed (-1000) -[2025.05.25-17.51.50:561][359]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 846 outside of frame bounds -[2025.05.25-17.51.50:562][359]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:562][359]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:562][359]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 847 outside of frame bounds -[2025.05.25-17.51.50:566][359]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 845 failed (-1006) -[2025.05.25-17.51.50:568][359]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:568][359]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 846 failed (-1000) -[2025.05.25-17.51.50:573][360]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 847 outside of frame bounds -[2025.05.25-17.51.50:573][360]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:573][360]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:573][360]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 848 outside of frame bounds -[2025.05.25-17.51.50:578][360]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 846 failed (-1006) -[2025.05.25-17.51.50:579][360]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:579][360]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 847 failed (-1000) -[2025.05.25-17.51.50:583][361]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 848 outside of frame bounds -[2025.05.25-17.51.50:584][361]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:584][361]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:584][361]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 849 outside of frame bounds -[2025.05.25-17.51.50:590][361]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 847 failed (-1006) -[2025.05.25-17.51.50:591][361]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:591][361]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 848 failed (-1000) -[2025.05.25-17.51.50:595][362]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 849 outside of frame bounds -[2025.05.25-17.51.50:596][362]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:596][362]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:596][362]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 850 outside of frame bounds -[2025.05.25-17.51.50:601][362]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 848 failed (-1006) -[2025.05.25-17.51.50:602][362]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:602][362]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 849 failed (-1000) -[2025.05.25-17.51.50:607][363]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 850 outside of frame bounds -[2025.05.25-17.51.50:607][363]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:607][363]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:607][363]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 851 outside of frame bounds -[2025.05.25-17.51.50:610][363]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 849 failed (-1006) -[2025.05.25-17.51.50:612][363]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:612][363]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 850 failed (-1000) -[2025.05.25-17.51.50:617][364]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 851 outside of frame bounds -[2025.05.25-17.51.50:618][364]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:618][364]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:618][364]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 852 outside of frame bounds -[2025.05.25-17.51.50:623][364]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 850 failed (-1006) -[2025.05.25-17.51.50:623][364]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:623][364]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 851 failed (-1000) -[2025.05.25-17.51.50:628][365]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 852 outside of frame bounds -[2025.05.25-17.51.50:628][365]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:628][365]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:628][365]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 853 outside of frame bounds -[2025.05.25-17.51.50:635][365]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 851 failed (-1006) -[2025.05.25-17.51.50:636][365]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:636][365]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 852 failed (-1000) -[2025.05.25-17.51.50:639][366]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 853 outside of frame bounds -[2025.05.25-17.51.50:640][366]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:640][366]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:640][366]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 854 outside of frame bounds -[2025.05.25-17.51.50:646][366]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 852 failed (-1006) -[2025.05.25-17.51.50:647][366]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:647][366]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 853 failed (-1000) -[2025.05.25-17.51.50:652][367]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 854 outside of frame bounds -[2025.05.25-17.51.50:652][367]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:652][367]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:652][367]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 855 outside of frame bounds -[2025.05.25-17.51.50:658][367]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 853 failed (-1006) -[2025.05.25-17.51.50:659][367]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:659][367]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 854 failed (-1000) -[2025.05.25-17.51.50:662][368]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 855 outside of frame bounds -[2025.05.25-17.51.50:663][368]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:663][368]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:663][368]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 856 outside of frame bounds -[2025.05.25-17.51.50:668][368]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 854 failed (-1006) -[2025.05.25-17.51.50:669][368]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:669][368]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 855 failed (-1000) -[2025.05.25-17.51.50:675][369]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 856 outside of frame bounds -[2025.05.25-17.51.50:675][369]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:675][369]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:675][369]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 857 outside of frame bounds -[2025.05.25-17.51.50:678][369]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 855 failed (-1006) -[2025.05.25-17.51.50:679][369]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:679][369]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 856 failed (-1000) -[2025.05.25-17.51.50:685][370]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 857 outside of frame bounds -[2025.05.25-17.51.50:685][370]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:685][370]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:685][370]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 858 outside of frame bounds -[2025.05.25-17.51.50:691][370]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 856 failed (-1006) -[2025.05.25-17.51.50:692][370]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:692][370]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 857 failed (-1000) -[2025.05.25-17.51.50:696][371]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 858 outside of frame bounds -[2025.05.25-17.51.50:697][371]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:697][371]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:697][371]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 859 outside of frame bounds -[2025.05.25-17.51.50:703][371]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 857 failed (-1006) -[2025.05.25-17.51.50:704][371]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:704][371]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 858 failed (-1000) -[2025.05.25-17.51.50:708][372]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 859 outside of frame bounds -[2025.05.25-17.51.50:709][372]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:709][372]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:709][372]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 860 outside of frame bounds -[2025.05.25-17.51.50:714][372]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 858 failed (-1006) -[2025.05.25-17.51.50:715][372]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:715][372]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 859 failed (-1000) -[2025.05.25-17.51.50:720][373]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 860 outside of frame bounds -[2025.05.25-17.51.50:720][373]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:720][373]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:720][373]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 861 outside of frame bounds -[2025.05.25-17.51.50:726][373]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 859 failed (-1006) -[2025.05.25-17.51.50:727][373]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:727][373]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 860 failed (-1000) -[2025.05.25-17.51.50:731][374]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 861 outside of frame bounds -[2025.05.25-17.51.50:732][374]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:732][374]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:732][374]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 862 outside of frame bounds -[2025.05.25-17.51.50:737][374]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 860 failed (-1006) -[2025.05.25-17.51.50:737][374]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:738][374]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 861 failed (-1000) -[2025.05.25-17.51.50:743][375]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 862 outside of frame bounds -[2025.05.25-17.51.50:743][375]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:743][375]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:743][375]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 863 outside of frame bounds -[2025.05.25-17.51.50:748][375]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 861 failed (-1006) -[2025.05.25-17.51.50:748][375]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:749][375]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 862 failed (-1000) -[2025.05.25-17.51.50:754][376]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 863 outside of frame bounds -[2025.05.25-17.51.50:754][376]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:754][376]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:754][376]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 864 outside of frame bounds -[2025.05.25-17.51.50:760][376]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 862 failed (-1006) -[2025.05.25-17.51.50:760][376]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:761][376]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 863 failed (-1000) -[2025.05.25-17.51.50:765][377]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 864 outside of frame bounds -[2025.05.25-17.51.50:766][377]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:766][377]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:766][377]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 865 outside of frame bounds -[2025.05.25-17.51.50:771][377]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 863 failed (-1006) -[2025.05.25-17.51.50:772][377]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:772][377]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 864 failed (-1000) -[2025.05.25-17.51.50:777][378]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 865 outside of frame bounds -[2025.05.25-17.51.50:777][378]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:777][378]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:777][378]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 866 outside of frame bounds -[2025.05.25-17.51.50:783][378]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 864 failed (-1006) -[2025.05.25-17.51.50:783][378]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:783][378]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 865 failed (-1000) -[2025.05.25-17.51.50:788][379]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 866 outside of frame bounds -[2025.05.25-17.51.50:789][379]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:789][379]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:789][379]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 867 outside of frame bounds -[2025.05.25-17.51.50:793][379]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 865 failed (-1006) -[2025.05.25-17.51.50:794][379]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:794][379]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 866 failed (-1000) -[2025.05.25-17.51.50:799][380]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 867 outside of frame bounds -[2025.05.25-17.51.50:800][380]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:800][380]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:800][380]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 868 outside of frame bounds -[2025.05.25-17.51.50:804][380]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 866 failed (-1006) -[2025.05.25-17.51.50:805][380]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:805][380]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 867 failed (-1000) -[2025.05.25-17.51.50:810][381]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 868 outside of frame bounds -[2025.05.25-17.51.50:811][381]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:811][381]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:811][381]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 869 outside of frame bounds -[2025.05.25-17.51.50:816][381]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 867 failed (-1006) -[2025.05.25-17.51.50:817][381]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:817][381]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 868 failed (-1000) -[2025.05.25-17.51.50:822][382]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 869 outside of frame bounds -[2025.05.25-17.51.50:822][382]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:823][382]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:823][382]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 870 outside of frame bounds -[2025.05.25-17.51.50:827][382]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 868 failed (-1006) -[2025.05.25-17.51.50:828][382]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:828][382]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 869 failed (-1000) -[2025.05.25-17.51.50:833][383]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 870 outside of frame bounds -[2025.05.25-17.51.50:834][383]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:834][383]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:834][383]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 871 outside of frame bounds -[2025.05.25-17.51.50:839][383]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 869 failed (-1006) -[2025.05.25-17.51.50:840][383]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:840][383]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 870 failed (-1000) -[2025.05.25-17.51.50:845][384]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 871 outside of frame bounds -[2025.05.25-17.51.50:845][384]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:845][384]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:845][384]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 872 outside of frame bounds -[2025.05.25-17.51.50:851][384]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 870 failed (-1006) -[2025.05.25-17.51.50:852][384]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:852][384]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 871 failed (-1000) -[2025.05.25-17.51.50:856][385]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 872 outside of frame bounds -[2025.05.25-17.51.50:857][385]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:857][385]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:857][385]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 873 outside of frame bounds -[2025.05.25-17.51.50:861][385]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 871 failed (-1006) -[2025.05.25-17.51.50:862][385]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:862][385]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 872 failed (-1000) -[2025.05.25-17.51.50:867][386]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 873 outside of frame bounds -[2025.05.25-17.51.50:867][386]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:868][386]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:868][386]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 874 outside of frame bounds -[2025.05.25-17.51.50:873][386]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 872 failed (-1006) -[2025.05.25-17.51.50:874][386]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:874][386]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 873 failed (-1000) -[2025.05.25-17.51.50:878][387]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 874 outside of frame bounds -[2025.05.25-17.51.50:879][387]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:879][387]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:879][387]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 875 outside of frame bounds -[2025.05.25-17.51.50:885][387]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 873 failed (-1006) -[2025.05.25-17.51.50:885][387]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:886][387]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 874 failed (-1000) -[2025.05.25-17.51.50:890][388]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 875 outside of frame bounds -[2025.05.25-17.51.50:891][388]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:891][388]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:891][388]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 876 outside of frame bounds -[2025.05.25-17.51.50:895][388]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 874 failed (-1006) -[2025.05.25-17.51.50:897][388]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:897][388]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 875 failed (-1000) -[2025.05.25-17.51.50:902][389]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 876 outside of frame bounds -[2025.05.25-17.51.50:903][389]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:903][389]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:903][389]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 877 outside of frame bounds -[2025.05.25-17.51.50:908][389]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 875 failed (-1006) -[2025.05.25-17.51.50:908][389]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:908][389]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 876 failed (-1000) -[2025.05.25-17.51.50:913][390]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 877 outside of frame bounds -[2025.05.25-17.51.50:914][390]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:914][390]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:914][390]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 878 outside of frame bounds -[2025.05.25-17.51.50:920][390]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 876 failed (-1006) -[2025.05.25-17.51.50:921][390]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:921][390]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 877 failed (-1000) -[2025.05.25-17.51.50:925][391]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 878 outside of frame bounds -[2025.05.25-17.51.50:926][391]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:926][391]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:926][391]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 879 outside of frame bounds -[2025.05.25-17.51.50:930][391]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 877 failed (-1006) -[2025.05.25-17.51.50:931][391]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:931][391]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 878 failed (-1000) -[2025.05.25-17.51.50:937][392]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 879 outside of frame bounds -[2025.05.25-17.51.50:937][392]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:937][392]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:938][392]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 880 outside of frame bounds -[2025.05.25-17.51.50:942][392]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 878 failed (-1006) -[2025.05.25-17.51.50:943][392]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:943][392]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 879 failed (-1000) -[2025.05.25-17.51.50:948][393]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 880 outside of frame bounds -[2025.05.25-17.51.50:948][393]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:948][393]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:948][393]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 881 outside of frame bounds -[2025.05.25-17.51.50:955][393]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 879 failed (-1006) -[2025.05.25-17.51.50:955][393]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:956][393]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 880 failed (-1000) -[2025.05.25-17.51.50:959][394]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 881 outside of frame bounds -[2025.05.25-17.51.50:960][394]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:960][394]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:960][394]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 882 outside of frame bounds -[2025.05.25-17.51.50:966][394]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 880 failed (-1006) -[2025.05.25-17.51.50:967][394]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:967][394]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 881 failed (-1000) -[2025.05.25-17.51.50:972][395]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 882 outside of frame bounds -[2025.05.25-17.51.50:972][395]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:972][395]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:972][395]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 883 outside of frame bounds -[2025.05.25-17.51.50:977][395]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 881 failed (-1006) -[2025.05.25-17.51.50:978][395]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:978][395]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 882 failed (-1000) -[2025.05.25-17.51.50:982][396]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 883 outside of frame bounds -[2025.05.25-17.51.50:983][396]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:983][396]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:983][396]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 884 outside of frame bounds -[2025.05.25-17.51.50:989][396]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 882 failed (-1006) -[2025.05.25-17.51.50:990][396]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.50:990][396]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 883 failed (-1000) -[2025.05.25-17.51.50:995][397]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 884 outside of frame bounds -[2025.05.25-17.51.50:996][397]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.50:996][397]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.50:996][397]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 885 outside of frame bounds -[2025.05.25-17.51.51:000][397]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 883 failed (-1006) -[2025.05.25-17.51.51:002][397]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:002][397]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 884 failed (-1000) -[2025.05.25-17.51.51:006][398]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 885 outside of frame bounds -[2025.05.25-17.51.51:007][398]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:007][398]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:007][398]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 886 outside of frame bounds -[2025.05.25-17.51.51:011][398]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 884 failed (-1006) -[2025.05.25-17.51.51:012][398]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:012][398]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 885 failed (-1000) -[2025.05.25-17.51.51:016][399]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 886 outside of frame bounds -[2025.05.25-17.51.51:017][399]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:017][399]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:017][399]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 887 outside of frame bounds -[2025.05.25-17.51.51:023][399]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 885 failed (-1006) -[2025.05.25-17.51.51:024][399]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:024][399]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 886 failed (-1000) -[2025.05.25-17.51.51:028][400]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 887 outside of frame bounds -[2025.05.25-17.51.51:029][400]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:029][400]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:029][400]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 888 outside of frame bounds -[2025.05.25-17.51.51:035][400]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 886 failed (-1006) -[2025.05.25-17.51.51:036][400]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:036][400]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 887 failed (-1000) -[2025.05.25-17.51.51:040][401]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 888 outside of frame bounds -[2025.05.25-17.51.51:041][401]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:041][401]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:041][401]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 889 outside of frame bounds -[2025.05.25-17.51.51:046][401]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 887 failed (-1006) -[2025.05.25-17.51.51:047][401]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:047][401]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 888 failed (-1000) -[2025.05.25-17.51.51:052][402]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 889 outside of frame bounds -[2025.05.25-17.51.51:053][402]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:053][402]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:053][402]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 890 outside of frame bounds -[2025.05.25-17.51.51:057][402]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 888 failed (-1006) -[2025.05.25-17.51.51:058][402]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:058][402]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 889 failed (-1000) -[2025.05.25-17.51.51:063][403]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 890 outside of frame bounds -[2025.05.25-17.51.51:064][403]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:064][403]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:064][403]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 891 outside of frame bounds -[2025.05.25-17.51.51:069][403]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 889 failed (-1006) -[2025.05.25-17.51.51:069][403]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:069][403]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 890 failed (-1000) -[2025.05.25-17.51.51:074][404]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 891 outside of frame bounds -[2025.05.25-17.51.51:075][404]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:075][404]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:075][404]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 892 outside of frame bounds -[2025.05.25-17.51.51:080][404]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 890 failed (-1006) -[2025.05.25-17.51.51:081][404]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:081][404]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 891 failed (-1000) -[2025.05.25-17.51.51:087][405]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 892 outside of frame bounds -[2025.05.25-17.51.51:087][405]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:087][405]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:087][405]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 893 outside of frame bounds -[2025.05.25-17.51.51:092][405]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 891 failed (-1006) -[2025.05.25-17.51.51:093][405]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:093][405]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 892 failed (-1000) -[2025.05.25-17.51.51:098][406]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 893 outside of frame bounds -[2025.05.25-17.51.51:098][406]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:098][406]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:098][406]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 894 outside of frame bounds -[2025.05.25-17.51.51:104][406]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 892 failed (-1006) -[2025.05.25-17.51.51:105][406]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:105][406]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 893 failed (-1000) -[2025.05.25-17.51.51:109][407]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 894 outside of frame bounds -[2025.05.25-17.51.51:110][407]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:110][407]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:110][407]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 895 outside of frame bounds -[2025.05.25-17.51.51:115][407]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 893 failed (-1006) -[2025.05.25-17.51.51:116][407]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:116][407]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 894 failed (-1000) -[2025.05.25-17.51.51:121][408]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 895 outside of frame bounds -[2025.05.25-17.51.51:122][408]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:122][408]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:122][408]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 896 outside of frame bounds -[2025.05.25-17.51.51:126][408]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 894 failed (-1006) -[2025.05.25-17.51.51:127][408]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:127][408]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 895 failed (-1000) -[2025.05.25-17.51.51:132][409]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 896 outside of frame bounds -[2025.05.25-17.51.51:133][409]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:133][409]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:133][409]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 897 outside of frame bounds -[2025.05.25-17.51.51:137][409]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 895 failed (-1006) -[2025.05.25-17.51.51:138][409]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:138][409]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 896 failed (-1000) -[2025.05.25-17.51.51:143][410]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 897 outside of frame bounds -[2025.05.25-17.51.51:143][410]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:143][410]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:143][410]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 898 outside of frame bounds -[2025.05.25-17.51.51:150][410]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 896 failed (-1006) -[2025.05.25-17.51.51:151][410]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:151][410]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 897 failed (-1000) -[2025.05.25-17.51.51:155][411]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 898 outside of frame bounds -[2025.05.25-17.51.51:156][411]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:156][411]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:156][411]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 899 outside of frame bounds -[2025.05.25-17.51.51:161][411]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 897 failed (-1006) -[2025.05.25-17.51.51:162][411]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:162][411]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 898 failed (-1000) -[2025.05.25-17.51.51:166][412]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 899 outside of frame bounds -[2025.05.25-17.51.51:166][412]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:166][412]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:166][412]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 900 outside of frame bounds -[2025.05.25-17.51.51:173][412]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 898 failed (-1006) -[2025.05.25-17.51.51:174][412]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:174][412]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 899 failed (-1000) -[2025.05.25-17.51.51:178][413]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 900 outside of frame bounds -[2025.05.25-17.51.51:179][413]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:179][413]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:179][413]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 901 outside of frame bounds -[2025.05.25-17.51.51:185][413]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 899 failed (-1006) -[2025.05.25-17.51.51:186][413]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:186][413]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 900 failed (-1000) -[2025.05.25-17.51.51:190][414]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 901 outside of frame bounds -[2025.05.25-17.51.51:191][414]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:191][414]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:191][414]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 902 outside of frame bounds -[2025.05.25-17.51.51:195][414]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 900 failed (-1006) -[2025.05.25-17.51.51:195][414]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:196][414]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 901 failed (-1000) -[2025.05.25-17.51.51:201][415]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 902 outside of frame bounds -[2025.05.25-17.51.51:201][415]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:201][415]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:201][415]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 903 outside of frame bounds -[2025.05.25-17.51.51:206][415]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 901 failed (-1006) -[2025.05.25-17.51.51:207][415]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:207][415]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 902 failed (-1000) -[2025.05.25-17.51.51:211][416]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 903 outside of frame bounds -[2025.05.25-17.51.51:211][416]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:211][416]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:211][416]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 904 outside of frame bounds -[2025.05.25-17.51.51:218][416]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 902 failed (-1006) -[2025.05.25-17.51.51:219][416]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:219][416]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 903 failed (-1000) -[2025.05.25-17.51.51:224][417]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 904 outside of frame bounds -[2025.05.25-17.51.51:225][417]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:225][417]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:225][417]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 905 outside of frame bounds -[2025.05.25-17.51.51:230][417]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 903 failed (-1006) -[2025.05.25-17.51.51:231][417]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:231][417]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 904 failed (-1000) -[2025.05.25-17.51.51:235][418]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 905 outside of frame bounds -[2025.05.25-17.51.51:236][418]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:236][418]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:236][418]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 906 outside of frame bounds -[2025.05.25-17.51.51:242][418]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 904 failed (-1006) -[2025.05.25-17.51.51:242][418]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:242][418]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 905 failed (-1000) -[2025.05.25-17.51.51:247][419]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 906 outside of frame bounds -[2025.05.25-17.51.51:247][419]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:247][419]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:247][419]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 907 outside of frame bounds -[2025.05.25-17.51.51:254][419]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 905 failed (-1006) -[2025.05.25-17.51.51:254][419]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:254][419]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 906 failed (-1000) -[2025.05.25-17.51.51:259][420]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 907 outside of frame bounds -[2025.05.25-17.51.51:260][420]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:260][420]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:260][420]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 908 outside of frame bounds -[2025.05.25-17.51.51:264][420]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 906 failed (-1006) -[2025.05.25-17.51.51:264][420]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:265][420]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 907 failed (-1000) -[2025.05.25-17.51.51:271][421]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 908 outside of frame bounds -[2025.05.25-17.51.51:272][421]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:272][421]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:272][421]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 909 outside of frame bounds -[2025.05.25-17.51.51:275][421]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 907 failed (-1006) -[2025.05.25-17.51.51:276][421]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:276][421]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 908 failed (-1000) -[2025.05.25-17.51.51:281][422]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 909 outside of frame bounds -[2025.05.25-17.51.51:282][422]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:282][422]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:282][422]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 910 outside of frame bounds -[2025.05.25-17.51.51:287][422]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 908 failed (-1006) -[2025.05.25-17.51.51:288][422]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:288][422]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 909 failed (-1000) -[2025.05.25-17.51.51:292][423]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 910 outside of frame bounds -[2025.05.25-17.51.51:292][423]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:292][423]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:292][423]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 911 outside of frame bounds -[2025.05.25-17.51.51:299][423]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 909 failed (-1006) -[2025.05.25-17.51.51:300][423]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:300][423]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 910 failed (-1000) -[2025.05.25-17.51.51:305][424]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 911 outside of frame bounds -[2025.05.25-17.51.51:305][424]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:305][424]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:305][424]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 912 outside of frame bounds -[2025.05.25-17.51.51:310][424]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 910 failed (-1006) -[2025.05.25-17.51.51:311][424]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:311][424]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 911 failed (-1000) -[2025.05.25-17.51.51:315][425]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 912 outside of frame bounds -[2025.05.25-17.51.51:316][425]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:316][425]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:316][425]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 913 outside of frame bounds -[2025.05.25-17.51.51:321][425]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 911 failed (-1006) -[2025.05.25-17.51.51:322][425]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:322][425]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 912 failed (-1000) -[2025.05.25-17.51.51:327][426]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 913 outside of frame bounds -[2025.05.25-17.51.51:327][426]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:327][426]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:327][426]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 914 outside of frame bounds -[2025.05.25-17.51.51:332][426]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 912 failed (-1006) -[2025.05.25-17.51.51:333][426]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:333][426]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 913 failed (-1000) -[2025.05.25-17.51.51:338][427]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 914 outside of frame bounds -[2025.05.25-17.51.51:338][427]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:338][427]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:338][427]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 915 outside of frame bounds -[2025.05.25-17.51.51:343][427]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 913 failed (-1006) -[2025.05.25-17.51.51:344][427]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:344][427]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 914 failed (-1000) -[2025.05.25-17.51.51:349][428]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 915 outside of frame bounds -[2025.05.25-17.51.51:349][428]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:349][428]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:349][428]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 916 outside of frame bounds -[2025.05.25-17.51.51:355][428]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 914 failed (-1006) -[2025.05.25-17.51.51:356][428]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:356][428]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 915 failed (-1000) -[2025.05.25-17.51.51:361][429]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 916 outside of frame bounds -[2025.05.25-17.51.51:361][429]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:361][429]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:361][429]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 917 outside of frame bounds -[2025.05.25-17.51.51:366][429]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 915 failed (-1006) -[2025.05.25-17.51.51:367][429]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:367][429]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 916 failed (-1000) -[2025.05.25-17.51.51:372][430]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 917 outside of frame bounds -[2025.05.25-17.51.51:373][430]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:373][430]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:373][430]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 918 outside of frame bounds -[2025.05.25-17.51.51:375][430]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 916 failed (-1006) -[2025.05.25-17.51.51:376][430]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:376][430]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 917 failed (-1000) -[2025.05.25-17.51.51:383][431]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 918 outside of frame bounds -[2025.05.25-17.51.51:383][431]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:383][431]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:383][431]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 919 outside of frame bounds -[2025.05.25-17.51.51:388][431]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 917 failed (-1006) -[2025.05.25-17.51.51:388][431]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:388][431]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 918 failed (-1000) -[2025.05.25-17.51.51:393][432]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 919 outside of frame bounds -[2025.05.25-17.51.51:394][432]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:394][432]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:394][432]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 920 outside of frame bounds -[2025.05.25-17.51.51:400][432]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 918 failed (-1006) -[2025.05.25-17.51.51:401][432]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:401][432]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 919 failed (-1000) -[2025.05.25-17.51.51:405][433]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 920 outside of frame bounds -[2025.05.25-17.51.51:406][433]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:406][433]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:406][433]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 921 outside of frame bounds -[2025.05.25-17.51.51:411][433]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 919 failed (-1006) -[2025.05.25-17.51.51:412][433]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:412][433]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 920 failed (-1000) -[2025.05.25-17.51.51:416][434]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 921 outside of frame bounds -[2025.05.25-17.51.51:417][434]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:417][434]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:417][434]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 922 outside of frame bounds -[2025.05.25-17.51.51:422][434]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 920 failed (-1006) -[2025.05.25-17.51.51:424][434]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:424][434]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 921 failed (-1000) -[2025.05.25-17.51.51:428][435]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 922 outside of frame bounds -[2025.05.25-17.51.51:428][435]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:428][435]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:428][435]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 923 outside of frame bounds -[2025.05.25-17.51.51:434][435]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 921 failed (-1006) -[2025.05.25-17.51.51:435][435]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:435][435]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 922 failed (-1000) -[2025.05.25-17.51.51:440][436]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 923 outside of frame bounds -[2025.05.25-17.51.51:440][436]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:440][436]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:440][436]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 924 outside of frame bounds -[2025.05.25-17.51.51:444][436]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 922 failed (-1006) -[2025.05.25-17.51.51:445][436]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:445][436]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 923 failed (-1000) -[2025.05.25-17.51.51:451][437]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 924 outside of frame bounds -[2025.05.25-17.51.51:451][437]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:451][437]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:451][437]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 925 outside of frame bounds -[2025.05.25-17.51.51:456][437]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 923 failed (-1006) -[2025.05.25-17.51.51:457][437]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:457][437]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 924 failed (-1000) -[2025.05.25-17.51.51:462][438]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 925 outside of frame bounds -[2025.05.25-17.51.51:462][438]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:462][438]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:462][438]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 926 outside of frame bounds -[2025.05.25-17.51.51:468][438]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 924 failed (-1006) -[2025.05.25-17.51.51:469][438]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:469][438]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 925 failed (-1000) -[2025.05.25-17.51.51:473][439]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 926 outside of frame bounds -[2025.05.25-17.51.51:474][439]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:474][439]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:474][439]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 927 outside of frame bounds -[2025.05.25-17.51.51:479][439]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 925 failed (-1006) -[2025.05.25-17.51.51:480][439]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:480][439]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 926 failed (-1000) -[2025.05.25-17.51.51:483][440]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 927 outside of frame bounds -[2025.05.25-17.51.51:484][440]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:484][440]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:484][440]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 928 outside of frame bounds -[2025.05.25-17.51.51:491][440]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 926 failed (-1006) -[2025.05.25-17.51.51:491][440]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:491][440]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 927 failed (-1000) -[2025.05.25-17.51.51:496][441]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 928 outside of frame bounds -[2025.05.25-17.51.51:497][441]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:497][441]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:497][441]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 929 outside of frame bounds -[2025.05.25-17.51.51:501][441]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 927 failed (-1006) -[2025.05.25-17.51.51:502][441]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:502][441]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 928 failed (-1000) -[2025.05.25-17.51.51:508][442]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 929 outside of frame bounds -[2025.05.25-17.51.51:509][442]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:509][442]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:509][442]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 930 outside of frame bounds -[2025.05.25-17.51.51:512][442]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 928 failed (-1006) -[2025.05.25-17.51.51:513][442]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:513][442]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 929 failed (-1000) -[2025.05.25-17.51.51:519][443]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 930 outside of frame bounds -[2025.05.25-17.51.51:519][443]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:519][443]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:519][443]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 931 outside of frame bounds -[2025.05.25-17.51.51:524][443]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 929 failed (-1006) -[2025.05.25-17.51.51:525][443]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:525][443]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 930 failed (-1000) -[2025.05.25-17.51.51:530][444]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 931 outside of frame bounds -[2025.05.25-17.51.51:530][444]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:530][444]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:530][444]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 932 outside of frame bounds -[2025.05.25-17.51.51:537][444]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 930 failed (-1006) -[2025.05.25-17.51.51:537][444]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:537][444]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 931 failed (-1000) -[2025.05.25-17.51.51:541][445]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 932 outside of frame bounds -[2025.05.25-17.51.51:542][445]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:542][445]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:542][445]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 933 outside of frame bounds -[2025.05.25-17.51.51:547][445]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 931 failed (-1006) -[2025.05.25-17.51.51:548][445]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:548][445]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 932 failed (-1000) -[2025.05.25-17.51.51:553][446]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 933 outside of frame bounds -[2025.05.25-17.51.51:554][446]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:554][446]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:554][446]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 934 outside of frame bounds -[2025.05.25-17.51.51:560][446]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 932 failed (-1006) -[2025.05.25-17.51.51:561][446]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:561][446]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 933 failed (-1000) -[2025.05.25-17.51.51:565][447]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 934 outside of frame bounds -[2025.05.25-17.51.51:566][447]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:566][447]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:566][447]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 935 outside of frame bounds -[2025.05.25-17.51.51:570][447]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 933 failed (-1006) -[2025.05.25-17.51.51:571][447]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:571][447]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 934 failed (-1000) -[2025.05.25-17.51.51:576][448]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 935 outside of frame bounds -[2025.05.25-17.51.51:577][448]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:577][448]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:577][448]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 936 outside of frame bounds -[2025.05.25-17.51.51:581][448]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 934 failed (-1006) -[2025.05.25-17.51.51:582][448]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:582][448]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 935 failed (-1000) -[2025.05.25-17.51.51:588][449]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 936 outside of frame bounds -[2025.05.25-17.51.51:589][449]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:589][449]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:589][449]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 937 outside of frame bounds -[2025.05.25-17.51.51:594][449]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 935 failed (-1006) -[2025.05.25-17.51.51:595][449]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:595][449]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 936 failed (-1000) -[2025.05.25-17.51.51:599][450]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 937 outside of frame bounds -[2025.05.25-17.51.51:599][450]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:599][450]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:599][450]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 938 outside of frame bounds -[2025.05.25-17.51.51:605][450]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 936 failed (-1006) -[2025.05.25-17.51.51:606][450]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:606][450]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 937 failed (-1000) -[2025.05.25-17.51.51:610][451]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 938 outside of frame bounds -[2025.05.25-17.51.51:611][451]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:611][451]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:611][451]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 939 outside of frame bounds -[2025.05.25-17.51.51:617][451]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 937 failed (-1006) -[2025.05.25-17.51.51:618][451]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:618][451]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 938 failed (-1000) -[2025.05.25-17.51.51:623][452]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 939 outside of frame bounds -[2025.05.25-17.51.51:624][452]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:624][452]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:624][452]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 940 outside of frame bounds -[2025.05.25-17.51.51:628][452]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 938 failed (-1006) -[2025.05.25-17.51.51:629][452]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:629][452]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 939 failed (-1000) -[2025.05.25-17.51.51:634][453]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 940 outside of frame bounds -[2025.05.25-17.51.51:635][453]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:635][453]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:635][453]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 941 outside of frame bounds -[2025.05.25-17.51.51:639][453]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 939 failed (-1006) -[2025.05.25-17.51.51:639][453]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:641][453]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 940 failed (-1000) -[2025.05.25-17.51.51:646][454]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 941 outside of frame bounds -[2025.05.25-17.51.51:646][454]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:646][454]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:646][454]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 942 outside of frame bounds -[2025.05.25-17.51.51:651][454]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 940 failed (-1006) -[2025.05.25-17.51.51:652][454]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:652][454]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 941 failed (-1000) -[2025.05.25-17.51.51:657][455]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 942 outside of frame bounds -[2025.05.25-17.51.51:657][455]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:657][455]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:657][455]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 943 outside of frame bounds -[2025.05.25-17.51.51:663][455]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 941 failed (-1006) -[2025.05.25-17.51.51:664][455]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:664][455]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 942 failed (-1000) -[2025.05.25-17.51.51:668][456]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 943 outside of frame bounds -[2025.05.25-17.51.51:668][456]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:668][456]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:668][456]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 944 outside of frame bounds -[2025.05.25-17.51.51:675][456]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 942 failed (-1006) -[2025.05.25-17.51.51:676][456]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:676][456]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 943 failed (-1000) -[2025.05.25-17.51.51:680][457]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 944 outside of frame bounds -[2025.05.25-17.51.51:681][457]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:681][457]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:681][457]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 945 outside of frame bounds -[2025.05.25-17.51.51:687][457]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 943 failed (-1006) -[2025.05.25-17.51.51:688][457]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:688][457]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 944 failed (-1000) -[2025.05.25-17.51.51:692][458]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 945 outside of frame bounds -[2025.05.25-17.51.51:692][458]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:692][458]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:692][458]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 946 outside of frame bounds -[2025.05.25-17.51.51:697][458]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 944 failed (-1006) -[2025.05.25-17.51.51:698][458]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:698][458]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 945 failed (-1000) -[2025.05.25-17.51.51:704][459]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 946 outside of frame bounds -[2025.05.25-17.51.51:704][459]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:704][459]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:704][459]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 947 outside of frame bounds -[2025.05.25-17.51.51:708][459]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 945 failed (-1006) -[2025.05.25-17.51.51:709][459]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:709][459]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 946 failed (-1000) -[2025.05.25-17.51.51:714][460]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 947 outside of frame bounds -[2025.05.25-17.51.51:715][460]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:715][460]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:715][460]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 948 outside of frame bounds -[2025.05.25-17.51.51:721][460]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 946 failed (-1006) -[2025.05.25-17.51.51:722][460]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:722][460]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 947 failed (-1000) -[2025.05.25-17.51.51:727][461]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 948 outside of frame bounds -[2025.05.25-17.51.51:727][461]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:727][461]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:727][461]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 949 outside of frame bounds -[2025.05.25-17.51.51:732][461]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 947 failed (-1006) -[2025.05.25-17.51.51:733][461]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:733][461]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 948 failed (-1000) -[2025.05.25-17.51.51:737][462]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 949 outside of frame bounds -[2025.05.25-17.51.51:738][462]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:738][462]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:738][462]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 950 outside of frame bounds -[2025.05.25-17.51.51:743][462]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 948 failed (-1006) -[2025.05.25-17.51.51:744][462]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:744][462]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 949 failed (-1000) -[2025.05.25-17.51.51:749][463]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 950 outside of frame bounds -[2025.05.25-17.51.51:749][463]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:749][463]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:749][463]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 951 outside of frame bounds -[2025.05.25-17.51.51:755][463]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 949 failed (-1006) -[2025.05.25-17.51.51:756][463]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:757][463]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 950 failed (-1000) -[2025.05.25-17.51.51:761][464]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 951 outside of frame bounds -[2025.05.25-17.51.51:762][464]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:762][464]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:762][464]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 952 outside of frame bounds -[2025.05.25-17.51.51:767][464]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 950 failed (-1006) -[2025.05.25-17.51.51:768][464]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:768][464]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 951 failed (-1000) -[2025.05.25-17.51.51:773][465]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 952 outside of frame bounds -[2025.05.25-17.51.51:773][465]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:773][465]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:773][465]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 953 outside of frame bounds -[2025.05.25-17.51.51:777][465]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 951 failed (-1006) -[2025.05.25-17.51.51:778][465]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:778][465]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 952 failed (-1000) -[2025.05.25-17.51.51:784][466]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 953 outside of frame bounds -[2025.05.25-17.51.51:784][466]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:784][466]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:784][466]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 954 outside of frame bounds -[2025.05.25-17.51.51:790][466]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 952 failed (-1006) -[2025.05.25-17.51.51:791][466]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:791][466]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 953 failed (-1000) -[2025.05.25-17.51.51:795][467]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 954 outside of frame bounds -[2025.05.25-17.51.51:796][467]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:796][467]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:796][467]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 955 outside of frame bounds -[2025.05.25-17.51.51:801][467]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 953 failed (-1006) -[2025.05.25-17.51.51:802][467]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:802][467]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 954 failed (-1000) -[2025.05.25-17.51.51:807][468]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 955 outside of frame bounds -[2025.05.25-17.51.51:807][468]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:807][468]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:807][468]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 956 outside of frame bounds -[2025.05.25-17.51.51:813][468]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 954 failed (-1006) -[2025.05.25-17.51.51:814][468]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:814][468]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 955 failed (-1000) -[2025.05.25-17.51.51:818][469]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 956 outside of frame bounds -[2025.05.25-17.51.51:819][469]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:819][469]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:819][469]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 957 outside of frame bounds -[2025.05.25-17.51.51:825][469]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 955 failed (-1006) -[2025.05.25-17.51.51:826][469]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:826][469]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 956 failed (-1000) -[2025.05.25-17.51.51:830][470]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 957 outside of frame bounds -[2025.05.25-17.51.51:831][470]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:831][470]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:831][470]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 958 outside of frame bounds -[2025.05.25-17.51.51:835][470]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 956 failed (-1006) -[2025.05.25-17.51.51:836][470]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:836][470]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 957 failed (-1000) -[2025.05.25-17.51.51:842][471]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 958 outside of frame bounds -[2025.05.25-17.51.51:843][471]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:843][471]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:843][471]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 959 outside of frame bounds -[2025.05.25-17.51.51:846][471]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 957 failed (-1006) -[2025.05.25-17.51.51:847][471]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:847][471]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 958 failed (-1000) -[2025.05.25-17.51.51:852][472]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 959 outside of frame bounds -[2025.05.25-17.51.51:853][472]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:853][472]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:853][472]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 960 outside of frame bounds -[2025.05.25-17.51.51:859][472]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 958 failed (-1006) -[2025.05.25-17.51.51:859][472]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:860][472]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 959 failed (-1000) -[2025.05.25-17.51.51:865][473]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 960 outside of frame bounds -[2025.05.25-17.51.51:865][473]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:865][473]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:865][473]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 961 outside of frame bounds -[2025.05.25-17.51.51:870][473]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 959 failed (-1006) -[2025.05.25-17.51.51:871][473]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:871][473]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 960 failed (-1000) -[2025.05.25-17.51.51:876][474]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 961 outside of frame bounds -[2025.05.25-17.51.51:876][474]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:877][474]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:877][474]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 962 outside of frame bounds -[2025.05.25-17.51.51:882][474]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 960 failed (-1006) -[2025.05.25-17.51.51:883][474]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:883][474]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 961 failed (-1000) -[2025.05.25-17.51.51:888][475]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 962 outside of frame bounds -[2025.05.25-17.51.51:888][475]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:888][475]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:888][475]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 963 outside of frame bounds -[2025.05.25-17.51.51:894][475]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 961 failed (-1006) -[2025.05.25-17.51.51:895][475]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:895][475]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 962 failed (-1000) -[2025.05.25-17.51.51:899][476]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 963 outside of frame bounds -[2025.05.25-17.51.51:900][476]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:900][476]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:900][476]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 964 outside of frame bounds -[2025.05.25-17.51.51:904][476]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 962 failed (-1006) -[2025.05.25-17.51.51:905][476]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:905][476]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 963 failed (-1000) -[2025.05.25-17.51.51:911][477]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 964 outside of frame bounds -[2025.05.25-17.51.51:912][477]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:912][477]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:912][477]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 965 outside of frame bounds -[2025.05.25-17.51.51:916][477]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 963 failed (-1006) -[2025.05.25-17.51.51:917][477]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:917][477]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 964 failed (-1000) -[2025.05.25-17.51.51:923][478]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 965 outside of frame bounds -[2025.05.25-17.51.51:924][478]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:924][478]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:924][478]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 966 outside of frame bounds -[2025.05.25-17.51.51:927][478]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 964 failed (-1006) -[2025.05.25-17.51.51:928][478]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:928][478]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 965 failed (-1000) -[2025.05.25-17.51.51:933][479]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 966 outside of frame bounds -[2025.05.25-17.51.51:934][479]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:934][479]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:934][479]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 967 outside of frame bounds -[2025.05.25-17.51.51:939][479]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 965 failed (-1006) -[2025.05.25-17.51.51:940][479]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:940][479]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 966 failed (-1000) -[2025.05.25-17.51.51:944][480]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 967 outside of frame bounds -[2025.05.25-17.51.51:945][480]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:945][480]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:945][480]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 968 outside of frame bounds -[2025.05.25-17.51.51:969][480]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 966 failed (-1006) -[2025.05.25-17.51.51:970][480]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:970][480]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 967 failed (-1000) -[2025.05.25-17.51.51:972][481]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 968 outside of frame bounds -[2025.05.25-17.51.51:973][481]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:973][481]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:973][481]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 969 outside of frame bounds -[2025.05.25-17.51.51:974][481]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 967 failed (-1006) -[2025.05.25-17.51.51:975][481]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:975][481]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 968 failed (-1000) -[2025.05.25-17.51.51:977][481]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 969 outside of frame bounds -[2025.05.25-17.51.51:983][482]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:983][482]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:983][482]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 970 outside of frame bounds -[2025.05.25-17.51.51:985][482]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 968 failed (-1006) -[2025.05.25-17.51.51:985][482]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:985][482]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 969 failed (-1000) -[2025.05.25-17.51.51:990][482]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 970 outside of frame bounds -[2025.05.25-17.51.51:992][483]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.51:992][483]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.51:992][483]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 971 outside of frame bounds -[2025.05.25-17.51.51:995][483]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 969 failed (-1006) -[2025.05.25-17.51.51:996][483]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.51:996][483]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 970 failed (-1000) -[2025.05.25-17.51.52:001][484]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 971 outside of frame bounds -[2025.05.25-17.51.52:002][484]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:002][484]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:002][484]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 972 outside of frame bounds -[2025.05.25-17.51.52:007][484]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 970 failed (-1006) -[2025.05.25-17.51.52:008][484]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:008][484]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 971 failed (-1000) -[2025.05.25-17.51.52:012][485]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 972 outside of frame bounds -[2025.05.25-17.51.52:013][485]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:013][485]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:013][485]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 973 outside of frame bounds -[2025.05.25-17.51.52:019][485]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 971 failed (-1006) -[2025.05.25-17.51.52:019][485]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:019][485]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 972 failed (-1000) -[2025.05.25-17.51.52:025][486]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 973 outside of frame bounds -[2025.05.25-17.51.52:025][486]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:025][486]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:025][486]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 974 outside of frame bounds -[2025.05.25-17.51.52:035][486]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 974 outside of frame bounds -[2025.05.25-17.51.52:046][486]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 972 failed (-1006) -[2025.05.25-17.51.52:047][486]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:047][486]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 973 failed (-1000) -[2025.05.25-17.51.52:050][486]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 973 failed (-1006) -[2025.05.25-17.51.52:051][487]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:051][487]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:051][487]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:051][487]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 974 failed (-1000) -[2025.05.25-17.51.52:051][487]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 975 outside of frame bounds -[2025.05.25-17.51.52:055][487]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 975 outside of frame bounds -[2025.05.25-17.51.52:060][488]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 974 failed (-1006) -[2025.05.25-17.51.52:060][488]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:060][488]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:061][488]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 976 outside of frame bounds -[2025.05.25-17.51.52:061][488]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:061][488]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 975 failed (-1000) -[2025.05.25-17.51.52:065][488]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 976 outside of frame bounds -[2025.05.25-17.51.52:070][489]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:070][489]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:070][489]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 977 outside of frame bounds -[2025.05.25-17.51.52:071][489]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 975 failed (-1006) -[2025.05.25-17.51.52:072][489]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:072][489]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 976 failed (-1000) -[2025.05.25-17.51.52:077][489]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 977 outside of frame bounds -[2025.05.25-17.51.52:078][490]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:078][490]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:079][490]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 978 outside of frame bounds -[2025.05.25-17.51.52:082][490]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 976 failed (-1006) -[2025.05.25-17.51.52:083][490]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:083][490]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 977 failed (-1000) -[2025.05.25-17.51.52:089][491]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 978 outside of frame bounds -[2025.05.25-17.51.52:089][491]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:089][491]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:089][491]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 979 outside of frame bounds -[2025.05.25-17.51.52:094][491]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 977 failed (-1006) -[2025.05.25-17.51.52:095][491]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:095][491]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 978 failed (-1000) -[2025.05.25-17.51.52:099][492]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 979 outside of frame bounds -[2025.05.25-17.51.52:100][492]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:100][492]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:100][492]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 980 outside of frame bounds -[2025.05.25-17.51.52:110][492]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 980 outside of frame bounds -[2025.05.25-17.51.52:138][492]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 978 failed (-1006) -[2025.05.25-17.51.52:139][492]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:139][492]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 979 failed (-1000) -[2025.05.25-17.51.52:142][493]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 979 failed (-1006) -[2025.05.25-17.51.52:143][493]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:143][493]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:143][493]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 981 outside of frame bounds -[2025.05.25-17.51.52:143][493]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:143][493]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 980 failed (-1000) -[2025.05.25-17.51.52:147][493]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 981 outside of frame bounds -[2025.05.25-17.51.52:151][494]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:151][494]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:151][494]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 982 outside of frame bounds -[2025.05.25-17.51.52:153][494]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 980 failed (-1006) -[2025.05.25-17.51.52:154][494]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:154][494]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 981 failed (-1000) -[2025.05.25-17.51.52:159][494]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 982 outside of frame bounds -[2025.05.25-17.51.52:160][495]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:160][495]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:160][495]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 983 outside of frame bounds -[2025.05.25-17.51.52:163][495]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 981 failed (-1006) -[2025.05.25-17.51.52:164][495]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:164][495]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 982 failed (-1000) -[2025.05.25-17.51.52:169][496]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 983 outside of frame bounds -[2025.05.25-17.51.52:170][496]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:170][496]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:170][496]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 984 outside of frame bounds -[2025.05.25-17.51.52:176][496]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 982 failed (-1006) -[2025.05.25-17.51.52:177][496]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:177][496]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 983 failed (-1000) -[2025.05.25-17.51.52:180][497]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 984 outside of frame bounds -[2025.05.25-17.51.52:181][497]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:181][497]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:181][497]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 985 outside of frame bounds -[2025.05.25-17.51.52:188][497]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 983 failed (-1006) -[2025.05.25-17.51.52:188][497]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:188][497]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 984 failed (-1000) -[2025.05.25-17.51.52:193][498]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 985 outside of frame bounds -[2025.05.25-17.51.52:193][498]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:193][498]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:193][498]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 986 outside of frame bounds -[2025.05.25-17.51.52:203][498]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 986 outside of frame bounds -[2025.05.25-17.51.52:231][498]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 984 failed (-1006) -[2025.05.25-17.51.52:232][498]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:232][498]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 985 failed (-1000) -[2025.05.25-17.51.52:235][498]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 985 failed (-1006) -[2025.05.25-17.51.52:236][499]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:236][499]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 986 failed (-1000) -[2025.05.25-17.51.52:236][499]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:236][499]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:236][499]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 987 outside of frame bounds -[2025.05.25-17.51.52:240][499]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 987 outside of frame bounds -[2025.05.25-17.51.52:244][500]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:244][500]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:244][500]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 988 outside of frame bounds -[2025.05.25-17.51.52:245][500]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 986 failed (-1006) -[2025.05.25-17.51.52:246][500]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:246][500]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 987 failed (-1000) -[2025.05.25-17.51.52:250][500]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 988 outside of frame bounds -[2025.05.25-17.51.52:254][501]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:254][501]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:254][501]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 989 outside of frame bounds -[2025.05.25-17.51.52:257][501]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 987 failed (-1006) -[2025.05.25-17.51.52:258][501]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:258][501]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 988 failed (-1000) -[2025.05.25-17.51.52:263][502]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 989 outside of frame bounds -[2025.05.25-17.51.52:263][502]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:263][502]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:263][502]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 990 outside of frame bounds -[2025.05.25-17.51.52:269][502]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 988 failed (-1006) -[2025.05.25-17.51.52:270][502]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:270][502]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 989 failed (-1000) -[2025.05.25-17.51.52:275][503]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 990 outside of frame bounds -[2025.05.25-17.51.52:275][503]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:275][503]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:275][503]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 991 outside of frame bounds -[2025.05.25-17.51.52:278][503]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 989 failed (-1006) -[2025.05.25-17.51.52:279][503]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:279][503]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 990 failed (-1000) -[2025.05.25-17.51.52:285][504]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 991 outside of frame bounds -[2025.05.25-17.51.52:286][504]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:286][504]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:286][504]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 992 outside of frame bounds -[2025.05.25-17.51.52:291][504]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 990 failed (-1006) -[2025.05.25-17.51.52:292][504]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:292][504]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 991 failed (-1000) -[2025.05.25-17.51.52:296][505]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 992 outside of frame bounds -[2025.05.25-17.51.52:297][505]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:297][505]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:297][505]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 993 outside of frame bounds -[2025.05.25-17.51.52:303][505]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 991 failed (-1006) -[2025.05.25-17.51.52:304][505]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:304][505]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 992 failed (-1000) -[2025.05.25-17.51.52:309][506]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 993 outside of frame bounds -[2025.05.25-17.51.52:309][506]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:309][506]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:309][506]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 994 outside of frame bounds -[2025.05.25-17.51.52:314][506]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 992 failed (-1006) -[2025.05.25-17.51.52:315][506]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:315][506]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 993 failed (-1000) -[2025.05.25-17.51.52:319][507]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 994 outside of frame bounds -[2025.05.25-17.51.52:320][507]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:320][507]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:320][507]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 995 outside of frame bounds -[2025.05.25-17.51.52:326][507]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 993 failed (-1006) -[2025.05.25-17.51.52:327][507]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:327][507]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 994 failed (-1000) -[2025.05.25-17.51.52:331][508]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 995 outside of frame bounds -[2025.05.25-17.51.52:331][508]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:331][508]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:331][508]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 996 outside of frame bounds -[2025.05.25-17.51.52:338][508]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 994 failed (-1006) -[2025.05.25-17.51.52:338][508]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:338][508]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 995 failed (-1000) -[2025.05.25-17.51.52:343][509]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 996 outside of frame bounds -[2025.05.25-17.51.52:343][509]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:343][509]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:343][509]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 997 outside of frame bounds -[2025.05.25-17.51.52:347][509]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 995 failed (-1006) -[2025.05.25-17.51.52:348][509]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:348][509]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 996 failed (-1000) -[2025.05.25-17.51.52:353][510]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 997 outside of frame bounds -[2025.05.25-17.51.52:354][510]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:354][510]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:354][510]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 998 outside of frame bounds -[2025.05.25-17.51.52:359][510]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 996 failed (-1006) -[2025.05.25-17.51.52:360][510]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:360][510]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 997 failed (-1000) -[2025.05.25-17.51.52:365][511]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 998 outside of frame bounds -[2025.05.25-17.51.52:365][511]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:365][511]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:365][511]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 999 outside of frame bounds -[2025.05.25-17.51.52:371][511]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 997 failed (-1006) -[2025.05.25-17.51.52:372][511]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:372][511]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 998 failed (-1000) -[2025.05.25-17.51.52:376][512]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 999 outside of frame bounds -[2025.05.25-17.51.52:377][512]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:377][512]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:377][512]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1000 outside of frame bounds -[2025.05.25-17.51.52:382][512]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 998 failed (-1006) -[2025.05.25-17.51.52:383][512]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:383][512]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 999 failed (-1000) -[2025.05.25-17.51.52:388][513]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1000 outside of frame bounds -[2025.05.25-17.51.52:389][513]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:389][513]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:389][513]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1001 outside of frame bounds -[2025.05.25-17.51.52:394][513]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 999 failed (-1006) -[2025.05.25-17.51.52:395][513]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:395][513]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1000 failed (-1000) -[2025.05.25-17.51.52:400][514]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1001 outside of frame bounds -[2025.05.25-17.51.52:400][514]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:400][514]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:400][514]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1002 outside of frame bounds -[2025.05.25-17.51.52:404][514]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1000 failed (-1006) -[2025.05.25-17.51.52:405][514]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:405][514]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1001 failed (-1000) -[2025.05.25-17.51.52:411][515]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1002 outside of frame bounds -[2025.05.25-17.51.52:412][515]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:412][515]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:412][515]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1003 outside of frame bounds -[2025.05.25-17.51.52:415][515]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1001 failed (-1006) -[2025.05.25-17.51.52:416][515]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:416][515]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1002 failed (-1000) -[2025.05.25-17.51.52:423][516]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1003 outside of frame bounds -[2025.05.25-17.51.52:423][516]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:423][516]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:423][516]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1004 outside of frame bounds -[2025.05.25-17.51.52:427][516]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1002 failed (-1006) -[2025.05.25-17.51.52:429][516]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:429][516]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1003 failed (-1000) -[2025.05.25-17.51.52:433][517]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1004 outside of frame bounds -[2025.05.25-17.51.52:433][517]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:433][517]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:433][517]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1005 outside of frame bounds -[2025.05.25-17.51.52:439][517]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1003 failed (-1006) -[2025.05.25-17.51.52:439][517]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:440][517]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1004 failed (-1000) -[2025.05.25-17.51.52:444][518]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1005 outside of frame bounds -[2025.05.25-17.51.52:445][518]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:445][518]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:445][518]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1006 outside of frame bounds -[2025.05.25-17.51.52:451][518]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1004 failed (-1006) -[2025.05.25-17.51.52:452][518]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:452][518]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1005 failed (-1000) -[2025.05.25-17.51.52:456][519]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1006 outside of frame bounds -[2025.05.25-17.51.52:457][519]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:457][519]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:457][519]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1007 outside of frame bounds -[2025.05.25-17.51.52:462][519]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1005 failed (-1006) -[2025.05.25-17.51.52:462][519]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:462][519]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1006 failed (-1000) -[2025.05.25-17.51.52:467][520]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1007 outside of frame bounds -[2025.05.25-17.51.52:467][520]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:467][520]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:467][520]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1008 outside of frame bounds -[2025.05.25-17.51.52:472][520]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1006 failed (-1006) -[2025.05.25-17.51.52:473][520]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:473][520]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1007 failed (-1000) -[2025.05.25-17.51.52:479][521]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1008 outside of frame bounds -[2025.05.25-17.51.52:479][521]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:479][521]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:479][521]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1009 outside of frame bounds -[2025.05.25-17.51.52:484][521]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1007 failed (-1006) -[2025.05.25-17.51.52:485][521]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:485][521]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1008 failed (-1000) -[2025.05.25-17.51.52:490][522]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1009 outside of frame bounds -[2025.05.25-17.51.52:491][522]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:491][522]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:491][522]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1010 outside of frame bounds -[2025.05.25-17.51.52:495][522]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1008 failed (-1006) -[2025.05.25-17.51.52:496][522]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:496][522]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1009 failed (-1000) -[2025.05.25-17.51.52:501][523]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1010 outside of frame bounds -[2025.05.25-17.51.52:502][523]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:502][523]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:502][523]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1011 outside of frame bounds -[2025.05.25-17.51.52:507][523]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1009 failed (-1006) -[2025.05.25-17.51.52:507][523]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:508][523]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1010 failed (-1000) -[2025.05.25-17.51.52:512][524]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1011 outside of frame bounds -[2025.05.25-17.51.52:513][524]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:513][524]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:513][524]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1012 outside of frame bounds -[2025.05.25-17.51.52:519][524]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1010 failed (-1006) -[2025.05.25-17.51.52:520][524]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:520][524]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1011 failed (-1000) -[2025.05.25-17.51.52:524][525]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1012 outside of frame bounds -[2025.05.25-17.51.52:525][525]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:525][525]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:525][525]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1013 outside of frame bounds -[2025.05.25-17.51.52:528][525]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1011 failed (-1006) -[2025.05.25-17.51.52:529][525]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:529][525]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1012 failed (-1000) -[2025.05.25-17.51.52:535][526]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1013 outside of frame bounds -[2025.05.25-17.51.52:535][526]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:535][526]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:535][526]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1014 outside of frame bounds -[2025.05.25-17.51.52:541][526]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1012 failed (-1006) -[2025.05.25-17.51.52:541][526]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:541][526]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1013 failed (-1000) -[2025.05.25-17.51.52:546][527]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1014 outside of frame bounds -[2025.05.25-17.51.52:546][527]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:546][527]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:546][527]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1015 outside of frame bounds -[2025.05.25-17.51.52:552][527]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1013 failed (-1006) -[2025.05.25-17.51.52:553][527]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:553][527]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1014 failed (-1000) -[2025.05.25-17.51.52:558][528]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1015 outside of frame bounds -[2025.05.25-17.51.52:559][528]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:559][528]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:559][528]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1016 outside of frame bounds -[2025.05.25-17.51.52:565][528]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1014 failed (-1006) -[2025.05.25-17.51.52:566][528]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:566][528]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1015 failed (-1000) -[2025.05.25-17.51.52:570][529]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1016 outside of frame bounds -[2025.05.25-17.51.52:571][529]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:571][529]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:571][529]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1017 outside of frame bounds -[2025.05.25-17.51.52:576][529]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1015 failed (-1006) -[2025.05.25-17.51.52:577][529]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:577][529]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1016 failed (-1000) -[2025.05.25-17.51.52:582][530]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1017 outside of frame bounds -[2025.05.25-17.51.52:582][530]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:582][530]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:582][530]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1018 outside of frame bounds -[2025.05.25-17.51.52:587][530]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1016 failed (-1006) -[2025.05.25-17.51.52:589][530]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:589][530]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1017 failed (-1000) -[2025.05.25-17.51.52:594][531]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1018 outside of frame bounds -[2025.05.25-17.51.52:594][531]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:594][531]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:594][531]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1019 outside of frame bounds -[2025.05.25-17.51.52:598][531]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1017 failed (-1006) -[2025.05.25-17.51.52:599][531]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:599][531]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1018 failed (-1000) -[2025.05.25-17.51.52:606][532]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1019 outside of frame bounds -[2025.05.25-17.51.52:606][532]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:606][532]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:606][532]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1020 outside of frame bounds -[2025.05.25-17.51.52:610][532]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1018 failed (-1006) -[2025.05.25-17.51.52:611][532]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:611][532]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1019 failed (-1000) -[2025.05.25-17.51.52:615][533]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1020 outside of frame bounds -[2025.05.25-17.51.52:615][533]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:615][533]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:615][533]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1021 outside of frame bounds -[2025.05.25-17.51.52:622][533]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1019 failed (-1006) -[2025.05.25-17.51.52:623][533]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:623][533]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1020 failed (-1000) -[2025.05.25-17.51.52:628][534]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1021 outside of frame bounds -[2025.05.25-17.51.52:628][534]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:628][534]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:628][534]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1022 outside of frame bounds -[2025.05.25-17.51.52:634][534]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1020 failed (-1006) -[2025.05.25-17.51.52:635][534]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:635][534]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1021 failed (-1000) -[2025.05.25-17.51.52:639][535]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1022 outside of frame bounds -[2025.05.25-17.51.52:640][535]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:640][535]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:640][535]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1023 outside of frame bounds -[2025.05.25-17.51.52:645][535]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1021 failed (-1006) -[2025.05.25-17.51.52:646][535]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:646][535]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1022 failed (-1000) -[2025.05.25-17.51.52:650][536]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1023 outside of frame bounds -[2025.05.25-17.51.52:650][536]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:651][536]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:651][536]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1024 outside of frame bounds -[2025.05.25-17.51.52:657][536]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1022 failed (-1006) -[2025.05.25-17.51.52:658][536]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:658][536]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1023 failed (-1000) -[2025.05.25-17.51.52:663][537]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1024 outside of frame bounds -[2025.05.25-17.51.52:663][537]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:664][537]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:664][537]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1025 outside of frame bounds -[2025.05.25-17.51.52:667][537]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1023 failed (-1006) -[2025.05.25-17.51.52:668][537]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:668][537]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1024 failed (-1000) -[2025.05.25-17.51.52:674][538]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1025 outside of frame bounds -[2025.05.25-17.51.52:675][538]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:675][538]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:675][538]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1026 outside of frame bounds -[2025.05.25-17.51.52:678][538]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1024 failed (-1006) -[2025.05.25-17.51.52:679][538]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:679][538]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1025 failed (-1000) -[2025.05.25-17.51.52:684][539]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1026 outside of frame bounds -[2025.05.25-17.51.52:685][539]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:685][539]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:685][539]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1027 outside of frame bounds -[2025.05.25-17.51.52:691][539]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1025 failed (-1006) -[2025.05.25-17.51.52:692][539]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:692][539]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1026 failed (-1000) -[2025.05.25-17.51.52:696][540]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1027 outside of frame bounds -[2025.05.25-17.51.52:697][540]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:697][540]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:697][540]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1028 outside of frame bounds -[2025.05.25-17.51.52:703][540]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1026 failed (-1006) -[2025.05.25-17.51.52:703][540]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:703][540]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1027 failed (-1000) -[2025.05.25-17.51.52:707][541]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1028 outside of frame bounds -[2025.05.25-17.51.52:707][541]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:707][541]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:707][541]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1029 outside of frame bounds -[2025.05.25-17.51.52:713][541]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1027 failed (-1006) -[2025.05.25-17.51.52:714][541]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:714][541]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1028 failed (-1000) -[2025.05.25-17.51.52:719][542]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1029 outside of frame bounds -[2025.05.25-17.51.52:719][542]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:719][542]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:719][542]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1030 outside of frame bounds -[2025.05.25-17.51.52:725][542]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1028 failed (-1006) -[2025.05.25-17.51.52:726][542]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:726][542]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1029 failed (-1000) -[2025.05.25-17.51.52:731][543]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1030 outside of frame bounds -[2025.05.25-17.51.52:731][543]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:731][543]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:732][543]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1031 outside of frame bounds -[2025.05.25-17.51.52:736][543]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1029 failed (-1006) -[2025.05.25-17.51.52:737][543]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:737][543]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1030 failed (-1000) -[2025.05.25-17.51.52:742][544]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1031 outside of frame bounds -[2025.05.25-17.51.52:742][544]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:743][544]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:743][544]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1032 outside of frame bounds -[2025.05.25-17.51.52:747][544]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1030 failed (-1006) -[2025.05.25-17.51.52:748][544]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:748][544]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1031 failed (-1000) -[2025.05.25-17.51.52:753][545]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1032 outside of frame bounds -[2025.05.25-17.51.52:754][545]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:754][545]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:754][545]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1033 outside of frame bounds -[2025.05.25-17.51.52:760][545]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1031 failed (-1006) -[2025.05.25-17.51.52:761][545]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:761][545]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1032 failed (-1000) -[2025.05.25-17.51.52:765][546]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1033 outside of frame bounds -[2025.05.25-17.51.52:765][546]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:765][546]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:765][546]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1034 outside of frame bounds -[2025.05.25-17.51.52:771][546]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1032 failed (-1006) -[2025.05.25-17.51.52:772][546]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:772][546]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1033 failed (-1000) -[2025.05.25-17.51.52:777][547]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1034 outside of frame bounds -[2025.05.25-17.51.52:777][547]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:777][547]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:777][547]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1035 outside of frame bounds -[2025.05.25-17.51.52:782][547]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1033 failed (-1006) -[2025.05.25-17.51.52:783][547]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:784][547]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1034 failed (-1000) -[2025.05.25-17.51.52:788][548]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1035 outside of frame bounds -[2025.05.25-17.51.52:789][548]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:789][548]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:789][548]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1036 outside of frame bounds -[2025.05.25-17.51.52:794][548]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1034 failed (-1006) -[2025.05.25-17.51.52:795][548]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:795][548]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1035 failed (-1000) -[2025.05.25-17.51.52:800][549]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1036 outside of frame bounds -[2025.05.25-17.51.52:801][549]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:801][549]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:801][549]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1037 outside of frame bounds -[2025.05.25-17.51.52:806][549]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1035 failed (-1006) -[2025.05.25-17.51.52:807][549]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:807][549]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1036 failed (-1000) -[2025.05.25-17.51.52:812][550]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1037 outside of frame bounds -[2025.05.25-17.51.52:812][550]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:812][550]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:812][550]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1038 outside of frame bounds -[2025.05.25-17.51.52:818][550]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1036 failed (-1006) -[2025.05.25-17.51.52:819][550]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:819][550]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1037 failed (-1000) -[2025.05.25-17.51.52:823][551]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1038 outside of frame bounds -[2025.05.25-17.51.52:824][551]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:824][551]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:824][551]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1039 outside of frame bounds -[2025.05.25-17.51.52:830][551]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1037 failed (-1006) -[2025.05.25-17.51.52:830][551]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:830][551]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1038 failed (-1000) -[2025.05.25-17.51.52:835][552]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1039 outside of frame bounds -[2025.05.25-17.51.52:835][552]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:835][552]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:835][552]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1040 outside of frame bounds -[2025.05.25-17.51.52:841][552]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1038 failed (-1006) -[2025.05.25-17.51.52:842][552]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:842][552]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1039 failed (-1000) -[2025.05.25-17.51.52:847][553]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1040 outside of frame bounds -[2025.05.25-17.51.52:847][553]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:847][553]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:847][553]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1041 outside of frame bounds -[2025.05.25-17.51.52:853][553]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1039 failed (-1006) -[2025.05.25-17.51.52:854][553]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:854][553]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1040 failed (-1000) -[2025.05.25-17.51.52:858][554]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1041 outside of frame bounds -[2025.05.25-17.51.52:859][554]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:859][554]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:859][554]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1042 outside of frame bounds -[2025.05.25-17.51.52:862][554]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1040 failed (-1006) -[2025.05.25-17.51.52:863][554]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:863][554]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1041 failed (-1000) -[2025.05.25-17.51.52:869][555]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1042 outside of frame bounds -[2025.05.25-17.51.52:869][555]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:869][555]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:869][555]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1043 outside of frame bounds -[2025.05.25-17.51.52:874][555]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1041 failed (-1006) -[2025.05.25-17.51.52:875][555]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:875][555]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1042 failed (-1000) -[2025.05.25-17.51.52:879][556]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1043 outside of frame bounds -[2025.05.25-17.51.52:880][556]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:880][556]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:880][556]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1044 outside of frame bounds -[2025.05.25-17.51.52:886][556]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1042 failed (-1006) -[2025.05.25-17.51.52:887][556]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:887][556]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1043 failed (-1000) -[2025.05.25-17.51.52:892][557]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1044 outside of frame bounds -[2025.05.25-17.51.52:893][557]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:893][557]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:893][557]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1045 outside of frame bounds -[2025.05.25-17.51.52:898][557]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1043 failed (-1006) -[2025.05.25-17.51.52:899][557]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:899][557]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1044 failed (-1000) -[2025.05.25-17.51.52:903][558]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1045 outside of frame bounds -[2025.05.25-17.51.52:904][558]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:904][558]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:904][558]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1046 outside of frame bounds -[2025.05.25-17.51.52:910][558]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1044 failed (-1006) -[2025.05.25-17.51.52:911][558]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:911][558]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1045 failed (-1000) -[2025.05.25-17.51.52:915][559]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1046 outside of frame bounds -[2025.05.25-17.51.52:915][559]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:915][559]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:915][559]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1047 outside of frame bounds -[2025.05.25-17.51.52:922][559]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1045 failed (-1006) -[2025.05.25-17.51.52:923][559]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:923][559]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1046 failed (-1000) -[2025.05.25-17.51.52:927][560]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1047 outside of frame bounds -[2025.05.25-17.51.52:927][560]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:927][560]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:927][560]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1048 outside of frame bounds -[2025.05.25-17.51.52:931][560]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1046 failed (-1006) -[2025.05.25-17.51.52:932][560]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:932][560]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1047 failed (-1000) -[2025.05.25-17.51.52:939][561]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1048 outside of frame bounds -[2025.05.25-17.51.52:940][561]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:940][561]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:940][561]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1049 outside of frame bounds -[2025.05.25-17.51.52:943][561]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1047 failed (-1006) -[2025.05.25-17.51.52:944][561]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:944][561]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1048 failed (-1000) -[2025.05.25-17.51.52:949][562]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1049 outside of frame bounds -[2025.05.25-17.51.52:949][562]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:949][562]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:949][562]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1050 outside of frame bounds -[2025.05.25-17.51.52:956][562]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1048 failed (-1006) -[2025.05.25-17.51.52:957][562]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:957][562]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1049 failed (-1000) -[2025.05.25-17.51.52:961][563]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1050 outside of frame bounds -[2025.05.25-17.51.52:962][563]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:962][563]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:962][563]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1051 outside of frame bounds -[2025.05.25-17.51.52:968][563]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1049 failed (-1006) -[2025.05.25-17.51.52:969][563]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:969][563]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1050 failed (-1000) -[2025.05.25-17.51.52:973][564]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1051 outside of frame bounds -[2025.05.25-17.51.52:973][564]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:973][564]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:973][564]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1052 outside of frame bounds -[2025.05.25-17.51.52:978][564]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1050 failed (-1006) -[2025.05.25-17.51.52:979][564]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:979][564]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1051 failed (-1000) -[2025.05.25-17.51.52:984][565]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1052 outside of frame bounds -[2025.05.25-17.51.52:985][565]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:985][565]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:985][565]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1053 outside of frame bounds -[2025.05.25-17.51.52:991][565]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1051 failed (-1006) -[2025.05.25-17.51.52:992][565]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.52:992][565]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1052 failed (-1000) -[2025.05.25-17.51.52:997][566]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1053 outside of frame bounds -[2025.05.25-17.51.52:997][566]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.52:997][566]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.52:997][566]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1054 outside of frame bounds -[2025.05.25-17.51.53:001][566]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1052 failed (-1006) -[2025.05.25-17.51.53:002][566]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:002][566]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1053 failed (-1000) -[2025.05.25-17.51.53:008][567]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1054 outside of frame bounds -[2025.05.25-17.51.53:008][567]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:008][567]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:008][567]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1055 outside of frame bounds -[2025.05.25-17.51.53:012][567]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1053 failed (-1006) -[2025.05.25-17.51.53:013][567]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:013][567]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1054 failed (-1000) -[2025.05.25-17.51.53:017][568]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1055 outside of frame bounds -[2025.05.25-17.51.53:017][568]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:017][568]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:017][568]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1056 outside of frame bounds -[2025.05.25-17.51.53:025][568]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1054 failed (-1006) -[2025.05.25-17.51.53:026][568]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:026][568]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1055 failed (-1000) -[2025.05.25-17.51.53:030][569]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1056 outside of frame bounds -[2025.05.25-17.51.53:030][569]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:031][569]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:031][569]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1057 outside of frame bounds -[2025.05.25-17.51.53:036][569]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1055 failed (-1006) -[2025.05.25-17.51.53:037][569]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:037][569]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1056 failed (-1000) -[2025.05.25-17.51.53:042][570]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1057 outside of frame bounds -[2025.05.25-17.51.53:042][570]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:042][570]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:042][570]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1058 outside of frame bounds -[2025.05.25-17.51.53:047][570]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1056 failed (-1006) -[2025.05.25-17.51.53:048][570]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:048][570]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1057 failed (-1000) -[2025.05.25-17.51.53:053][571]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1058 outside of frame bounds -[2025.05.25-17.51.53:053][571]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:053][571]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:053][571]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1059 outside of frame bounds -[2025.05.25-17.51.53:060][571]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1057 failed (-1006) -[2025.05.25-17.51.53:061][571]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:061][571]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1058 failed (-1000) -[2025.05.25-17.51.53:065][572]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1059 outside of frame bounds -[2025.05.25-17.51.53:065][572]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:065][572]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:065][572]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1060 outside of frame bounds -[2025.05.25-17.51.53:069][572]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1058 failed (-1006) -[2025.05.25-17.51.53:071][572]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:071][572]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1059 failed (-1000) -[2025.05.25-17.51.53:076][573]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1060 outside of frame bounds -[2025.05.25-17.51.53:077][573]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:077][573]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:077][573]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1061 outside of frame bounds -[2025.05.25-17.51.53:082][573]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1059 failed (-1006) -[2025.05.25-17.51.53:083][573]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:083][573]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1060 failed (-1000) -[2025.05.25-17.51.53:087][574]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1061 outside of frame bounds -[2025.05.25-17.51.53:087][574]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:087][574]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:088][574]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1062 outside of frame bounds -[2025.05.25-17.51.53:093][574]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1060 failed (-1006) -[2025.05.25-17.51.53:095][574]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:095][574]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1061 failed (-1000) -[2025.05.25-17.51.53:098][575]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1062 outside of frame bounds -[2025.05.25-17.51.53:099][575]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:099][575]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:099][575]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1063 outside of frame bounds -[2025.05.25-17.51.53:105][575]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1061 failed (-1006) -[2025.05.25-17.51.53:106][575]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:106][575]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1062 failed (-1000) -[2025.05.25-17.51.53:110][576]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1063 outside of frame bounds -[2025.05.25-17.51.53:111][576]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:111][576]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:111][576]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1064 outside of frame bounds -[2025.05.25-17.51.53:116][576]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1062 failed (-1006) -[2025.05.25-17.51.53:117][576]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:117][576]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1063 failed (-1000) -[2025.05.25-17.51.53:122][577]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1064 outside of frame bounds -[2025.05.25-17.51.53:122][577]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:122][577]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:122][577]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1065 outside of frame bounds -[2025.05.25-17.51.53:127][577]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1063 failed (-1006) -[2025.05.25-17.51.53:128][577]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:128][577]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1064 failed (-1000) -[2025.05.25-17.51.53:134][578]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1065 outside of frame bounds -[2025.05.25-17.51.53:134][578]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:134][578]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:134][578]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1066 outside of frame bounds -[2025.05.25-17.51.53:139][578]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1064 failed (-1006) -[2025.05.25-17.51.53:140][578]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:140][578]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1065 failed (-1000) -[2025.05.25-17.51.53:145][579]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1066 outside of frame bounds -[2025.05.25-17.51.53:146][579]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:146][579]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:146][579]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1067 outside of frame bounds -[2025.05.25-17.51.53:150][579]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1065 failed (-1006) -[2025.05.25-17.51.53:151][579]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:151][579]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1066 failed (-1000) -[2025.05.25-17.51.53:156][580]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1067 outside of frame bounds -[2025.05.25-17.51.53:156][580]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:156][580]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:156][580]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1068 outside of frame bounds -[2025.05.25-17.51.53:162][580]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1066 failed (-1006) -[2025.05.25-17.51.53:163][580]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:163][580]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1067 failed (-1000) -[2025.05.25-17.51.53:167][581]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1068 outside of frame bounds -[2025.05.25-17.51.53:167][581]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:167][581]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:167][581]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1069 outside of frame bounds -[2025.05.25-17.51.53:173][581]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1067 failed (-1006) -[2025.05.25-17.51.53:174][581]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:174][581]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1068 failed (-1000) -[2025.05.25-17.51.53:179][582]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1069 outside of frame bounds -[2025.05.25-17.51.53:179][582]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:179][582]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:179][582]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1070 outside of frame bounds -[2025.05.25-17.51.53:186][582]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1068 failed (-1006) -[2025.05.25-17.51.53:186][582]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:187][582]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1069 failed (-1000) -[2025.05.25-17.51.53:191][583]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1070 outside of frame bounds -[2025.05.25-17.51.53:191][583]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:191][583]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:191][583]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1071 outside of frame bounds -[2025.05.25-17.51.53:195][583]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1069 failed (-1006) -[2025.05.25-17.51.53:196][583]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:196][583]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1070 failed (-1000) -[2025.05.25-17.51.53:202][584]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1071 outside of frame bounds -[2025.05.25-17.51.53:202][584]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:202][584]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:202][584]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1072 outside of frame bounds -[2025.05.25-17.51.53:208][584]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1070 failed (-1006) -[2025.05.25-17.51.53:209][584]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:209][584]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1071 failed (-1000) -[2025.05.25-17.51.53:213][585]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1072 outside of frame bounds -[2025.05.25-17.51.53:213][585]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:213][585]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:213][585]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1073 outside of frame bounds -[2025.05.25-17.51.53:220][585]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1071 failed (-1006) -[2025.05.25-17.51.53:220][585]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:221][585]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1072 failed (-1000) -[2025.05.25-17.51.53:225][586]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1073 outside of frame bounds -[2025.05.25-17.51.53:226][586]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:226][586]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:226][586]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1074 outside of frame bounds -[2025.05.25-17.51.53:231][586]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1072 failed (-1006) -[2025.05.25-17.51.53:232][586]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:232][586]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1073 failed (-1000) -[2025.05.25-17.51.53:236][587]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1074 outside of frame bounds -[2025.05.25-17.51.53:236][587]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:236][587]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:236][587]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1075 outside of frame bounds -[2025.05.25-17.51.53:242][587]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1073 failed (-1006) -[2025.05.25-17.51.53:243][587]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:243][587]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1074 failed (-1000) -[2025.05.25-17.51.53:248][588]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1075 outside of frame bounds -[2025.05.25-17.51.53:248][588]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:248][588]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:248][588]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1076 outside of frame bounds -[2025.05.25-17.51.53:254][588]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1074 failed (-1006) -[2025.05.25-17.51.53:256][588]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:256][588]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1075 failed (-1000) -[2025.05.25-17.51.53:260][589]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1076 outside of frame bounds -[2025.05.25-17.51.53:261][589]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:261][589]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:261][589]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1077 outside of frame bounds -[2025.05.25-17.51.53:264][589]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1075 failed (-1006) -[2025.05.25-17.51.53:265][589]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:265][589]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1076 failed (-1000) -[2025.05.25-17.51.53:272][590]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1077 outside of frame bounds -[2025.05.25-17.51.53:273][590]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:273][590]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:273][590]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1078 outside of frame bounds -[2025.05.25-17.51.53:276][590]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1076 failed (-1006) -[2025.05.25-17.51.53:277][590]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:277][590]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1077 failed (-1000) -[2025.05.25-17.51.53:282][591]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1078 outside of frame bounds -[2025.05.25-17.51.53:282][591]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:282][591]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:282][591]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1079 outside of frame bounds -[2025.05.25-17.51.53:288][591]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1077 failed (-1006) -[2025.05.25-17.51.53:289][591]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:289][591]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1078 failed (-1000) -[2025.05.25-17.51.53:293][592]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1079 outside of frame bounds -[2025.05.25-17.51.53:294][592]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:294][592]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:294][592]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1080 outside of frame bounds -[2025.05.25-17.51.53:300][592]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1078 failed (-1006) -[2025.05.25-17.51.53:301][592]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:301][592]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1079 failed (-1000) -[2025.05.25-17.51.53:306][593]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1080 outside of frame bounds -[2025.05.25-17.51.53:306][593]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:306][593]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:306][593]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1081 outside of frame bounds -[2025.05.25-17.51.53:312][593]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1079 failed (-1006) -[2025.05.25-17.51.53:313][593]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:313][593]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1080 failed (-1000) -[2025.05.25-17.51.53:317][594]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1081 outside of frame bounds -[2025.05.25-17.51.53:317][594]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:317][594]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:317][594]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1082 outside of frame bounds -[2025.05.25-17.51.53:323][594]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1080 failed (-1006) -[2025.05.25-17.51.53:324][594]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:324][594]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1081 failed (-1000) -[2025.05.25-17.51.53:329][595]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1082 outside of frame bounds -[2025.05.25-17.51.53:330][595]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:330][595]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:330][595]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1083 outside of frame bounds -[2025.05.25-17.51.53:334][595]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1081 failed (-1006) -[2025.05.25-17.51.53:335][595]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:335][595]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1082 failed (-1000) -[2025.05.25-17.51.53:340][596]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1083 outside of frame bounds -[2025.05.25-17.51.53:341][596]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:341][596]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:341][596]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1084 outside of frame bounds -[2025.05.25-17.51.53:345][596]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1082 failed (-1006) -[2025.05.25-17.51.53:346][596]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:346][596]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1083 failed (-1000) -[2025.05.25-17.51.53:351][597]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1084 outside of frame bounds -[2025.05.25-17.51.53:351][597]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:351][597]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:351][597]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1085 outside of frame bounds -[2025.05.25-17.51.53:357][597]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1083 failed (-1006) -[2025.05.25-17.51.53:358][597]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:358][597]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1084 failed (-1000) -[2025.05.25-17.51.53:362][598]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1085 outside of frame bounds -[2025.05.25-17.51.53:363][598]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:363][598]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:363][598]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1086 outside of frame bounds -[2025.05.25-17.51.53:369][598]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1084 failed (-1006) -[2025.05.25-17.51.53:370][598]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:370][598]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1085 failed (-1000) -[2025.05.25-17.51.53:374][599]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1086 outside of frame bounds -[2025.05.25-17.51.53:375][599]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:375][599]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:375][599]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1087 outside of frame bounds -[2025.05.25-17.51.53:380][599]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1085 failed (-1006) -[2025.05.25-17.51.53:381][599]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:381][599]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1086 failed (-1000) -[2025.05.25-17.51.53:386][600]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1087 outside of frame bounds -[2025.05.25-17.51.53:386][600]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:386][600]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:386][600]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1088 outside of frame bounds -[2025.05.25-17.51.53:392][600]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1086 failed (-1006) -[2025.05.25-17.51.53:393][600]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:393][600]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1087 failed (-1000) -[2025.05.25-17.51.53:397][601]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1088 outside of frame bounds -[2025.05.25-17.51.53:398][601]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:398][601]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:398][601]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1089 outside of frame bounds -[2025.05.25-17.51.53:403][601]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1087 failed (-1006) -[2025.05.25-17.51.53:404][601]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:404][601]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1088 failed (-1000) -[2025.05.25-17.51.53:409][602]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1089 outside of frame bounds -[2025.05.25-17.51.53:410][602]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:410][602]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:410][602]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1090 outside of frame bounds -[2025.05.25-17.51.53:414][602]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1088 failed (-1006) -[2025.05.25-17.51.53:415][602]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:415][602]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1089 failed (-1000) -[2025.05.25-17.51.53:420][603]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1090 outside of frame bounds -[2025.05.25-17.51.53:420][603]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:420][603]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:420][603]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1091 outside of frame bounds -[2025.05.25-17.51.53:426][603]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1089 failed (-1006) -[2025.05.25-17.51.53:427][603]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:427][603]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1090 failed (-1000) -[2025.05.25-17.51.53:431][604]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1091 outside of frame bounds -[2025.05.25-17.51.53:432][604]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:432][604]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:432][604]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1092 outside of frame bounds -[2025.05.25-17.51.53:437][604]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1090 failed (-1006) -[2025.05.25-17.51.53:439][604]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:439][604]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1091 failed (-1000) -[2025.05.25-17.51.53:442][605]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1092 outside of frame bounds -[2025.05.25-17.51.53:443][605]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:443][605]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:443][605]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1093 outside of frame bounds -[2025.05.25-17.51.53:448][605]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1091 failed (-1006) -[2025.05.25-17.51.53:449][605]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:449][605]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1092 failed (-1000) -[2025.05.25-17.51.53:454][606]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1093 outside of frame bounds -[2025.05.25-17.51.53:455][606]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:455][606]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:455][606]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1094 outside of frame bounds -[2025.05.25-17.51.53:459][606]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1092 failed (-1006) -[2025.05.25-17.51.53:460][606]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:460][606]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1093 failed (-1000) -[2025.05.25-17.51.53:466][607]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1094 outside of frame bounds -[2025.05.25-17.51.53:467][607]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:467][607]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:467][607]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1095 outside of frame bounds -[2025.05.25-17.51.53:471][607]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1093 failed (-1006) -[2025.05.25-17.51.53:472][607]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:472][607]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1094 failed (-1000) -[2025.05.25-17.51.53:477][608]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1095 outside of frame bounds -[2025.05.25-17.51.53:477][608]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:477][608]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:477][608]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1096 outside of frame bounds -[2025.05.25-17.51.53:482][608]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1094 failed (-1006) -[2025.05.25-17.51.53:483][608]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:483][608]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1095 failed (-1000) -[2025.05.25-17.51.53:488][609]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1096 outside of frame bounds -[2025.05.25-17.51.53:489][609]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:489][609]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:489][609]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1097 outside of frame bounds -[2025.05.25-17.51.53:494][609]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1095 failed (-1006) -[2025.05.25-17.51.53:495][609]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:495][609]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1096 failed (-1000) -[2025.05.25-17.51.53:501][610]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1097 outside of frame bounds -[2025.05.25-17.51.53:501][610]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:501][610]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:501][610]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1098 outside of frame bounds -[2025.05.25-17.51.53:507][610]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1096 failed (-1006) -[2025.05.25-17.51.53:508][610]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:508][610]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1097 failed (-1000) -[2025.05.25-17.51.53:512][611]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1098 outside of frame bounds -[2025.05.25-17.51.53:512][611]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:512][611]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:512][611]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1099 outside of frame bounds -[2025.05.25-17.51.53:518][611]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1097 failed (-1006) -[2025.05.25-17.51.53:519][611]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:519][611]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1098 failed (-1000) -[2025.05.25-17.51.53:524][612]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1099 outside of frame bounds -[2025.05.25-17.51.53:524][612]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:524][612]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:524][612]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1100 outside of frame bounds -[2025.05.25-17.51.53:528][612]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1098 failed (-1006) -[2025.05.25-17.51.53:529][612]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:529][612]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1099 failed (-1000) -[2025.05.25-17.51.53:535][613]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1100 outside of frame bounds -[2025.05.25-17.51.53:535][613]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:536][613]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:536][613]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1101 outside of frame bounds -[2025.05.25-17.51.53:540][613]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1099 failed (-1006) -[2025.05.25-17.51.53:542][613]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:542][613]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1100 failed (-1000) -[2025.05.25-17.51.53:546][614]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1101 outside of frame bounds -[2025.05.25-17.51.53:546][614]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:546][614]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:546][614]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1102 outside of frame bounds -[2025.05.25-17.51.53:552][614]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1100 failed (-1006) -[2025.05.25-17.51.53:553][614]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:553][614]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1101 failed (-1000) -[2025.05.25-17.51.53:558][615]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1102 outside of frame bounds -[2025.05.25-17.51.53:558][615]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:558][615]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:558][615]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1103 outside of frame bounds -[2025.05.25-17.51.53:564][615]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1101 failed (-1006) -[2025.05.25-17.51.53:565][615]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:565][615]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1102 failed (-1000) -[2025.05.25-17.51.53:570][616]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1103 outside of frame bounds -[2025.05.25-17.51.53:570][616]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:570][616]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:570][616]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1104 outside of frame bounds -[2025.05.25-17.51.53:576][616]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1102 failed (-1006) -[2025.05.25-17.51.53:577][616]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:577][616]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1103 failed (-1000) -[2025.05.25-17.51.53:581][617]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1104 outside of frame bounds -[2025.05.25-17.51.53:582][617]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:582][617]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:582][617]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1105 outside of frame bounds -[2025.05.25-17.51.53:588][617]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1103 failed (-1006) -[2025.05.25-17.51.53:589][617]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:589][617]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1104 failed (-1000) -[2025.05.25-17.51.53:594][618]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1105 outside of frame bounds -[2025.05.25-17.51.53:594][618]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:594][618]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:594][618]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1106 outside of frame bounds -[2025.05.25-17.51.53:598][618]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1104 failed (-1006) -[2025.05.25-17.51.53:599][618]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:599][618]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1105 failed (-1000) -[2025.05.25-17.51.53:606][619]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1106 outside of frame bounds -[2025.05.25-17.51.53:606][619]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:606][619]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:606][619]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1107 outside of frame bounds -[2025.05.25-17.51.53:610][619]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1105 failed (-1006) -[2025.05.25-17.51.53:611][619]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:611][619]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1106 failed (-1000) -[2025.05.25-17.51.53:616][620]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1107 outside of frame bounds -[2025.05.25-17.51.53:616][620]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:616][620]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:616][620]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1108 outside of frame bounds -[2025.05.25-17.51.53:622][620]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1106 failed (-1006) -[2025.05.25-17.51.53:623][620]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:623][620]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1107 failed (-1000) -[2025.05.25-17.51.53:627][621]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1108 outside of frame bounds -[2025.05.25-17.51.53:628][621]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:628][621]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:628][621]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1109 outside of frame bounds -[2025.05.25-17.51.53:634][621]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1107 failed (-1006) -[2025.05.25-17.51.53:635][621]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:635][621]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1108 failed (-1000) -[2025.05.25-17.51.53:639][622]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1109 outside of frame bounds -[2025.05.25-17.51.53:639][622]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:639][622]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:639][622]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1110 outside of frame bounds -[2025.05.25-17.51.53:646][622]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1108 failed (-1006) -[2025.05.25-17.51.53:646][622]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:646][622]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1109 failed (-1000) -[2025.05.25-17.51.53:650][623]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1110 outside of frame bounds -[2025.05.25-17.51.53:651][623]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:651][623]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:651][623]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1111 outside of frame bounds -[2025.05.25-17.51.53:658][623]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1109 failed (-1006) -[2025.05.25-17.51.53:658][623]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:658][623]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1110 failed (-1000) -[2025.05.25-17.51.53:662][624]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1111 outside of frame bounds -[2025.05.25-17.51.53:664][624]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:664][624]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:664][624]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1112 outside of frame bounds -[2025.05.25-17.51.53:668][624]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1110 failed (-1006) -[2025.05.25-17.51.53:668][624]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:669][624]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1111 failed (-1000) -[2025.05.25-17.51.53:675][625]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1112 outside of frame bounds -[2025.05.25-17.51.53:675][625]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:675][625]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:675][625]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1113 outside of frame bounds -[2025.05.25-17.51.53:678][625]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1111 failed (-1006) -[2025.05.25-17.51.53:679][625]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:679][625]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1112 failed (-1000) -[2025.05.25-17.51.53:684][626]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1113 outside of frame bounds -[2025.05.25-17.51.53:685][626]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:685][626]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:685][626]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1114 outside of frame bounds -[2025.05.25-17.51.53:691][626]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1112 failed (-1006) -[2025.05.25-17.51.53:692][626]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:692][626]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1113 failed (-1000) -[2025.05.25-17.51.53:696][627]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1114 outside of frame bounds -[2025.05.25-17.51.53:697][627]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:697][627]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:697][627]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1115 outside of frame bounds -[2025.05.25-17.51.53:703][627]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1113 failed (-1006) -[2025.05.25-17.51.53:703][627]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:703][627]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1114 failed (-1000) -[2025.05.25-17.51.53:708][628]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1115 outside of frame bounds -[2025.05.25-17.51.53:708][628]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:708][628]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:708][628]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1116 outside of frame bounds -[2025.05.25-17.51.53:714][628]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1114 failed (-1006) -[2025.05.25-17.51.53:714][628]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:715][628]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1115 failed (-1000) -[2025.05.25-17.51.53:719][629]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1116 outside of frame bounds -[2025.05.25-17.51.53:719][629]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:719][629]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:719][629]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1117 outside of frame bounds -[2025.05.25-17.51.53:726][629]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1115 failed (-1006) -[2025.05.25-17.51.53:727][629]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:727][629]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1116 failed (-1000) -[2025.05.25-17.51.53:731][630]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1117 outside of frame bounds -[2025.05.25-17.51.53:732][630]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:732][630]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:732][630]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1118 outside of frame bounds -[2025.05.25-17.51.53:737][630]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1116 failed (-1006) -[2025.05.25-17.51.53:737][630]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:737][630]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1117 failed (-1000) -[2025.05.25-17.51.53:743][631]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1118 outside of frame bounds -[2025.05.25-17.51.53:744][631]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:744][631]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:744][631]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1119 outside of frame bounds -[2025.05.25-17.51.53:747][631]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1117 failed (-1006) -[2025.05.25-17.51.53:748][631]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:748][631]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1118 failed (-1000) -[2025.05.25-17.51.53:754][632]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1119 outside of frame bounds -[2025.05.25-17.51.53:754][632]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:754][632]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:754][632]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1120 outside of frame bounds -[2025.05.25-17.51.53:760][632]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1118 failed (-1006) -[2025.05.25-17.51.53:761][632]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:761][632]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1119 failed (-1000) -[2025.05.25-17.51.53:766][633]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1120 outside of frame bounds -[2025.05.25-17.51.53:766][633]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:766][633]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:766][633]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1121 outside of frame bounds -[2025.05.25-17.51.53:772][633]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1119 failed (-1006) -[2025.05.25-17.51.53:772][633]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:773][633]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1120 failed (-1000) -[2025.05.25-17.51.53:777][634]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1121 outside of frame bounds -[2025.05.25-17.51.53:778][634]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:778][634]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:778][634]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1122 outside of frame bounds -[2025.05.25-17.51.53:783][634]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1120 failed (-1006) -[2025.05.25-17.51.53:784][634]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:784][634]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1121 failed (-1000) -[2025.05.25-17.51.53:790][635]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1122 outside of frame bounds -[2025.05.25-17.51.53:790][635]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:790][635]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:790][635]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1123 outside of frame bounds -[2025.05.25-17.51.53:796][635]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1121 failed (-1006) -[2025.05.25-17.51.53:797][635]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:797][635]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1122 failed (-1000) -[2025.05.25-17.51.53:801][636]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1123 outside of frame bounds -[2025.05.25-17.51.53:802][636]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:802][636]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:802][636]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1124 outside of frame bounds -[2025.05.25-17.51.53:806][636]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1122 failed (-1006) -[2025.05.25-17.51.53:807][636]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:807][636]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1123 failed (-1000) -[2025.05.25-17.51.53:812][637]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1124 outside of frame bounds -[2025.05.25-17.51.53:813][637]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:813][637]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:813][637]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1125 outside of frame bounds -[2025.05.25-17.51.53:818][637]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1123 failed (-1006) -[2025.05.25-17.51.53:819][637]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:819][637]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1124 failed (-1000) -[2025.05.25-17.51.53:823][638]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1125 outside of frame bounds -[2025.05.25-17.51.53:823][638]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:823][638]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:823][638]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1126 outside of frame bounds -[2025.05.25-17.51.53:829][638]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1124 failed (-1006) -[2025.05.25-17.51.53:830][638]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:830][638]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1125 failed (-1000) -[2025.05.25-17.51.53:834][639]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1126 outside of frame bounds -[2025.05.25-17.51.53:835][639]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:835][639]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:835][639]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1127 outside of frame bounds -[2025.05.25-17.51.53:841][639]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1125 failed (-1006) -[2025.05.25-17.51.53:842][639]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:842][639]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1126 failed (-1000) -[2025.05.25-17.51.53:846][640]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1127 outside of frame bounds -[2025.05.25-17.51.53:847][640]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:847][640]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:847][640]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1128 outside of frame bounds -[2025.05.25-17.51.53:853][640]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1126 failed (-1006) -[2025.05.25-17.51.53:854][640]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:854][640]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1127 failed (-1000) -[2025.05.25-17.51.53:858][641]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1128 outside of frame bounds -[2025.05.25-17.51.53:859][641]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:859][641]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:859][641]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1129 outside of frame bounds -[2025.05.25-17.51.53:863][641]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1127 failed (-1006) -[2025.05.25-17.51.53:864][641]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:864][641]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1128 failed (-1000) -[2025.05.25-17.51.53:870][642]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1129 outside of frame bounds -[2025.05.25-17.51.53:871][642]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:871][642]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:871][642]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1130 outside of frame bounds -[2025.05.25-17.51.53:875][642]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1128 failed (-1006) -[2025.05.25-17.51.53:876][642]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:876][642]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1129 failed (-1000) -[2025.05.25-17.51.53:881][643]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1130 outside of frame bounds -[2025.05.25-17.51.53:881][643]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:881][643]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:881][643]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1131 outside of frame bounds -[2025.05.25-17.51.53:887][643]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1129 failed (-1006) -[2025.05.25-17.51.53:888][643]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:888][643]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1130 failed (-1000) -[2025.05.25-17.51.53:893][644]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1131 outside of frame bounds -[2025.05.25-17.51.53:894][644]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:894][644]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:894][644]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1132 outside of frame bounds -[2025.05.25-17.51.53:899][644]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1130 failed (-1006) -[2025.05.25-17.51.53:900][644]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:900][644]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1131 failed (-1000) -[2025.05.25-17.51.53:904][645]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1132 outside of frame bounds -[2025.05.25-17.51.53:904][645]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:904][645]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:904][645]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1133 outside of frame bounds -[2025.05.25-17.51.53:911][645]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1131 failed (-1006) -[2025.05.25-17.51.53:912][645]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:912][645]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1132 failed (-1000) -[2025.05.25-17.51.53:916][646]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1133 outside of frame bounds -[2025.05.25-17.51.53:917][646]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:917][646]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:917][646]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1134 outside of frame bounds -[2025.05.25-17.51.53:923][646]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1132 failed (-1006) -[2025.05.25-17.51.53:923][646]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:924][646]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1133 failed (-1000) -[2025.05.25-17.51.53:928][647]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1134 outside of frame bounds -[2025.05.25-17.51.53:929][647]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:929][647]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:929][647]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1135 outside of frame bounds -[2025.05.25-17.51.53:934][647]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1133 failed (-1006) -[2025.05.25-17.51.53:935][647]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:935][647]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1134 failed (-1000) -[2025.05.25-17.51.53:940][648]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1135 outside of frame bounds -[2025.05.25-17.51.53:941][648]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:941][648]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:941][648]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1136 outside of frame bounds -[2025.05.25-17.51.53:944][648]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1134 failed (-1006) -[2025.05.25-17.51.53:945][648]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:945][648]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1135 failed (-1000) -[2025.05.25-17.51.53:950][649]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1136 outside of frame bounds -[2025.05.25-17.51.53:951][649]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:951][649]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:951][649]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1137 outside of frame bounds -[2025.05.25-17.51.53:956][649]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1135 failed (-1006) -[2025.05.25-17.51.53:957][649]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:957][649]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1136 failed (-1000) -[2025.05.25-17.51.53:962][650]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1137 outside of frame bounds -[2025.05.25-17.51.53:962][650]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:962][650]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:962][650]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1138 outside of frame bounds -[2025.05.25-17.51.53:969][650]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1136 failed (-1006) -[2025.05.25-17.51.53:969][650]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:970][650]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1137 failed (-1000) -[2025.05.25-17.51.53:974][651]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1138 outside of frame bounds -[2025.05.25-17.51.53:974][651]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:974][651]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:974][651]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1139 outside of frame bounds -[2025.05.25-17.51.53:979][651]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1137 failed (-1006) -[2025.05.25-17.51.53:980][651]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:980][651]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1138 failed (-1000) -[2025.05.25-17.51.53:984][652]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1139 outside of frame bounds -[2025.05.25-17.51.53:985][652]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:985][652]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:985][652]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1140 outside of frame bounds -[2025.05.25-17.51.53:992][652]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1138 failed (-1006) -[2025.05.25-17.51.53:993][652]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.53:993][652]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1139 failed (-1000) -[2025.05.25-17.51.53:997][653]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1140 outside of frame bounds -[2025.05.25-17.51.53:998][653]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.53:998][653]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.53:998][653]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1141 outside of frame bounds -[2025.05.25-17.51.54:004][653]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1139 failed (-1006) -[2025.05.25-17.51.54:005][653]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:005][653]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1140 failed (-1000) -[2025.05.25-17.51.54:009][654]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1141 outside of frame bounds -[2025.05.25-17.51.54:009][654]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:010][654]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:010][654]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1142 outside of frame bounds -[2025.05.25-17.51.54:013][654]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1140 failed (-1006) -[2025.05.25-17.51.54:014][654]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:014][654]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1141 failed (-1000) -[2025.05.25-17.51.54:020][655]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1142 outside of frame bounds -[2025.05.25-17.51.54:020][655]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:020][655]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:020][655]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1143 outside of frame bounds -[2025.05.25-17.51.54:026][655]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1141 failed (-1006) -[2025.05.25-17.51.54:026][655]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:026][655]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1142 failed (-1000) -[2025.05.25-17.51.54:031][656]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1143 outside of frame bounds -[2025.05.25-17.51.54:032][656]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:032][656]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:032][656]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1144 outside of frame bounds -[2025.05.25-17.51.54:037][656]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1142 failed (-1006) -[2025.05.25-17.51.54:038][656]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:038][656]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1143 failed (-1000) -[2025.05.25-17.51.54:042][657]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1144 outside of frame bounds -[2025.05.25-17.51.54:043][657]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:043][657]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:043][657]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1145 outside of frame bounds -[2025.05.25-17.51.54:048][657]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1143 failed (-1006) -[2025.05.25-17.51.54:049][657]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:049][657]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1144 failed (-1000) -[2025.05.25-17.51.54:055][658]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1145 outside of frame bounds -[2025.05.25-17.51.54:055][658]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:055][658]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:055][658]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1146 outside of frame bounds -[2025.05.25-17.51.54:061][658]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1144 failed (-1006) -[2025.05.25-17.51.54:062][658]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:062][658]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1145 failed (-1000) -[2025.05.25-17.51.54:067][659]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1146 outside of frame bounds -[2025.05.25-17.51.54:067][659]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:067][659]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:067][659]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1147 outside of frame bounds -[2025.05.25-17.51.54:073][659]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1145 failed (-1006) -[2025.05.25-17.51.54:074][659]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:074][659]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1146 failed (-1000) -[2025.05.25-17.51.54:078][660]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1147 outside of frame bounds -[2025.05.25-17.51.54:079][660]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:079][660]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:079][660]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1148 outside of frame bounds -[2025.05.25-17.51.54:083][660]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1146 failed (-1006) -[2025.05.25-17.51.54:083][660]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:084][660]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1147 failed (-1000) -[2025.05.25-17.51.54:090][661]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1148 outside of frame bounds -[2025.05.25-17.51.54:091][661]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:091][661]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:091][661]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1149 outside of frame bounds -[2025.05.25-17.51.54:095][661]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1147 failed (-1006) -[2025.05.25-17.51.54:096][661]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:096][661]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1148 failed (-1000) -[2025.05.25-17.51.54:101][662]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1149 outside of frame bounds -[2025.05.25-17.51.54:101][662]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:101][662]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:101][662]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1150 outside of frame bounds -[2025.05.25-17.51.54:107][662]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1148 failed (-1006) -[2025.05.25-17.51.54:108][662]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:108][662]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1149 failed (-1000) -[2025.05.25-17.51.54:112][663]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1150 outside of frame bounds -[2025.05.25-17.51.54:113][663]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:113][663]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:113][663]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1151 outside of frame bounds -[2025.05.25-17.51.54:118][663]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1149 failed (-1006) -[2025.05.25-17.51.54:119][663]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:119][663]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1150 failed (-1000) -[2025.05.25-17.51.54:124][664]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1151 outside of frame bounds -[2025.05.25-17.51.54:124][664]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:124][664]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:124][664]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1152 outside of frame bounds -[2025.05.25-17.51.54:130][664]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1150 failed (-1006) -[2025.05.25-17.51.54:131][664]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:131][664]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1151 failed (-1000) -[2025.05.25-17.51.54:136][665]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1152 outside of frame bounds -[2025.05.25-17.51.54:136][665]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:136][665]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:136][665]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1153 outside of frame bounds -[2025.05.25-17.51.54:141][665]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1151 failed (-1006) -[2025.05.25-17.51.54:142][665]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:142][665]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1152 failed (-1000) -[2025.05.25-17.51.54:148][666]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1153 outside of frame bounds -[2025.05.25-17.51.54:149][666]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:149][666]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:149][666]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1154 outside of frame bounds -[2025.05.25-17.51.54:152][666]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1152 failed (-1006) -[2025.05.25-17.51.54:154][666]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:154][666]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1153 failed (-1000) -[2025.05.25-17.51.54:159][667]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1154 outside of frame bounds -[2025.05.25-17.51.54:159][667]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:159][667]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:159][667]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1155 outside of frame bounds -[2025.05.25-17.51.54:165][667]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1153 failed (-1006) -[2025.05.25-17.51.54:165][667]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:165][667]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1154 failed (-1000) -[2025.05.25-17.51.54:170][668]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1155 outside of frame bounds -[2025.05.25-17.51.54:170][668]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:171][668]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:171][668]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1156 outside of frame bounds -[2025.05.25-17.51.54:176][668]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1154 failed (-1006) -[2025.05.25-17.51.54:177][668]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:177][668]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1155 failed (-1000) -[2025.05.25-17.51.54:182][669]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1156 outside of frame bounds -[2025.05.25-17.51.54:182][669]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:182][669]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:182][669]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1157 outside of frame bounds -[2025.05.25-17.51.54:187][669]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1155 failed (-1006) -[2025.05.25-17.51.54:188][669]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:188][669]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1156 failed (-1000) -[2025.05.25-17.51.54:193][670]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1157 outside of frame bounds -[2025.05.25-17.51.54:194][670]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:194][670]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:194][670]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1158 outside of frame bounds -[2025.05.25-17.51.54:200][670]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1156 failed (-1006) -[2025.05.25-17.51.54:200][670]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:201][670]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1157 failed (-1000) -[2025.05.25-17.51.54:205][671]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1158 outside of frame bounds -[2025.05.25-17.51.54:205][671]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:206][671]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:206][671]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1159 outside of frame bounds -[2025.05.25-17.51.54:209][671]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1157 failed (-1006) -[2025.05.25-17.51.54:210][671]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:210][671]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1158 failed (-1000) -[2025.05.25-17.51.54:217][672]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1159 outside of frame bounds -[2025.05.25-17.51.54:217][672]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:217][672]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:217][672]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1160 outside of frame bounds -[2025.05.25-17.51.54:223][672]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1158 failed (-1006) -[2025.05.25-17.51.54:223][672]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:223][672]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1159 failed (-1000) -[2025.05.25-17.51.54:229][673]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1160 outside of frame bounds -[2025.05.25-17.51.54:229][673]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:229][673]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:229][673]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1161 outside of frame bounds -[2025.05.25-17.51.54:234][673]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1159 failed (-1006) -[2025.05.25-17.51.54:234][673]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:234][673]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1160 failed (-1000) -[2025.05.25-17.51.54:239][674]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1161 outside of frame bounds -[2025.05.25-17.51.54:240][674]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:240][674]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:240][674]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1162 outside of frame bounds -[2025.05.25-17.51.54:246][674]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1160 failed (-1006) -[2025.05.25-17.51.54:246][674]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:246][674]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1161 failed (-1000) -[2025.05.25-17.51.54:250][675]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1162 outside of frame bounds -[2025.05.25-17.51.54:251][675]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:251][675]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:251][675]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1163 outside of frame bounds -[2025.05.25-17.51.54:257][675]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1161 failed (-1006) -[2025.05.25-17.51.54:258][675]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:258][675]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1162 failed (-1000) -[2025.05.25-17.51.54:262][676]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1163 outside of frame bounds -[2025.05.25-17.51.54:262][676]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:262][676]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:262][676]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1164 outside of frame bounds -[2025.05.25-17.51.54:268][676]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1162 failed (-1006) -[2025.05.25-17.51.54:269][676]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:269][676]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1163 failed (-1000) -[2025.05.25-17.51.54:274][677]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1164 outside of frame bounds -[2025.05.25-17.51.54:275][677]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:275][677]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:275][677]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1165 outside of frame bounds -[2025.05.25-17.51.54:279][677]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1163 failed (-1006) -[2025.05.25-17.51.54:280][677]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:280][677]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1164 failed (-1000) -[2025.05.25-17.51.54:285][678]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1165 outside of frame bounds -[2025.05.25-17.51.54:286][678]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:286][678]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:286][678]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1166 outside of frame bounds -[2025.05.25-17.51.54:291][678]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1164 failed (-1006) -[2025.05.25-17.51.54:291][678]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:291][678]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1165 failed (-1000) -[2025.05.25-17.51.54:296][679]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1166 outside of frame bounds -[2025.05.25-17.51.54:297][679]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:297][679]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:297][679]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1167 outside of frame bounds -[2025.05.25-17.51.54:303][679]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1165 failed (-1006) -[2025.05.25-17.51.54:303][679]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:303][679]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1166 failed (-1000) -[2025.05.25-17.51.54:308][680]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1167 outside of frame bounds -[2025.05.25-17.51.54:308][680]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:308][680]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:308][680]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1168 outside of frame bounds -[2025.05.25-17.51.54:313][680]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1166 failed (-1006) -[2025.05.25-17.51.54:314][680]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:314][680]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1167 failed (-1000) -[2025.05.25-17.51.54:318][681]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1168 outside of frame bounds -[2025.05.25-17.51.54:319][681]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:319][681]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:319][681]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1169 outside of frame bounds -[2025.05.25-17.51.54:326][681]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1167 failed (-1006) -[2025.05.25-17.51.54:326][681]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:326][681]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1168 failed (-1000) -[2025.05.25-17.51.54:331][682]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1169 outside of frame bounds -[2025.05.25-17.51.54:331][682]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:331][682]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:331][682]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1170 outside of frame bounds -[2025.05.25-17.51.54:337][682]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1168 failed (-1006) -[2025.05.25-17.51.54:338][682]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:338][682]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1169 failed (-1000) -[2025.05.25-17.51.54:343][683]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1170 outside of frame bounds -[2025.05.25-17.51.54:343][683]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:343][683]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:343][683]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1171 outside of frame bounds -[2025.05.25-17.51.54:347][683]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1169 failed (-1006) -[2025.05.25-17.51.54:347][683]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:347][683]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1170 failed (-1000) -[2025.05.25-17.51.54:353][684]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1171 outside of frame bounds -[2025.05.25-17.51.54:353][684]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:353][684]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:353][684]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1172 outside of frame bounds -[2025.05.25-17.51.54:359][684]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1170 failed (-1006) -[2025.05.25-17.51.54:360][684]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:360][684]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1171 failed (-1000) -[2025.05.25-17.51.54:364][685]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1172 outside of frame bounds -[2025.05.25-17.51.54:365][685]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:365][685]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:365][685]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1173 outside of frame bounds -[2025.05.25-17.51.54:371][685]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1171 failed (-1006) -[2025.05.25-17.51.54:372][685]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:372][685]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1172 failed (-1000) -[2025.05.25-17.51.54:377][686]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1173 outside of frame bounds -[2025.05.25-17.51.54:377][686]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:377][686]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:377][686]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1174 outside of frame bounds -[2025.05.25-17.51.54:383][686]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1172 failed (-1006) -[2025.05.25-17.51.54:384][686]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:384][686]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1173 failed (-1000) -[2025.05.25-17.51.54:388][687]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1174 outside of frame bounds -[2025.05.25-17.51.54:389][687]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:389][687]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:389][687]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1175 outside of frame bounds -[2025.05.25-17.51.54:395][687]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1173 failed (-1006) -[2025.05.25-17.51.54:396][687]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:396][687]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1174 failed (-1000) -[2025.05.25-17.51.54:400][688]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1175 outside of frame bounds -[2025.05.25-17.51.54:401][688]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:401][688]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:401][688]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1176 outside of frame bounds -[2025.05.25-17.51.54:407][688]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1174 failed (-1006) -[2025.05.25-17.51.54:407][688]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:408][688]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1175 failed (-1000) -[2025.05.25-17.51.54:413][689]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1176 outside of frame bounds -[2025.05.25-17.51.54:413][689]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:413][689]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:413][689]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1177 outside of frame bounds -[2025.05.25-17.51.54:417][689]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1175 failed (-1006) -[2025.05.25-17.51.54:418][689]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:418][689]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1176 failed (-1000) -[2025.05.25-17.51.54:424][690]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1177 outside of frame bounds -[2025.05.25-17.51.54:425][690]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:425][690]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:425][690]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1178 outside of frame bounds -[2025.05.25-17.51.54:430][690]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1176 failed (-1006) -[2025.05.25-17.51.54:430][690]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:430][690]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1177 failed (-1000) -[2025.05.25-17.51.54:435][691]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1178 outside of frame bounds -[2025.05.25-17.51.54:435][691]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:435][691]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:435][691]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1179 outside of frame bounds -[2025.05.25-17.51.54:442][691]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1177 failed (-1006) -[2025.05.25-17.51.54:442][691]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:442][691]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1178 failed (-1000) -[2025.05.25-17.51.54:447][692]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1179 outside of frame bounds -[2025.05.25-17.51.54:447][692]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:447][692]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:447][692]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1180 outside of frame bounds -[2025.05.25-17.51.54:453][692]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1178 failed (-1006) -[2025.05.25-17.51.54:454][692]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:454][692]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1179 failed (-1000) -[2025.05.25-17.51.54:459][693]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1180 outside of frame bounds -[2025.05.25-17.51.54:459][693]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:459][693]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:459][693]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1181 outside of frame bounds -[2025.05.25-17.51.54:465][693]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1179 failed (-1006) -[2025.05.25-17.51.54:466][693]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:466][693]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1180 failed (-1000) -[2025.05.25-17.51.54:470][694]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1181 outside of frame bounds -[2025.05.25-17.51.54:471][694]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:471][694]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:471][694]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1182 outside of frame bounds -[2025.05.25-17.51.54:477][694]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1180 failed (-1006) -[2025.05.25-17.51.54:477][694]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:477][694]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1181 failed (-1000) -[2025.05.25-17.51.54:482][695]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1182 outside of frame bounds -[2025.05.25-17.51.54:483][695]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:483][695]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:483][695]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1183 outside of frame bounds -[2025.05.25-17.51.54:488][695]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1181 failed (-1006) -[2025.05.25-17.51.54:489][695]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:489][695]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1182 failed (-1000) -[2025.05.25-17.51.54:494][696]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1183 outside of frame bounds -[2025.05.25-17.51.54:495][696]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:495][696]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:495][696]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1184 outside of frame bounds -[2025.05.25-17.51.54:499][696]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1182 failed (-1006) -[2025.05.25-17.51.54:500][696]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:500][696]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1183 failed (-1000) -[2025.05.25-17.51.54:505][697]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1184 outside of frame bounds -[2025.05.25-17.51.54:505][697]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:505][697]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:505][697]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1185 outside of frame bounds -[2025.05.25-17.51.54:511][697]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1183 failed (-1006) -[2025.05.25-17.51.54:511][697]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:512][697]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1184 failed (-1000) -[2025.05.25-17.51.54:516][698]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1185 outside of frame bounds -[2025.05.25-17.51.54:516][698]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:516][698]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:516][698]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1186 outside of frame bounds -[2025.05.25-17.51.54:523][698]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1184 failed (-1006) -[2025.05.25-17.51.54:523][698]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:523][698]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1185 failed (-1000) -[2025.05.25-17.51.54:528][699]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1186 outside of frame bounds -[2025.05.25-17.51.54:528][699]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:528][699]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:528][699]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1187 outside of frame bounds -[2025.05.25-17.51.54:534][699]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1185 failed (-1006) -[2025.05.25-17.51.54:535][699]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:535][699]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1186 failed (-1000) -[2025.05.25-17.51.54:540][700]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1187 outside of frame bounds -[2025.05.25-17.51.54:540][700]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:540][700]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:540][700]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1188 outside of frame bounds -[2025.05.25-17.51.54:546][700]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1186 failed (-1006) -[2025.05.25-17.51.54:546][700]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:546][700]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1187 failed (-1000) -[2025.05.25-17.51.54:551][701]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1188 outside of frame bounds -[2025.05.25-17.51.54:551][701]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:551][701]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:551][701]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1189 outside of frame bounds -[2025.05.25-17.51.54:557][701]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1187 failed (-1006) -[2025.05.25-17.51.54:558][701]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:558][701]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1188 failed (-1000) -[2025.05.25-17.51.54:563][702]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1189 outside of frame bounds -[2025.05.25-17.51.54:563][702]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:563][702]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:564][702]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1190 outside of frame bounds -[2025.05.25-17.51.54:569][702]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1188 failed (-1006) -[2025.05.25-17.51.54:570][702]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:570][702]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1189 failed (-1000) -[2025.05.25-17.51.54:574][703]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1190 outside of frame bounds -[2025.05.25-17.51.54:574][703]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:574][703]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:574][703]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1191 outside of frame bounds -[2025.05.25-17.51.54:580][703]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1189 failed (-1006) -[2025.05.25-17.51.54:581][703]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:581][703]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1190 failed (-1000) -[2025.05.25-17.51.54:585][704]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1191 outside of frame bounds -[2025.05.25-17.51.54:586][704]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:586][704]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:586][704]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1192 outside of frame bounds -[2025.05.25-17.51.54:592][704]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1190 failed (-1006) -[2025.05.25-17.51.54:593][704]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:593][704]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1191 failed (-1000) -[2025.05.25-17.51.54:598][705]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1192 outside of frame bounds -[2025.05.25-17.51.54:598][705]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:598][705]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:598][705]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1193 outside of frame bounds -[2025.05.25-17.51.54:604][705]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1191 failed (-1006) -[2025.05.25-17.51.54:604][705]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:605][705]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1192 failed (-1000) -[2025.05.25-17.51.54:609][706]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1193 outside of frame bounds -[2025.05.25-17.51.54:610][706]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:610][706]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:610][706]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1194 outside of frame bounds -[2025.05.25-17.51.54:615][706]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1192 failed (-1006) -[2025.05.25-17.51.54:615][706]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:615][706]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1193 failed (-1000) -[2025.05.25-17.51.54:620][707]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1194 outside of frame bounds -[2025.05.25-17.51.54:620][707]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:620][707]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:620][707]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1195 outside of frame bounds -[2025.05.25-17.51.54:625][707]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1193 failed (-1006) -[2025.05.25-17.51.54:626][707]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:626][707]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1194 failed (-1000) -[2025.05.25-17.51.54:633][708]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1195 outside of frame bounds -[2025.05.25-17.51.54:633][708]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:633][708]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:633][708]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1196 outside of frame bounds -[2025.05.25-17.51.54:638][708]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1194 failed (-1006) -[2025.05.25-17.51.54:639][708]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:639][708]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1195 failed (-1000) -[2025.05.25-17.51.54:643][709]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1196 outside of frame bounds -[2025.05.25-17.51.54:644][709]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:644][709]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:644][709]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1197 outside of frame bounds -[2025.05.25-17.51.54:649][709]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1195 failed (-1006) -[2025.05.25-17.51.54:650][709]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:650][709]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1196 failed (-1000) -[2025.05.25-17.51.54:655][710]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1197 outside of frame bounds -[2025.05.25-17.51.54:656][710]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:656][710]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:656][710]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1198 outside of frame bounds -[2025.05.25-17.51.54:661][710]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1196 failed (-1006) -[2025.05.25-17.51.54:662][710]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:662][710]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1197 failed (-1000) -[2025.05.25-17.51.54:666][711]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1198 outside of frame bounds -[2025.05.25-17.51.54:667][711]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:667][711]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:667][711]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1199 outside of frame bounds -[2025.05.25-17.51.54:673][711]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1197 failed (-1006) -[2025.05.25-17.51.54:673][711]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:673][711]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1198 failed (-1000) -[2025.05.25-17.51.54:677][712]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1199 outside of frame bounds -[2025.05.25-17.51.54:678][712]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:678][712]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:678][712]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1200 outside of frame bounds -[2025.05.25-17.51.54:682][712]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1198 failed (-1006) -[2025.05.25-17.51.54:683][712]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:683][712]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1199 failed (-1000) -[2025.05.25-17.51.54:690][713]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1200 outside of frame bounds -[2025.05.25-17.51.54:690][713]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:690][713]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:690][713]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1201 outside of frame bounds -[2025.05.25-17.51.54:694][713]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1199 failed (-1006) -[2025.05.25-17.51.54:695][713]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:695][713]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1200 failed (-1000) -[2025.05.25-17.51.54:700][714]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1201 outside of frame bounds -[2025.05.25-17.51.54:701][714]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:701][714]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:701][714]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1202 outside of frame bounds -[2025.05.25-17.51.54:706][714]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1200 failed (-1006) -[2025.05.25-17.51.54:707][714]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:707][714]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1201 failed (-1000) -[2025.05.25-17.51.54:712][715]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1202 outside of frame bounds -[2025.05.25-17.51.54:713][715]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:713][715]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:713][715]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1203 outside of frame bounds -[2025.05.25-17.51.54:717][715]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1201 failed (-1006) -[2025.05.25-17.51.54:718][715]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:718][715]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1202 failed (-1000) -[2025.05.25-17.51.54:723][716]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1203 outside of frame bounds -[2025.05.25-17.51.54:723][716]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:723][716]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:723][716]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1204 outside of frame bounds -[2025.05.25-17.51.54:729][716]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1202 failed (-1006) -[2025.05.25-17.51.54:730][716]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:730][716]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1203 failed (-1000) -[2025.05.25-17.51.54:735][717]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1204 outside of frame bounds -[2025.05.25-17.51.54:735][717]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:735][717]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:735][717]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1205 outside of frame bounds -[2025.05.25-17.51.54:741][717]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1203 failed (-1006) -[2025.05.25-17.51.54:742][717]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:742][717]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1204 failed (-1000) -[2025.05.25-17.51.54:746][718]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1205 outside of frame bounds -[2025.05.25-17.51.54:747][718]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:747][718]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:747][718]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1206 outside of frame bounds -[2025.05.25-17.51.54:751][718]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1204 failed (-1006) -[2025.05.25-17.51.54:753][718]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:753][718]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1205 failed (-1000) -[2025.05.25-17.51.54:758][719]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1206 outside of frame bounds -[2025.05.25-17.51.54:759][719]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:759][719]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:759][719]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1207 outside of frame bounds -[2025.05.25-17.51.54:763][719]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1205 failed (-1006) -[2025.05.25-17.51.54:764][719]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:764][719]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1206 failed (-1000) -[2025.05.25-17.51.54:769][720]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1207 outside of frame bounds -[2025.05.25-17.51.54:769][720]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:769][720]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:769][720]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1208 outside of frame bounds -[2025.05.25-17.51.54:774][720]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1206 failed (-1006) -[2025.05.25-17.51.54:775][720]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:775][720]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1207 failed (-1000) -[2025.05.25-17.51.54:779][721]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1208 outside of frame bounds -[2025.05.25-17.51.54:780][721]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:780][721]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:780][721]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1209 outside of frame bounds -[2025.05.25-17.51.54:786][721]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1207 failed (-1006) -[2025.05.25-17.51.54:787][721]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:788][721]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1208 failed (-1000) -[2025.05.25-17.51.54:791][722]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1209 outside of frame bounds -[2025.05.25-17.51.54:792][722]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:792][722]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:792][722]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1210 outside of frame bounds -[2025.05.25-17.51.54:798][722]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1208 failed (-1006) -[2025.05.25-17.51.54:799][722]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:799][722]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1209 failed (-1000) -[2025.05.25-17.51.54:804][723]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1210 outside of frame bounds -[2025.05.25-17.51.54:804][723]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:804][723]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:804][723]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1211 outside of frame bounds -[2025.05.25-17.51.54:810][723]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1209 failed (-1006) -[2025.05.25-17.51.54:811][723]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:811][723]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1210 failed (-1000) -[2025.05.25-17.51.54:816][724]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1211 outside of frame bounds -[2025.05.25-17.51.54:816][724]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:816][724]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:816][724]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1212 outside of frame bounds -[2025.05.25-17.51.54:820][724]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1210 failed (-1006) -[2025.05.25-17.51.54:821][724]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:821][724]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1211 failed (-1000) -[2025.05.25-17.51.54:828][725]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1212 outside of frame bounds -[2025.05.25-17.51.54:828][725]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:828][725]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:828][725]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1213 outside of frame bounds -[2025.05.25-17.51.54:832][725]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1211 failed (-1006) -[2025.05.25-17.51.54:833][725]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:833][725]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1212 failed (-1000) -[2025.05.25-17.51.54:838][726]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1213 outside of frame bounds -[2025.05.25-17.51.54:838][726]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:838][726]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:838][726]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1214 outside of frame bounds -[2025.05.25-17.51.54:845][726]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1212 failed (-1006) -[2025.05.25-17.51.54:845][726]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:845][726]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1213 failed (-1000) -[2025.05.25-17.51.54:849][727]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1214 outside of frame bounds -[2025.05.25-17.51.54:850][727]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:850][727]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:850][727]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1215 outside of frame bounds -[2025.05.25-17.51.54:856][727]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1213 failed (-1006) -[2025.05.25-17.51.54:856][727]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:857][727]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1214 failed (-1000) -[2025.05.25-17.51.54:861][728]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1215 outside of frame bounds -[2025.05.25-17.51.54:862][728]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:862][728]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:862][728]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1216 outside of frame bounds -[2025.05.25-17.51.54:868][728]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1214 failed (-1006) -[2025.05.25-17.51.54:869][728]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:869][728]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1215 failed (-1000) -[2025.05.25-17.51.54:874][729]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1216 outside of frame bounds -[2025.05.25-17.51.54:874][729]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:874][729]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:874][729]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1217 outside of frame bounds -[2025.05.25-17.51.54:880][729]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1215 failed (-1006) -[2025.05.25-17.51.54:881][729]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:881][729]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1216 failed (-1000) -[2025.05.25-17.51.54:885][730]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1217 outside of frame bounds -[2025.05.25-17.51.54:885][730]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:886][730]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:886][730]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1218 outside of frame bounds -[2025.05.25-17.51.54:890][730]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1216 failed (-1006) -[2025.05.25-17.51.54:891][730]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:891][730]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1217 failed (-1000) -[2025.05.25-17.51.54:897][731]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1218 outside of frame bounds -[2025.05.25-17.51.54:897][731]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:898][731]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:898][731]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1219 outside of frame bounds -[2025.05.25-17.51.54:903][731]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1217 failed (-1006) -[2025.05.25-17.51.54:904][731]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:904][731]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1218 failed (-1000) -[2025.05.25-17.51.54:909][732]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1219 outside of frame bounds -[2025.05.25-17.51.54:909][732]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:909][732]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:909][732]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1220 outside of frame bounds -[2025.05.25-17.51.54:914][732]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1218 failed (-1006) -[2025.05.25-17.51.54:915][732]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:915][732]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1219 failed (-1000) -[2025.05.25-17.51.54:919][733]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1220 outside of frame bounds -[2025.05.25-17.51.54:920][733]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:920][733]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:920][733]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1221 outside of frame bounds -[2025.05.25-17.51.54:926][733]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1219 failed (-1006) -[2025.05.25-17.51.54:927][733]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:927][733]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1220 failed (-1000) -[2025.05.25-17.51.54:932][734]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1221 outside of frame bounds -[2025.05.25-17.51.54:933][734]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:933][734]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:933][734]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1222 outside of frame bounds -[2025.05.25-17.51.54:938][734]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1220 failed (-1006) -[2025.05.25-17.51.54:939][734]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:939][734]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1221 failed (-1000) -[2025.05.25-17.51.54:944][735]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1222 outside of frame bounds -[2025.05.25-17.51.54:944][735]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:944][735]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:944][735]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1223 outside of frame bounds -[2025.05.25-17.51.54:950][735]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1221 failed (-1006) -[2025.05.25-17.51.54:951][735]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:951][735]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1222 failed (-1000) -[2025.05.25-17.51.54:955][736]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1223 outside of frame bounds -[2025.05.25-17.51.54:956][736]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:956][736]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:956][736]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1224 outside of frame bounds -[2025.05.25-17.51.54:962][736]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1222 failed (-1006) -[2025.05.25-17.51.54:963][736]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:963][736]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1223 failed (-1000) -[2025.05.25-17.51.54:967][737]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1224 outside of frame bounds -[2025.05.25-17.51.54:968][737]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:968][737]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:968][737]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1225 outside of frame bounds -[2025.05.25-17.51.54:973][737]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1223 failed (-1006) -[2025.05.25-17.51.54:974][737]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:974][737]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1224 failed (-1000) -[2025.05.25-17.51.54:979][738]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1225 outside of frame bounds -[2025.05.25-17.51.54:980][738]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:980][738]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:980][738]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1226 outside of frame bounds -[2025.05.25-17.51.54:984][738]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1224 failed (-1006) -[2025.05.25-17.51.54:985][738]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:985][738]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1225 failed (-1000) -[2025.05.25-17.51.54:990][739]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1226 outside of frame bounds -[2025.05.25-17.51.54:991][739]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.54:991][739]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.54:991][739]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1227 outside of frame bounds -[2025.05.25-17.51.54:996][739]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1225 failed (-1006) -[2025.05.25-17.51.54:997][739]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.54:997][739]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1226 failed (-1000) -[2025.05.25-17.51.55:001][740]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1227 outside of frame bounds -[2025.05.25-17.51.55:001][740]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:001][740]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:001][740]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1228 outside of frame bounds -[2025.05.25-17.51.55:007][740]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1226 failed (-1006) -[2025.05.25-17.51.55:008][740]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:008][740]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1227 failed (-1000) -[2025.05.25-17.51.55:012][741]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1228 outside of frame bounds -[2025.05.25-17.51.55:013][741]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:013][741]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:013][741]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1229 outside of frame bounds -[2025.05.25-17.51.55:019][741]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1227 failed (-1006) -[2025.05.25-17.51.55:020][741]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:020][741]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1228 failed (-1000) -[2025.05.25-17.51.55:024][742]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1229 outside of frame bounds -[2025.05.25-17.51.55:025][742]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:025][742]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:025][742]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1230 outside of frame bounds -[2025.05.25-17.51.55:030][742]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1228 failed (-1006) -[2025.05.25-17.51.55:031][742]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:031][742]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1229 failed (-1000) -[2025.05.25-17.51.55:036][743]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1230 outside of frame bounds -[2025.05.25-17.51.55:037][743]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:037][743]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:037][743]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1231 outside of frame bounds -[2025.05.25-17.51.55:042][743]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1229 failed (-1006) -[2025.05.25-17.51.55:043][743]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:043][743]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1230 failed (-1000) -[2025.05.25-17.51.55:048][744]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1231 outside of frame bounds -[2025.05.25-17.51.55:048][744]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:048][744]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:048][744]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1232 outside of frame bounds -[2025.05.25-17.51.55:054][744]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1230 failed (-1006) -[2025.05.25-17.51.55:055][744]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:055][744]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1231 failed (-1000) -[2025.05.25-17.51.55:059][745]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1232 outside of frame bounds -[2025.05.25-17.51.55:060][745]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:060][745]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:060][745]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1233 outside of frame bounds -[2025.05.25-17.51.55:065][745]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1231 failed (-1006) -[2025.05.25-17.51.55:066][745]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:066][745]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1232 failed (-1000) -[2025.05.25-17.51.55:070][746]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1233 outside of frame bounds -[2025.05.25-17.51.55:071][746]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:071][746]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:071][746]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1234 outside of frame bounds -[2025.05.25-17.51.55:077][746]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1232 failed (-1006) -[2025.05.25-17.51.55:078][746]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:078][746]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1233 failed (-1000) -[2025.05.25-17.51.55:082][747]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1234 outside of frame bounds -[2025.05.25-17.51.55:082][747]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:082][747]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:082][747]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1235 outside of frame bounds -[2025.05.25-17.51.55:088][747]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1233 failed (-1006) -[2025.05.25-17.51.55:089][747]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:089][747]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1234 failed (-1000) -[2025.05.25-17.51.55:094][748]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1235 outside of frame bounds -[2025.05.25-17.51.55:094][748]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:094][748]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:094][748]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1236 outside of frame bounds -[2025.05.25-17.51.55:098][748]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1234 failed (-1006) -[2025.05.25-17.51.55:099][748]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:099][748]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1235 failed (-1000) -[2025.05.25-17.51.55:105][749]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1236 outside of frame bounds -[2025.05.25-17.51.55:106][749]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:106][749]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:106][749]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1237 outside of frame bounds -[2025.05.25-17.51.55:110][749]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1235 failed (-1006) -[2025.05.25-17.51.55:111][749]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:111][749]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1236 failed (-1000) -[2025.05.25-17.51.55:116][750]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1237 outside of frame bounds -[2025.05.25-17.51.55:116][750]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:116][750]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:116][750]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1238 outside of frame bounds -[2025.05.25-17.51.55:122][750]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1236 failed (-1006) -[2025.05.25-17.51.55:123][750]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:123][750]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1237 failed (-1000) -[2025.05.25-17.51.55:127][751]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1238 outside of frame bounds -[2025.05.25-17.51.55:128][751]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:128][751]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:128][751]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1239 outside of frame bounds -[2025.05.25-17.51.55:133][751]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1237 failed (-1006) -[2025.05.25-17.51.55:134][751]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:134][751]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1238 failed (-1000) -[2025.05.25-17.51.55:140][752]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1239 outside of frame bounds -[2025.05.25-17.51.55:140][752]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:140][752]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:140][752]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1240 outside of frame bounds -[2025.05.25-17.51.55:146][752]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1238 failed (-1006) -[2025.05.25-17.51.55:146][752]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:146][752]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1239 failed (-1000) -[2025.05.25-17.51.55:151][753]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1240 outside of frame bounds -[2025.05.25-17.51.55:151][753]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:151][753]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:151][753]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1241 outside of frame bounds -[2025.05.25-17.51.55:157][753]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1239 failed (-1006) -[2025.05.25-17.51.55:158][753]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:158][753]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1240 failed (-1000) -[2025.05.25-17.51.55:163][754]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1241 outside of frame bounds -[2025.05.25-17.51.55:164][754]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:164][754]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:164][754]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1242 outside of frame bounds -[2025.05.25-17.51.55:167][754]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1240 failed (-1006) -[2025.05.25-17.51.55:169][754]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:169][754]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1241 failed (-1000) -[2025.05.25-17.51.55:174][755]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1242 outside of frame bounds -[2025.05.25-17.51.55:175][755]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:175][755]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:175][755]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1243 outside of frame bounds -[2025.05.25-17.51.55:179][755]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1241 failed (-1006) -[2025.05.25-17.51.55:180][755]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:180][755]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1242 failed (-1000) -[2025.05.25-17.51.55:184][756]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1243 outside of frame bounds -[2025.05.25-17.51.55:185][756]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:185][756]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:185][756]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1244 outside of frame bounds -[2025.05.25-17.51.55:191][756]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1242 failed (-1006) -[2025.05.25-17.51.55:192][756]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:192][756]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1243 failed (-1000) -[2025.05.25-17.51.55:197][757]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1244 outside of frame bounds -[2025.05.25-17.51.55:197][757]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:197][757]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:197][757]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1245 outside of frame bounds -[2025.05.25-17.51.55:203][757]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1243 failed (-1006) -[2025.05.25-17.51.55:204][757]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:204][757]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1244 failed (-1000) -[2025.05.25-17.51.55:208][758]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1245 outside of frame bounds -[2025.05.25-17.51.55:209][758]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:209][758]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:209][758]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1246 outside of frame bounds -[2025.05.25-17.51.55:215][758]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1244 failed (-1006) -[2025.05.25-17.51.55:216][758]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:216][758]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1245 failed (-1000) -[2025.05.25-17.51.55:220][759]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1246 outside of frame bounds -[2025.05.25-17.51.55:220][759]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:221][759]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:221][759]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1247 outside of frame bounds -[2025.05.25-17.51.55:226][759]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1245 failed (-1006) -[2025.05.25-17.51.55:227][759]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:227][759]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1246 failed (-1000) -[2025.05.25-17.51.55:232][760]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1247 outside of frame bounds -[2025.05.25-17.51.55:233][760]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:233][760]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:233][760]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1248 outside of frame bounds -[2025.05.25-17.51.55:237][760]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1246 failed (-1006) -[2025.05.25-17.51.55:240][760]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:240][760]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1247 failed (-1000) -[2025.05.25-17.51.55:245][761]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1248 outside of frame bounds -[2025.05.25-17.51.55:245][761]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:245][761]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:245][761]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1249 outside of frame bounds -[2025.05.25-17.51.55:249][761]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1247 failed (-1006) -[2025.05.25-17.51.55:250][761]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:250][761]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1248 failed (-1000) -[2025.05.25-17.51.55:255][762]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1249 outside of frame bounds -[2025.05.25-17.51.55:256][762]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:256][762]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:256][762]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1250 outside of frame bounds -[2025.05.25-17.51.55:262][762]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1248 failed (-1006) -[2025.05.25-17.51.55:262][762]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:262][762]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1249 failed (-1000) -[2025.05.25-17.51.55:267][763]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1250 outside of frame bounds -[2025.05.25-17.51.55:267][763]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:267][763]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:267][763]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1251 outside of frame bounds -[2025.05.25-17.51.55:273][763]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1249 failed (-1006) -[2025.05.25-17.51.55:274][763]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:274][763]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1250 failed (-1000) -[2025.05.25-17.51.55:279][764]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1251 outside of frame bounds -[2025.05.25-17.51.55:279][764]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:279][764]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:279][764]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1252 outside of frame bounds -[2025.05.25-17.51.55:285][764]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1250 failed (-1006) -[2025.05.25-17.51.55:286][764]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:286][764]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1251 failed (-1000) -[2025.05.25-17.51.55:290][765]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1252 outside of frame bounds -[2025.05.25-17.51.55:291][765]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:291][765]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:291][765]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1253 outside of frame bounds -[2025.05.25-17.51.55:297][765]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1251 failed (-1006) -[2025.05.25-17.51.55:298][765]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:298][765]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1252 failed (-1000) -[2025.05.25-17.51.55:302][766]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1253 outside of frame bounds -[2025.05.25-17.51.55:303][766]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:303][766]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:303][766]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1254 outside of frame bounds -[2025.05.25-17.51.55:308][766]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1252 failed (-1006) -[2025.05.25-17.51.55:309][766]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:309][766]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1253 failed (-1000) -[2025.05.25-17.51.55:314][767]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1254 outside of frame bounds -[2025.05.25-17.51.55:315][767]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:315][767]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:315][767]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1255 outside of frame bounds -[2025.05.25-17.51.55:320][767]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1253 failed (-1006) -[2025.05.25-17.51.55:321][767]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:321][767]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1254 failed (-1000) -[2025.05.25-17.51.55:326][768]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1255 outside of frame bounds -[2025.05.25-17.51.55:326][768]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:326][768]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:326][768]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1256 outside of frame bounds -[2025.05.25-17.51.55:331][768]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1254 failed (-1006) -[2025.05.25-17.51.55:332][768]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:332][768]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1255 failed (-1000) -[2025.05.25-17.51.55:336][769]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1256 outside of frame bounds -[2025.05.25-17.51.55:337][769]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:337][769]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:337][769]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1257 outside of frame bounds -[2025.05.25-17.51.55:343][769]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1255 failed (-1006) -[2025.05.25-17.51.55:344][769]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:344][769]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1256 failed (-1000) -[2025.05.25-17.51.55:348][770]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1257 outside of frame bounds -[2025.05.25-17.51.55:349][770]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:349][770]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:349][770]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1258 outside of frame bounds -[2025.05.25-17.51.55:354][770]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1256 failed (-1006) -[2025.05.25-17.51.55:355][770]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:355][770]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1257 failed (-1000) -[2025.05.25-17.51.55:361][771]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1258 outside of frame bounds -[2025.05.25-17.51.55:361][771]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:361][771]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:361][771]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1259 outside of frame bounds -[2025.05.25-17.51.55:366][771]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1257 failed (-1006) -[2025.05.25-17.51.55:367][771]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:367][771]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1258 failed (-1000) -[2025.05.25-17.51.55:372][772]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1259 outside of frame bounds -[2025.05.25-17.51.55:372][772]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:372][772]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:372][772]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1260 outside of frame bounds -[2025.05.25-17.51.55:378][772]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1258 failed (-1006) -[2025.05.25-17.51.55:379][772]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:379][772]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1259 failed (-1000) -[2025.05.25-17.51.55:384][773]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1260 outside of frame bounds -[2025.05.25-17.51.55:384][773]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:384][773]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:384][773]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1261 outside of frame bounds -[2025.05.25-17.51.55:389][773]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1259 failed (-1006) -[2025.05.25-17.51.55:390][773]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:390][773]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1260 failed (-1000) -[2025.05.25-17.51.55:396][774]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1261 outside of frame bounds -[2025.05.25-17.51.55:396][774]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:396][774]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:396][774]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1262 outside of frame bounds -[2025.05.25-17.51.55:401][774]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1260 failed (-1006) -[2025.05.25-17.51.55:401][774]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:401][774]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1261 failed (-1000) -[2025.05.25-17.51.55:407][775]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1262 outside of frame bounds -[2025.05.25-17.51.55:407][775]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:407][775]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:407][775]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1263 outside of frame bounds -[2025.05.25-17.51.55:412][775]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1261 failed (-1006) -[2025.05.25-17.51.55:413][775]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:413][775]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1262 failed (-1000) -[2025.05.25-17.51.55:418][776]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1263 outside of frame bounds -[2025.05.25-17.51.55:419][776]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:419][776]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:419][776]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1264 outside of frame bounds -[2025.05.25-17.51.55:425][776]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1262 failed (-1006) -[2025.05.25-17.51.55:425][776]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:426][776]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1263 failed (-1000) -[2025.05.25-17.51.55:430][777]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1264 outside of frame bounds -[2025.05.25-17.51.55:430][777]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:430][777]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:430][777]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1265 outside of frame bounds -[2025.05.25-17.51.55:437][777]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1263 failed (-1006) -[2025.05.25-17.51.55:437][777]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:438][777]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1264 failed (-1000) -[2025.05.25-17.51.55:441][778]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1265 outside of frame bounds -[2025.05.25-17.51.55:442][778]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:442][778]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:442][778]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1266 outside of frame bounds -[2025.05.25-17.51.55:446][778]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1264 failed (-1006) -[2025.05.25-17.51.55:446][778]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:446][778]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1265 failed (-1000) -[2025.05.25-17.51.55:453][779]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1266 outside of frame bounds -[2025.05.25-17.51.55:453][779]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:453][779]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:453][779]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1267 outside of frame bounds -[2025.05.25-17.51.55:458][779]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1265 failed (-1006) -[2025.05.25-17.51.55:459][779]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:459][779]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1266 failed (-1000) -[2025.05.25-17.51.55:464][780]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1267 outside of frame bounds -[2025.05.25-17.51.55:464][780]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:464][780]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:464][780]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1268 outside of frame bounds -[2025.05.25-17.51.55:470][780]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1266 failed (-1006) -[2025.05.25-17.51.55:471][780]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:471][780]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1267 failed (-1000) -[2025.05.25-17.51.55:475][781]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1268 outside of frame bounds -[2025.05.25-17.51.55:475][781]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:476][781]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:476][781]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1269 outside of frame bounds -[2025.05.25-17.51.55:482][781]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1267 failed (-1006) -[2025.05.25-17.51.55:482][781]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:482][781]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1268 failed (-1000) -[2025.05.25-17.51.55:487][782]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1269 outside of frame bounds -[2025.05.25-17.51.55:487][782]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:487][782]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:487][782]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1270 outside of frame bounds -[2025.05.25-17.51.55:493][782]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1268 failed (-1006) -[2025.05.25-17.51.55:494][782]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:494][782]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1269 failed (-1000) -[2025.05.25-17.51.55:499][783]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1270 outside of frame bounds -[2025.05.25-17.51.55:499][783]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:499][783]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:499][783]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1271 outside of frame bounds -[2025.05.25-17.51.55:505][783]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1269 failed (-1006) -[2025.05.25-17.51.55:506][783]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:506][783]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1270 failed (-1000) -[2025.05.25-17.51.55:510][784]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1271 outside of frame bounds -[2025.05.25-17.51.55:511][784]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:511][784]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:511][784]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1272 outside of frame bounds -[2025.05.25-17.51.55:515][784]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1270 failed (-1006) -[2025.05.25-17.51.55:515][784]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:515][784]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1271 failed (-1000) -[2025.05.25-17.51.55:522][785]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1272 outside of frame bounds -[2025.05.25-17.51.55:522][785]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:522][785]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:522][785]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1273 outside of frame bounds -[2025.05.25-17.51.55:527][785]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1271 failed (-1006) -[2025.05.25-17.51.55:527][785]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:527][785]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1272 failed (-1000) -[2025.05.25-17.51.55:532][786]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1273 outside of frame bounds -[2025.05.25-17.51.55:533][786]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:533][786]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:533][786]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1274 outside of frame bounds -[2025.05.25-17.51.55:540][786]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1272 failed (-1006) -[2025.05.25-17.51.55:540][786]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:540][786]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1273 failed (-1000) -[2025.05.25-17.51.55:544][787]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1274 outside of frame bounds -[2025.05.25-17.51.55:545][787]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:545][787]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:545][787]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1275 outside of frame bounds -[2025.05.25-17.51.55:550][787]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1273 failed (-1006) -[2025.05.25-17.51.55:551][787]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:551][787]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1274 failed (-1000) -[2025.05.25-17.51.55:557][788]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1275 outside of frame bounds -[2025.05.25-17.51.55:557][788]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:557][788]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:557][788]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1276 outside of frame bounds -[2025.05.25-17.51.55:563][788]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1274 failed (-1006) -[2025.05.25-17.51.55:563][788]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:563][788]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1275 failed (-1000) -[2025.05.25-17.51.55:568][789]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1276 outside of frame bounds -[2025.05.25-17.51.55:569][789]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:569][789]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:569][789]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1277 outside of frame bounds -[2025.05.25-17.51.55:574][789]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1275 failed (-1006) -[2025.05.25-17.51.55:575][789]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:575][789]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1276 failed (-1000) -[2025.05.25-17.51.55:579][790]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1277 outside of frame bounds -[2025.05.25-17.51.55:580][790]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:580][790]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:580][790]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1278 outside of frame bounds -[2025.05.25-17.51.55:584][790]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1276 failed (-1006) -[2025.05.25-17.51.55:585][790]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:585][790]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1277 failed (-1000) -[2025.05.25-17.51.55:592][791]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1278 outside of frame bounds -[2025.05.25-17.51.55:593][791]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:593][791]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:593][791]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1279 outside of frame bounds -[2025.05.25-17.51.55:597][791]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1277 failed (-1006) -[2025.05.25-17.51.55:598][791]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:598][791]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1278 failed (-1000) -[2025.05.25-17.51.55:602][792]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1279 outside of frame bounds -[2025.05.25-17.51.55:602][792]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:602][792]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:602][792]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1280 outside of frame bounds -[2025.05.25-17.51.55:608][792]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1278 failed (-1006) -[2025.05.25-17.51.55:609][792]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:609][792]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1279 failed (-1000) -[2025.05.25-17.51.55:614][793]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1280 outside of frame bounds -[2025.05.25-17.51.55:614][793]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:614][793]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:614][793]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1281 outside of frame bounds -[2025.05.25-17.51.55:621][793]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1279 failed (-1006) -[2025.05.25-17.51.55:622][793]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:622][793]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1280 failed (-1000) -[2025.05.25-17.51.55:627][794]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1281 outside of frame bounds -[2025.05.25-17.51.55:627][794]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:627][794]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:627][794]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1282 outside of frame bounds -[2025.05.25-17.51.55:633][794]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1280 failed (-1006) -[2025.05.25-17.51.55:634][794]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:634][794]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1281 failed (-1000) -[2025.05.25-17.51.55:638][795]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1282 outside of frame bounds -[2025.05.25-17.51.55:638][795]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:638][795]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:638][795]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1283 outside of frame bounds -[2025.05.25-17.51.55:645][795]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1281 failed (-1006) -[2025.05.25-17.51.55:645][795]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:646][795]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1282 failed (-1000) -[2025.05.25-17.51.55:650][796]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1283 outside of frame bounds -[2025.05.25-17.51.55:650][796]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:650][796]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:650][796]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1284 outside of frame bounds -[2025.05.25-17.51.55:657][796]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1282 failed (-1006) -[2025.05.25-17.51.55:658][796]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:658][796]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1283 failed (-1000) -[2025.05.25-17.51.55:662][797]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1284 outside of frame bounds -[2025.05.25-17.51.55:663][797]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:663][797]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:663][797]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1285 outside of frame bounds -[2025.05.25-17.51.55:667][797]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1283 failed (-1006) -[2025.05.25-17.51.55:668][797]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:668][797]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1284 failed (-1000) -[2025.05.25-17.51.55:674][798]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1285 outside of frame bounds -[2025.05.25-17.51.55:674][798]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:674][798]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:674][798]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1286 outside of frame bounds -[2025.05.25-17.51.55:679][798]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1284 failed (-1006) -[2025.05.25-17.51.55:680][798]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:680][798]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1285 failed (-1000) -[2025.05.25-17.51.55:685][799]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1286 outside of frame bounds -[2025.05.25-17.51.55:685][799]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:685][799]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:685][799]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1287 outside of frame bounds -[2025.05.25-17.51.55:692][799]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1285 failed (-1006) -[2025.05.25-17.51.55:692][799]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:693][799]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1286 failed (-1000) -[2025.05.25-17.51.55:696][800]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1287 outside of frame bounds -[2025.05.25-17.51.55:697][800]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:697][800]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:697][800]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1288 outside of frame bounds -[2025.05.25-17.51.55:703][800]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1286 failed (-1006) -[2025.05.25-17.51.55:704][800]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:704][800]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1287 failed (-1000) -[2025.05.25-17.51.55:709][801]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1288 outside of frame bounds -[2025.05.25-17.51.55:709][801]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:709][801]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:709][801]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1289 outside of frame bounds -[2025.05.25-17.51.55:714][801]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1287 failed (-1006) -[2025.05.25-17.51.55:715][801]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:715][801]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1288 failed (-1000) -[2025.05.25-17.51.55:719][802]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1289 outside of frame bounds -[2025.05.25-17.51.55:721][802]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:721][802]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:721][802]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1290 outside of frame bounds -[2025.05.25-17.51.55:728][802]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1288 failed (-1006) -[2025.05.25-17.51.55:729][802]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:729][802]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1289 failed (-1000) -[2025.05.25-17.51.55:733][803]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1290 outside of frame bounds -[2025.05.25-17.51.55:733][803]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:733][803]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:734][803]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1291 outside of frame bounds -[2025.05.25-17.51.55:738][803]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1289 failed (-1006) -[2025.05.25-17.51.55:739][803]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:739][803]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1290 failed (-1000) -[2025.05.25-17.51.55:745][804]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1291 outside of frame bounds -[2025.05.25-17.51.55:745][804]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:745][804]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:745][804]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1292 outside of frame bounds -[2025.05.25-17.51.55:749][804]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1290 failed (-1006) -[2025.05.25-17.51.55:750][804]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:750][804]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1291 failed (-1000) -[2025.05.25-17.51.55:755][805]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1292 outside of frame bounds -[2025.05.25-17.51.55:755][805]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:755][805]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:755][805]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1293 outside of frame bounds -[2025.05.25-17.51.55:762][805]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1291 failed (-1006) -[2025.05.25-17.51.55:763][805]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:763][805]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1292 failed (-1000) -[2025.05.25-17.51.55:767][806]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1293 outside of frame bounds -[2025.05.25-17.51.55:768][806]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:768][806]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:768][806]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1294 outside of frame bounds -[2025.05.25-17.51.55:773][806]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1292 failed (-1006) -[2025.05.25-17.51.55:774][806]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:774][806]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1293 failed (-1000) -[2025.05.25-17.51.55:779][807]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1294 outside of frame bounds -[2025.05.25-17.51.55:779][807]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:779][807]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:779][807]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1295 outside of frame bounds -[2025.05.25-17.51.55:785][807]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1293 failed (-1006) -[2025.05.25-17.51.55:786][807]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:786][807]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1294 failed (-1000) -[2025.05.25-17.51.55:791][808]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1295 outside of frame bounds -[2025.05.25-17.51.55:791][808]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:791][808]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:791][808]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1296 outside of frame bounds -[2025.05.25-17.51.55:797][808]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1294 failed (-1006) -[2025.05.25-17.51.55:798][808]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:798][808]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1295 failed (-1000) -[2025.05.25-17.51.55:803][809]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1296 outside of frame bounds -[2025.05.25-17.51.55:803][809]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:803][809]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:803][809]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1297 outside of frame bounds -[2025.05.25-17.51.55:807][809]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1295 failed (-1006) -[2025.05.25-17.51.55:808][809]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:808][809]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1296 failed (-1000) -[2025.05.25-17.51.55:814][810]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1297 outside of frame bounds -[2025.05.25-17.51.55:815][810]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:815][810]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:815][810]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1298 outside of frame bounds -[2025.05.25-17.51.55:819][810]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1296 failed (-1006) -[2025.05.25-17.51.55:820][810]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:820][810]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1297 failed (-1000) -[2025.05.25-17.51.55:826][811]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1298 outside of frame bounds -[2025.05.25-17.51.55:826][811]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:826][811]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:826][811]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1299 outside of frame bounds -[2025.05.25-17.51.55:831][811]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1297 failed (-1006) -[2025.05.25-17.51.55:831][811]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:831][811]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1298 failed (-1000) -[2025.05.25-17.51.55:836][812]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1299 outside of frame bounds -[2025.05.25-17.51.55:836][812]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:836][812]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:836][812]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1300 outside of frame bounds -[2025.05.25-17.51.55:842][812]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1298 failed (-1006) -[2025.05.25-17.51.55:843][812]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:843][812]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1299 failed (-1000) -[2025.05.25-17.51.55:848][813]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1300 outside of frame bounds -[2025.05.25-17.51.55:848][813]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:848][813]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:848][813]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1301 outside of frame bounds -[2025.05.25-17.51.55:854][813]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1299 failed (-1006) -[2025.05.25-17.51.55:855][813]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:855][813]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1300 failed (-1000) -[2025.05.25-17.51.55:860][814]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1301 outside of frame bounds -[2025.05.25-17.51.55:861][814]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:861][814]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:861][814]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1302 outside of frame bounds -[2025.05.25-17.51.55:866][814]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1300 failed (-1006) -[2025.05.25-17.51.55:867][814]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:867][814]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1301 failed (-1000) -[2025.05.25-17.51.55:871][815]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1302 outside of frame bounds -[2025.05.25-17.51.55:871][815]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:871][815]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:871][815]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1303 outside of frame bounds -[2025.05.25-17.51.55:877][815]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1301 failed (-1006) -[2025.05.25-17.51.55:877][815]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:878][815]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1302 failed (-1000) -[2025.05.25-17.51.55:883][816]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1303 outside of frame bounds -[2025.05.25-17.51.55:884][816]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:884][816]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:884][816]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1304 outside of frame bounds -[2025.05.25-17.51.55:888][816]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1302 failed (-1006) -[2025.05.25-17.51.55:890][816]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:890][816]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1303 failed (-1000) -[2025.05.25-17.51.55:895][817]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1304 outside of frame bounds -[2025.05.25-17.51.55:896][817]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:896][817]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:896][817]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1305 outside of frame bounds -[2025.05.25-17.51.55:899][817]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1303 failed (-1006) -[2025.05.25-17.51.55:901][817]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:901][817]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1304 failed (-1000) -[2025.05.25-17.51.55:905][818]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1305 outside of frame bounds -[2025.05.25-17.51.55:906][818]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:906][818]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:906][818]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1306 outside of frame bounds -[2025.05.25-17.51.55:911][818]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1304 failed (-1006) -[2025.05.25-17.51.55:912][818]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:912][818]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1305 failed (-1000) -[2025.05.25-17.51.55:916][819]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1306 outside of frame bounds -[2025.05.25-17.51.55:917][819]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:917][819]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:917][819]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1307 outside of frame bounds -[2025.05.25-17.51.55:924][819]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1305 failed (-1006) -[2025.05.25-17.51.55:924][819]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:924][819]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1306 failed (-1000) -[2025.05.25-17.51.55:929][820]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1307 outside of frame bounds -[2025.05.25-17.51.55:929][820]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:929][820]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:929][820]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1308 outside of frame bounds -[2025.05.25-17.51.55:935][820]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1306 failed (-1006) -[2025.05.25-17.51.55:936][820]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:936][820]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1307 failed (-1000) -[2025.05.25-17.51.55:941][821]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1308 outside of frame bounds -[2025.05.25-17.51.55:941][821]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:941][821]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:941][821]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1309 outside of frame bounds -[2025.05.25-17.51.55:945][821]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1307 failed (-1006) -[2025.05.25-17.51.55:946][821]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:946][821]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1308 failed (-1000) -[2025.05.25-17.51.55:952][822]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1309 outside of frame bounds -[2025.05.25-17.51.55:952][822]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:952][822]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:952][822]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1310 outside of frame bounds -[2025.05.25-17.51.55:957][822]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1308 failed (-1006) -[2025.05.25-17.51.55:958][822]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:958][822]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1309 failed (-1000) -[2025.05.25-17.51.55:963][823]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1310 outside of frame bounds -[2025.05.25-17.51.55:964][823]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:964][823]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:964][823]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1311 outside of frame bounds -[2025.05.25-17.51.55:969][823]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1309 failed (-1006) -[2025.05.25-17.51.55:969][823]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:969][823]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1310 failed (-1000) -[2025.05.25-17.51.55:974][824]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1311 outside of frame bounds -[2025.05.25-17.51.55:975][824]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:975][824]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:975][824]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1312 outside of frame bounds -[2025.05.25-17.51.55:980][824]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1310 failed (-1006) -[2025.05.25-17.51.55:981][824]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:981][824]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1311 failed (-1000) -[2025.05.25-17.51.55:985][825]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1312 outside of frame bounds -[2025.05.25-17.51.55:986][825]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:986][825]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:986][825]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1313 outside of frame bounds -[2025.05.25-17.51.55:992][825]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1311 failed (-1006) -[2025.05.25-17.51.55:993][825]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.55:993][825]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1312 failed (-1000) -[2025.05.25-17.51.55:998][826]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1313 outside of frame bounds -[2025.05.25-17.51.55:998][826]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.55:998][826]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.55:998][826]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1314 outside of frame bounds -[2025.05.25-17.51.56:003][826]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1312 failed (-1006) -[2025.05.25-17.51.56:003][826]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:003][826]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1313 failed (-1000) -[2025.05.25-17.51.56:010][827]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1314 outside of frame bounds -[2025.05.25-17.51.56:010][827]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:010][827]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:010][827]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1315 outside of frame bounds -[2025.05.25-17.51.56:014][827]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1313 failed (-1006) -[2025.05.25-17.51.56:015][827]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:015][827]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1314 failed (-1000) -[2025.05.25-17.51.56:021][828]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1315 outside of frame bounds -[2025.05.25-17.51.56:021][828]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:021][828]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:021][828]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1316 outside of frame bounds -[2025.05.25-17.51.56:027][828]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1314 failed (-1006) -[2025.05.25-17.51.56:028][828]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:028][828]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1315 failed (-1000) -[2025.05.25-17.51.56:032][829]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1316 outside of frame bounds -[2025.05.25-17.51.56:033][829]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:033][829]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:033][829]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1317 outside of frame bounds -[2025.05.25-17.51.56:038][829]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1315 failed (-1006) -[2025.05.25-17.51.56:039][829]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:039][829]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1316 failed (-1000) -[2025.05.25-17.51.56:044][830]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1317 outside of frame bounds -[2025.05.25-17.51.56:044][830]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:044][830]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:045][830]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1318 outside of frame bounds -[2025.05.25-17.51.56:049][830]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1316 failed (-1006) -[2025.05.25-17.51.56:050][830]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:050][830]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1317 failed (-1000) -[2025.05.25-17.51.56:055][831]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1318 outside of frame bounds -[2025.05.25-17.51.56:056][831]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:056][831]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:056][831]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1319 outside of frame bounds -[2025.05.25-17.51.56:063][831]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1317 failed (-1006) -[2025.05.25-17.51.56:063][831]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:063][831]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1318 failed (-1000) -[2025.05.25-17.51.56:068][832]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1319 outside of frame bounds -[2025.05.25-17.51.56:068][832]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:068][832]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:068][832]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1320 outside of frame bounds -[2025.05.25-17.51.56:074][832]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1318 failed (-1006) -[2025.05.25-17.51.56:075][832]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:075][832]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1319 failed (-1000) -[2025.05.25-17.51.56:080][833]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1320 outside of frame bounds -[2025.05.25-17.51.56:080][833]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:080][833]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:080][833]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1321 outside of frame bounds -[2025.05.25-17.51.56:084][833]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1319 failed (-1006) -[2025.05.25-17.51.56:085][833]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:085][833]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1320 failed (-1000) -[2025.05.25-17.51.56:092][834]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1321 outside of frame bounds -[2025.05.25-17.51.56:093][834]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:093][834]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:093][834]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1322 outside of frame bounds -[2025.05.25-17.51.56:097][834]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1320 failed (-1006) -[2025.05.25-17.51.56:098][834]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:098][834]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1321 failed (-1000) -[2025.05.25-17.51.56:102][835]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1322 outside of frame bounds -[2025.05.25-17.51.56:103][835]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:103][835]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:103][835]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1323 outside of frame bounds -[2025.05.25-17.51.56:108][835]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1321 failed (-1006) -[2025.05.25-17.51.56:109][835]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:109][835]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1322 failed (-1000) -[2025.05.25-17.51.56:115][836]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1323 outside of frame bounds -[2025.05.25-17.51.56:115][836]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:115][836]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:115][836]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1324 outside of frame bounds -[2025.05.25-17.51.56:121][836]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1322 failed (-1006) -[2025.05.25-17.51.56:122][836]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:122][836]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1323 failed (-1000) -[2025.05.25-17.51.56:126][837]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1324 outside of frame bounds -[2025.05.25-17.51.56:127][837]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:127][837]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:127][837]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1325 outside of frame bounds -[2025.05.25-17.51.56:133][837]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1323 failed (-1006) -[2025.05.25-17.51.56:133][837]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:133][837]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1324 failed (-1000) -[2025.05.25-17.51.56:138][838]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1325 outside of frame bounds -[2025.05.25-17.51.56:138][838]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:138][838]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:138][838]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1326 outside of frame bounds -[2025.05.25-17.51.56:145][838]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1324 failed (-1006) -[2025.05.25-17.51.56:145][838]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:145][838]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1325 failed (-1000) -[2025.05.25-17.51.56:150][839]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1326 outside of frame bounds -[2025.05.25-17.51.56:150][839]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:150][839]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:150][839]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1327 outside of frame bounds -[2025.05.25-17.51.56:157][839]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1325 failed (-1006) -[2025.05.25-17.51.56:158][839]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:158][839]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1326 failed (-1000) -[2025.05.25-17.51.56:162][840]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1327 outside of frame bounds -[2025.05.25-17.51.56:163][840]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:163][840]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:163][840]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1328 outside of frame bounds -[2025.05.25-17.51.56:167][840]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1326 failed (-1006) -[2025.05.25-17.51.56:168][840]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:168][840]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1327 failed (-1000) -[2025.05.25-17.51.56:173][841]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1328 outside of frame bounds -[2025.05.25-17.51.56:174][841]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:174][841]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:174][841]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1329 outside of frame bounds -[2025.05.25-17.51.56:178][841]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1327 failed (-1006) -[2025.05.25-17.51.56:179][841]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:179][841]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1328 failed (-1000) -[2025.05.25-17.51.56:184][842]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1329 outside of frame bounds -[2025.05.25-17.51.56:185][842]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:185][842]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:185][842]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1330 outside of frame bounds -[2025.05.25-17.51.56:191][842]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1328 failed (-1006) -[2025.05.25-17.51.56:192][842]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:192][842]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1329 failed (-1000) -[2025.05.25-17.51.56:197][843]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1330 outside of frame bounds -[2025.05.25-17.51.56:197][843]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:197][843]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:197][843]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1331 outside of frame bounds -[2025.05.25-17.51.56:203][843]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1329 failed (-1006) -[2025.05.25-17.51.56:203][843]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:203][843]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1330 failed (-1000) -[2025.05.25-17.51.56:208][844]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1331 outside of frame bounds -[2025.05.25-17.51.56:208][844]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:208][844]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:208][844]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1332 outside of frame bounds -[2025.05.25-17.51.56:214][844]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1330 failed (-1006) -[2025.05.25-17.51.56:215][844]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:215][844]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1331 failed (-1000) -[2025.05.25-17.51.56:219][845]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1332 outside of frame bounds -[2025.05.25-17.51.56:220][845]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:220][845]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:220][845]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1333 outside of frame bounds -[2025.05.25-17.51.56:226][845]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1331 failed (-1006) -[2025.05.25-17.51.56:227][845]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:227][845]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1332 failed (-1000) -[2025.05.25-17.51.56:231][846]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1333 outside of frame bounds -[2025.05.25-17.51.56:232][846]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:232][846]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:232][846]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1334 outside of frame bounds -[2025.05.25-17.51.56:237][846]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1332 failed (-1006) -[2025.05.25-17.51.56:238][846]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:238][846]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1333 failed (-1000) -[2025.05.25-17.51.56:243][847]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1334 outside of frame bounds -[2025.05.25-17.51.56:244][847]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:244][847]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:244][847]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1335 outside of frame bounds -[2025.05.25-17.51.56:248][847]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1333 failed (-1006) -[2025.05.25-17.51.56:249][847]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:249][847]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1334 failed (-1000) -[2025.05.25-17.51.56:254][848]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1335 outside of frame bounds -[2025.05.25-17.51.56:254][848]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:255][848]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:255][848]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1336 outside of frame bounds -[2025.05.25-17.51.56:260][848]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1334 failed (-1006) -[2025.05.25-17.51.56:261][848]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:261][848]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1335 failed (-1000) -[2025.05.25-17.51.56:265][849]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1336 outside of frame bounds -[2025.05.25-17.51.56:265][849]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:266][849]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:266][849]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1337 outside of frame bounds -[2025.05.25-17.51.56:272][849]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1335 failed (-1006) -[2025.05.25-17.51.56:273][849]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:273][849]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1336 failed (-1000) -[2025.05.25-17.51.56:277][850]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1337 outside of frame bounds -[2025.05.25-17.51.56:277][850]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:277][850]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:277][850]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1338 outside of frame bounds -[2025.05.25-17.51.56:283][850]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1336 failed (-1006) -[2025.05.25-17.51.56:283][850]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:283][850]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1337 failed (-1000) -[2025.05.25-17.51.56:288][851]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1338 outside of frame bounds -[2025.05.25-17.51.56:288][851]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:288][851]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:288][851]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1339 outside of frame bounds -[2025.05.25-17.51.56:293][851]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1337 failed (-1006) -[2025.05.25-17.51.56:294][851]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:294][851]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1338 failed (-1000) -[2025.05.25-17.51.56:300][852]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1339 outside of frame bounds -[2025.05.25-17.51.56:300][852]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:301][852]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:301][852]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1340 outside of frame bounds -[2025.05.25-17.51.56:306][852]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1338 failed (-1006) -[2025.05.25-17.51.56:307][852]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:307][852]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1339 failed (-1000) -[2025.05.25-17.51.56:311][853]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1340 outside of frame bounds -[2025.05.25-17.51.56:311][853]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:311][853]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:311][853]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1341 outside of frame bounds -[2025.05.25-17.51.56:317][853]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1339 failed (-1006) -[2025.05.25-17.51.56:317][853]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:317][853]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1340 failed (-1000) -[2025.05.25-17.51.56:323][854]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1341 outside of frame bounds -[2025.05.25-17.51.56:323][854]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:324][854]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:324][854]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1342 outside of frame bounds -[2025.05.25-17.51.56:329][854]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1340 failed (-1006) -[2025.05.25-17.51.56:330][854]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:330][854]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1341 failed (-1000) -[2025.05.25-17.51.56:334][855]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1342 outside of frame bounds -[2025.05.25-17.51.56:335][855]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:335][855]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:335][855]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1343 outside of frame bounds -[2025.05.25-17.51.56:341][855]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1341 failed (-1006) -[2025.05.25-17.51.56:341][855]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:341][855]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1342 failed (-1000) -[2025.05.25-17.51.56:346][856]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1343 outside of frame bounds -[2025.05.25-17.51.56:347][856]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:347][856]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:347][856]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1344 outside of frame bounds -[2025.05.25-17.51.56:352][856]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1342 failed (-1006) -[2025.05.25-17.51.56:352][856]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:352][856]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1343 failed (-1000) -[2025.05.25-17.51.56:358][857]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1344 outside of frame bounds -[2025.05.25-17.51.56:358][857]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:358][857]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:358][857]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1345 outside of frame bounds -[2025.05.25-17.51.56:363][857]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1343 failed (-1006) -[2025.05.25-17.51.56:363][857]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:363][857]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1344 failed (-1000) -[2025.05.25-17.51.56:369][858]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1345 outside of frame bounds -[2025.05.25-17.51.56:370][858]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:370][858]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:370][858]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1346 outside of frame bounds -[2025.05.25-17.51.56:374][858]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1344 failed (-1006) -[2025.05.25-17.51.56:375][858]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:375][858]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1345 failed (-1000) -[2025.05.25-17.51.56:379][859]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1346 outside of frame bounds -[2025.05.25-17.51.56:380][859]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:380][859]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:380][859]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1347 outside of frame bounds -[2025.05.25-17.51.56:385][859]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1345 failed (-1006) -[2025.05.25-17.51.56:387][859]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:387][859]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1346 failed (-1000) -[2025.05.25-17.51.56:392][860]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1347 outside of frame bounds -[2025.05.25-17.51.56:393][860]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:393][860]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:393][860]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1348 outside of frame bounds -[2025.05.25-17.51.56:398][860]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1346 failed (-1006) -[2025.05.25-17.51.56:399][860]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:399][860]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1347 failed (-1000) -[2025.05.25-17.51.56:402][861]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1348 outside of frame bounds -[2025.05.25-17.51.56:403][861]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:403][861]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:403][861]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1349 outside of frame bounds -[2025.05.25-17.51.56:409][861]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1347 failed (-1006) -[2025.05.25-17.51.56:410][861]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:410][861]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1348 failed (-1000) -[2025.05.25-17.51.56:415][862]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1349 outside of frame bounds -[2025.05.25-17.51.56:415][862]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:415][862]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:415][862]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1350 outside of frame bounds -[2025.05.25-17.51.56:421][862]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1348 failed (-1006) -[2025.05.25-17.51.56:422][862]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:422][862]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1349 failed (-1000) -[2025.05.25-17.51.56:427][863]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1350 outside of frame bounds -[2025.05.25-17.51.56:427][863]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:427][863]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:427][863]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1351 outside of frame bounds -[2025.05.25-17.51.56:431][863]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1349 failed (-1006) -[2025.05.25-17.51.56:432][863]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:432][863]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1350 failed (-1000) -[2025.05.25-17.51.56:438][864]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1351 outside of frame bounds -[2025.05.25-17.51.56:438][864]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:438][864]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:438][864]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1352 outside of frame bounds -[2025.05.25-17.51.56:443][864]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1350 failed (-1006) -[2025.05.25-17.51.56:444][864]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:444][864]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1351 failed (-1000) -[2025.05.25-17.51.56:449][865]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1352 outside of frame bounds -[2025.05.25-17.51.56:450][865]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:450][865]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:450][865]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1353 outside of frame bounds -[2025.05.25-17.51.56:456][865]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1351 failed (-1006) -[2025.05.25-17.51.56:457][865]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:457][865]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1352 failed (-1000) -[2025.05.25-17.51.56:461][866]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1353 outside of frame bounds -[2025.05.25-17.51.56:462][866]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:462][866]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:462][866]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1354 outside of frame bounds -[2025.05.25-17.51.56:468][866]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1352 failed (-1006) -[2025.05.25-17.51.56:469][866]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:469][866]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1353 failed (-1000) -[2025.05.25-17.51.56:473][867]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1354 outside of frame bounds -[2025.05.25-17.51.56:474][867]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:474][867]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:474][867]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1355 outside of frame bounds -[2025.05.25-17.51.56:480][867]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1353 failed (-1006) -[2025.05.25-17.51.56:480][867]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:480][867]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1354 failed (-1000) -[2025.05.25-17.51.56:484][868]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1355 outside of frame bounds -[2025.05.25-17.51.56:484][868]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:486][868]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:486][868]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1356 outside of frame bounds -[2025.05.25-17.51.56:492][868]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1354 failed (-1006) -[2025.05.25-17.51.56:493][868]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:493][868]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1355 failed (-1000) -[2025.05.25-17.51.56:497][869]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1356 outside of frame bounds -[2025.05.25-17.51.56:498][869]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:498][869]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:498][869]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1357 outside of frame bounds -[2025.05.25-17.51.56:503][869]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1355 failed (-1006) -[2025.05.25-17.51.56:505][869]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:505][869]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1356 failed (-1000) -[2025.05.25-17.51.56:509][870]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1357 outside of frame bounds -[2025.05.25-17.51.56:510][870]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:510][870]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:510][870]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1358 outside of frame bounds -[2025.05.25-17.51.56:513][870]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1356 failed (-1006) -[2025.05.25-17.51.56:514][870]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:514][870]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1357 failed (-1000) -[2025.05.25-17.51.56:520][871]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1358 outside of frame bounds -[2025.05.25-17.51.56:521][871]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:521][871]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:521][871]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1359 outside of frame bounds -[2025.05.25-17.51.56:526][871]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1357 failed (-1006) -[2025.05.25-17.51.56:527][871]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:527][871]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1358 failed (-1000) -[2025.05.25-17.51.56:532][872]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1359 outside of frame bounds -[2025.05.25-17.51.56:532][872]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:532][872]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:532][872]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1360 outside of frame bounds -[2025.05.25-17.51.56:538][872]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1358 failed (-1006) -[2025.05.25-17.51.56:539][872]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:539][872]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1359 failed (-1000) -[2025.05.25-17.51.56:543][873]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1360 outside of frame bounds -[2025.05.25-17.51.56:544][873]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:544][873]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:544][873]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1361 outside of frame bounds -[2025.05.25-17.51.56:549][873]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1359 failed (-1006) -[2025.05.25-17.51.56:550][873]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:550][873]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1360 failed (-1000) -[2025.05.25-17.51.56:555][874]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1361 outside of frame bounds -[2025.05.25-17.51.56:555][874]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:555][874]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:555][874]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1362 outside of frame bounds -[2025.05.25-17.51.56:562][874]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1360 failed (-1006) -[2025.05.25-17.51.56:563][874]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:563][874]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1361 failed (-1000) -[2025.05.25-17.51.56:567][875]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1362 outside of frame bounds -[2025.05.25-17.51.56:568][875]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:568][875]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:568][875]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1363 outside of frame bounds -[2025.05.25-17.51.56:574][875]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1361 failed (-1006) -[2025.05.25-17.51.56:575][875]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:575][875]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1362 failed (-1000) -[2025.05.25-17.51.56:579][876]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1363 outside of frame bounds -[2025.05.25-17.51.56:580][876]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:580][876]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:580][876]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1364 outside of frame bounds -[2025.05.25-17.51.56:584][876]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1362 failed (-1006) -[2025.05.25-17.51.56:585][876]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:585][876]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1363 failed (-1000) -[2025.05.25-17.51.56:592][877]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1364 outside of frame bounds -[2025.05.25-17.51.56:593][877]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:593][877]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:593][877]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1365 outside of frame bounds -[2025.05.25-17.51.56:597][877]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1363 failed (-1006) -[2025.05.25-17.51.56:597][877]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:597][877]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1364 failed (-1000) -[2025.05.25-17.51.56:602][878]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1365 outside of frame bounds -[2025.05.25-17.51.56:603][878]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:603][878]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:603][878]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1366 outside of frame bounds -[2025.05.25-17.51.56:608][878]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1364 failed (-1006) -[2025.05.25-17.51.56:609][878]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:609][878]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1365 failed (-1000) -[2025.05.25-17.51.56:614][879]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1366 outside of frame bounds -[2025.05.25-17.51.56:614][879]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:614][879]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:614][879]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1367 outside of frame bounds -[2025.05.25-17.51.56:620][879]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1365 failed (-1006) -[2025.05.25-17.51.56:621][879]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:621][879]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1366 failed (-1000) -[2025.05.25-17.51.56:626][880]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1367 outside of frame bounds -[2025.05.25-17.51.56:626][880]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:626][880]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:626][880]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1368 outside of frame bounds -[2025.05.25-17.51.56:633][880]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1366 failed (-1006) -[2025.05.25-17.51.56:633][880]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:633][880]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1367 failed (-1000) -[2025.05.25-17.51.56:637][881]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1368 outside of frame bounds -[2025.05.25-17.51.56:637][881]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:637][881]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:637][881]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1369 outside of frame bounds -[2025.05.25-17.51.56:644][881]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1367 failed (-1006) -[2025.05.25-17.51.56:645][881]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:645][881]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1368 failed (-1000) -[2025.05.25-17.51.56:649][882]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1369 outside of frame bounds -[2025.05.25-17.51.56:650][882]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:650][882]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:650][882]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1370 outside of frame bounds -[2025.05.25-17.51.56:654][882]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1368 failed (-1006) -[2025.05.25-17.51.56:655][882]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:655][882]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1369 failed (-1000) -[2025.05.25-17.51.56:661][883]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1370 outside of frame bounds -[2025.05.25-17.51.56:661][883]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:661][883]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:661][883]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1371 outside of frame bounds -[2025.05.25-17.51.56:666][883]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1369 failed (-1006) -[2025.05.25-17.51.56:667][883]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:667][883]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1370 failed (-1000) -[2025.05.25-17.51.56:671][884]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1371 outside of frame bounds -[2025.05.25-17.51.56:672][884]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:672][884]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:672][884]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1372 outside of frame bounds -[2025.05.25-17.51.56:677][884]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1370 failed (-1006) -[2025.05.25-17.51.56:677][884]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:677][884]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1371 failed (-1000) -[2025.05.25-17.51.56:682][885]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1372 outside of frame bounds -[2025.05.25-17.51.56:683][885]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:683][885]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:683][885]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1373 outside of frame bounds -[2025.05.25-17.51.56:690][885]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1371 failed (-1006) -[2025.05.25-17.51.56:691][885]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:691][885]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1372 failed (-1000) -[2025.05.25-17.51.56:695][886]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1373 outside of frame bounds -[2025.05.25-17.51.56:695][886]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:695][886]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:695][886]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1374 outside of frame bounds -[2025.05.25-17.51.56:701][886]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1372 failed (-1006) -[2025.05.25-17.51.56:701][886]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:701][886]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1373 failed (-1000) -[2025.05.25-17.51.56:706][887]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1374 outside of frame bounds -[2025.05.25-17.51.56:707][887]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:707][887]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:707][887]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1375 outside of frame bounds -[2025.05.25-17.51.56:713][887]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1373 failed (-1006) -[2025.05.25-17.51.56:713][887]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:713][887]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1374 failed (-1000) -[2025.05.25-17.51.56:718][888]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1375 outside of frame bounds -[2025.05.25-17.51.56:718][888]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:718][888]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:718][888]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1376 outside of frame bounds -[2025.05.25-17.51.56:723][888]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1374 failed (-1006) -[2025.05.25-17.51.56:725][888]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:725][888]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1375 failed (-1000) -[2025.05.25-17.51.56:730][889]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1376 outside of frame bounds -[2025.05.25-17.51.56:731][889]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:731][889]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:731][889]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1377 outside of frame bounds -[2025.05.25-17.51.56:734][889]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1375 failed (-1006) -[2025.05.25-17.51.56:735][889]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:735][889]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1376 failed (-1000) -[2025.05.25-17.51.56:741][890]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1377 outside of frame bounds -[2025.05.25-17.51.56:742][890]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:742][890]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:742][890]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1378 outside of frame bounds -[2025.05.25-17.51.56:747][890]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1376 failed (-1006) -[2025.05.25-17.51.56:748][890]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:748][890]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1377 failed (-1000) -[2025.05.25-17.51.56:752][891]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1378 outside of frame bounds -[2025.05.25-17.51.56:753][891]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:753][891]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:753][891]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1379 outside of frame bounds -[2025.05.25-17.51.56:759][891]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1377 failed (-1006) -[2025.05.25-17.51.56:759][891]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:759][891]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1378 failed (-1000) -[2025.05.25-17.51.56:764][892]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1379 outside of frame bounds -[2025.05.25-17.51.56:765][892]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:765][892]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:765][892]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1380 outside of frame bounds -[2025.05.25-17.51.56:771][892]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1378 failed (-1006) -[2025.05.25-17.51.56:772][892]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:772][892]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1379 failed (-1000) -[2025.05.25-17.51.56:776][893]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1380 outside of frame bounds -[2025.05.25-17.51.56:776][893]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:776][893]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:776][893]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1381 outside of frame bounds -[2025.05.25-17.51.56:781][893]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1379 failed (-1006) -[2025.05.25-17.51.56:782][893]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:782][893]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1380 failed (-1000) -[2025.05.25-17.51.56:787][894]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1381 outside of frame bounds -[2025.05.25-17.51.56:787][894]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:787][894]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:787][894]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1382 outside of frame bounds -[2025.05.25-17.51.56:792][894]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1380 failed (-1006) -[2025.05.25-17.51.56:793][894]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:793][894]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1381 failed (-1000) -[2025.05.25-17.51.56:799][895]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1382 outside of frame bounds -[2025.05.25-17.51.56:799][895]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:799][895]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:799][895]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1383 outside of frame bounds -[2025.05.25-17.51.56:804][895]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1381 failed (-1006) -[2025.05.25-17.51.56:805][895]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:805][895]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1382 failed (-1000) -[2025.05.25-17.51.56:809][896]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1383 outside of frame bounds -[2025.05.25-17.51.56:809][896]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:810][896]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:810][896]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1384 outside of frame bounds -[2025.05.25-17.51.56:815][896]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1382 failed (-1006) -[2025.05.25-17.51.56:816][896]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:816][896]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1383 failed (-1000) -[2025.05.25-17.51.56:821][897]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1384 outside of frame bounds -[2025.05.25-17.51.56:821][897]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:822][897]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:822][897]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1385 outside of frame bounds -[2025.05.25-17.51.56:827][897]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1383 failed (-1006) -[2025.05.25-17.51.56:829][897]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:829][897]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1384 failed (-1000) -[2025.05.25-17.51.56:833][898]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1385 outside of frame bounds -[2025.05.25-17.51.56:833][898]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:833][898]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:833][898]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1386 outside of frame bounds -[2025.05.25-17.51.56:840][898]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1384 failed (-1006) -[2025.05.25-17.51.56:840][898]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:840][898]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1385 failed (-1000) -[2025.05.25-17.51.56:845][899]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1386 outside of frame bounds -[2025.05.25-17.51.56:845][899]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:845][899]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:845][899]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1387 outside of frame bounds -[2025.05.25-17.51.56:850][899]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1385 failed (-1006) -[2025.05.25-17.51.56:851][899]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:851][899]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1386 failed (-1000) -[2025.05.25-17.51.56:856][900]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1387 outside of frame bounds -[2025.05.25-17.51.56:857][900]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:857][900]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:857][900]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1388 outside of frame bounds -[2025.05.25-17.51.56:862][900]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1386 failed (-1006) -[2025.05.25-17.51.56:863][900]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:863][900]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1387 failed (-1000) -[2025.05.25-17.51.56:867][901]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1388 outside of frame bounds -[2025.05.25-17.51.56:868][901]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:868][901]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:868][901]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1389 outside of frame bounds -[2025.05.25-17.51.56:873][901]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1387 failed (-1006) -[2025.05.25-17.51.56:874][901]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:874][901]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1388 failed (-1000) -[2025.05.25-17.51.56:879][902]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1389 outside of frame bounds -[2025.05.25-17.51.56:879][902]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:879][902]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:879][902]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1390 outside of frame bounds -[2025.05.25-17.51.56:885][902]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1388 failed (-1006) -[2025.05.25-17.51.56:885][902]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:885][902]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1389 failed (-1000) -[2025.05.25-17.51.56:891][903]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1390 outside of frame bounds -[2025.05.25-17.51.56:891][903]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:891][903]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:891][903]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1391 outside of frame bounds -[2025.05.25-17.51.56:897][903]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1389 failed (-1006) -[2025.05.25-17.51.56:898][903]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:898][903]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1390 failed (-1000) -[2025.05.25-17.51.56:902][904]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1391 outside of frame bounds -[2025.05.25-17.51.56:902][904]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:902][904]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:902][904]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1392 outside of frame bounds -[2025.05.25-17.51.56:909][904]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1390 failed (-1006) -[2025.05.25-17.51.56:909][904]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:909][904]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1391 failed (-1000) -[2025.05.25-17.51.56:914][905]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1392 outside of frame bounds -[2025.05.25-17.51.56:914][905]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:914][905]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:914][905]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1393 outside of frame bounds -[2025.05.25-17.51.56:919][905]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1391 failed (-1006) -[2025.05.25-17.51.56:920][905]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:921][905]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1392 failed (-1000) -[2025.05.25-17.51.56:926][906]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1393 outside of frame bounds -[2025.05.25-17.51.56:926][906]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:926][906]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:926][906]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1394 outside of frame bounds -[2025.05.25-17.51.56:930][906]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1392 failed (-1006) -[2025.05.25-17.51.56:931][906]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:931][906]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1393 failed (-1000) -[2025.05.25-17.51.56:937][907]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1394 outside of frame bounds -[2025.05.25-17.51.56:938][907]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:938][907]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:938][907]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1395 outside of frame bounds -[2025.05.25-17.51.56:942][907]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1393 failed (-1006) -[2025.05.25-17.51.56:943][907]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:943][907]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1394 failed (-1000) -[2025.05.25-17.51.56:948][908]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1395 outside of frame bounds -[2025.05.25-17.51.56:948][908]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:948][908]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:948][908]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1396 outside of frame bounds -[2025.05.25-17.51.56:954][908]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1394 failed (-1006) -[2025.05.25-17.51.56:956][908]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:956][908]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1395 failed (-1000) -[2025.05.25-17.51.56:959][909]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1396 outside of frame bounds -[2025.05.25-17.51.56:960][909]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:960][909]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:960][909]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1397 outside of frame bounds -[2025.05.25-17.51.56:966][909]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1395 failed (-1006) -[2025.05.25-17.51.56:967][909]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:967][909]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1396 failed (-1000) -[2025.05.25-17.51.56:971][910]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1397 outside of frame bounds -[2025.05.25-17.51.56:971][910]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:971][910]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:971][910]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1398 outside of frame bounds -[2025.05.25-17.51.56:978][910]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1396 failed (-1006) -[2025.05.25-17.51.56:978][910]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:978][910]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1397 failed (-1000) -[2025.05.25-17.51.56:983][911]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1398 outside of frame bounds -[2025.05.25-17.51.56:983][911]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:983][911]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:983][911]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1399 outside of frame bounds -[2025.05.25-17.51.56:990][911]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1397 failed (-1006) -[2025.05.25-17.51.56:991][911]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.56:991][911]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1398 failed (-1000) -[2025.05.25-17.51.56:995][912]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1399 outside of frame bounds -[2025.05.25-17.51.56:996][912]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.56:996][912]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.56:996][912]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1400 outside of frame bounds -[2025.05.25-17.51.57:000][912]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1398 failed (-1006) -[2025.05.25-17.51.57:000][912]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:000][912]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1399 failed (-1000) -[2025.05.25-17.51.57:006][913]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1400 outside of frame bounds -[2025.05.25-17.51.57:007][913]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:007][913]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:007][913]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1401 outside of frame bounds -[2025.05.25-17.51.57:012][913]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1399 failed (-1006) -[2025.05.25-17.51.57:013][913]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:013][913]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1400 failed (-1000) -[2025.05.25-17.51.57:017][914]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1401 outside of frame bounds -[2025.05.25-17.51.57:017][914]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:017][914]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:017][914]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1402 outside of frame bounds -[2025.05.25-17.51.57:024][914]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1400 failed (-1006) -[2025.05.25-17.51.57:025][914]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:025][914]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1401 failed (-1000) -[2025.05.25-17.51.57:029][915]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1402 outside of frame bounds -[2025.05.25-17.51.57:030][915]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:030][915]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:030][915]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1403 outside of frame bounds -[2025.05.25-17.51.57:035][915]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1401 failed (-1006) -[2025.05.25-17.51.57:036][915]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:036][915]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1402 failed (-1000) -[2025.05.25-17.51.57:041][916]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1403 outside of frame bounds -[2025.05.25-17.51.57:042][916]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:042][916]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:042][916]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1404 outside of frame bounds -[2025.05.25-17.51.57:048][916]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1402 failed (-1006) -[2025.05.25-17.51.57:048][916]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:049][916]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1403 failed (-1000) -[2025.05.25-17.51.57:053][917]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1404 outside of frame bounds -[2025.05.25-17.51.57:053][917]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:053][917]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:053][917]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1405 outside of frame bounds -[2025.05.25-17.51.57:060][917]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1403 failed (-1006) -[2025.05.25-17.51.57:061][917]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:061][917]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1404 failed (-1000) -[2025.05.25-17.51.57:065][918]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1405 outside of frame bounds -[2025.05.25-17.51.57:066][918]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:066][918]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:066][918]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1406 outside of frame bounds -[2025.05.25-17.51.57:069][918]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1404 failed (-1006) -[2025.05.25-17.51.57:070][918]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:070][918]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1405 failed (-1000) -[2025.05.25-17.51.57:077][919]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1406 outside of frame bounds -[2025.05.25-17.51.57:077][919]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:077][919]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:077][919]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1407 outside of frame bounds -[2025.05.25-17.51.57:082][919]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1405 failed (-1006) -[2025.05.25-17.51.57:082][919]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:082][919]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1406 failed (-1000) -[2025.05.25-17.51.57:087][920]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1407 outside of frame bounds -[2025.05.25-17.51.57:087][920]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:087][920]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:087][920]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1408 outside of frame bounds -[2025.05.25-17.51.57:094][920]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1406 failed (-1006) -[2025.05.25-17.51.57:095][920]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:095][920]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1407 failed (-1000) -[2025.05.25-17.51.57:099][921]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1408 outside of frame bounds -[2025.05.25-17.51.57:099][921]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:099][921]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:099][921]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1409 outside of frame bounds -[2025.05.25-17.51.57:106][921]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1407 failed (-1006) -[2025.05.25-17.51.57:107][921]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:107][921]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1408 failed (-1000) -[2025.05.25-17.51.57:111][922]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1409 outside of frame bounds -[2025.05.25-17.51.57:112][922]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:112][922]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:112][922]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1410 outside of frame bounds -[2025.05.25-17.51.57:116][922]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1408 failed (-1006) -[2025.05.25-17.51.57:117][922]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:117][922]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1409 failed (-1000) -[2025.05.25-17.51.57:122][923]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1410 outside of frame bounds -[2025.05.25-17.51.57:122][923]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:122][923]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:122][923]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1411 outside of frame bounds -[2025.05.25-17.51.57:129][923]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1409 failed (-1006) -[2025.05.25-17.51.57:130][923]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:130][923]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1410 failed (-1000) -[2025.05.25-17.51.57:134][924]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1411 outside of frame bounds -[2025.05.25-17.51.57:135][924]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:135][924]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:135][924]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1412 outside of frame bounds -[2025.05.25-17.51.57:140][924]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1410 failed (-1006) -[2025.05.25-17.51.57:140][924]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:140][924]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1411 failed (-1000) -[2025.05.25-17.51.57:145][925]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1412 outside of frame bounds -[2025.05.25-17.51.57:146][925]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:146][925]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:146][925]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1413 outside of frame bounds -[2025.05.25-17.51.57:151][925]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1411 failed (-1006) -[2025.05.25-17.51.57:152][925]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:152][925]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1412 failed (-1000) -[2025.05.25-17.51.57:156][926]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1413 outside of frame bounds -[2025.05.25-17.51.57:156][926]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:156][926]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:156][926]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1414 outside of frame bounds -[2025.05.25-17.51.57:163][926]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1412 failed (-1006) -[2025.05.25-17.51.57:164][926]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:164][926]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1413 failed (-1000) -[2025.05.25-17.51.57:168][927]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1414 outside of frame bounds -[2025.05.25-17.51.57:169][927]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:169][927]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:169][927]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1415 outside of frame bounds -[2025.05.25-17.51.57:174][927]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1413 failed (-1006) -[2025.05.25-17.51.57:175][927]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:175][927]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1414 failed (-1000) -[2025.05.25-17.51.57:179][928]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1415 outside of frame bounds -[2025.05.25-17.51.57:179][928]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:179][928]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:179][928]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1416 outside of frame bounds -[2025.05.25-17.51.57:185][928]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1414 failed (-1006) -[2025.05.25-17.51.57:186][928]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:186][928]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1415 failed (-1000) -[2025.05.25-17.51.57:192][929]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1416 outside of frame bounds -[2025.05.25-17.51.57:192][929]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:192][929]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:192][929]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1417 outside of frame bounds -[2025.05.25-17.51.57:196][929]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1415 failed (-1006) -[2025.05.25-17.51.57:197][929]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:197][929]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1416 failed (-1000) -[2025.05.25-17.51.57:202][930]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1417 outside of frame bounds -[2025.05.25-17.51.57:203][930]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:203][930]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:203][930]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1418 outside of frame bounds -[2025.05.25-17.51.57:207][930]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1416 failed (-1006) -[2025.05.25-17.51.57:208][930]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:208][930]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1417 failed (-1000) -[2025.05.25-17.51.57:213][931]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1418 outside of frame bounds -[2025.05.25-17.51.57:213][931]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:213][931]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:213][931]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1419 outside of frame bounds -[2025.05.25-17.51.57:218][931]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1417 failed (-1006) -[2025.05.25-17.51.57:220][931]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:220][931]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1418 failed (-1000) -[2025.05.25-17.51.57:226][932]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1419 outside of frame bounds -[2025.05.25-17.51.57:227][932]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:227][932]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:227][932]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1420 outside of frame bounds -[2025.05.25-17.51.57:231][932]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1418 failed (-1006) -[2025.05.25-17.51.57:232][932]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:232][932]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1419 failed (-1000) -[2025.05.25-17.51.57:236][933]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1420 outside of frame bounds -[2025.05.25-17.51.57:237][933]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:237][933]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:237][933]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1421 outside of frame bounds -[2025.05.25-17.51.57:243][933]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1419 failed (-1006) -[2025.05.25-17.51.57:244][933]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:244][933]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1420 failed (-1000) -[2025.05.25-17.51.57:248][934]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1421 outside of frame bounds -[2025.05.25-17.51.57:249][934]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:249][934]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:249][934]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1422 outside of frame bounds -[2025.05.25-17.51.57:256][934]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1420 failed (-1006) -[2025.05.25-17.51.57:256][934]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:256][934]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1421 failed (-1000) -[2025.05.25-17.51.57:261][935]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1422 outside of frame bounds -[2025.05.25-17.51.57:261][935]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:261][935]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:261][935]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1423 outside of frame bounds -[2025.05.25-17.51.57:265][935]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1421 failed (-1006) -[2025.05.25-17.51.57:266][935]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:266][935]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1422 failed (-1000) -[2025.05.25-17.51.57:272][936]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1423 outside of frame bounds -[2025.05.25-17.51.57:273][936]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:273][936]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:273][936]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1424 outside of frame bounds -[2025.05.25-17.51.57:277][936]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1422 failed (-1006) -[2025.05.25-17.51.57:278][936]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:278][936]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1423 failed (-1000) -[2025.05.25-17.51.57:284][937]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1424 outside of frame bounds -[2025.05.25-17.51.57:284][937]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:284][937]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:284][937]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1425 outside of frame bounds -[2025.05.25-17.51.57:291][937]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1423 failed (-1006) -[2025.05.25-17.51.57:291][937]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:291][937]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1424 failed (-1000) -[2025.05.25-17.51.57:296][938]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1425 outside of frame bounds -[2025.05.25-17.51.57:296][938]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:296][938]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:296][938]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1426 outside of frame bounds -[2025.05.25-17.51.57:302][938]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1424 failed (-1006) -[2025.05.25-17.51.57:303][938]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:303][938]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1425 failed (-1000) -[2025.05.25-17.51.57:307][939]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1426 outside of frame bounds -[2025.05.25-17.51.57:308][939]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:308][939]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:308][939]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1427 outside of frame bounds -[2025.05.25-17.51.57:314][939]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1425 failed (-1006) -[2025.05.25-17.51.57:314][939]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:314][939]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1426 failed (-1000) -[2025.05.25-17.51.57:319][940]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1427 outside of frame bounds -[2025.05.25-17.51.57:319][940]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:319][940]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:319][940]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1428 outside of frame bounds -[2025.05.25-17.51.57:326][940]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1426 failed (-1006) -[2025.05.25-17.51.57:327][940]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:327][940]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1427 failed (-1000) -[2025.05.25-17.51.57:331][941]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1428 outside of frame bounds -[2025.05.25-17.51.57:331][941]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:331][941]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:331][941]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1429 outside of frame bounds -[2025.05.25-17.51.57:338][941]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1427 failed (-1006) -[2025.05.25-17.51.57:339][941]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:339][941]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1428 failed (-1000) -[2025.05.25-17.51.57:344][942]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1429 outside of frame bounds -[2025.05.25-17.51.57:344][942]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:344][942]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:344][942]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1430 outside of frame bounds -[2025.05.25-17.51.57:348][942]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1428 failed (-1006) -[2025.05.25-17.51.57:349][942]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:349][942]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1429 failed (-1000) -[2025.05.25-17.51.57:355][943]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1430 outside of frame bounds -[2025.05.25-17.51.57:355][943]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:355][943]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:355][943]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1431 outside of frame bounds -[2025.05.25-17.51.57:361][943]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1429 failed (-1006) -[2025.05.25-17.51.57:362][943]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:362][943]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1430 failed (-1000) -[2025.05.25-17.51.57:366][944]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1431 outside of frame bounds -[2025.05.25-17.51.57:366][944]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:367][944]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:367][944]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1432 outside of frame bounds -[2025.05.25-17.51.57:373][944]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1430 failed (-1006) -[2025.05.25-17.51.57:373][944]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:373][944]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1431 failed (-1000) -[2025.05.25-17.51.57:378][945]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1432 outside of frame bounds -[2025.05.25-17.51.57:379][945]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:379][945]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:379][945]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1433 outside of frame bounds -[2025.05.25-17.51.57:384][945]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1431 failed (-1006) -[2025.05.25-17.51.57:385][945]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:385][945]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1432 failed (-1000) -[2025.05.25-17.51.57:390][946]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1433 outside of frame bounds -[2025.05.25-17.51.57:390][946]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:390][946]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:390][946]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1434 outside of frame bounds -[2025.05.25-17.51.57:397][946]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1432 failed (-1006) -[2025.05.25-17.51.57:398][946]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:398][946]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1433 failed (-1000) -[2025.05.25-17.51.57:402][947]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1434 outside of frame bounds -[2025.05.25-17.51.57:403][947]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:403][947]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:403][947]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1435 outside of frame bounds -[2025.05.25-17.51.57:409][947]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1433 failed (-1006) -[2025.05.25-17.51.57:410][947]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:410][947]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1434 failed (-1000) -[2025.05.25-17.51.57:414][948]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1435 outside of frame bounds -[2025.05.25-17.51.57:415][948]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:415][948]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:415][948]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1436 outside of frame bounds -[2025.05.25-17.51.57:419][948]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1434 failed (-1006) -[2025.05.25-17.51.57:420][948]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:420][948]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1435 failed (-1000) -[2025.05.25-17.51.57:426][949]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1436 outside of frame bounds -[2025.05.25-17.51.57:426][949]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:426][949]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:426][949]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1437 outside of frame bounds -[2025.05.25-17.51.57:431][949]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1435 failed (-1006) -[2025.05.25-17.51.57:431][949]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:432][949]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1436 failed (-1000) -[2025.05.25-17.51.57:437][950]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1437 outside of frame bounds -[2025.05.25-17.51.57:438][950]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:438][950]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:438][950]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1438 outside of frame bounds -[2025.05.25-17.51.57:443][950]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1436 failed (-1006) -[2025.05.25-17.51.57:443][950]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:443][950]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1437 failed (-1000) -[2025.05.25-17.51.57:447][951]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1438 outside of frame bounds -[2025.05.25-17.51.57:448][951]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:448][951]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:448][951]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1439 outside of frame bounds -[2025.05.25-17.51.57:455][951]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1437 failed (-1006) -[2025.05.25-17.51.57:456][951]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:456][951]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1438 failed (-1000) -[2025.05.25-17.51.57:460][952]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1439 outside of frame bounds -[2025.05.25-17.51.57:460][952]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:460][952]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:460][952]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1440 outside of frame bounds -[2025.05.25-17.51.57:466][952]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1438 failed (-1006) -[2025.05.25-17.51.57:467][952]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:467][952]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1439 failed (-1000) -[2025.05.25-17.51.57:471][953]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1440 outside of frame bounds -[2025.05.25-17.51.57:472][953]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:472][953]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:472][953]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1441 outside of frame bounds -[2025.05.25-17.51.57:478][953]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1439 failed (-1006) -[2025.05.25-17.51.57:479][953]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:479][953]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1440 failed (-1000) -[2025.05.25-17.51.57:482][954]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1441 outside of frame bounds -[2025.05.25-17.51.57:483][954]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:483][954]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:483][954]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1442 outside of frame bounds -[2025.05.25-17.51.57:489][954]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1440 failed (-1006) -[2025.05.25-17.51.57:490][954]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:490][954]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1441 failed (-1000) -[2025.05.25-17.51.57:495][955]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1442 outside of frame bounds -[2025.05.25-17.51.57:496][955]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:496][955]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:496][955]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1443 outside of frame bounds -[2025.05.25-17.51.57:499][955]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1441 failed (-1006) -[2025.05.25-17.51.57:500][955]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:500][955]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1442 failed (-1000) -[2025.05.25-17.51.57:505][956]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1443 outside of frame bounds -[2025.05.25-17.51.57:505][956]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:505][956]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:505][956]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1444 outside of frame bounds -[2025.05.25-17.51.57:511][956]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1442 failed (-1006) -[2025.05.25-17.51.57:512][956]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:512][956]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1443 failed (-1000) -[2025.05.25-17.51.57:516][957]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1444 outside of frame bounds -[2025.05.25-17.51.57:516][957]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:516][957]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:516][957]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1445 outside of frame bounds -[2025.05.25-17.51.57:523][957]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1443 failed (-1006) -[2025.05.25-17.51.57:524][957]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:524][957]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1444 failed (-1000) -[2025.05.25-17.51.57:529][958]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1445 outside of frame bounds -[2025.05.25-17.51.57:529][958]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:529][958]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:529][958]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1446 outside of frame bounds -[2025.05.25-17.51.57:534][958]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1444 failed (-1006) -[2025.05.25-17.51.57:535][958]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:535][958]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1445 failed (-1000) -[2025.05.25-17.51.57:540][959]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1446 outside of frame bounds -[2025.05.25-17.51.57:541][959]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:541][959]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:541][959]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1447 outside of frame bounds -[2025.05.25-17.51.57:546][959]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1445 failed (-1006) -[2025.05.25-17.51.57:547][959]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:547][959]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1446 failed (-1000) -[2025.05.25-17.51.57:551][960]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1447 outside of frame bounds -[2025.05.25-17.51.57:552][960]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:552][960]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:552][960]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1448 outside of frame bounds -[2025.05.25-17.51.57:557][960]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1446 failed (-1006) -[2025.05.25-17.51.57:558][960]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:558][960]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1447 failed (-1000) -[2025.05.25-17.51.57:564][961]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1448 outside of frame bounds -[2025.05.25-17.51.57:565][961]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:565][961]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:565][961]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1449 outside of frame bounds -[2025.05.25-17.51.57:568][961]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1447 failed (-1006) -[2025.05.25-17.51.57:569][961]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:569][961]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1448 failed (-1000) -[2025.05.25-17.51.57:574][962]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1449 outside of frame bounds -[2025.05.25-17.51.57:574][962]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:574][962]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:574][962]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1450 outside of frame bounds -[2025.05.25-17.51.57:580][962]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1448 failed (-1006) -[2025.05.25-17.51.57:581][962]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:581][962]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1449 failed (-1000) -[2025.05.25-17.51.57:585][963]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1450 outside of frame bounds -[2025.05.25-17.51.57:586][963]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:586][963]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:586][963]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1451 outside of frame bounds -[2025.05.25-17.51.57:592][963]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1449 failed (-1006) -[2025.05.25-17.51.57:593][963]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:593][963]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1450 failed (-1000) -[2025.05.25-17.51.57:597][964]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1451 outside of frame bounds -[2025.05.25-17.51.57:598][964]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:598][964]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:598][964]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1452 outside of frame bounds -[2025.05.25-17.51.57:603][964]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1450 failed (-1006) -[2025.05.25-17.51.57:604][964]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:604][964]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1451 failed (-1000) -[2025.05.25-17.51.57:609][965]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1452 outside of frame bounds -[2025.05.25-17.51.57:610][965]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:610][965]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:610][965]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1453 outside of frame bounds -[2025.05.25-17.51.57:615][965]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1451 failed (-1006) -[2025.05.25-17.51.57:616][965]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:616][965]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1452 failed (-1000) -[2025.05.25-17.51.57:620][966]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1453 outside of frame bounds -[2025.05.25-17.51.57:620][966]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:620][966]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:620][966]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1454 outside of frame bounds -[2025.05.25-17.51.57:626][966]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1452 failed (-1006) -[2025.05.25-17.51.57:627][966]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:627][966]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1453 failed (-1000) -[2025.05.25-17.51.57:633][967]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1454 outside of frame bounds -[2025.05.25-17.51.57:634][967]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:634][967]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:634][967]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1455 outside of frame bounds -[2025.05.25-17.51.57:638][967]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1453 failed (-1006) -[2025.05.25-17.51.57:639][967]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:639][967]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1454 failed (-1000) -[2025.05.25-17.51.57:643][968]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1455 outside of frame bounds -[2025.05.25-17.51.57:644][968]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:644][968]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:644][968]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1456 outside of frame bounds -[2025.05.25-17.51.57:649][968]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1454 failed (-1006) -[2025.05.25-17.51.57:650][968]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:650][968]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1455 failed (-1000) -[2025.05.25-17.51.57:655][969]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1456 outside of frame bounds -[2025.05.25-17.51.57:656][969]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:656][969]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:656][969]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1457 outside of frame bounds -[2025.05.25-17.51.57:662][969]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1455 failed (-1006) -[2025.05.25-17.51.57:663][969]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:663][969]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1456 failed (-1000) -[2025.05.25-17.51.57:667][970]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1457 outside of frame bounds -[2025.05.25-17.51.57:667][970]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:667][970]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:667][970]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1458 outside of frame bounds -[2025.05.25-17.51.57:674][970]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1456 failed (-1006) -[2025.05.25-17.51.57:674][970]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:674][970]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1457 failed (-1000) -[2025.05.25-17.51.57:680][971]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1458 outside of frame bounds -[2025.05.25-17.51.57:680][971]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:680][971]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:680][971]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1459 outside of frame bounds -[2025.05.25-17.51.57:686][971]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1457 failed (-1006) -[2025.05.25-17.51.57:686][971]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:686][971]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1458 failed (-1000) -[2025.05.25-17.51.57:692][972]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1459 outside of frame bounds -[2025.05.25-17.51.57:692][972]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:692][972]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:692][972]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1460 outside of frame bounds -[2025.05.25-17.51.57:698][972]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1458 failed (-1006) -[2025.05.25-17.51.57:699][972]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:699][972]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1459 failed (-1000) -[2025.05.25-17.51.57:704][973]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1460 outside of frame bounds -[2025.05.25-17.51.57:705][973]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:705][973]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:705][973]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1461 outside of frame bounds -[2025.05.25-17.51.57:708][973]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1459 failed (-1006) -[2025.05.25-17.51.57:709][973]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:709][973]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1460 failed (-1000) -[2025.05.25-17.51.57:715][974]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1461 outside of frame bounds -[2025.05.25-17.51.57:716][974]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:716][974]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:716][974]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1462 outside of frame bounds -[2025.05.25-17.51.57:721][974]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1460 failed (-1006) -[2025.05.25-17.51.57:723][974]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:723][974]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1461 failed (-1000) -[2025.05.25-17.51.57:727][975]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1462 outside of frame bounds -[2025.05.25-17.51.57:728][975]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:728][975]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:728][975]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1463 outside of frame bounds -[2025.05.25-17.51.57:734][975]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1461 failed (-1006) -[2025.05.25-17.51.57:734][975]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:734][975]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1462 failed (-1000) -[2025.05.25-17.51.57:738][976]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1463 outside of frame bounds -[2025.05.25-17.51.57:739][976]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:739][976]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:739][976]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1464 outside of frame bounds -[2025.05.25-17.51.57:746][976]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1462 failed (-1006) -[2025.05.25-17.51.57:747][976]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:747][976]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1463 failed (-1000) -[2025.05.25-17.51.57:751][977]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1464 outside of frame bounds -[2025.05.25-17.51.57:752][977]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:752][977]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:752][977]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1465 outside of frame bounds -[2025.05.25-17.51.57:759][977]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1463 failed (-1006) -[2025.05.25-17.51.57:759][977]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:759][977]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1464 failed (-1000) -[2025.05.25-17.51.57:764][978]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1465 outside of frame bounds -[2025.05.25-17.51.57:764][978]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:764][978]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:764][978]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1466 outside of frame bounds -[2025.05.25-17.51.57:770][978]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1464 failed (-1006) -[2025.05.25-17.51.57:770][978]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:771][978]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1465 failed (-1000) -[2025.05.25-17.51.57:776][979]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1466 outside of frame bounds -[2025.05.25-17.51.57:776][979]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:776][979]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:776][979]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1467 outside of frame bounds -[2025.05.25-17.51.57:782][979]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1465 failed (-1006) -[2025.05.25-17.51.57:782][979]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:782][979]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1466 failed (-1000) -[2025.05.25-17.51.57:787][980]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1467 outside of frame bounds -[2025.05.25-17.51.57:788][980]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:788][980]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:788][980]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1468 outside of frame bounds -[2025.05.25-17.51.57:792][980]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1466 failed (-1006) -[2025.05.25-17.51.57:794][980]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:794][980]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1467 failed (-1000) -[2025.05.25-17.51.57:800][981]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1468 outside of frame bounds -[2025.05.25-17.51.57:801][981]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:801][981]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:801][981]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1469 outside of frame bounds -[2025.05.25-17.51.57:805][981]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1467 failed (-1006) -[2025.05.25-17.51.57:806][981]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:806][981]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1468 failed (-1000) -[2025.05.25-17.51.57:811][982]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1469 outside of frame bounds -[2025.05.25-17.51.57:813][982]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:813][982]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:813][982]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1470 outside of frame bounds -[2025.05.25-17.51.57:817][982]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1468 failed (-1006) -[2025.05.25-17.51.57:817][982]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:818][982]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1469 failed (-1000) -[2025.05.25-17.51.57:822][983]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1470 outside of frame bounds -[2025.05.25-17.51.57:823][983]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:823][983]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:823][983]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1471 outside of frame bounds -[2025.05.25-17.51.57:829][983]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1469 failed (-1006) -[2025.05.25-17.51.57:830][983]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:830][983]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1470 failed (-1000) -[2025.05.25-17.51.57:835][984]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1471 outside of frame bounds -[2025.05.25-17.51.57:836][984]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:836][984]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:836][984]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1472 outside of frame bounds -[2025.05.25-17.51.57:841][984]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1470 failed (-1006) -[2025.05.25-17.51.57:842][984]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:842][984]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1471 failed (-1000) -[2025.05.25-17.51.57:846][985]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1472 outside of frame bounds -[2025.05.25-17.51.57:846][985]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:846][985]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:846][985]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1473 outside of frame bounds -[2025.05.25-17.51.57:851][985]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1471 failed (-1006) -[2025.05.25-17.51.57:852][985]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:852][985]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1472 failed (-1000) -[2025.05.25-17.51.57:857][986]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1473 outside of frame bounds -[2025.05.25-17.51.57:857][986]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:857][986]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:857][986]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1474 outside of frame bounds -[2025.05.25-17.51.57:864][986]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1472 failed (-1006) -[2025.05.25-17.51.57:865][986]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:865][986]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1473 failed (-1000) -[2025.05.25-17.51.57:870][987]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1474 outside of frame bounds -[2025.05.25-17.51.57:870][987]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:870][987]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:870][987]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1475 outside of frame bounds -[2025.05.25-17.51.57:874][987]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1473 failed (-1006) -[2025.05.25-17.51.57:875][987]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:875][987]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1474 failed (-1000) -[2025.05.25-17.51.57:881][988]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1475 outside of frame bounds -[2025.05.25-17.51.57:881][988]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:881][988]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:881][988]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1476 outside of frame bounds -[2025.05.25-17.51.57:886][988]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1474 failed (-1006) -[2025.05.25-17.51.57:887][988]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:887][988]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1475 failed (-1000) -[2025.05.25-17.51.57:892][989]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1476 outside of frame bounds -[2025.05.25-17.51.57:893][989]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:893][989]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:893][989]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1477 outside of frame bounds -[2025.05.25-17.51.57:898][989]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1475 failed (-1006) -[2025.05.25-17.51.57:899][989]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:899][989]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1476 failed (-1000) -[2025.05.25-17.51.57:903][990]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1477 outside of frame bounds -[2025.05.25-17.51.57:904][990]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:904][990]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:904][990]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1478 outside of frame bounds -[2025.05.25-17.51.57:910][990]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1476 failed (-1006) -[2025.05.25-17.51.57:911][990]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:911][990]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1477 failed (-1000) -[2025.05.25-17.51.57:915][991]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1478 outside of frame bounds -[2025.05.25-17.51.57:915][991]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:915][991]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:915][991]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1479 outside of frame bounds -[2025.05.25-17.51.57:922][991]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1477 failed (-1006) -[2025.05.25-17.51.57:922][991]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:922][991]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1478 failed (-1000) -[2025.05.25-17.51.57:927][992]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1479 outside of frame bounds -[2025.05.25-17.51.57:927][992]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:927][992]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:927][992]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1480 outside of frame bounds -[2025.05.25-17.51.57:931][992]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1478 failed (-1006) -[2025.05.25-17.51.57:932][992]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:932][992]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1479 failed (-1000) -[2025.05.25-17.51.57:938][993]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1480 outside of frame bounds -[2025.05.25-17.51.57:939][993]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:939][993]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:939][993]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1481 outside of frame bounds -[2025.05.25-17.51.57:943][993]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1479 failed (-1006) -[2025.05.25-17.51.57:944][993]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:944][993]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1480 failed (-1000) -[2025.05.25-17.51.57:949][994]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1481 outside of frame bounds -[2025.05.25-17.51.57:949][994]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:949][994]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:949][994]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1482 outside of frame bounds -[2025.05.25-17.51.57:955][994]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1480 failed (-1006) -[2025.05.25-17.51.57:956][994]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:956][994]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1481 failed (-1000) -[2025.05.25-17.51.57:961][995]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1482 outside of frame bounds -[2025.05.25-17.51.57:961][995]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:961][995]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:961][995]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1483 outside of frame bounds -[2025.05.25-17.51.57:967][995]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1481 failed (-1006) -[2025.05.25-17.51.57:968][995]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:968][995]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1482 failed (-1000) -[2025.05.25-17.51.57:973][996]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1483 outside of frame bounds -[2025.05.25-17.51.57:973][996]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:973][996]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:973][996]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1484 outside of frame bounds -[2025.05.25-17.51.57:979][996]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1482 failed (-1006) -[2025.05.25-17.51.57:979][996]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:979][996]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1483 failed (-1000) -[2025.05.25-17.51.57:984][997]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1484 outside of frame bounds -[2025.05.25-17.51.57:985][997]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:985][997]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:985][997]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1485 outside of frame bounds -[2025.05.25-17.51.57:990][997]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1483 failed (-1006) -[2025.05.25-17.51.57:991][997]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.57:991][997]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1484 failed (-1000) -[2025.05.25-17.51.57:997][998]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1485 outside of frame bounds -[2025.05.25-17.51.57:997][998]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.57:998][998]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.57:998][998]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1486 outside of frame bounds -[2025.05.25-17.51.58:001][998]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1484 failed (-1006) -[2025.05.25-17.51.58:001][998]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:002][998]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1485 failed (-1000) -[2025.05.25-17.51.58:007][999]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1486 outside of frame bounds -[2025.05.25-17.51.58:007][999]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:007][999]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:007][999]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1487 outside of frame bounds -[2025.05.25-17.51.58:012][999]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1485 failed (-1006) -[2025.05.25-17.51.58:013][999]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:013][999]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1486 failed (-1000) -[2025.05.25-17.51.58:018][ 0]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1487 outside of frame bounds -[2025.05.25-17.51.58:018][ 0]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:018][ 0]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:018][ 0]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1488 outside of frame bounds -[2025.05.25-17.51.58:024][ 0]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1486 failed (-1006) -[2025.05.25-17.51.58:025][ 0]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:025][ 0]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1487 failed (-1000) -[2025.05.25-17.51.58:030][ 1]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1488 outside of frame bounds -[2025.05.25-17.51.58:031][ 1]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:031][ 1]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:031][ 1]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1489 outside of frame bounds -[2025.05.25-17.51.58:035][ 1]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1487 failed (-1006) -[2025.05.25-17.51.58:036][ 1]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:036][ 1]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1488 failed (-1000) -[2025.05.25-17.51.58:041][ 2]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1489 outside of frame bounds -[2025.05.25-17.51.58:042][ 2]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:042][ 2]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:042][ 2]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1490 outside of frame bounds -[2025.05.25-17.51.58:048][ 2]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1488 failed (-1006) -[2025.05.25-17.51.58:049][ 2]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:049][ 2]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1489 failed (-1000) -[2025.05.25-17.51.58:053][ 3]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1490 outside of frame bounds -[2025.05.25-17.51.58:053][ 3]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:053][ 3]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:053][ 3]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1491 outside of frame bounds -[2025.05.25-17.51.58:060][ 3]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1489 failed (-1006) -[2025.05.25-17.51.58:061][ 3]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:061][ 3]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1490 failed (-1000) -[2025.05.25-17.51.58:065][ 4]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1491 outside of frame bounds -[2025.05.25-17.51.58:066][ 4]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:066][ 4]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:067][ 4]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1492 outside of frame bounds -[2025.05.25-17.51.58:070][ 4]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1490 failed (-1006) -[2025.05.25-17.51.58:071][ 4]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:071][ 4]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1491 failed (-1000) -[2025.05.25-17.51.58:077][ 5]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1492 outside of frame bounds -[2025.05.25-17.51.58:077][ 5]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:078][ 5]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:078][ 5]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1493 outside of frame bounds -[2025.05.25-17.51.58:082][ 5]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1491 failed (-1006) -[2025.05.25-17.51.58:083][ 5]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:083][ 5]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1492 failed (-1000) -[2025.05.25-17.51.58:087][ 6]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1493 outside of frame bounds -[2025.05.25-17.51.58:088][ 6]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:088][ 6]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:088][ 6]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1494 outside of frame bounds -[2025.05.25-17.51.58:094][ 6]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1492 failed (-1006) -[2025.05.25-17.51.58:095][ 6]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:095][ 6]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1493 failed (-1000) -[2025.05.25-17.51.58:100][ 7]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1494 outside of frame bounds -[2025.05.25-17.51.58:100][ 7]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:100][ 7]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:100][ 7]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1495 outside of frame bounds -[2025.05.25-17.51.58:106][ 7]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1493 failed (-1006) -[2025.05.25-17.51.58:106][ 7]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:106][ 7]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1494 failed (-1000) -[2025.05.25-17.51.58:111][ 8]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1495 outside of frame bounds -[2025.05.25-17.51.58:112][ 8]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:112][ 8]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:112][ 8]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1496 outside of frame bounds -[2025.05.25-17.51.58:117][ 8]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1494 failed (-1006) -[2025.05.25-17.51.58:117][ 8]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:117][ 8]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1495 failed (-1000) -[2025.05.25-17.51.58:122][ 9]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1496 outside of frame bounds -[2025.05.25-17.51.58:123][ 9]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:123][ 9]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:123][ 9]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1497 outside of frame bounds -[2025.05.25-17.51.58:130][ 9]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1495 failed (-1006) -[2025.05.25-17.51.58:131][ 9]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:131][ 9]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1496 failed (-1000) -[2025.05.25-17.51.58:135][ 10]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1497 outside of frame bounds -[2025.05.25-17.51.58:135][ 10]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:135][ 10]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:135][ 10]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1498 outside of frame bounds -[2025.05.25-17.51.58:141][ 10]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1496 failed (-1006) -[2025.05.25-17.51.58:142][ 10]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:142][ 10]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1497 failed (-1000) -[2025.05.25-17.51.58:147][ 11]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1498 outside of frame bounds -[2025.05.25-17.51.58:147][ 11]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:147][ 11]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:147][ 11]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1499 outside of frame bounds -[2025.05.25-17.51.58:152][ 11]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1497 failed (-1006) -[2025.05.25-17.51.58:153][ 11]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:153][ 11]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1498 failed (-1000) -[2025.05.25-17.51.58:157][ 12]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1499 outside of frame bounds -[2025.05.25-17.51.58:158][ 12]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:158][ 12]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:158][ 12]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1500 outside of frame bounds -[2025.05.25-17.51.58:164][ 12]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1498 failed (-1006) -[2025.05.25-17.51.58:165][ 12]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:165][ 12]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1499 failed (-1000) -[2025.05.25-17.51.58:170][ 13]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1500 outside of frame bounds -[2025.05.25-17.51.58:170][ 13]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:170][ 13]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:171][ 13]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1501 outside of frame bounds -[2025.05.25-17.51.58:176][ 13]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1499 failed (-1006) -[2025.05.25-17.51.58:177][ 13]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:177][ 13]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1500 failed (-1000) -[2025.05.25-17.51.58:181][ 14]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1501 outside of frame bounds -[2025.05.25-17.51.58:182][ 14]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:182][ 14]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:182][ 14]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1502 outside of frame bounds -[2025.05.25-17.51.58:188][ 14]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1500 failed (-1006) -[2025.05.25-17.51.58:189][ 14]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:189][ 14]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1501 failed (-1000) -[2025.05.25-17.51.58:194][ 15]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1502 outside of frame bounds -[2025.05.25-17.51.58:194][ 15]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:194][ 15]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:194][ 15]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1503 outside of frame bounds -[2025.05.25-17.51.58:199][ 15]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1501 failed (-1006) -[2025.05.25-17.51.58:200][ 15]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:200][ 15]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1502 failed (-1000) -[2025.05.25-17.51.58:205][ 16]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1503 outside of frame bounds -[2025.05.25-17.51.58:206][ 16]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:206][ 16]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:206][ 16]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1504 outside of frame bounds -[2025.05.25-17.51.58:212][ 16]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1502 failed (-1006) -[2025.05.25-17.51.58:213][ 16]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:213][ 16]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1503 failed (-1000) -[2025.05.25-17.51.58:217][ 17]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1504 outside of frame bounds -[2025.05.25-17.51.58:217][ 17]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:217][ 17]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:217][ 17]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1505 outside of frame bounds -[2025.05.25-17.51.58:223][ 17]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1503 failed (-1006) -[2025.05.25-17.51.58:224][ 17]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:224][ 17]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1504 failed (-1000) -[2025.05.25-17.51.58:230][ 18]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1505 outside of frame bounds -[2025.05.25-17.51.58:230][ 18]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:230][ 18]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:230][ 18]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1506 outside of frame bounds -[2025.05.25-17.51.58:234][ 18]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1504 failed (-1006) -[2025.05.25-17.51.58:235][ 18]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:235][ 18]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1505 failed (-1000) -[2025.05.25-17.51.58:239][ 19]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1506 outside of frame bounds -[2025.05.25-17.51.58:240][ 19]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:240][ 19]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:240][ 19]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1507 outside of frame bounds -[2025.05.25-17.51.58:246][ 19]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1505 failed (-1006) -[2025.05.25-17.51.58:247][ 19]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:247][ 19]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1506 failed (-1000) -[2025.05.25-17.51.58:251][ 20]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1507 outside of frame bounds -[2025.05.25-17.51.58:251][ 20]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:251][ 20]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:251][ 20]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1508 outside of frame bounds -[2025.05.25-17.51.58:258][ 20]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1506 failed (-1006) -[2025.05.25-17.51.58:259][ 20]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:259][ 20]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1507 failed (-1000) -[2025.05.25-17.51.58:264][ 21]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1508 outside of frame bounds -[2025.05.25-17.51.58:265][ 21]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:265][ 21]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:265][ 21]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1509 outside of frame bounds -[2025.05.25-17.51.58:270][ 21]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1507 failed (-1006) -[2025.05.25-17.51.58:270][ 21]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:270][ 21]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1508 failed (-1000) -[2025.05.25-17.51.58:275][ 22]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1509 outside of frame bounds -[2025.05.25-17.51.58:276][ 22]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:276][ 22]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:276][ 22]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1510 outside of frame bounds -[2025.05.25-17.51.58:282][ 22]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1508 failed (-1006) -[2025.05.25-17.51.58:282][ 22]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:283][ 22]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1509 failed (-1000) -[2025.05.25-17.51.58:287][ 23]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1510 outside of frame bounds -[2025.05.25-17.51.58:287][ 23]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:287][ 23]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:287][ 23]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1511 outside of frame bounds -[2025.05.25-17.51.58:293][ 23]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1509 failed (-1006) -[2025.05.25-17.51.58:293][ 23]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:293][ 23]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1510 failed (-1000) -[2025.05.25-17.51.58:299][ 24]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1511 outside of frame bounds -[2025.05.25-17.51.58:300][ 24]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:300][ 24]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:300][ 24]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1512 outside of frame bounds -[2025.05.25-17.51.58:304][ 24]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1510 failed (-1006) -[2025.05.25-17.51.58:304][ 24]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:304][ 24]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1511 failed (-1000) -[2025.05.25-17.51.58:309][ 25]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1512 outside of frame bounds -[2025.05.25-17.51.58:310][ 25]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:310][ 25]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:310][ 25]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1513 outside of frame bounds -[2025.05.25-17.51.58:316][ 25]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1511 failed (-1006) -[2025.05.25-17.51.58:317][ 25]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:317][ 25]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1512 failed (-1000) -[2025.05.25-17.51.58:321][ 26]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1513 outside of frame bounds -[2025.05.25-17.51.58:321][ 26]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:321][ 26]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:321][ 26]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1514 outside of frame bounds -[2025.05.25-17.51.58:328][ 26]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1512 failed (-1006) -[2025.05.25-17.51.58:329][ 26]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:329][ 26]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1513 failed (-1000) -[2025.05.25-17.51.58:333][ 27]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1514 outside of frame bounds -[2025.05.25-17.51.58:334][ 27]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:334][ 27]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:334][ 27]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1515 outside of frame bounds -[2025.05.25-17.51.58:339][ 27]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1513 failed (-1006) -[2025.05.25-17.51.58:340][ 27]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:340][ 27]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1514 failed (-1000) -[2025.05.25-17.51.58:345][ 28]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1515 outside of frame bounds -[2025.05.25-17.51.58:345][ 28]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:345][ 28]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:345][ 28]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1516 outside of frame bounds -[2025.05.25-17.51.58:350][ 28]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1514 failed (-1006) -[2025.05.25-17.51.58:351][ 28]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:351][ 28]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1515 failed (-1000) -[2025.05.25-17.51.58:357][ 29]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1516 outside of frame bounds -[2025.05.25-17.51.58:357][ 29]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:357][ 29]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:357][ 29]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1517 outside of frame bounds -[2025.05.25-17.51.58:362][ 29]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1515 failed (-1006) -[2025.05.25-17.51.58:363][ 29]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:363][ 29]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1516 failed (-1000) -[2025.05.25-17.51.58:368][ 30]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1517 outside of frame bounds -[2025.05.25-17.51.58:368][ 30]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:368][ 30]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:368][ 30]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1518 outside of frame bounds -[2025.05.25-17.51.58:373][ 30]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1516 failed (-1006) -[2025.05.25-17.51.58:374][ 30]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:374][ 30]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1517 failed (-1000) -[2025.05.25-17.51.58:379][ 31]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1518 outside of frame bounds -[2025.05.25-17.51.58:379][ 31]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:379][ 31]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:379][ 31]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1519 outside of frame bounds -[2025.05.25-17.51.58:384][ 31]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1517 failed (-1006) -[2025.05.25-17.51.58:385][ 31]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:385][ 31]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1518 failed (-1000) -[2025.05.25-17.51.58:390][ 32]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1519 outside of frame bounds -[2025.05.25-17.51.58:391][ 32]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:391][ 32]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:391][ 32]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1520 outside of frame bounds -[2025.05.25-17.51.58:397][ 32]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1518 failed (-1006) -[2025.05.25-17.51.58:398][ 32]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:398][ 32]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1519 failed (-1000) -[2025.05.25-17.51.58:402][ 33]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1520 outside of frame bounds -[2025.05.25-17.51.58:402][ 33]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:402][ 33]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:402][ 33]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1521 outside of frame bounds -[2025.05.25-17.51.58:408][ 33]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1519 failed (-1006) -[2025.05.25-17.51.58:408][ 33]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:408][ 33]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1520 failed (-1000) -[2025.05.25-17.51.58:414][ 34]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1521 outside of frame bounds -[2025.05.25-17.51.58:414][ 34]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:414][ 34]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:414][ 34]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1522 outside of frame bounds -[2025.05.25-17.51.58:418][ 34]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1520 failed (-1006) -[2025.05.25-17.51.58:418][ 34]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:418][ 34]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1521 failed (-1000) -[2025.05.25-17.51.58:425][ 35]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1522 outside of frame bounds -[2025.05.25-17.51.58:426][ 35]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:426][ 35]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:426][ 35]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1523 outside of frame bounds -[2025.05.25-17.51.58:430][ 35]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1521 failed (-1006) -[2025.05.25-17.51.58:431][ 35]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:431][ 35]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1522 failed (-1000) -[2025.05.25-17.51.58:436][ 36]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1523 outside of frame bounds -[2025.05.25-17.51.58:437][ 36]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:437][ 36]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:437][ 36]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1524 outside of frame bounds -[2025.05.25-17.51.58:442][ 36]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1522 failed (-1006) -[2025.05.25-17.51.58:443][ 36]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:443][ 36]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1523 failed (-1000) -[2025.05.25-17.51.58:448][ 37]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1524 outside of frame bounds -[2025.05.25-17.51.58:448][ 37]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:448][ 37]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:448][ 37]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1525 outside of frame bounds -[2025.05.25-17.51.58:454][ 37]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1523 failed (-1006) -[2025.05.25-17.51.58:455][ 37]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:455][ 37]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1524 failed (-1000) -[2025.05.25-17.51.58:459][ 38]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1525 outside of frame bounds -[2025.05.25-17.51.58:460][ 38]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:460][ 38]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:460][ 38]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1526 outside of frame bounds -[2025.05.25-17.51.58:465][ 38]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1524 failed (-1006) -[2025.05.25-17.51.58:466][ 38]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:466][ 38]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1525 failed (-1000) -[2025.05.25-17.51.58:471][ 39]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1526 outside of frame bounds -[2025.05.25-17.51.58:471][ 39]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:471][ 39]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:471][ 39]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1527 outside of frame bounds -[2025.05.25-17.51.58:477][ 39]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1525 failed (-1006) -[2025.05.25-17.51.58:478][ 39]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:478][ 39]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1526 failed (-1000) -[2025.05.25-17.51.58:483][ 40]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1527 outside of frame bounds -[2025.05.25-17.51.58:483][ 40]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:483][ 40]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:483][ 40]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1528 outside of frame bounds -[2025.05.25-17.51.58:490][ 40]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1526 failed (-1006) -[2025.05.25-17.51.58:491][ 40]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:491][ 40]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1527 failed (-1000) -[2025.05.25-17.51.58:496][ 41]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1528 outside of frame bounds -[2025.05.25-17.51.58:496][ 41]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:496][ 41]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:496][ 41]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1529 outside of frame bounds -[2025.05.25-17.51.58:500][ 41]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1527 failed (-1006) -[2025.05.25-17.51.58:501][ 41]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:501][ 41]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1528 failed (-1000) -[2025.05.25-17.51.58:506][ 42]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1529 outside of frame bounds -[2025.05.25-17.51.58:507][ 42]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:507][ 42]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:507][ 42]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1530 outside of frame bounds -[2025.05.25-17.51.58:511][ 42]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1528 failed (-1006) -[2025.05.25-17.51.58:513][ 42]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:513][ 42]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1529 failed (-1000) -[2025.05.25-17.51.58:516][ 43]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1530 outside of frame bounds -[2025.05.25-17.51.58:517][ 43]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:517][ 43]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:517][ 43]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1531 outside of frame bounds -[2025.05.25-17.51.58:524][ 43]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1529 failed (-1006) -[2025.05.25-17.51.58:525][ 43]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:525][ 43]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1530 failed (-1000) -[2025.05.25-17.51.58:530][ 44]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1531 outside of frame bounds -[2025.05.25-17.51.58:530][ 44]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:530][ 44]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:530][ 44]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1532 outside of frame bounds -[2025.05.25-17.51.58:535][ 44]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1530 failed (-1006) -[2025.05.25-17.51.58:536][ 44]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:536][ 44]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1531 failed (-1000) -[2025.05.25-17.51.58:541][ 45]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1532 outside of frame bounds -[2025.05.25-17.51.58:541][ 45]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:541][ 45]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:541][ 45]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1533 outside of frame bounds -[2025.05.25-17.51.58:548][ 45]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1531 failed (-1006) -[2025.05.25-17.51.58:548][ 45]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:548][ 45]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1532 failed (-1000) -[2025.05.25-17.51.58:553][ 46]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1533 outside of frame bounds -[2025.05.25-17.51.58:553][ 46]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:553][ 46]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:553][ 46]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1534 outside of frame bounds -[2025.05.25-17.51.58:560][ 46]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1532 failed (-1006) -[2025.05.25-17.51.58:561][ 46]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:561][ 46]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1533 failed (-1000) -[2025.05.25-17.51.58:566][ 47]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1534 outside of frame bounds -[2025.05.25-17.51.58:566][ 47]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:566][ 47]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:566][ 47]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1535 outside of frame bounds -[2025.05.25-17.51.58:570][ 47]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1533 failed (-1006) -[2025.05.25-17.51.58:571][ 47]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:571][ 47]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1534 failed (-1000) -[2025.05.25-17.51.58:577][ 48]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1535 outside of frame bounds -[2025.05.25-17.51.58:577][ 48]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:577][ 48]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:577][ 48]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1536 outside of frame bounds -[2025.05.25-17.51.58:581][ 48]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1534 failed (-1006) -[2025.05.25-17.51.58:583][ 48]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:583][ 48]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1535 failed (-1000) -[2025.05.25-17.51.58:588][ 49]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1536 outside of frame bounds -[2025.05.25-17.51.58:589][ 49]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:589][ 49]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:589][ 49]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1537 outside of frame bounds -[2025.05.25-17.51.58:595][ 49]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1535 failed (-1006) -[2025.05.25-17.51.58:596][ 49]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:596][ 49]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1536 failed (-1000) -[2025.05.25-17.51.58:600][ 50]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1537 outside of frame bounds -[2025.05.25-17.51.58:601][ 50]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:601][ 50]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:601][ 50]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1538 outside of frame bounds -[2025.05.25-17.51.58:606][ 50]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1536 failed (-1006) -[2025.05.25-17.51.58:607][ 50]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:607][ 50]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1537 failed (-1000) -[2025.05.25-17.51.58:611][ 51]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1538 outside of frame bounds -[2025.05.25-17.51.58:612][ 51]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:612][ 51]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:612][ 51]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1539 outside of frame bounds -[2025.05.25-17.51.58:617][ 51]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1537 failed (-1006) -[2025.05.25-17.51.58:618][ 51]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:618][ 51]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1538 failed (-1000) -[2025.05.25-17.51.58:623][ 52]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1539 outside of frame bounds -[2025.05.25-17.51.58:624][ 52]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:624][ 52]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:624][ 52]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1540 outside of frame bounds -[2025.05.25-17.51.58:630][ 52]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1538 failed (-1006) -[2025.05.25-17.51.58:632][ 52]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:632][ 52]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1539 failed (-1000) -[2025.05.25-17.51.58:635][ 53]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1540 outside of frame bounds -[2025.05.25-17.51.58:635][ 53]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:635][ 53]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:635][ 53]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1541 outside of frame bounds -[2025.05.25-17.51.58:642][ 53]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1539 failed (-1006) -[2025.05.25-17.51.58:643][ 53]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:643][ 53]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1540 failed (-1000) -[2025.05.25-17.51.58:648][ 54]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1541 outside of frame bounds -[2025.05.25-17.51.58:649][ 54]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:649][ 54]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:649][ 54]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1542 outside of frame bounds -[2025.05.25-17.51.58:652][ 54]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1540 failed (-1006) -[2025.05.25-17.51.58:653][ 54]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:653][ 54]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1541 failed (-1000) -[2025.05.25-17.51.58:659][ 55]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1542 outside of frame bounds -[2025.05.25-17.51.58:659][ 55]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:659][ 55]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:659][ 55]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1543 outside of frame bounds -[2025.05.25-17.51.58:665][ 55]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1541 failed (-1006) -[2025.05.25-17.51.58:665][ 55]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:665][ 55]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1542 failed (-1000) -[2025.05.25-17.51.58:669][ 56]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1543 outside of frame bounds -[2025.05.25-17.51.58:670][ 56]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:670][ 56]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:670][ 56]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1544 outside of frame bounds -[2025.05.25-17.51.58:677][ 56]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1542 failed (-1006) -[2025.05.25-17.51.58:677][ 56]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:677][ 56]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1543 failed (-1000) -[2025.05.25-17.51.58:682][ 57]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1544 outside of frame bounds -[2025.05.25-17.51.58:682][ 57]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:682][ 57]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:682][ 57]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1545 outside of frame bounds -[2025.05.25-17.51.58:687][ 57]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1543 failed (-1006) -[2025.05.25-17.51.58:688][ 57]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:688][ 57]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1544 failed (-1000) -[2025.05.25-17.51.58:694][ 58]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1545 outside of frame bounds -[2025.05.25-17.51.58:695][ 58]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:695][ 58]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:695][ 58]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1546 outside of frame bounds -[2025.05.25-17.51.58:700][ 58]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1544 failed (-1006) -[2025.05.25-17.51.58:701][ 58]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:701][ 58]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1545 failed (-1000) -[2025.05.25-17.51.58:706][ 59]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1546 outside of frame bounds -[2025.05.25-17.51.58:706][ 59]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:706][ 59]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:706][ 59]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1547 outside of frame bounds -[2025.05.25-17.51.58:711][ 59]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1545 failed (-1006) -[2025.05.25-17.51.58:712][ 59]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:712][ 59]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1546 failed (-1000) -[2025.05.25-17.51.58:717][ 60]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1547 outside of frame bounds -[2025.05.25-17.51.58:718][ 60]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:718][ 60]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:718][ 60]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1548 outside of frame bounds -[2025.05.25-17.51.58:722][ 60]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1546 failed (-1006) -[2025.05.25-17.51.58:722][ 60]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:722][ 60]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1547 failed (-1000) -[2025.05.25-17.51.58:728][ 61]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1548 outside of frame bounds -[2025.05.25-17.51.58:728][ 61]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:728][ 61]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:728][ 61]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1549 outside of frame bounds -[2025.05.25-17.51.58:733][ 61]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1547 failed (-1006) -[2025.05.25-17.51.58:734][ 61]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:734][ 61]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1548 failed (-1000) -[2025.05.25-17.51.58:739][ 62]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1549 outside of frame bounds -[2025.05.25-17.51.58:739][ 62]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:739][ 62]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:739][ 62]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1550 outside of frame bounds -[2025.05.25-17.51.58:745][ 62]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1548 failed (-1006) -[2025.05.25-17.51.58:746][ 62]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:746][ 62]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1549 failed (-1000) -[2025.05.25-17.51.58:750][ 63]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1550 outside of frame bounds -[2025.05.25-17.51.58:750][ 63]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:750][ 63]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:751][ 63]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1551 outside of frame bounds -[2025.05.25-17.51.58:757][ 63]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1549 failed (-1006) -[2025.05.25-17.51.58:758][ 63]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:758][ 63]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1550 failed (-1000) -[2025.05.25-17.51.58:763][ 64]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1551 outside of frame bounds -[2025.05.25-17.51.58:763][ 64]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:763][ 64]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:763][ 64]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1552 outside of frame bounds -[2025.05.25-17.51.58:768][ 64]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1550 failed (-1006) -[2025.05.25-17.51.58:769][ 64]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:769][ 64]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1551 failed (-1000) -[2025.05.25-17.51.58:774][ 65]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1552 outside of frame bounds -[2025.05.25-17.51.58:774][ 65]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:774][ 65]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:774][ 65]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1553 outside of frame bounds -[2025.05.25-17.51.58:779][ 65]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1551 failed (-1006) -[2025.05.25-17.51.58:779][ 65]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:779][ 65]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1552 failed (-1000) -[2025.05.25-17.51.58:786][ 66]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1553 outside of frame bounds -[2025.05.25-17.51.58:787][ 66]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:787][ 66]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:787][ 66]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1554 outside of frame bounds -[2025.05.25-17.51.58:791][ 66]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1552 failed (-1006) -[2025.05.25-17.51.58:792][ 66]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:792][ 66]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1553 failed (-1000) -[2025.05.25-17.51.58:797][ 67]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1554 outside of frame bounds -[2025.05.25-17.51.58:797][ 67]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:797][ 67]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:797][ 67]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1555 outside of frame bounds -[2025.05.25-17.51.58:803][ 67]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1553 failed (-1006) -[2025.05.25-17.51.58:803][ 67]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:803][ 67]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1554 failed (-1000) -[2025.05.25-17.51.58:808][ 68]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1555 outside of frame bounds -[2025.05.25-17.51.58:808][ 68]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:808][ 68]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:809][ 68]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1556 outside of frame bounds -[2025.05.25-17.51.58:814][ 68]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1554 failed (-1006) -[2025.05.25-17.51.58:815][ 68]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:815][ 68]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1555 failed (-1000) -[2025.05.25-17.51.58:818][ 69]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1556 outside of frame bounds -[2025.05.25-17.51.58:819][ 69]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:819][ 69]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:819][ 69]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1557 outside of frame bounds -[2025.05.25-17.51.58:826][ 69]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1555 failed (-1006) -[2025.05.25-17.51.58:827][ 69]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:827][ 69]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1556 failed (-1000) -[2025.05.25-17.51.58:832][ 70]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1557 outside of frame bounds -[2025.05.25-17.51.58:832][ 70]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:832][ 70]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:832][ 70]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1558 outside of frame bounds -[2025.05.25-17.51.58:837][ 70]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1556 failed (-1006) -[2025.05.25-17.51.58:838][ 70]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:838][ 70]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1557 failed (-1000) -[2025.05.25-17.51.58:843][ 71]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1558 outside of frame bounds -[2025.05.25-17.51.58:843][ 71]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:843][ 71]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:843][ 71]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1559 outside of frame bounds -[2025.05.25-17.51.58:847][ 71]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1557 failed (-1006) -[2025.05.25-17.51.58:848][ 71]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:848][ 71]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1558 failed (-1000) -[2025.05.25-17.51.58:853][ 72]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1559 outside of frame bounds -[2025.05.25-17.51.58:854][ 72]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:854][ 72]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:854][ 72]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1560 outside of frame bounds -[2025.05.25-17.51.58:860][ 72]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1558 failed (-1006) -[2025.05.25-17.51.58:861][ 72]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:861][ 72]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1559 failed (-1000) -[2025.05.25-17.51.58:865][ 73]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1560 outside of frame bounds -[2025.05.25-17.51.58:865][ 73]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:865][ 73]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:865][ 73]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1561 outside of frame bounds -[2025.05.25-17.51.58:871][ 73]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1559 failed (-1006) -[2025.05.25-17.51.58:872][ 73]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:873][ 73]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1560 failed (-1000) -[2025.05.25-17.51.58:877][ 74]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1561 outside of frame bounds -[2025.05.25-17.51.58:877][ 74]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:877][ 74]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:877][ 74]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1562 outside of frame bounds -[2025.05.25-17.51.58:883][ 74]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1560 failed (-1006) -[2025.05.25-17.51.58:883][ 74]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:884][ 74]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1561 failed (-1000) -[2025.05.25-17.51.58:889][ 75]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1562 outside of frame bounds -[2025.05.25-17.51.58:889][ 75]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:889][ 75]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:889][ 75]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1563 outside of frame bounds -[2025.05.25-17.51.58:895][ 75]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1561 failed (-1006) -[2025.05.25-17.51.58:896][ 75]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:896][ 75]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1562 failed (-1000) -[2025.05.25-17.51.58:901][ 76]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1563 outside of frame bounds -[2025.05.25-17.51.58:901][ 76]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:901][ 76]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:901][ 76]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1564 outside of frame bounds -[2025.05.25-17.51.58:907][ 76]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1562 failed (-1006) -[2025.05.25-17.51.58:908][ 76]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:908][ 76]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1563 failed (-1000) -[2025.05.25-17.51.58:912][ 77]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1564 outside of frame bounds -[2025.05.25-17.51.58:913][ 77]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:913][ 77]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:913][ 77]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1565 outside of frame bounds -[2025.05.25-17.51.58:917][ 77]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1563 failed (-1006) -[2025.05.25-17.51.58:918][ 77]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:918][ 77]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1564 failed (-1000) -[2025.05.25-17.51.58:924][ 78]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1565 outside of frame bounds -[2025.05.25-17.51.58:924][ 78]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:924][ 78]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:924][ 78]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1566 outside of frame bounds -[2025.05.25-17.51.58:930][ 78]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1564 failed (-1006) -[2025.05.25-17.51.58:930][ 78]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:930][ 78]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1565 failed (-1000) -[2025.05.25-17.51.58:935][ 79]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1566 outside of frame bounds -[2025.05.25-17.51.58:936][ 79]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:936][ 79]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:936][ 79]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1567 outside of frame bounds -[2025.05.25-17.51.58:941][ 79]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1565 failed (-1006) -[2025.05.25-17.51.58:942][ 79]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:942][ 79]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1566 failed (-1000) -[2025.05.25-17.51.58:947][ 80]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1567 outside of frame bounds -[2025.05.25-17.51.58:947][ 80]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:947][ 80]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:947][ 80]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1568 outside of frame bounds -[2025.05.25-17.51.58:953][ 80]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1566 failed (-1006) -[2025.05.25-17.51.58:954][ 80]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:954][ 80]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1567 failed (-1000) -[2025.05.25-17.51.58:959][ 81]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1568 outside of frame bounds -[2025.05.25-17.51.58:959][ 81]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:959][ 81]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:959][ 81]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1569 outside of frame bounds -[2025.05.25-17.51.58:966][ 81]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1567 failed (-1006) -[2025.05.25-17.51.58:966][ 81]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:966][ 81]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1568 failed (-1000) -[2025.05.25-17.51.58:971][ 82]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1569 outside of frame bounds -[2025.05.25-17.51.58:971][ 82]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:971][ 82]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:971][ 82]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1570 outside of frame bounds -[2025.05.25-17.51.58:976][ 82]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1568 failed (-1006) -[2025.05.25-17.51.58:977][ 82]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:977][ 82]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1569 failed (-1000) -[2025.05.25-17.51.58:982][ 83]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1570 outside of frame bounds -[2025.05.25-17.51.58:982][ 83]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:982][ 83]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:982][ 83]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1571 outside of frame bounds -[2025.05.25-17.51.58:987][ 83]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1569 failed (-1006) -[2025.05.25-17.51.58:988][ 83]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.58:988][ 83]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1570 failed (-1000) -[2025.05.25-17.51.58:995][ 84]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1571 outside of frame bounds -[2025.05.25-17.51.58:995][ 84]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.58:995][ 84]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.58:995][ 84]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1572 outside of frame bounds -[2025.05.25-17.51.58:999][ 84]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1570 failed (-1006) -[2025.05.25-17.51.59:000][ 84]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:000][ 84]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1571 failed (-1000) -[2025.05.25-17.51.59:005][ 85]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1572 outside of frame bounds -[2025.05.25-17.51.59:005][ 85]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:005][ 85]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:005][ 85]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1573 outside of frame bounds -[2025.05.25-17.51.59:011][ 85]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1571 failed (-1006) -[2025.05.25-17.51.59:012][ 85]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:012][ 85]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1572 failed (-1000) -[2025.05.25-17.51.59:016][ 86]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1573 outside of frame bounds -[2025.05.25-17.51.59:016][ 86]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:016][ 86]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:016][ 86]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1574 outside of frame bounds -[2025.05.25-17.51.59:024][ 86]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1572 failed (-1006) -[2025.05.25-17.51.59:025][ 86]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:025][ 86]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1573 failed (-1000) -[2025.05.25-17.51.59:029][ 87]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1574 outside of frame bounds -[2025.05.25-17.51.59:029][ 87]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:029][ 87]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:029][ 87]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1575 outside of frame bounds -[2025.05.25-17.51.59:034][ 87]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1573 failed (-1006) -[2025.05.25-17.51.59:035][ 87]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:035][ 87]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1574 failed (-1000) -[2025.05.25-17.51.59:040][ 88]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1575 outside of frame bounds -[2025.05.25-17.51.59:040][ 88]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:040][ 88]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:040][ 88]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1576 outside of frame bounds -[2025.05.25-17.51.59:046][ 88]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1574 failed (-1006) -[2025.05.25-17.51.59:047][ 88]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:047][ 88]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1575 failed (-1000) -[2025.05.25-17.51.59:052][ 89]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1576 outside of frame bounds -[2025.05.25-17.51.59:053][ 89]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:053][ 89]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:053][ 89]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1577 outside of frame bounds -[2025.05.25-17.51.59:058][ 89]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1575 failed (-1006) -[2025.05.25-17.51.59:060][ 89]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:060][ 89]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1576 failed (-1000) -[2025.05.25-17.51.59:064][ 90]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1577 outside of frame bounds -[2025.05.25-17.51.59:065][ 90]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:065][ 90]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:065][ 90]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1578 outside of frame bounds -[2025.05.25-17.51.59:069][ 90]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1576 failed (-1006) -[2025.05.25-17.51.59:070][ 90]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:070][ 90]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1577 failed (-1000) -[2025.05.25-17.51.59:074][ 91]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1578 outside of frame bounds -[2025.05.25-17.51.59:075][ 91]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:075][ 91]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:075][ 91]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1579 outside of frame bounds -[2025.05.25-17.51.59:080][ 91]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1577 failed (-1006) -[2025.05.25-17.51.59:081][ 91]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:081][ 91]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1578 failed (-1000) -[2025.05.25-17.51.59:085][ 92]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1579 outside of frame bounds -[2025.05.25-17.51.59:086][ 92]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:086][ 92]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:086][ 92]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1580 outside of frame bounds -[2025.05.25-17.51.59:094][ 92]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1578 failed (-1006) -[2025.05.25-17.51.59:094][ 92]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:094][ 92]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1579 failed (-1000) -[2025.05.25-17.51.59:099][ 93]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1580 outside of frame bounds -[2025.05.25-17.51.59:100][ 93]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:100][ 93]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:100][ 93]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1581 outside of frame bounds -[2025.05.25-17.51.59:104][ 93]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1579 failed (-1006) -[2025.05.25-17.51.59:106][ 93]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:106][ 93]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1580 failed (-1000) -[2025.05.25-17.51.59:110][ 94]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1581 outside of frame bounds -[2025.05.25-17.51.59:111][ 94]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:111][ 94]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:111][ 94]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1582 outside of frame bounds -[2025.05.25-17.51.59:116][ 94]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1580 failed (-1006) -[2025.05.25-17.51.59:117][ 94]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:117][ 94]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1581 failed (-1000) -[2025.05.25-17.51.59:122][ 95]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1582 outside of frame bounds -[2025.05.25-17.51.59:123][ 95]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:123][ 95]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:123][ 95]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1583 outside of frame bounds -[2025.05.25-17.51.59:129][ 95]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1581 failed (-1006) -[2025.05.25-17.51.59:131][ 95]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:131][ 95]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1582 failed (-1000) -[2025.05.25-17.51.59:134][ 96]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1583 outside of frame bounds -[2025.05.25-17.51.59:135][ 96]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:135][ 96]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:135][ 96]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1584 outside of frame bounds -[2025.05.25-17.51.59:140][ 96]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1582 failed (-1006) -[2025.05.25-17.51.59:141][ 96]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:141][ 96]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1583 failed (-1000) -[2025.05.25-17.51.59:147][ 97]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1584 outside of frame bounds -[2025.05.25-17.51.59:147][ 97]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:147][ 97]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:147][ 97]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1585 outside of frame bounds -[2025.05.25-17.51.59:151][ 97]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1583 failed (-1006) -[2025.05.25-17.51.59:152][ 97]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:152][ 97]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1584 failed (-1000) -[2025.05.25-17.51.59:157][ 98]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1585 outside of frame bounds -[2025.05.25-17.51.59:158][ 98]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:158][ 98]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:158][ 98]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1586 outside of frame bounds -[2025.05.25-17.51.59:164][ 98]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1584 failed (-1006) -[2025.05.25-17.51.59:164][ 98]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:164][ 98]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1585 failed (-1000) -[2025.05.25-17.51.59:169][ 99]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1586 outside of frame bounds -[2025.05.25-17.51.59:169][ 99]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:169][ 99]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:169][ 99]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1587 outside of frame bounds -[2025.05.25-17.51.59:176][ 99]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1585 failed (-1006) -[2025.05.25-17.51.59:177][ 99]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:177][ 99]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1586 failed (-1000) -[2025.05.25-17.51.59:181][100]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1587 outside of frame bounds -[2025.05.25-17.51.59:181][100]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:181][100]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:181][100]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1588 outside of frame bounds -[2025.05.25-17.51.59:187][100]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1586 failed (-1006) -[2025.05.25-17.51.59:188][100]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:188][100]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1587 failed (-1000) -[2025.05.25-17.51.59:193][101]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1588 outside of frame bounds -[2025.05.25-17.51.59:193][101]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:193][101]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:193][101]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1589 outside of frame bounds -[2025.05.25-17.51.59:200][101]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1587 failed (-1006) -[2025.05.25-17.51.59:200][101]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:200][101]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1588 failed (-1000) -[2025.05.25-17.51.59:205][102]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1589 outside of frame bounds -[2025.05.25-17.51.59:206][102]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:206][102]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:206][102]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1590 outside of frame bounds -[2025.05.25-17.51.59:210][102]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1588 failed (-1006) -[2025.05.25-17.51.59:212][102]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:212][102]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1589 failed (-1000) -[2025.05.25-17.51.59:217][103]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1590 outside of frame bounds -[2025.05.25-17.51.59:217][103]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:217][103]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:217][103]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1591 outside of frame bounds -[2025.05.25-17.51.59:221][103]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1589 failed (-1006) -[2025.05.25-17.51.59:222][103]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:222][103]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1590 failed (-1000) -[2025.05.25-17.51.59:228][104]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1591 outside of frame bounds -[2025.05.25-17.51.59:229][104]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:229][104]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:229][104]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1592 outside of frame bounds -[2025.05.25-17.51.59:234][104]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1590 failed (-1006) -[2025.05.25-17.51.59:235][104]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:235][104]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1591 failed (-1000) -[2025.05.25-17.51.59:240][105]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1592 outside of frame bounds -[2025.05.25-17.51.59:241][105]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:241][105]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:241][105]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1593 outside of frame bounds -[2025.05.25-17.51.59:245][105]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1591 failed (-1006) -[2025.05.25-17.51.59:246][105]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:246][105]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1592 failed (-1000) -[2025.05.25-17.51.59:251][106]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1593 outside of frame bounds -[2025.05.25-17.51.59:251][106]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:251][106]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:251][106]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1594 outside of frame bounds -[2025.05.25-17.51.59:258][106]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1592 failed (-1006) -[2025.05.25-17.51.59:259][106]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:259][106]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1593 failed (-1000) -[2025.05.25-17.51.59:264][107]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1594 outside of frame bounds -[2025.05.25-17.51.59:264][107]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:264][107]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:264][107]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1595 outside of frame bounds -[2025.05.25-17.51.59:269][107]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1593 failed (-1006) -[2025.05.25-17.51.59:270][107]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:270][107]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1594 failed (-1000) -[2025.05.25-17.51.59:275][108]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1595 outside of frame bounds -[2025.05.25-17.51.59:275][108]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:275][108]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:275][108]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1596 outside of frame bounds -[2025.05.25-17.51.59:279][108]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1594 failed (-1006) -[2025.05.25-17.51.59:280][108]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:280][108]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1595 failed (-1000) -[2025.05.25-17.51.59:287][109]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1596 outside of frame bounds -[2025.05.25-17.51.59:287][109]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:287][109]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:287][109]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1597 outside of frame bounds -[2025.05.25-17.51.59:292][109]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1595 failed (-1006) -[2025.05.25-17.51.59:293][109]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:293][109]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1596 failed (-1000) -[2025.05.25-17.51.59:298][110]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1597 outside of frame bounds -[2025.05.25-17.51.59:299][110]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:299][110]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:299][110]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1598 outside of frame bounds -[2025.05.25-17.51.59:303][110]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1596 failed (-1006) -[2025.05.25-17.51.59:304][110]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:304][110]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1597 failed (-1000) -[2025.05.25-17.51.59:309][111]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1598 outside of frame bounds -[2025.05.25-17.51.59:310][111]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:310][111]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:310][111]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1599 outside of frame bounds -[2025.05.25-17.51.59:315][111]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1597 failed (-1006) -[2025.05.25-17.51.59:316][111]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:316][111]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1598 failed (-1000) -[2025.05.25-17.51.59:320][112]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1599 outside of frame bounds -[2025.05.25-17.51.59:321][112]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:321][112]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:321][112]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1600 outside of frame bounds -[2025.05.25-17.51.59:327][112]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1598 failed (-1006) -[2025.05.25-17.51.59:328][112]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:328][112]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1599 failed (-1000) -[2025.05.25-17.51.59:332][113]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1600 outside of frame bounds -[2025.05.25-17.51.59:333][113]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:333][113]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:333][113]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1601 outside of frame bounds -[2025.05.25-17.51.59:338][113]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1599 failed (-1006) -[2025.05.25-17.51.59:339][113]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:339][113]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1600 failed (-1000) -[2025.05.25-17.51.59:344][114]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1601 outside of frame bounds -[2025.05.25-17.51.59:345][114]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:345][114]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:345][114]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1602 outside of frame bounds -[2025.05.25-17.51.59:348][114]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1600 failed (-1006) -[2025.05.25-17.51.59:349][114]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:349][114]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1601 failed (-1000) -[2025.05.25-17.51.59:356][115]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1602 outside of frame bounds -[2025.05.25-17.51.59:356][115]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:356][115]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:356][115]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1603 outside of frame bounds -[2025.05.25-17.51.59:361][115]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1601 failed (-1006) -[2025.05.25-17.51.59:361][115]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:361][115]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1602 failed (-1000) -[2025.05.25-17.51.59:367][116]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1603 outside of frame bounds -[2025.05.25-17.51.59:367][116]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:367][116]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:367][116]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1604 outside of frame bounds -[2025.05.25-17.51.59:373][116]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1602 failed (-1006) -[2025.05.25-17.51.59:373][116]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:373][116]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1603 failed (-1000) -[2025.05.25-17.51.59:378][117]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1604 outside of frame bounds -[2025.05.25-17.51.59:378][117]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:378][117]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:378][117]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1605 outside of frame bounds -[2025.05.25-17.51.59:383][117]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1603 failed (-1006) -[2025.05.25-17.51.59:385][117]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:385][117]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1604 failed (-1000) -[2025.05.25-17.51.59:388][118]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1605 outside of frame bounds -[2025.05.25-17.51.59:389][118]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:389][118]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:389][118]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1606 outside of frame bounds -[2025.05.25-17.51.59:395][118]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1604 failed (-1006) -[2025.05.25-17.51.59:397][118]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:397][118]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1605 failed (-1000) -[2025.05.25-17.51.59:401][119]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1606 outside of frame bounds -[2025.05.25-17.51.59:401][119]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:401][119]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:401][119]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1607 outside of frame bounds -[2025.05.25-17.51.59:407][119]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1605 failed (-1006) -[2025.05.25-17.51.59:408][119]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:408][119]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1606 failed (-1000) -[2025.05.25-17.51.59:412][120]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1607 outside of frame bounds -[2025.05.25-17.51.59:412][120]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:412][120]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:412][120]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1608 outside of frame bounds -[2025.05.25-17.51.59:417][120]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1606 failed (-1006) -[2025.05.25-17.51.59:418][120]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:418][120]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1607 failed (-1000) -[2025.05.25-17.51.59:423][121]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1608 outside of frame bounds -[2025.05.25-17.51.59:423][121]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:423][121]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:423][121]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1609 outside of frame bounds -[2025.05.25-17.51.59:429][121]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1607 failed (-1006) -[2025.05.25-17.51.59:430][121]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:430][121]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1608 failed (-1000) -[2025.05.25-17.51.59:434][122]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1609 outside of frame bounds -[2025.05.25-17.51.59:434][122]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:434][122]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:434][122]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1610 outside of frame bounds -[2025.05.25-17.51.59:441][122]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1608 failed (-1006) -[2025.05.25-17.51.59:441][122]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:441][122]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1609 failed (-1000) -[2025.05.25-17.51.59:445][123]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1610 outside of frame bounds -[2025.05.25-17.51.59:447][123]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:447][123]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:447][123]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1611 outside of frame bounds -[2025.05.25-17.51.59:452][123]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1609 failed (-1006) -[2025.05.25-17.51.59:452][123]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:452][123]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1610 failed (-1000) -[2025.05.25-17.51.59:457][124]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1611 outside of frame bounds -[2025.05.25-17.51.59:457][124]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:457][124]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:457][124]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1612 outside of frame bounds -[2025.05.25-17.51.59:464][124]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1610 failed (-1006) -[2025.05.25-17.51.59:465][124]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:465][124]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1611 failed (-1000) -[2025.05.25-17.51.59:470][125]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1612 outside of frame bounds -[2025.05.25-17.51.59:470][125]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:470][125]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:470][125]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1613 outside of frame bounds -[2025.05.25-17.51.59:475][125]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1611 failed (-1006) -[2025.05.25-17.51.59:476][125]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:476][125]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1612 failed (-1000) -[2025.05.25-17.51.59:481][126]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1613 outside of frame bounds -[2025.05.25-17.51.59:481][126]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:481][126]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:481][126]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1614 outside of frame bounds -[2025.05.25-17.51.59:485][126]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1612 failed (-1006) -[2025.05.25-17.51.59:486][126]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:486][126]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1613 failed (-1000) -[2025.05.25-17.51.59:491][127]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1614 outside of frame bounds -[2025.05.25-17.51.59:492][127]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:492][127]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:492][127]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1615 outside of frame bounds -[2025.05.25-17.51.59:498][127]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1613 failed (-1006) -[2025.05.25-17.51.59:498][127]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:498][127]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1614 failed (-1000) -[2025.05.25-17.51.59:503][128]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1615 outside of frame bounds -[2025.05.25-17.51.59:503][128]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:504][128]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:504][128]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1616 outside of frame bounds -[2025.05.25-17.51.59:509][128]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1614 failed (-1006) -[2025.05.25-17.51.59:510][128]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:510][128]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1615 failed (-1000) -[2025.05.25-17.51.59:514][129]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1616 outside of frame bounds -[2025.05.25-17.51.59:515][129]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:515][129]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:515][129]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1617 outside of frame bounds -[2025.05.25-17.51.59:520][129]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1615 failed (-1006) -[2025.05.25-17.51.59:521][129]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:521][129]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1616 failed (-1000) -[2025.05.25-17.51.59:526][130]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1617 outside of frame bounds -[2025.05.25-17.51.59:526][130]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:527][130]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:527][130]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1618 outside of frame bounds -[2025.05.25-17.51.59:533][130]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1616 failed (-1006) -[2025.05.25-17.51.59:533][130]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:533][130]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1617 failed (-1000) -[2025.05.25-17.51.59:538][131]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1618 outside of frame bounds -[2025.05.25-17.51.59:538][131]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:538][131]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:538][131]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1619 outside of frame bounds -[2025.05.25-17.51.59:543][131]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1617 failed (-1006) -[2025.05.25-17.51.59:543][131]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:543][131]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1618 failed (-1000) -[2025.05.25-17.51.59:550][132]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1619 outside of frame bounds -[2025.05.25-17.51.59:550][132]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:550][132]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:550][132]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1620 outside of frame bounds -[2025.05.25-17.51.59:554][132]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1618 failed (-1006) -[2025.05.25-17.51.59:555][132]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:555][132]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1619 failed (-1000) -[2025.05.25-17.51.59:560][133]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1620 outside of frame bounds -[2025.05.25-17.51.59:561][133]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:561][133]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:561][133]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1621 outside of frame bounds -[2025.05.25-17.51.59:566][133]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1619 failed (-1006) -[2025.05.25-17.51.59:567][133]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:567][133]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1620 failed (-1000) -[2025.05.25-17.51.59:571][134]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1621 outside of frame bounds -[2025.05.25-17.51.59:572][134]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:572][134]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:572][134]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1622 outside of frame bounds -[2025.05.25-17.51.59:578][134]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1620 failed (-1006) -[2025.05.25-17.51.59:579][134]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:579][134]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1621 failed (-1000) -[2025.05.25-17.51.59:583][135]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1622 outside of frame bounds -[2025.05.25-17.51.59:584][135]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:584][135]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:584][135]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1623 outside of frame bounds -[2025.05.25-17.51.59:590][135]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1621 failed (-1006) -[2025.05.25-17.51.59:591][135]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:591][135]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1622 failed (-1000) -[2025.05.25-17.51.59:596][136]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1623 outside of frame bounds -[2025.05.25-17.51.59:596][136]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:596][136]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:596][136]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1624 outside of frame bounds -[2025.05.25-17.51.59:602][136]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1622 failed (-1006) -[2025.05.25-17.51.59:602][136]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:602][136]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1623 failed (-1000) -[2025.05.25-17.51.59:607][137]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1624 outside of frame bounds -[2025.05.25-17.51.59:608][137]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:608][137]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:608][137]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1625 outside of frame bounds -[2025.05.25-17.51.59:612][137]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1623 failed (-1006) -[2025.05.25-17.51.59:613][137]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:613][137]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1624 failed (-1000) -[2025.05.25-17.51.59:619][138]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1625 outside of frame bounds -[2025.05.25-17.51.59:619][138]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:619][138]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:619][138]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1626 outside of frame bounds -[2025.05.25-17.51.59:625][138]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1624 failed (-1006) -[2025.05.25-17.51.59:626][138]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:626][138]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1625 failed (-1000) -[2025.05.25-17.51.59:632][139]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1626 outside of frame bounds -[2025.05.25-17.51.59:632][139]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:632][139]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:632][139]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1627 outside of frame bounds -[2025.05.25-17.51.59:636][139]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1625 failed (-1006) -[2025.05.25-17.51.59:637][139]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:637][139]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1626 failed (-1000) -[2025.05.25-17.51.59:642][140]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1627 outside of frame bounds -[2025.05.25-17.51.59:643][140]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:643][140]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:643][140]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1628 outside of frame bounds -[2025.05.25-17.51.59:648][140]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1626 failed (-1006) -[2025.05.25-17.51.59:649][140]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:649][140]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1627 failed (-1000) -[2025.05.25-17.51.59:653][141]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1628 outside of frame bounds -[2025.05.25-17.51.59:654][141]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:654][141]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:654][141]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1629 outside of frame bounds -[2025.05.25-17.51.59:661][141]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1627 failed (-1006) -[2025.05.25-17.51.59:661][141]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:661][141]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1628 failed (-1000) -[2025.05.25-17.51.59:666][142]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1629 outside of frame bounds -[2025.05.25-17.51.59:666][142]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:666][142]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:667][142]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1630 outside of frame bounds -[2025.05.25-17.51.59:673][142]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1628 failed (-1006) -[2025.05.25-17.51.59:673][142]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:673][142]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1629 failed (-1000) -[2025.05.25-17.51.59:678][143]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1630 outside of frame bounds -[2025.05.25-17.51.59:678][143]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:678][143]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:678][143]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1631 outside of frame bounds -[2025.05.25-17.51.59:684][143]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1629 failed (-1006) -[2025.05.25-17.51.59:685][143]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:685][143]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1630 failed (-1000) -[2025.05.25-17.51.59:689][144]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1631 outside of frame bounds -[2025.05.25-17.51.59:690][144]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:690][144]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:690][144]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1632 outside of frame bounds -[2025.05.25-17.51.59:695][144]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1630 failed (-1006) -[2025.05.25-17.51.59:696][144]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:696][144]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1631 failed (-1000) -[2025.05.25-17.51.59:702][145]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1632 outside of frame bounds -[2025.05.25-17.51.59:703][145]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:703][145]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:703][145]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1633 outside of frame bounds -[2025.05.25-17.51.59:707][145]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1631 failed (-1006) -[2025.05.25-17.51.59:708][145]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:708][145]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1632 failed (-1000) -[2025.05.25-17.51.59:713][146]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1633 outside of frame bounds -[2025.05.25-17.51.59:713][146]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:713][146]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:713][146]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1634 outside of frame bounds -[2025.05.25-17.51.59:719][146]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1632 failed (-1006) -[2025.05.25-17.51.59:720][146]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:720][146]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1633 failed (-1000) -[2025.05.25-17.51.59:724][147]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1634 outside of frame bounds -[2025.05.25-17.51.59:725][147]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:725][147]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:725][147]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1635 outside of frame bounds -[2025.05.25-17.51.59:731][147]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1633 failed (-1006) -[2025.05.25-17.51.59:732][147]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:732][147]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1634 failed (-1000) -[2025.05.25-17.51.59:736][148]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1635 outside of frame bounds -[2025.05.25-17.51.59:737][148]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:737][148]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:737][148]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1636 outside of frame bounds -[2025.05.25-17.51.59:744][148]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1634 failed (-1006) -[2025.05.25-17.51.59:745][148]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:745][148]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1635 failed (-1000) -[2025.05.25-17.51.59:749][149]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1636 outside of frame bounds -[2025.05.25-17.51.59:749][149]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:749][149]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:749][149]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1637 outside of frame bounds -[2025.05.25-17.51.59:755][149]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1635 failed (-1006) -[2025.05.25-17.51.59:756][149]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:756][149]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1636 failed (-1000) -[2025.05.25-17.51.59:761][150]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1637 outside of frame bounds -[2025.05.25-17.51.59:762][150]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:762][150]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:762][150]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1638 outside of frame bounds -[2025.05.25-17.51.59:768][150]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1636 failed (-1006) -[2025.05.25-17.51.59:769][150]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:769][150]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1637 failed (-1000) -[2025.05.25-17.51.59:773][151]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1638 outside of frame bounds -[2025.05.25-17.51.59:774][151]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:774][151]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:774][151]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1639 outside of frame bounds -[2025.05.25-17.51.59:779][151]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1637 failed (-1006) -[2025.05.25-17.51.59:779][151]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:780][151]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1638 failed (-1000) -[2025.05.25-17.51.59:785][152]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1639 outside of frame bounds -[2025.05.25-17.51.59:786][152]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:786][152]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:786][152]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1640 outside of frame bounds -[2025.05.25-17.51.59:791][152]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1638 failed (-1006) -[2025.05.25-17.51.59:792][152]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:792][152]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1639 failed (-1000) -[2025.05.25-17.51.59:797][153]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1640 outside of frame bounds -[2025.05.25-17.51.59:798][153]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:798][153]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:798][153]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1641 outside of frame bounds -[2025.05.25-17.51.59:803][153]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1639 failed (-1006) -[2025.05.25-17.51.59:804][153]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:804][153]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1640 failed (-1000) -[2025.05.25-17.51.59:808][154]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1641 outside of frame bounds -[2025.05.25-17.51.59:808][154]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:809][154]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:809][154]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1642 outside of frame bounds -[2025.05.25-17.51.59:815][154]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1640 failed (-1006) -[2025.05.25-17.51.59:816][154]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:816][154]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1641 failed (-1000) -[2025.05.25-17.51.59:820][155]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1642 outside of frame bounds -[2025.05.25-17.51.59:820][155]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:820][155]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:820][155]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1643 outside of frame bounds -[2025.05.25-17.51.59:828][155]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1641 failed (-1006) -[2025.05.25-17.51.59:829][155]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:829][155]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1642 failed (-1000) -[2025.05.25-17.51.59:833][156]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1643 outside of frame bounds -[2025.05.25-17.51.59:833][156]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:833][156]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:833][156]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1644 outside of frame bounds -[2025.05.25-17.51.59:839][156]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1642 failed (-1006) -[2025.05.25-17.51.59:841][156]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:841][156]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1643 failed (-1000) -[2025.05.25-17.51.59:845][157]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1644 outside of frame bounds -[2025.05.25-17.51.59:846][157]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:846][157]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:846][157]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1645 outside of frame bounds -[2025.05.25-17.51.59:852][157]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1643 failed (-1006) -[2025.05.25-17.51.59:852][157]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:852][157]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1644 failed (-1000) -[2025.05.25-17.51.59:857][158]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1645 outside of frame bounds -[2025.05.25-17.51.59:858][158]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:858][158]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:858][158]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1646 outside of frame bounds -[2025.05.25-17.51.59:863][158]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1644 failed (-1006) -[2025.05.25-17.51.59:864][158]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:864][158]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1645 failed (-1000) -[2025.05.25-17.51.59:870][159]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1646 outside of frame bounds -[2025.05.25-17.51.59:870][159]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:870][159]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:870][159]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1647 outside of frame bounds -[2025.05.25-17.51.59:875][159]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1645 failed (-1006) -[2025.05.25-17.51.59:876][159]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:876][159]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1646 failed (-1000) -[2025.05.25-17.51.59:882][160]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1647 outside of frame bounds -[2025.05.25-17.51.59:882][160]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:882][160]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:882][160]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1648 outside of frame bounds -[2025.05.25-17.51.59:886][160]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1646 failed (-1006) -[2025.05.25-17.51.59:887][160]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:887][160]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1647 failed (-1000) -[2025.05.25-17.51.59:892][161]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1648 outside of frame bounds -[2025.05.25-17.51.59:893][161]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:893][161]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:893][161]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1649 outside of frame bounds -[2025.05.25-17.51.59:899][161]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1647 failed (-1006) -[2025.05.25-17.51.59:900][161]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:900][161]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1648 failed (-1000) -[2025.05.25-17.51.59:904][162]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1649 outside of frame bounds -[2025.05.25-17.51.59:904][162]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:904][162]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:904][162]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1650 outside of frame bounds -[2025.05.25-17.51.59:910][162]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1648 failed (-1006) -[2025.05.25-17.51.59:911][162]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:911][162]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1649 failed (-1000) -[2025.05.25-17.51.59:915][163]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1650 outside of frame bounds -[2025.05.25-17.51.59:916][163]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:916][163]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:916][163]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1651 outside of frame bounds -[2025.05.25-17.51.59:922][163]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1649 failed (-1006) -[2025.05.25-17.51.59:922][163]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:922][163]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1650 failed (-1000) -[2025.05.25-17.51.59:927][164]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1651 outside of frame bounds -[2025.05.25-17.51.59:928][164]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:928][164]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:928][164]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1652 outside of frame bounds -[2025.05.25-17.51.59:931][164]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1650 failed (-1006) -[2025.05.25-17.51.59:933][164]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:933][164]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1651 failed (-1000) -[2025.05.25-17.51.59:938][165]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1652 outside of frame bounds -[2025.05.25-17.51.59:939][165]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:939][165]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:939][165]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1653 outside of frame bounds -[2025.05.25-17.51.59:943][165]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1651 failed (-1006) -[2025.05.25-17.51.59:944][165]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:944][165]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1652 failed (-1000) -[2025.05.25-17.51.59:949][166]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1653 outside of frame bounds -[2025.05.25-17.51.59:949][166]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:949][166]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:949][166]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1654 outside of frame bounds -[2025.05.25-17.51.59:954][166]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1652 failed (-1006) -[2025.05.25-17.51.59:956][166]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:956][166]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1653 failed (-1000) -[2025.05.25-17.51.59:961][167]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1654 outside of frame bounds -[2025.05.25-17.51.59:961][167]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:961][167]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:961][167]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1655 outside of frame bounds -[2025.05.25-17.51.59:967][167]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1653 failed (-1006) -[2025.05.25-17.51.59:968][167]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:968][167]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1654 failed (-1000) -[2025.05.25-17.51.59:973][168]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1655 outside of frame bounds -[2025.05.25-17.51.59:973][168]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:973][168]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:973][168]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1656 outside of frame bounds -[2025.05.25-17.51.59:979][168]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1654 failed (-1006) -[2025.05.25-17.51.59:980][168]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:980][168]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1655 failed (-1000) -[2025.05.25-17.51.59:984][169]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1656 outside of frame bounds -[2025.05.25-17.51.59:985][169]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.51.59:985][169]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.51.59:985][169]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1657 outside of frame bounds -[2025.05.25-17.51.59:990][169]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1655 failed (-1006) -[2025.05.25-17.51.59:991][169]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.51.59:991][169]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1656 failed (-1000) -[2025.05.25-17.51.59:997][170]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1657 outside of frame bounds -[2025.05.25-17.52.00:011][170]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:011][170]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:011][170]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1658 outside of frame bounds -[2025.05.25-17.52.00:012][170]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1656 failed (-1006) -[2025.05.25-17.52.00:013][170]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:013][170]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1657 failed (-1000) -[2025.05.25-17.52.00:015][170]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1658 outside of frame bounds -[2025.05.25-17.52.00:016][170]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1657 failed (-1006) -[2025.05.25-17.52.00:017][170]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:017][170]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1658 failed (-1000) -[2025.05.25-17.52.00:020][171]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:020][171]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:020][171]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1659 outside of frame bounds -[2025.05.25-17.52.00:023][171]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1659 outside of frame bounds -[2025.05.25-17.52.00:026][171]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1658 failed (-1006) -[2025.05.25-17.52.00:027][171]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:027][171]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1659 failed (-1000) -[2025.05.25-17.52.00:029][172]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:029][172]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:029][172]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1660 outside of frame bounds -[2025.05.25-17.52.00:032][172]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1660 outside of frame bounds -[2025.05.25-17.52.00:037][173]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1659 failed (-1006) -[2025.05.25-17.52.00:037][173]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:038][173]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:038][173]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1661 outside of frame bounds -[2025.05.25-17.52.00:038][173]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:038][173]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1660 failed (-1000) -[2025.05.25-17.52.00:043][173]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1661 outside of frame bounds -[2025.05.25-17.52.00:046][174]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:046][174]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:046][174]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1662 outside of frame bounds -[2025.05.25-17.52.00:049][174]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1660 failed (-1006) -[2025.05.25-17.52.00:050][174]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:050][174]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1661 failed (-1000) -[2025.05.25-17.52.00:054][175]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1662 outside of frame bounds -[2025.05.25-17.52.00:055][175]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:055][175]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:055][175]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1663 outside of frame bounds -[2025.05.25-17.52.00:060][175]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1661 failed (-1006) -[2025.05.25-17.52.00:061][175]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:061][175]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1662 failed (-1000) -[2025.05.25-17.52.00:066][176]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1663 outside of frame bounds -[2025.05.25-17.52.00:066][176]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:066][176]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:066][176]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1664 outside of frame bounds -[2025.05.25-17.52.00:077][176]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1664 outside of frame bounds -[2025.05.25-17.52.00:087][176]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1662 failed (-1006) -[2025.05.25-17.52.00:088][176]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:088][176]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1663 failed (-1000) -[2025.05.25-17.52.00:091][176]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1663 failed (-1006) -[2025.05.25-17.52.00:092][177]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:092][177]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1664 failed (-1000) -[2025.05.25-17.52.00:092][177]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:092][177]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:092][177]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1665 outside of frame bounds -[2025.05.25-17.52.00:096][177]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1665 outside of frame bounds -[2025.05.25-17.52.00:101][178]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1664 failed (-1006) -[2025.05.25-17.52.00:101][178]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:101][178]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:101][178]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1666 outside of frame bounds -[2025.05.25-17.52.00:102][178]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:102][178]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1665 failed (-1000) -[2025.05.25-17.52.00:107][178]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1666 outside of frame bounds -[2025.05.25-17.52.00:110][179]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:111][179]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:111][179]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1667 outside of frame bounds -[2025.05.25-17.52.00:112][179]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1665 failed (-1006) -[2025.05.25-17.52.00:113][179]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:113][179]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1666 failed (-1000) -[2025.05.25-17.52.00:119][180]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1667 outside of frame bounds -[2025.05.25-17.52.00:119][180]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:119][180]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:119][180]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1668 outside of frame bounds -[2025.05.25-17.52.00:123][180]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1666 failed (-1006) -[2025.05.25-17.52.00:124][180]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:124][180]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1667 failed (-1000) -[2025.05.25-17.52.00:129][181]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1668 outside of frame bounds -[2025.05.25-17.52.00:130][181]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:130][181]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:130][181]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1669 outside of frame bounds -[2025.05.25-17.52.00:136][181]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1667 failed (-1006) -[2025.05.25-17.52.00:136][181]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:136][181]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1668 failed (-1000) -[2025.05.25-17.52.00:141][182]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1669 outside of frame bounds -[2025.05.25-17.52.00:142][182]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:142][182]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:142][182]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1670 outside of frame bounds -[2025.05.25-17.52.00:152][182]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1670 outside of frame bounds -[2025.05.25-17.52.00:179][182]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1668 failed (-1006) -[2025.05.25-17.52.00:180][182]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:180][182]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1669 failed (-1000) -[2025.05.25-17.52.00:183][183]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:183][183]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:183][183]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1671 outside of frame bounds -[2025.05.25-17.52.00:183][183]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1669 failed (-1006) -[2025.05.25-17.52.00:184][183]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:184][183]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1670 failed (-1000) -[2025.05.25-17.52.00:188][183]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1671 outside of frame bounds -[2025.05.25-17.52.00:192][184]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:193][184]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:193][184]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1672 outside of frame bounds -[2025.05.25-17.52.00:194][184]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1670 failed (-1006) -[2025.05.25-17.52.00:194][184]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:194][184]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1671 failed (-1000) -[2025.05.25-17.52.00:198][184]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1672 outside of frame bounds -[2025.05.25-17.52.00:201][185]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:201][185]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:201][185]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1673 outside of frame bounds -[2025.05.25-17.52.00:205][185]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1671 failed (-1006) -[2025.05.25-17.52.00:206][185]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:206][185]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1672 failed (-1000) -[2025.05.25-17.52.00:211][186]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1673 outside of frame bounds -[2025.05.25-17.52.00:212][186]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:212][186]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:212][186]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1674 outside of frame bounds -[2025.05.25-17.52.00:217][186]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1672 failed (-1006) -[2025.05.25-17.52.00:218][186]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:218][186]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1673 failed (-1000) -[2025.05.25-17.52.00:222][187]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1674 outside of frame bounds -[2025.05.25-17.52.00:222][187]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:222][187]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:222][187]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1675 outside of frame bounds -[2025.05.25-17.52.00:229][187]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1673 failed (-1006) -[2025.05.25-17.52.00:229][187]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:229][187]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1674 failed (-1000) -[2025.05.25-17.52.00:234][188]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1675 outside of frame bounds -[2025.05.25-17.52.00:235][188]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:235][188]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:235][188]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1676 outside of frame bounds -[2025.05.25-17.52.00:245][188]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1676 outside of frame bounds -[2025.05.25-17.52.00:273][188]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1674 failed (-1006) -[2025.05.25-17.52.00:274][188]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:274][188]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1675 failed (-1000) -[2025.05.25-17.52.00:277][188]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1675 failed (-1006) -[2025.05.25-17.52.00:277][189]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:277][189]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1676 failed (-1000) -[2025.05.25-17.52.00:278][189]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:278][189]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:278][189]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1677 outside of frame bounds -[2025.05.25-17.52.00:281][189]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1677 outside of frame bounds -[2025.05.25-17.52.00:287][190]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:287][190]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:287][190]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1678 outside of frame bounds -[2025.05.25-17.52.00:288][190]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1676 failed (-1006) -[2025.05.25-17.52.00:288][190]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:289][190]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1677 failed (-1000) -[2025.05.25-17.52.00:293][190]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1678 outside of frame bounds -[2025.05.25-17.52.00:296][191]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:296][191]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:296][191]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1679 outside of frame bounds -[2025.05.25-17.52.00:300][191]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1677 failed (-1006) -[2025.05.25-17.52.00:301][191]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:301][191]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1678 failed (-1000) -[2025.05.25-17.52.00:305][192]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1679 outside of frame bounds -[2025.05.25-17.52.00:306][192]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:306][192]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:306][192]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1680 outside of frame bounds -[2025.05.25-17.52.00:311][192]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1678 failed (-1006) -[2025.05.25-17.52.00:312][192]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:312][192]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1679 failed (-1000) -[2025.05.25-17.52.00:317][193]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1680 outside of frame bounds -[2025.05.25-17.52.00:317][193]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:317][193]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:317][193]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1681 outside of frame bounds -[2025.05.25-17.52.00:322][193]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1679 failed (-1006) -[2025.05.25-17.52.00:323][193]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:323][193]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1680 failed (-1000) -[2025.05.25-17.52.00:329][194]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1681 outside of frame bounds -[2025.05.25-17.52.00:329][194]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:329][194]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:329][194]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1682 outside of frame bounds -[2025.05.25-17.52.00:333][194]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1680 failed (-1006) -[2025.05.25-17.52.00:334][194]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:334][194]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1681 failed (-1000) -[2025.05.25-17.52.00:340][195]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1682 outside of frame bounds -[2025.05.25-17.52.00:340][195]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:340][195]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:340][195]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1683 outside of frame bounds -[2025.05.25-17.52.00:345][195]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1681 failed (-1006) -[2025.05.25-17.52.00:346][195]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:346][195]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1682 failed (-1000) -[2025.05.25-17.52.00:350][196]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1683 outside of frame bounds -[2025.05.25-17.52.00:351][196]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:351][196]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:351][196]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1684 outside of frame bounds -[2025.05.25-17.52.00:357][196]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1682 failed (-1006) -[2025.05.25-17.52.00:358][196]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:358][196]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1683 failed (-1000) -[2025.05.25-17.52.00:363][197]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1684 outside of frame bounds -[2025.05.25-17.52.00:363][197]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:363][197]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:363][197]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1685 outside of frame bounds -[2025.05.25-17.52.00:368][197]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1683 failed (-1006) -[2025.05.25-17.52.00:369][197]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:369][197]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1684 failed (-1000) -[2025.05.25-17.52.00:373][198]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1685 outside of frame bounds -[2025.05.25-17.52.00:374][198]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:374][198]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:374][198]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1686 outside of frame bounds -[2025.05.25-17.52.00:380][198]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1684 failed (-1006) -[2025.05.25-17.52.00:381][198]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:381][198]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1685 failed (-1000) -[2025.05.25-17.52.00:386][199]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1686 outside of frame bounds -[2025.05.25-17.52.00:386][199]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:386][199]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:386][199]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1687 outside of frame bounds -[2025.05.25-17.52.00:393][199]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1685 failed (-1006) -[2025.05.25-17.52.00:394][199]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:394][199]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1686 failed (-1000) -[2025.05.25-17.52.00:398][200]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1687 outside of frame bounds -[2025.05.25-17.52.00:399][200]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:399][200]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:399][200]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1688 outside of frame bounds -[2025.05.25-17.52.00:403][200]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1686 failed (-1006) -[2025.05.25-17.52.00:403][200]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:403][200]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1687 failed (-1000) -[2025.05.25-17.52.00:409][201]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1688 outside of frame bounds -[2025.05.25-17.52.00:409][201]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:409][201]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:409][201]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1689 outside of frame bounds -[2025.05.25-17.52.00:414][201]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1687 failed (-1006) -[2025.05.25-17.52.00:415][201]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:415][201]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1688 failed (-1000) -[2025.05.25-17.52.00:419][202]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1689 outside of frame bounds -[2025.05.25-17.52.00:419][202]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:419][202]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:419][202]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1690 outside of frame bounds -[2025.05.25-17.52.00:427][202]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1688 failed (-1006) -[2025.05.25-17.52.00:427][202]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:427][202]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1689 failed (-1000) -[2025.05.25-17.52.00:432][203]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1690 outside of frame bounds -[2025.05.25-17.52.00:432][203]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:432][203]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:432][203]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1691 outside of frame bounds -[2025.05.25-17.52.00:437][203]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1689 failed (-1006) -[2025.05.25-17.52.00:438][203]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:438][203]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1690 failed (-1000) -[2025.05.25-17.52.00:444][204]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1691 outside of frame bounds -[2025.05.25-17.52.00:444][204]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:444][204]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:444][204]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1692 outside of frame bounds -[2025.05.25-17.52.00:449][204]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1690 failed (-1006) -[2025.05.25-17.52.00:449][204]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:449][204]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1691 failed (-1000) -[2025.05.25-17.52.00:455][205]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1692 outside of frame bounds -[2025.05.25-17.52.00:456][205]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:456][205]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:456][205]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1693 outside of frame bounds -[2025.05.25-17.52.00:461][205]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1691 failed (-1006) -[2025.05.25-17.52.00:462][205]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:462][205]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1692 failed (-1000) -[2025.05.25-17.52.00:468][206]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1693 outside of frame bounds -[2025.05.25-17.52.00:468][206]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:468][206]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:468][206]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1694 outside of frame bounds -[2025.05.25-17.52.00:471][206]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1692 failed (-1006) -[2025.05.25-17.52.00:472][206]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:472][206]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1693 failed (-1000) -[2025.05.25-17.52.00:478][207]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1694 outside of frame bounds -[2025.05.25-17.52.00:478][207]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:478][207]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:478][207]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1695 outside of frame bounds -[2025.05.25-17.52.00:483][207]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1693 failed (-1006) -[2025.05.25-17.52.00:484][207]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:484][207]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1694 failed (-1000) -[2025.05.25-17.52.00:488][208]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1695 outside of frame bounds -[2025.05.25-17.52.00:489][208]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:489][208]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:489][208]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1696 outside of frame bounds -[2025.05.25-17.52.00:495][208]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1694 failed (-1006) -[2025.05.25-17.52.00:496][208]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:496][208]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1695 failed (-1000) -[2025.05.25-17.52.00:501][209]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1696 outside of frame bounds -[2025.05.25-17.52.00:501][209]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:501][209]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:501][209]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1697 outside of frame bounds -[2025.05.25-17.52.00:506][209]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1695 failed (-1006) -[2025.05.25-17.52.00:507][209]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:507][209]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1696 failed (-1000) -[2025.05.25-17.52.00:513][210]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1697 outside of frame bounds -[2025.05.25-17.52.00:513][210]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:513][210]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:513][210]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1698 outside of frame bounds -[2025.05.25-17.52.00:518][210]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1696 failed (-1006) -[2025.05.25-17.52.00:519][210]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:519][210]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1697 failed (-1000) -[2025.05.25-17.52.00:524][211]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1698 outside of frame bounds -[2025.05.25-17.52.00:525][211]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:525][211]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:525][211]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1699 outside of frame bounds -[2025.05.25-17.52.00:529][211]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1697 failed (-1006) -[2025.05.25-17.52.00:529][211]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:529][211]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1698 failed (-1000) -[2025.05.25-17.52.00:536][212]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1699 outside of frame bounds -[2025.05.25-17.52.00:537][212]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:537][212]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:537][212]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1700 outside of frame bounds -[2025.05.25-17.52.00:541][212]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1698 failed (-1006) -[2025.05.25-17.52.00:542][212]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:542][212]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1699 failed (-1000) -[2025.05.25-17.52.00:547][213]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1700 outside of frame bounds -[2025.05.25-17.52.00:548][213]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:548][213]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:548][213]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1701 outside of frame bounds -[2025.05.25-17.52.00:552][213]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1699 failed (-1006) -[2025.05.25-17.52.00:553][213]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:553][213]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1700 failed (-1000) -[2025.05.25-17.52.00:558][214]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1701 outside of frame bounds -[2025.05.25-17.52.00:558][214]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:558][214]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:558][214]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1702 outside of frame bounds -[2025.05.25-17.52.00:565][214]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1700 failed (-1006) -[2025.05.25-17.52.00:566][214]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:566][214]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1701 failed (-1000) -[2025.05.25-17.52.00:570][215]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1702 outside of frame bounds -[2025.05.25-17.52.00:571][215]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:571][215]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:571][215]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1703 outside of frame bounds -[2025.05.25-17.52.00:577][215]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1701 failed (-1006) -[2025.05.25-17.52.00:578][215]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:578][215]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1702 failed (-1000) -[2025.05.25-17.52.00:582][216]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1703 outside of frame bounds -[2025.05.25-17.52.00:582][216]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:582][216]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:583][216]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1704 outside of frame bounds -[2025.05.25-17.52.00:588][216]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1702 failed (-1006) -[2025.05.25-17.52.00:589][216]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:589][216]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1703 failed (-1000) -[2025.05.25-17.52.00:594][217]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1704 outside of frame bounds -[2025.05.25-17.52.00:595][217]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:595][217]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:595][217]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1705 outside of frame bounds -[2025.05.25-17.52.00:600][217]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1703 failed (-1006) -[2025.05.25-17.52.00:600][217]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:600][217]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1704 failed (-1000) -[2025.05.25-17.52.00:606][218]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1705 outside of frame bounds -[2025.05.25-17.52.00:606][218]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:606][218]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:607][218]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1706 outside of frame bounds -[2025.05.25-17.52.00:611][218]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1704 failed (-1006) -[2025.05.25-17.52.00:612][218]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:612][218]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1705 failed (-1000) -[2025.05.25-17.52.00:617][219]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1706 outside of frame bounds -[2025.05.25-17.52.00:618][219]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:618][219]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:618][219]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1707 outside of frame bounds -[2025.05.25-17.52.00:622][219]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1705 failed (-1006) -[2025.05.25-17.52.00:623][219]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:623][219]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1706 failed (-1000) -[2025.05.25-17.52.00:629][220]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1707 outside of frame bounds -[2025.05.25-17.52.00:629][220]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:629][220]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:629][220]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1708 outside of frame bounds -[2025.05.25-17.52.00:634][220]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1706 failed (-1006) -[2025.05.25-17.52.00:635][220]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:635][220]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1707 failed (-1000) -[2025.05.25-17.52.00:640][221]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1708 outside of frame bounds -[2025.05.25-17.52.00:641][221]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:641][221]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:641][221]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1709 outside of frame bounds -[2025.05.25-17.52.00:647][221]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1707 failed (-1006) -[2025.05.25-17.52.00:647][221]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:647][221]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1708 failed (-1000) -[2025.05.25-17.52.00:651][222]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1709 outside of frame bounds -[2025.05.25-17.52.00:652][222]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:652][222]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:652][222]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1710 outside of frame bounds -[2025.05.25-17.52.00:658][222]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1708 failed (-1006) -[2025.05.25-17.52.00:659][222]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:659][222]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1709 failed (-1000) -[2025.05.25-17.52.00:664][223]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1710 outside of frame bounds -[2025.05.25-17.52.00:664][223]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:664][223]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:664][223]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1711 outside of frame bounds -[2025.05.25-17.52.00:668][223]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1709 failed (-1006) -[2025.05.25-17.52.00:669][223]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:669][223]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1710 failed (-1000) -[2025.05.25-17.52.00:675][224]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1711 outside of frame bounds -[2025.05.25-17.52.00:675][224]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:675][224]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:675][224]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1712 outside of frame bounds -[2025.05.25-17.52.00:680][224]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1710 failed (-1006) -[2025.05.25-17.52.00:681][224]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:681][224]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1711 failed (-1000) -[2025.05.25-17.52.00:687][225]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1712 outside of frame bounds -[2025.05.25-17.52.00:687][225]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:687][225]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:687][225]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1713 outside of frame bounds -[2025.05.25-17.52.00:693][225]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1711 failed (-1006) -[2025.05.25-17.52.00:694][225]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:694][225]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1712 failed (-1000) -[2025.05.25-17.52.00:699][226]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1713 outside of frame bounds -[2025.05.25-17.52.00:699][226]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:699][226]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:699][226]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1714 outside of frame bounds -[2025.05.25-17.52.00:705][226]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1712 failed (-1006) -[2025.05.25-17.52.00:706][226]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:706][226]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1713 failed (-1000) -[2025.05.25-17.52.00:710][227]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1714 outside of frame bounds -[2025.05.25-17.52.00:711][227]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:711][227]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:711][227]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1715 outside of frame bounds -[2025.05.25-17.52.00:717][227]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1713 failed (-1006) -[2025.05.25-17.52.00:718][227]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:718][227]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1714 failed (-1000) -[2025.05.25-17.52.00:722][228]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1715 outside of frame bounds -[2025.05.25-17.52.00:723][228]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:723][228]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:723][228]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1716 outside of frame bounds -[2025.05.25-17.52.00:729][228]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1714 failed (-1006) -[2025.05.25-17.52.00:730][228]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:730][228]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1715 failed (-1000) -[2025.05.25-17.52.00:735][229]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1716 outside of frame bounds -[2025.05.25-17.52.00:736][229]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:736][229]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:736][229]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1717 outside of frame bounds -[2025.05.25-17.52.00:742][229]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1715 failed (-1006) -[2025.05.25-17.52.00:742][229]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:743][229]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1716 failed (-1000) -[2025.05.25-17.52.00:747][230]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1717 outside of frame bounds -[2025.05.25-17.52.00:748][230]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:748][230]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:748][230]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1718 outside of frame bounds -[2025.05.25-17.52.00:753][230]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1716 failed (-1006) -[2025.05.25-17.52.00:753][230]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:753][230]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1717 failed (-1000) -[2025.05.25-17.52.00:760][231]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1718 outside of frame bounds -[2025.05.25-17.52.00:760][231]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:760][231]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:760][231]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1719 outside of frame bounds -[2025.05.25-17.52.00:765][231]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1717 failed (-1006) -[2025.05.25-17.52.00:766][231]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:766][231]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1718 failed (-1000) -[2025.05.25-17.52.00:772][232]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1719 outside of frame bounds -[2025.05.25-17.52.00:772][232]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:772][232]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:772][232]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1720 outside of frame bounds -[2025.05.25-17.52.00:777][232]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1718 failed (-1006) -[2025.05.25-17.52.00:778][232]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:778][232]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1719 failed (-1000) -[2025.05.25-17.52.00:784][233]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1720 outside of frame bounds -[2025.05.25-17.52.00:784][233]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:784][233]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:784][233]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1721 outside of frame bounds -[2025.05.25-17.52.00:789][233]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1719 failed (-1006) -[2025.05.25-17.52.00:790][233]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:790][233]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1720 failed (-1000) -[2025.05.25-17.52.00:795][234]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1721 outside of frame bounds -[2025.05.25-17.52.00:796][234]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:796][234]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:796][234]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1722 outside of frame bounds -[2025.05.25-17.52.00:802][234]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1720 failed (-1006) -[2025.05.25-17.52.00:803][234]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:803][234]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1721 failed (-1000) -[2025.05.25-17.52.00:807][235]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1722 outside of frame bounds -[2025.05.25-17.52.00:808][235]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:808][235]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:808][235]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1723 outside of frame bounds -[2025.05.25-17.52.00:814][235]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1721 failed (-1006) -[2025.05.25-17.52.00:815][235]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:815][235]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1722 failed (-1000) -[2025.05.25-17.52.00:819][236]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1723 outside of frame bounds -[2025.05.25-17.52.00:819][236]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:819][236]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:819][236]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1724 outside of frame bounds -[2025.05.25-17.52.00:827][236]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1722 failed (-1006) -[2025.05.25-17.52.00:828][236]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:828][236]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1723 failed (-1000) -[2025.05.25-17.52.00:832][237]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1724 outside of frame bounds -[2025.05.25-17.52.00:832][237]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:832][237]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:832][237]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1725 outside of frame bounds -[2025.05.25-17.52.00:838][237]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1723 failed (-1006) -[2025.05.25-17.52.00:839][237]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:839][237]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1724 failed (-1000) -[2025.05.25-17.52.00:845][238]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1725 outside of frame bounds -[2025.05.25-17.52.00:846][238]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:846][238]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:846][238]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1726 outside of frame bounds -[2025.05.25-17.52.00:851][238]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1724 failed (-1006) -[2025.05.25-17.52.00:851][238]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:851][238]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1725 failed (-1000) -[2025.05.25-17.52.00:857][239]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1726 outside of frame bounds -[2025.05.25-17.52.00:858][239]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:858][239]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:858][239]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1727 outside of frame bounds -[2025.05.25-17.52.00:863][239]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1725 failed (-1006) -[2025.05.25-17.52.00:864][239]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:864][239]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1726 failed (-1000) -[2025.05.25-17.52.00:869][240]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1727 outside of frame bounds -[2025.05.25-17.52.00:870][240]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:870][240]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:870][240]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1728 outside of frame bounds -[2025.05.25-17.52.00:875][240]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1726 failed (-1006) -[2025.05.25-17.52.00:876][240]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:876][240]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1727 failed (-1000) -[2025.05.25-17.52.00:881][241]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1728 outside of frame bounds -[2025.05.25-17.52.00:881][241]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:881][241]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:881][241]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1729 outside of frame bounds -[2025.05.25-17.52.00:886][241]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1727 failed (-1006) -[2025.05.25-17.52.00:886][241]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:886][241]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1728 failed (-1000) -[2025.05.25-17.52.00:892][242]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1729 outside of frame bounds -[2025.05.25-17.52.00:892][242]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:892][242]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:892][242]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1730 outside of frame bounds -[2025.05.25-17.52.00:899][242]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1728 failed (-1006) -[2025.05.25-17.52.00:900][242]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:900][242]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1729 failed (-1000) -[2025.05.25-17.52.00:904][243]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1730 outside of frame bounds -[2025.05.25-17.52.00:904][243]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:904][243]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:904][243]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1731 outside of frame bounds -[2025.05.25-17.52.00:910][243]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1729 failed (-1006) -[2025.05.25-17.52.00:911][243]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:911][243]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1730 failed (-1000) -[2025.05.25-17.52.00:915][244]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1731 outside of frame bounds -[2025.05.25-17.52.00:916][244]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:916][244]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:916][244]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1732 outside of frame bounds -[2025.05.25-17.52.00:922][244]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1730 failed (-1006) -[2025.05.25-17.52.00:923][244]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:923][244]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1731 failed (-1000) -[2025.05.25-17.52.00:927][245]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1732 outside of frame bounds -[2025.05.25-17.52.00:927][245]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:927][245]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:927][245]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1733 outside of frame bounds -[2025.05.25-17.52.00:932][245]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1731 failed (-1006) -[2025.05.25-17.52.00:933][245]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:933][245]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1732 failed (-1000) -[2025.05.25-17.52.00:938][246]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1733 outside of frame bounds -[2025.05.25-17.52.00:939][246]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:939][246]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:939][246]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1734 outside of frame bounds -[2025.05.25-17.52.00:944][246]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1732 failed (-1006) -[2025.05.25-17.52.00:944][246]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:944][246]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1733 failed (-1000) -[2025.05.25-17.52.00:949][247]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1734 outside of frame bounds -[2025.05.25-17.52.00:949][247]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:949][247]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:949][247]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1735 outside of frame bounds -[2025.05.25-17.52.00:955][247]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1733 failed (-1006) -[2025.05.25-17.52.00:956][247]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:956][247]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1734 failed (-1000) -[2025.05.25-17.52.00:962][248]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1735 outside of frame bounds -[2025.05.25-17.52.00:962][248]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:962][248]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:962][248]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1736 outside of frame bounds -[2025.05.25-17.52.00:967][248]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1734 failed (-1006) -[2025.05.25-17.52.00:968][248]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:968][248]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1735 failed (-1000) -[2025.05.25-17.52.00:974][249]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1736 outside of frame bounds -[2025.05.25-17.52.00:974][249]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:974][249]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:974][249]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1737 outside of frame bounds -[2025.05.25-17.52.00:979][249]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1735 failed (-1006) -[2025.05.25-17.52.00:980][249]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:980][249]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1736 failed (-1000) -[2025.05.25-17.52.00:985][250]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1737 outside of frame bounds -[2025.05.25-17.52.00:986][250]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:986][250]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:986][250]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1738 outside of frame bounds -[2025.05.25-17.52.00:991][250]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1736 failed (-1006) -[2025.05.25-17.52.00:992][250]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.00:992][250]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1737 failed (-1000) -[2025.05.25-17.52.00:997][251]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1738 outside of frame bounds -[2025.05.25-17.52.00:997][251]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.00:997][251]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.00:997][251]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1739 outside of frame bounds -[2025.05.25-17.52.01:001][251]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1737 failed (-1006) -[2025.05.25-17.52.01:002][251]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:002][251]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1738 failed (-1000) -[2025.05.25-17.52.01:008][252]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1739 outside of frame bounds -[2025.05.25-17.52.01:009][252]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:009][252]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:009][252]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1740 outside of frame bounds -[2025.05.25-17.52.01:013][252]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1738 failed (-1006) -[2025.05.25-17.52.01:014][252]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:014][252]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1739 failed (-1000) -[2025.05.25-17.52.01:019][253]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1740 outside of frame bounds -[2025.05.25-17.52.01:020][253]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:020][253]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:020][253]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1741 outside of frame bounds -[2025.05.25-17.52.01:026][253]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1739 failed (-1006) -[2025.05.25-17.52.01:027][253]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:027][253]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1740 failed (-1000) -[2025.05.25-17.52.01:032][254]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1741 outside of frame bounds -[2025.05.25-17.52.01:032][254]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:032][254]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:032][254]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1742 outside of frame bounds -[2025.05.25-17.52.01:037][254]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1740 failed (-1006) -[2025.05.25-17.52.01:038][254]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:038][254]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1741 failed (-1000) -[2025.05.25-17.52.01:043][255]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1742 outside of frame bounds -[2025.05.25-17.52.01:043][255]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:043][255]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:044][255]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1743 outside of frame bounds -[2025.05.25-17.52.01:048][255]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1741 failed (-1006) -[2025.05.25-17.52.01:049][255]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:049][255]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1742 failed (-1000) -[2025.05.25-17.52.01:054][256]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1743 outside of frame bounds -[2025.05.25-17.52.01:055][256]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:055][256]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:055][256]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1744 outside of frame bounds -[2025.05.25-17.52.01:061][256]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1742 failed (-1006) -[2025.05.25-17.52.01:061][256]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:062][256]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1743 failed (-1000) -[2025.05.25-17.52.01:065][257]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1744 outside of frame bounds -[2025.05.25-17.52.01:066][257]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:066][257]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:066][257]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1745 outside of frame bounds -[2025.05.25-17.52.01:070][257]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1743 failed (-1006) -[2025.05.25-17.52.01:071][257]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:071][257]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1744 failed (-1000) -[2025.05.25-17.52.01:077][258]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1745 outside of frame bounds -[2025.05.25-17.52.01:077][258]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:078][258]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:078][258]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1746 outside of frame bounds -[2025.05.25-17.52.01:082][258]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1744 failed (-1006) -[2025.05.25-17.52.01:083][258]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:083][258]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1745 failed (-1000) -[2025.05.25-17.52.01:087][259]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1746 outside of frame bounds -[2025.05.25-17.52.01:088][259]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:088][259]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:088][259]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1747 outside of frame bounds -[2025.05.25-17.52.01:095][259]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1745 failed (-1006) -[2025.05.25-17.52.01:096][259]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:096][259]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1746 failed (-1000) -[2025.05.25-17.52.01:100][260]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1747 outside of frame bounds -[2025.05.25-17.52.01:101][260]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:101][260]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:101][260]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1748 outside of frame bounds -[2025.05.25-17.52.01:106][260]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1746 failed (-1006) -[2025.05.25-17.52.01:106][260]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:106][260]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1747 failed (-1000) -[2025.05.25-17.52.01:112][261]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1748 outside of frame bounds -[2025.05.25-17.52.01:112][261]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:112][261]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:112][261]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1749 outside of frame bounds -[2025.05.25-17.52.01:117][261]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1747 failed (-1006) -[2025.05.25-17.52.01:118][261]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:118][261]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1748 failed (-1000) -[2025.05.25-17.52.01:123][262]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1749 outside of frame bounds -[2025.05.25-17.52.01:123][262]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:123][262]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:123][262]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1750 outside of frame bounds -[2025.05.25-17.52.01:130][262]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1748 failed (-1006) -[2025.05.25-17.52.01:131][262]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:131][262]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1749 failed (-1000) -[2025.05.25-17.52.01:135][263]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1750 outside of frame bounds -[2025.05.25-17.52.01:136][263]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:136][263]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:136][263]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1751 outside of frame bounds -[2025.05.25-17.52.01:140][263]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1749 failed (-1006) -[2025.05.25-17.52.01:142][263]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:142][263]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1750 failed (-1000) -[2025.05.25-17.52.01:147][264]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1751 outside of frame bounds -[2025.05.25-17.52.01:147][264]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:147][264]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:147][264]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1752 outside of frame bounds -[2025.05.25-17.52.01:152][264]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1750 failed (-1006) -[2025.05.25-17.52.01:152][264]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:152][264]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1751 failed (-1000) -[2025.05.25-17.52.01:158][265]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1752 outside of frame bounds -[2025.05.25-17.52.01:158][265]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:158][265]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:158][265]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1753 outside of frame bounds -[2025.05.25-17.52.01:164][265]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1751 failed (-1006) -[2025.05.25-17.52.01:165][265]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:165][265]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1752 failed (-1000) -[2025.05.25-17.52.01:170][266]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1753 outside of frame bounds -[2025.05.25-17.52.01:170][266]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:170][266]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:170][266]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1754 outside of frame bounds -[2025.05.25-17.52.01:176][266]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1752 failed (-1006) -[2025.05.25-17.52.01:176][266]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:176][266]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1753 failed (-1000) -[2025.05.25-17.52.01:182][267]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1754 outside of frame bounds -[2025.05.25-17.52.01:183][267]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:183][267]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:183][267]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1755 outside of frame bounds -[2025.05.25-17.52.01:187][267]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1753 failed (-1006) -[2025.05.25-17.52.01:188][267]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:188][267]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1754 failed (-1000) -[2025.05.25-17.52.01:192][268]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1755 outside of frame bounds -[2025.05.25-17.52.01:194][268]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:194][268]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:194][268]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1756 outside of frame bounds -[2025.05.25-17.52.01:200][268]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1754 failed (-1006) -[2025.05.25-17.52.01:201][268]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:201][268]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1755 failed (-1000) -[2025.05.25-17.52.01:206][269]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1756 outside of frame bounds -[2025.05.25-17.52.01:206][269]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:206][269]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:206][269]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1757 outside of frame bounds -[2025.05.25-17.52.01:211][269]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1755 failed (-1006) -[2025.05.25-17.52.01:212][269]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:213][269]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1756 failed (-1000) -[2025.05.25-17.52.01:217][270]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1757 outside of frame bounds -[2025.05.25-17.52.01:218][270]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:218][270]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:218][270]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1758 outside of frame bounds -[2025.05.25-17.52.01:222][270]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1756 failed (-1006) -[2025.05.25-17.52.01:223][270]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:223][270]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1757 failed (-1000) -[2025.05.25-17.52.01:229][271]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1758 outside of frame bounds -[2025.05.25-17.52.01:230][271]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:230][271]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:230][271]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1759 outside of frame bounds -[2025.05.25-17.52.01:235][271]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1757 failed (-1006) -[2025.05.25-17.52.01:236][271]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:236][271]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1758 failed (-1000) -[2025.05.25-17.52.01:240][272]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1759 outside of frame bounds -[2025.05.25-17.52.01:240][272]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:240][272]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:240][272]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1760 outside of frame bounds -[2025.05.25-17.52.01:246][272]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1758 failed (-1006) -[2025.05.25-17.52.01:247][272]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:247][272]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1759 failed (-1000) -[2025.05.25-17.52.01:251][273]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1760 outside of frame bounds -[2025.05.25-17.52.01:252][273]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:252][273]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:252][273]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1761 outside of frame bounds -[2025.05.25-17.52.01:259][273]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1759 failed (-1006) -[2025.05.25-17.52.01:260][273]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:260][273]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1760 failed (-1000) -[2025.05.25-17.52.01:264][274]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1761 outside of frame bounds -[2025.05.25-17.52.01:265][274]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:265][274]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:265][274]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1762 outside of frame bounds -[2025.05.25-17.52.01:270][274]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1760 failed (-1006) -[2025.05.25-17.52.01:271][274]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:271][274]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1761 failed (-1000) -[2025.05.25-17.52.01:275][275]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1762 outside of frame bounds -[2025.05.25-17.52.01:275][275]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:275][275]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:275][275]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1763 outside of frame bounds -[2025.05.25-17.52.01:282][275]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1761 failed (-1006) -[2025.05.25-17.52.01:283][275]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:283][275]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1762 failed (-1000) -[2025.05.25-17.52.01:287][276]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1763 outside of frame bounds -[2025.05.25-17.52.01:287][276]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:287][276]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:289][276]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1764 outside of frame bounds -[2025.05.25-17.52.01:293][276]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1762 failed (-1006) -[2025.05.25-17.52.01:294][276]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:294][276]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1763 failed (-1000) -[2025.05.25-17.52.01:300][277]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1764 outside of frame bounds -[2025.05.25-17.52.01:301][277]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:301][277]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:301][277]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1765 outside of frame bounds -[2025.05.25-17.52.01:304][277]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1763 failed (-1006) -[2025.05.25-17.52.01:305][277]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:305][277]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1764 failed (-1000) -[2025.05.25-17.52.01:311][278]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1765 outside of frame bounds -[2025.05.25-17.52.01:311][278]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:311][278]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:311][278]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1766 outside of frame bounds -[2025.05.25-17.52.01:317][278]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1764 failed (-1006) -[2025.05.25-17.52.01:318][278]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:318][278]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1765 failed (-1000) -[2025.05.25-17.52.01:322][279]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1766 outside of frame bounds -[2025.05.25-17.52.01:323][279]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:323][279]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:323][279]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1767 outside of frame bounds -[2025.05.25-17.52.01:329][279]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1765 failed (-1006) -[2025.05.25-17.52.01:330][279]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:330][279]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1766 failed (-1000) -[2025.05.25-17.52.01:335][280]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1767 outside of frame bounds -[2025.05.25-17.52.01:335][280]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:335][280]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:335][280]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1768 outside of frame bounds -[2025.05.25-17.52.01:341][280]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1766 failed (-1006) -[2025.05.25-17.52.01:342][280]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:342][280]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1767 failed (-1000) -[2025.05.25-17.52.01:346][281]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1768 outside of frame bounds -[2025.05.25-17.52.01:347][281]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:347][281]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:347][281]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1769 outside of frame bounds -[2025.05.25-17.52.01:352][281]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1767 failed (-1006) -[2025.05.25-17.52.01:353][281]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:353][281]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1768 failed (-1000) -[2025.05.25-17.52.01:358][282]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1769 outside of frame bounds -[2025.05.25-17.52.01:359][282]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:359][282]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:359][282]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1770 outside of frame bounds -[2025.05.25-17.52.01:366][282]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1768 failed (-1006) -[2025.05.25-17.52.01:367][282]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:367][282]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1769 failed (-1000) -[2025.05.25-17.52.01:372][283]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1770 outside of frame bounds -[2025.05.25-17.52.01:372][283]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:372][283]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:372][283]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1771 outside of frame bounds -[2025.05.25-17.52.01:377][283]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1769 failed (-1006) -[2025.05.25-17.52.01:379][283]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:379][283]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1770 failed (-1000) -[2025.05.25-17.52.01:383][284]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1771 outside of frame bounds -[2025.05.25-17.52.01:384][284]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:384][284]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:384][284]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1772 outside of frame bounds -[2025.05.25-17.52.01:389][284]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1770 failed (-1006) -[2025.05.25-17.52.01:390][284]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:390][284]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1771 failed (-1000) -[2025.05.25-17.52.01:396][285]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1772 outside of frame bounds -[2025.05.25-17.52.01:397][285]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:397][285]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:397][285]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1773 outside of frame bounds -[2025.05.25-17.52.01:402][285]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1771 failed (-1006) -[2025.05.25-17.52.01:403][285]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:403][285]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1772 failed (-1000) -[2025.05.25-17.52.01:407][286]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1773 outside of frame bounds -[2025.05.25-17.52.01:407][286]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:407][286]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:407][286]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1774 outside of frame bounds -[2025.05.25-17.52.01:414][286]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1772 failed (-1006) -[2025.05.25-17.52.01:415][286]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:415][286]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1773 failed (-1000) -[2025.05.25-17.52.01:419][287]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1774 outside of frame bounds -[2025.05.25-17.52.01:419][287]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:419][287]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:419][287]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1775 outside of frame bounds -[2025.05.25-17.52.01:426][287]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1773 failed (-1006) -[2025.05.25-17.52.01:427][287]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:427][287]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1774 failed (-1000) -[2025.05.25-17.52.01:432][288]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1775 outside of frame bounds -[2025.05.25-17.52.01:433][288]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:433][288]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:433][288]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1776 outside of frame bounds -[2025.05.25-17.52.01:438][288]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1774 failed (-1006) -[2025.05.25-17.52.01:439][288]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:439][288]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1775 failed (-1000) -[2025.05.25-17.52.01:444][289]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1776 outside of frame bounds -[2025.05.25-17.52.01:444][289]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:444][289]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:444][289]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1777 outside of frame bounds -[2025.05.25-17.52.01:451][289]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1775 failed (-1006) -[2025.05.25-17.52.01:451][289]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:452][289]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1776 failed (-1000) -[2025.05.25-17.52.01:455][290]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1777 outside of frame bounds -[2025.05.25-17.52.01:456][290]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:456][290]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:456][290]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1778 outside of frame bounds -[2025.05.25-17.52.01:463][290]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1776 failed (-1006) -[2025.05.25-17.52.01:464][290]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:464][290]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1777 failed (-1000) -[2025.05.25-17.52.01:469][291]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1778 outside of frame bounds -[2025.05.25-17.52.01:469][291]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:469][291]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:469][291]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1779 outside of frame bounds -[2025.05.25-17.52.01:473][291]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1777 failed (-1006) -[2025.05.25-17.52.01:475][291]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:475][291]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1778 failed (-1000) -[2025.05.25-17.52.01:481][292]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1779 outside of frame bounds -[2025.05.25-17.52.01:481][292]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:481][292]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:481][292]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1780 outside of frame bounds -[2025.05.25-17.52.01:485][292]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1778 failed (-1006) -[2025.05.25-17.52.01:486][292]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:486][292]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1779 failed (-1000) -[2025.05.25-17.52.01:492][293]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1780 outside of frame bounds -[2025.05.25-17.52.01:492][293]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:492][293]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:493][293]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1781 outside of frame bounds -[2025.05.25-17.52.01:498][293]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1779 failed (-1006) -[2025.05.25-17.52.01:499][293]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:499][293]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1780 failed (-1000) -[2025.05.25-17.52.01:504][294]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1781 outside of frame bounds -[2025.05.25-17.52.01:505][294]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:505][294]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:505][294]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1782 outside of frame bounds -[2025.05.25-17.52.01:511][294]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1780 failed (-1006) -[2025.05.25-17.52.01:512][294]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:512][294]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1781 failed (-1000) -[2025.05.25-17.52.01:516][295]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1782 outside of frame bounds -[2025.05.25-17.52.01:516][295]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:517][295]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:517][295]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1783 outside of frame bounds -[2025.05.25-17.52.01:522][295]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1781 failed (-1006) -[2025.05.25-17.52.01:523][295]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:523][295]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1782 failed (-1000) -[2025.05.25-17.52.01:529][296]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1783 outside of frame bounds -[2025.05.25-17.52.01:529][296]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:529][296]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:529][296]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1784 outside of frame bounds -[2025.05.25-17.52.01:534][296]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1782 failed (-1006) -[2025.05.25-17.52.01:535][296]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:535][296]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1783 failed (-1000) -[2025.05.25-17.52.01:540][297]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1784 outside of frame bounds -[2025.05.25-17.52.01:541][297]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:541][297]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:541][297]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1785 outside of frame bounds -[2025.05.25-17.52.01:547][297]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1783 failed (-1006) -[2025.05.25-17.52.01:548][297]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:548][297]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1784 failed (-1000) -[2025.05.25-17.52.01:552][298]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1785 outside of frame bounds -[2025.05.25-17.52.01:552][298]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:552][298]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:552][298]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1786 outside of frame bounds -[2025.05.25-17.52.01:558][298]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1784 failed (-1006) -[2025.05.25-17.52.01:559][298]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:559][298]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1785 failed (-1000) -[2025.05.25-17.52.01:564][299]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1786 outside of frame bounds -[2025.05.25-17.52.01:565][299]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:565][299]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:565][299]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1787 outside of frame bounds -[2025.05.25-17.52.01:569][299]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1785 failed (-1006) -[2025.05.25-17.52.01:570][299]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:570][299]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1786 failed (-1000) -[2025.05.25-17.52.01:574][300]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1787 outside of frame bounds -[2025.05.25-17.52.01:574][300]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:574][300]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:574][300]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1788 outside of frame bounds -[2025.05.25-17.52.01:580][300]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1786 failed (-1006) -[2025.05.25-17.52.01:581][300]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:581][300]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1787 failed (-1000) -[2025.05.25-17.52.01:585][301]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1788 outside of frame bounds -[2025.05.25-17.52.01:586][301]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:586][301]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:586][301]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1789 outside of frame bounds -[2025.05.25-17.52.01:593][301]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1787 failed (-1006) -[2025.05.25-17.52.01:594][301]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:594][301]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1788 failed (-1000) -[2025.05.25-17.52.01:597][302]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1789 outside of frame bounds -[2025.05.25-17.52.01:598][302]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:598][302]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:598][302]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1790 outside of frame bounds -[2025.05.25-17.52.01:604][302]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1788 failed (-1006) -[2025.05.25-17.52.01:604][302]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:604][302]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1789 failed (-1000) -[2025.05.25-17.52.01:609][303]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1790 outside of frame bounds -[2025.05.25-17.52.01:610][303]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:610][303]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:610][303]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1791 outside of frame bounds -[2025.05.25-17.52.01:616][303]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1789 failed (-1006) -[2025.05.25-17.52.01:617][303]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:617][303]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1790 failed (-1000) -[2025.05.25-17.52.01:621][304]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1791 outside of frame bounds -[2025.05.25-17.52.01:621][304]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:621][304]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:621][304]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1792 outside of frame bounds -[2025.05.25-17.52.01:628][304]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1790 failed (-1006) -[2025.05.25-17.52.01:629][304]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:629][304]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1791 failed (-1000) -[2025.05.25-17.52.01:634][305]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1792 outside of frame bounds -[2025.05.25-17.52.01:634][305]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:634][305]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:634][305]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1793 outside of frame bounds -[2025.05.25-17.52.01:638][305]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1791 failed (-1006) -[2025.05.25-17.52.01:639][305]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:639][305]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1792 failed (-1000) -[2025.05.25-17.52.01:644][306]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1793 outside of frame bounds -[2025.05.25-17.52.01:644][306]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:644][306]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:644][306]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1794 outside of frame bounds -[2025.05.25-17.52.01:650][306]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1792 failed (-1006) -[2025.05.25-17.52.01:651][306]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:651][306]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1793 failed (-1000) -[2025.05.25-17.52.01:655][307]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1794 outside of frame bounds -[2025.05.25-17.52.01:656][307]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:656][307]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:656][307]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1795 outside of frame bounds -[2025.05.25-17.52.01:662][307]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1793 failed (-1006) -[2025.05.25-17.52.01:663][307]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:663][307]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1794 failed (-1000) -[2025.05.25-17.52.01:666][308]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1795 outside of frame bounds -[2025.05.25-17.52.01:667][308]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:667][308]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:667][308]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1796 outside of frame bounds -[2025.05.25-17.52.01:674][308]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1794 failed (-1006) -[2025.05.25-17.52.01:674][308]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:675][308]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1795 failed (-1000) -[2025.05.25-17.52.01:679][309]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1796 outside of frame bounds -[2025.05.25-17.52.01:679][309]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:679][309]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:679][309]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1797 outside of frame bounds -[2025.05.25-17.52.01:685][309]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1795 failed (-1006) -[2025.05.25-17.52.01:686][309]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:686][309]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1796 failed (-1000) -[2025.05.25-17.52.01:691][310]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1797 outside of frame bounds -[2025.05.25-17.52.01:691][310]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:691][310]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:691][310]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1798 outside of frame bounds -[2025.05.25-17.52.01:696][310]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1796 failed (-1006) -[2025.05.25-17.52.01:696][310]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:696][310]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1797 failed (-1000) -[2025.05.25-17.52.01:703][311]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1798 outside of frame bounds -[2025.05.25-17.52.01:703][311]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:703][311]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:703][311]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1799 outside of frame bounds -[2025.05.25-17.52.01:707][311]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1797 failed (-1006) -[2025.05.25-17.52.01:708][311]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:708][311]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1798 failed (-1000) -[2025.05.25-17.52.01:713][312]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1799 outside of frame bounds -[2025.05.25-17.52.01:713][312]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:713][312]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:713][312]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1800 outside of frame bounds -[2025.05.25-17.52.01:719][312]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1798 failed (-1006) -[2025.05.25-17.52.01:719][312]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:719][312]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1799 failed (-1000) -[2025.05.25-17.52.01:724][313]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1800 outside of frame bounds -[2025.05.25-17.52.01:724][313]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:724][313]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:724][313]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1801 outside of frame bounds -[2025.05.25-17.52.01:731][313]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1799 failed (-1006) -[2025.05.25-17.52.01:732][313]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:732][313]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1800 failed (-1000) -[2025.05.25-17.52.01:736][314]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1801 outside of frame bounds -[2025.05.25-17.52.01:737][314]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:737][314]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:737][314]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1802 outside of frame bounds -[2025.05.25-17.52.01:744][314]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1800 failed (-1006) -[2025.05.25-17.52.01:745][314]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:745][314]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1801 failed (-1000) -[2025.05.25-17.52.01:749][315]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1802 outside of frame bounds -[2025.05.25-17.52.01:749][315]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:749][315]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:749][315]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1803 outside of frame bounds -[2025.05.25-17.52.01:755][315]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1801 failed (-1006) -[2025.05.25-17.52.01:756][315]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:756][315]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1802 failed (-1000) -[2025.05.25-17.52.01:761][316]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1803 outside of frame bounds -[2025.05.25-17.52.01:761][316]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:761][316]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:761][316]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1804 outside of frame bounds -[2025.05.25-17.52.01:768][316]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1802 failed (-1006) -[2025.05.25-17.52.01:769][316]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:769][316]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1803 failed (-1000) -[2025.05.25-17.52.01:773][317]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1804 outside of frame bounds -[2025.05.25-17.52.01:774][317]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:774][317]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:774][317]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1805 outside of frame bounds -[2025.05.25-17.52.01:778][317]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1803 failed (-1006) -[2025.05.25-17.52.01:779][317]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:779][317]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1804 failed (-1000) -[2025.05.25-17.52.01:785][318]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1805 outside of frame bounds -[2025.05.25-17.52.01:786][318]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:786][318]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:786][318]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1806 outside of frame bounds -[2025.05.25-17.52.01:791][318]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1804 failed (-1006) -[2025.05.25-17.52.01:792][318]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:792][318]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1805 failed (-1000) -[2025.05.25-17.52.01:797][319]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1806 outside of frame bounds -[2025.05.25-17.52.01:798][319]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:798][319]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:798][319]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1807 outside of frame bounds -[2025.05.25-17.52.01:803][319]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1805 failed (-1006) -[2025.05.25-17.52.01:803][319]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:803][319]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1806 failed (-1000) -[2025.05.25-17.52.01:808][320]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1807 outside of frame bounds -[2025.05.25-17.52.01:809][320]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:809][320]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:809][320]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1808 outside of frame bounds -[2025.05.25-17.52.01:815][320]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1806 failed (-1006) -[2025.05.25-17.52.01:816][320]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:816][320]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1807 failed (-1000) -[2025.05.25-17.52.01:820][321]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1808 outside of frame bounds -[2025.05.25-17.52.01:820][321]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:821][321]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:821][321]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1809 outside of frame bounds -[2025.05.25-17.52.01:827][321]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1807 failed (-1006) -[2025.05.25-17.52.01:828][321]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:828][321]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1808 failed (-1000) -[2025.05.25-17.52.01:833][322]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1809 outside of frame bounds -[2025.05.25-17.52.01:833][322]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:833][322]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:833][322]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1810 outside of frame bounds -[2025.05.25-17.52.01:838][322]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1808 failed (-1006) -[2025.05.25-17.52.01:840][322]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:840][322]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1809 failed (-1000) -[2025.05.25-17.52.01:844][323]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1810 outside of frame bounds -[2025.05.25-17.52.01:845][323]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:845][323]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:845][323]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1811 outside of frame bounds -[2025.05.25-17.52.01:851][323]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1809 failed (-1006) -[2025.05.25-17.52.01:851][323]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:851][323]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1810 failed (-1000) -[2025.05.25-17.52.01:856][324]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1811 outside of frame bounds -[2025.05.25-17.52.01:857][324]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:857][324]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:857][324]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1812 outside of frame bounds -[2025.05.25-17.52.01:862][324]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1810 failed (-1006) -[2025.05.25-17.52.01:863][324]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:863][324]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1811 failed (-1000) -[2025.05.25-17.52.01:869][325]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1812 outside of frame bounds -[2025.05.25-17.52.01:870][325]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:870][325]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:870][325]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1813 outside of frame bounds -[2025.05.25-17.52.01:874][325]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1811 failed (-1006) -[2025.05.25-17.52.01:874][325]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:874][325]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1812 failed (-1000) -[2025.05.25-17.52.01:880][326]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1813 outside of frame bounds -[2025.05.25-17.52.01:880][326]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:880][326]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:880][326]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1814 outside of frame bounds -[2025.05.25-17.52.01:886][326]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1812 failed (-1006) -[2025.05.25-17.52.01:887][326]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:887][326]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1813 failed (-1000) -[2025.05.25-17.52.01:891][327]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1814 outside of frame bounds -[2025.05.25-17.52.01:892][327]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:892][327]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:892][327]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1815 outside of frame bounds -[2025.05.25-17.52.01:898][327]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1813 failed (-1006) -[2025.05.25-17.52.01:899][327]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:899][327]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1814 failed (-1000) -[2025.05.25-17.52.01:903][328]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1815 outside of frame bounds -[2025.05.25-17.52.01:905][328]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:905][328]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:905][328]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1816 outside of frame bounds -[2025.05.25-17.52.01:910][328]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1814 failed (-1006) -[2025.05.25-17.52.01:910][328]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:910][328]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1815 failed (-1000) -[2025.05.25-17.52.01:915][329]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1816 outside of frame bounds -[2025.05.25-17.52.01:916][329]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:916][329]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:916][329]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1817 outside of frame bounds -[2025.05.25-17.52.01:922][329]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1815 failed (-1006) -[2025.05.25-17.52.01:923][329]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:923][329]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1816 failed (-1000) -[2025.05.25-17.52.01:928][330]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1817 outside of frame bounds -[2025.05.25-17.52.01:928][330]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:928][330]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:928][330]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1818 outside of frame bounds -[2025.05.25-17.52.01:934][330]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1816 failed (-1006) -[2025.05.25-17.52.01:935][330]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:935][330]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1817 failed (-1000) -[2025.05.25-17.52.01:940][331]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1818 outside of frame bounds -[2025.05.25-17.52.01:940][331]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:940][331]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:940][331]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1819 outside of frame bounds -[2025.05.25-17.52.01:945][331]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1817 failed (-1006) -[2025.05.25-17.52.01:946][331]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:946][331]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1818 failed (-1000) -[2025.05.25-17.52.01:952][332]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1819 outside of frame bounds -[2025.05.25-17.52.01:953][332]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:953][332]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:953][332]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1820 outside of frame bounds -[2025.05.25-17.52.01:956][332]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1818 failed (-1006) -[2025.05.25-17.52.01:957][332]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:957][332]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1819 failed (-1000) -[2025.05.25-17.52.01:963][333]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1820 outside of frame bounds -[2025.05.25-17.52.01:963][333]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:963][333]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:964][333]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1821 outside of frame bounds -[2025.05.25-17.52.01:969][333]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1819 failed (-1006) -[2025.05.25-17.52.01:970][333]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:970][333]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1820 failed (-1000) -[2025.05.25-17.52.01:974][334]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1821 outside of frame bounds -[2025.05.25-17.52.01:974][334]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:974][334]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:974][334]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1822 outside of frame bounds -[2025.05.25-17.52.01:981][334]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1820 failed (-1006) -[2025.05.25-17.52.01:982][334]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:982][334]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1821 failed (-1000) -[2025.05.25-17.52.01:986][335]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1822 outside of frame bounds -[2025.05.25-17.52.01:987][335]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:987][335]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:987][335]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1823 outside of frame bounds -[2025.05.25-17.52.01:993][335]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1821 failed (-1006) -[2025.05.25-17.52.01:994][335]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.01:994][335]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1822 failed (-1000) -[2025.05.25-17.52.01:998][336]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1823 outside of frame bounds -[2025.05.25-17.52.01:999][336]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.01:999][336]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.01:999][336]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1824 outside of frame bounds -[2025.05.25-17.52.02:005][336]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1822 failed (-1006) -[2025.05.25-17.52.02:006][336]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:006][336]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1823 failed (-1000) -[2025.05.25-17.52.02:011][337]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1824 outside of frame bounds -[2025.05.25-17.52.02:011][337]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:011][337]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:011][337]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1825 outside of frame bounds -[2025.05.25-17.52.02:017][337]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1823 failed (-1006) -[2025.05.25-17.52.02:018][337]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:018][337]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1824 failed (-1000) -[2025.05.25-17.52.02:023][338]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1825 outside of frame bounds -[2025.05.25-17.52.02:023][338]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:023][338]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:023][338]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1826 outside of frame bounds -[2025.05.25-17.52.02:028][338]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1824 failed (-1006) -[2025.05.25-17.52.02:029][338]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:029][338]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1825 failed (-1000) -[2025.05.25-17.52.02:035][339]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1826 outside of frame bounds -[2025.05.25-17.52.02:036][339]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:036][339]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:036][339]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1827 outside of frame bounds -[2025.05.25-17.52.02:039][339]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1825 failed (-1006) -[2025.05.25-17.52.02:040][339]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:040][339]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1826 failed (-1000) -[2025.05.25-17.52.02:046][340]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1827 outside of frame bounds -[2025.05.25-17.52.02:047][340]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:047][340]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:047][340]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1828 outside of frame bounds -[2025.05.25-17.52.02:052][340]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1826 failed (-1006) -[2025.05.25-17.52.02:052][340]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:053][340]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1827 failed (-1000) -[2025.05.25-17.52.02:057][341]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1828 outside of frame bounds -[2025.05.25-17.52.02:058][341]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:058][341]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:058][341]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1829 outside of frame bounds -[2025.05.25-17.52.02:064][341]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1827 failed (-1006) -[2025.05.25-17.52.02:065][341]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:065][341]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1828 failed (-1000) -[2025.05.25-17.52.02:069][342]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1829 outside of frame bounds -[2025.05.25-17.52.02:070][342]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:070][342]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:070][342]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1830 outside of frame bounds -[2025.05.25-17.52.02:076][342]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1828 failed (-1006) -[2025.05.25-17.52.02:077][342]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:077][342]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1829 failed (-1000) -[2025.05.25-17.52.02:081][343]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1830 outside of frame bounds -[2025.05.25-17.52.02:082][343]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:082][343]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:082][343]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1831 outside of frame bounds -[2025.05.25-17.52.02:087][343]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1829 failed (-1006) -[2025.05.25-17.52.02:088][343]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:088][343]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1830 failed (-1000) -[2025.05.25-17.52.02:092][344]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1831 outside of frame bounds -[2025.05.25-17.52.02:093][344]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:093][344]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:093][344]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1832 outside of frame bounds -[2025.05.25-17.52.02:098][344]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1830 failed (-1006) -[2025.05.25-17.52.02:099][344]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:099][344]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1831 failed (-1000) -[2025.05.25-17.52.02:105][345]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1832 outside of frame bounds -[2025.05.25-17.52.02:105][345]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:106][345]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:106][345]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1833 outside of frame bounds -[2025.05.25-17.52.02:111][345]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1831 failed (-1006) -[2025.05.25-17.52.02:112][345]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:112][345]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1832 failed (-1000) -[2025.05.25-17.52.02:116][346]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1833 outside of frame bounds -[2025.05.25-17.52.02:116][346]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:116][346]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:116][346]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1834 outside of frame bounds -[2025.05.25-17.52.02:122][346]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1832 failed (-1006) -[2025.05.25-17.52.02:123][346]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:123][346]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1833 failed (-1000) -[2025.05.25-17.52.02:127][347]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1834 outside of frame bounds -[2025.05.25-17.52.02:128][347]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:128][347]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:128][347]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1835 outside of frame bounds -[2025.05.25-17.52.02:134][347]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1833 failed (-1006) -[2025.05.25-17.52.02:135][347]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:135][347]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1834 failed (-1000) -[2025.05.25-17.52.02:139][348]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1835 outside of frame bounds -[2025.05.25-17.52.02:140][348]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:140][348]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:140][348]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1836 outside of frame bounds -[2025.05.25-17.52.02:146][348]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1834 failed (-1006) -[2025.05.25-17.52.02:147][348]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:147][348]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1835 failed (-1000) -[2025.05.25-17.52.02:151][349]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1836 outside of frame bounds -[2025.05.25-17.52.02:151][349]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:151][349]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:151][349]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1837 outside of frame bounds -[2025.05.25-17.52.02:158][349]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1835 failed (-1006) -[2025.05.25-17.52.02:159][349]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:159][349]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1836 failed (-1000) -[2025.05.25-17.52.02:164][350]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1837 outside of frame bounds -[2025.05.25-17.52.02:165][350]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:165][350]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:165][350]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1838 outside of frame bounds -[2025.05.25-17.52.02:169][350]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1836 failed (-1006) -[2025.05.25-17.52.02:170][350]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:170][350]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1837 failed (-1000) -[2025.05.25-17.52.02:175][351]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1838 outside of frame bounds -[2025.05.25-17.52.02:175][351]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:175][351]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:175][351]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1839 outside of frame bounds -[2025.05.25-17.52.02:181][351]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1837 failed (-1006) -[2025.05.25-17.52.02:182][351]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:182][351]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1838 failed (-1000) -[2025.05.25-17.52.02:187][352]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1839 outside of frame bounds -[2025.05.25-17.52.02:187][352]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:187][352]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:187][352]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1840 outside of frame bounds -[2025.05.25-17.52.02:193][352]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1838 failed (-1006) -[2025.05.25-17.52.02:194][352]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:194][352]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1839 failed (-1000) -[2025.05.25-17.52.02:200][353]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1840 outside of frame bounds -[2025.05.25-17.52.02:200][353]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:200][353]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:200][353]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1841 outside of frame bounds -[2025.05.25-17.52.02:205][353]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1839 failed (-1006) -[2025.05.25-17.52.02:206][353]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:206][353]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1840 failed (-1000) -[2025.05.25-17.52.02:210][354]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1841 outside of frame bounds -[2025.05.25-17.52.02:210][354]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:210][354]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:210][354]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1842 outside of frame bounds -[2025.05.25-17.52.02:216][354]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1840 failed (-1006) -[2025.05.25-17.52.02:217][354]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:217][354]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1841 failed (-1000) -[2025.05.25-17.52.02:221][355]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1842 outside of frame bounds -[2025.05.25-17.52.02:222][355]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:223][355]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:223][355]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1843 outside of frame bounds -[2025.05.25-17.52.02:229][355]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1841 failed (-1006) -[2025.05.25-17.52.02:230][355]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:230][355]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1842 failed (-1000) -[2025.05.25-17.52.02:235][356]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1843 outside of frame bounds -[2025.05.25-17.52.02:235][356]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:235][356]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:235][356]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1844 outside of frame bounds -[2025.05.25-17.52.02:240][356]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1842 failed (-1006) -[2025.05.25-17.52.02:241][356]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:241][356]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1843 failed (-1000) -[2025.05.25-17.52.02:246][357]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1844 outside of frame bounds -[2025.05.25-17.52.02:247][357]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:247][357]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:247][357]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1845 outside of frame bounds -[2025.05.25-17.52.02:252][357]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1843 failed (-1006) -[2025.05.25-17.52.02:253][357]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:253][357]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1844 failed (-1000) -[2025.05.25-17.52.02:258][358]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1845 outside of frame bounds -[2025.05.25-17.52.02:259][358]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:259][358]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:259][358]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1846 outside of frame bounds -[2025.05.25-17.52.02:264][358]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1844 failed (-1006) -[2025.05.25-17.52.02:265][358]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:265][358]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1845 failed (-1000) -[2025.05.25-17.52.02:270][359]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1846 outside of frame bounds -[2025.05.25-17.52.02:271][359]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:271][359]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:271][359]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1847 outside of frame bounds -[2025.05.25-17.52.02:275][359]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1845 failed (-1006) -[2025.05.25-17.52.02:276][359]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:276][359]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1846 failed (-1000) -[2025.05.25-17.52.02:281][360]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1847 outside of frame bounds -[2025.05.25-17.52.02:282][360]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:282][360]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:282][360]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1848 outside of frame bounds -[2025.05.25-17.52.02:287][360]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1846 failed (-1006) -[2025.05.25-17.52.02:288][360]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:288][360]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1847 failed (-1000) -[2025.05.25-17.52.02:292][361]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1848 outside of frame bounds -[2025.05.25-17.52.02:293][361]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:293][361]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:293][361]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1849 outside of frame bounds -[2025.05.25-17.52.02:299][361]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1847 failed (-1006) -[2025.05.25-17.52.02:300][361]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:300][361]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1848 failed (-1000) -[2025.05.25-17.52.02:305][362]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1849 outside of frame bounds -[2025.05.25-17.52.02:305][362]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:305][362]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:305][362]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1850 outside of frame bounds -[2025.05.25-17.52.02:311][362]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1848 failed (-1006) -[2025.05.25-17.52.02:313][362]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:313][362]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1849 failed (-1000) -[2025.05.25-17.52.02:317][363]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1850 outside of frame bounds -[2025.05.25-17.52.02:317][363]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:317][363]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:317][363]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1851 outside of frame bounds -[2025.05.25-17.52.02:323][363]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1849 failed (-1006) -[2025.05.25-17.52.02:324][363]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:324][363]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1850 failed (-1000) -[2025.05.25-17.52.02:328][364]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1851 outside of frame bounds -[2025.05.25-17.52.02:330][364]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:330][364]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:330][364]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1852 outside of frame bounds -[2025.05.25-17.52.02:335][364]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1850 failed (-1006) -[2025.05.25-17.52.02:336][364]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:336][364]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1851 failed (-1000) -[2025.05.25-17.52.02:341][365]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1852 outside of frame bounds -[2025.05.25-17.52.02:341][365]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:341][365]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:341][365]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1853 outside of frame bounds -[2025.05.25-17.52.02:346][365]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1851 failed (-1006) -[2025.05.25-17.52.02:347][365]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:347][365]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1852 failed (-1000) -[2025.05.25-17.52.02:353][366]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1853 outside of frame bounds -[2025.05.25-17.52.02:353][366]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:353][366]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:353][366]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1854 outside of frame bounds -[2025.05.25-17.52.02:359][366]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1852 failed (-1006) -[2025.05.25-17.52.02:359][366]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:359][366]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1853 failed (-1000) -[2025.05.25-17.52.02:364][367]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1854 outside of frame bounds -[2025.05.25-17.52.02:365][367]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:365][367]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:365][367]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1855 outside of frame bounds -[2025.05.25-17.52.02:370][367]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1853 failed (-1006) -[2025.05.25-17.52.02:371][367]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:371][367]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1854 failed (-1000) -[2025.05.25-17.52.02:375][368]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1855 outside of frame bounds -[2025.05.25-17.52.02:375][368]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:375][368]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:375][368]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1856 outside of frame bounds -[2025.05.25-17.52.02:382][368]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1854 failed (-1006) -[2025.05.25-17.52.02:383][368]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:383][368]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1855 failed (-1000) -[2025.05.25-17.52.02:387][369]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1856 outside of frame bounds -[2025.05.25-17.52.02:387][369]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:387][369]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:387][369]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1857 outside of frame bounds -[2025.05.25-17.52.02:395][369]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1855 failed (-1006) -[2025.05.25-17.52.02:395][369]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:395][369]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1856 failed (-1000) -[2025.05.25-17.52.02:400][370]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1857 outside of frame bounds -[2025.05.25-17.52.02:400][370]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:400][370]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:400][370]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1858 outside of frame bounds -[2025.05.25-17.52.02:405][370]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1856 failed (-1006) -[2025.05.25-17.52.02:407][370]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:407][370]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1857 failed (-1000) -[2025.05.25-17.52.02:411][371]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1858 outside of frame bounds -[2025.05.25-17.52.02:412][371]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:412][371]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:412][371]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1859 outside of frame bounds -[2025.05.25-17.52.02:416][371]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1857 failed (-1006) -[2025.05.25-17.52.02:417][371]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:417][371]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1858 failed (-1000) -[2025.05.25-17.52.02:422][372]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1859 outside of frame bounds -[2025.05.25-17.52.02:423][372]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:423][372]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:423][372]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1860 outside of frame bounds -[2025.05.25-17.52.02:429][372]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1858 failed (-1006) -[2025.05.25-17.52.02:430][372]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:430][372]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1859 failed (-1000) -[2025.05.25-17.52.02:435][373]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1860 outside of frame bounds -[2025.05.25-17.52.02:436][373]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:436][373]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:436][373]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1861 outside of frame bounds -[2025.05.25-17.52.02:440][373]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1859 failed (-1006) -[2025.05.25-17.52.02:441][373]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:441][373]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1860 failed (-1000) -[2025.05.25-17.52.02:447][374]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1861 outside of frame bounds -[2025.05.25-17.52.02:447][374]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:447][374]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:447][374]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1862 outside of frame bounds -[2025.05.25-17.52.02:453][374]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1860 failed (-1006) -[2025.05.25-17.52.02:453][374]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:453][374]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1861 failed (-1000) -[2025.05.25-17.52.02:457][375]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1862 outside of frame bounds -[2025.05.25-17.52.02:458][375]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:458][375]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:458][375]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1863 outside of frame bounds -[2025.05.25-17.52.02:465][375]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1861 failed (-1006) -[2025.05.25-17.52.02:466][375]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:466][375]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1862 failed (-1000) -[2025.05.25-17.52.02:470][376]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1863 outside of frame bounds -[2025.05.25-17.52.02:470][376]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:470][376]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:470][376]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1864 outside of frame bounds -[2025.05.25-17.52.02:476][376]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1862 failed (-1006) -[2025.05.25-17.52.02:477][376]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:477][376]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1863 failed (-1000) -[2025.05.25-17.52.02:482][377]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1864 outside of frame bounds -[2025.05.25-17.52.02:482][377]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:482][377]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:482][377]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1865 outside of frame bounds -[2025.05.25-17.52.02:486][377]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1863 failed (-1006) -[2025.05.25-17.52.02:487][377]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:487][377]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1864 failed (-1000) -[2025.05.25-17.52.02:493][378]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1865 outside of frame bounds -[2025.05.25-17.52.02:493][378]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:493][378]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:493][378]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1866 outside of frame bounds -[2025.05.25-17.52.02:498][378]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1864 failed (-1006) -[2025.05.25-17.52.02:499][378]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:499][378]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1865 failed (-1000) -[2025.05.25-17.52.02:505][379]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1866 outside of frame bounds -[2025.05.25-17.52.02:505][379]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:505][379]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:505][379]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1867 outside of frame bounds -[2025.05.25-17.52.02:511][379]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1865 failed (-1006) -[2025.05.25-17.52.02:511][379]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:511][379]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1866 failed (-1000) -[2025.05.25-17.52.02:516][380]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1867 outside of frame bounds -[2025.05.25-17.52.02:516][380]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:516][380]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:516][380]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1868 outside of frame bounds -[2025.05.25-17.52.02:522][380]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1866 failed (-1006) -[2025.05.25-17.52.02:523][380]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:523][380]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1867 failed (-1000) -[2025.05.25-17.52.02:527][381]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1868 outside of frame bounds -[2025.05.25-17.52.02:527][381]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:527][381]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:527][381]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1869 outside of frame bounds -[2025.05.25-17.52.02:534][381]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1867 failed (-1006) -[2025.05.25-17.52.02:535][381]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:535][381]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1868 failed (-1000) -[2025.05.25-17.52.02:540][382]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1869 outside of frame bounds -[2025.05.25-17.52.02:540][382]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:540][382]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:540][382]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1870 outside of frame bounds -[2025.05.25-17.52.02:545][382]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1868 failed (-1006) -[2025.05.25-17.52.02:546][382]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:546][382]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1869 failed (-1000) -[2025.05.25-17.52.02:551][383]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1870 outside of frame bounds -[2025.05.25-17.52.02:551][383]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:551][383]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:551][383]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1871 outside of frame bounds -[2025.05.25-17.52.02:555][383]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1869 failed (-1006) -[2025.05.25-17.52.02:556][383]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:556][383]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1870 failed (-1000) -[2025.05.25-17.52.02:564][384]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1871 outside of frame bounds -[2025.05.25-17.52.02:564][384]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:564][384]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:564][384]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1872 outside of frame bounds -[2025.05.25-17.52.02:568][384]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1870 failed (-1006) -[2025.05.25-17.52.02:570][384]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:570][384]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1871 failed (-1000) -[2025.05.25-17.52.02:575][385]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1872 outside of frame bounds -[2025.05.25-17.52.02:575][385]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:575][385]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:575][385]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1873 outside of frame bounds -[2025.05.25-17.52.02:581][385]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1871 failed (-1006) -[2025.05.25-17.52.02:581][385]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:581][385]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1872 failed (-1000) -[2025.05.25-17.52.02:587][386]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1873 outside of frame bounds -[2025.05.25-17.52.02:587][386]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:587][386]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:587][386]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1874 outside of frame bounds -[2025.05.25-17.52.02:593][386]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1872 failed (-1006) -[2025.05.25-17.52.02:595][386]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:595][386]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1873 failed (-1000) -[2025.05.25-17.52.02:599][387]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1874 outside of frame bounds -[2025.05.25-17.52.02:599][387]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:599][387]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:599][387]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1875 outside of frame bounds -[2025.05.25-17.52.02:605][387]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1873 failed (-1006) -[2025.05.25-17.52.02:606][387]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:606][387]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1874 failed (-1000) -[2025.05.25-17.52.02:610][388]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1875 outside of frame bounds -[2025.05.25-17.52.02:610][388]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:610][388]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:610][388]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1876 outside of frame bounds -[2025.05.25-17.52.02:618][388]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1874 failed (-1006) -[2025.05.25-17.52.02:618][388]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:618][388]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1875 failed (-1000) -[2025.05.25-17.52.02:623][389]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1876 outside of frame bounds -[2025.05.25-17.52.02:624][389]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:624][389]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:624][389]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1877 outside of frame bounds -[2025.05.25-17.52.02:630][389]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1875 failed (-1006) -[2025.05.25-17.52.02:631][389]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:631][389]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1876 failed (-1000) -[2025.05.25-17.52.02:635][390]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1877 outside of frame bounds -[2025.05.25-17.52.02:636][390]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:636][390]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:636][390]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1878 outside of frame bounds -[2025.05.25-17.52.02:642][390]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1876 failed (-1006) -[2025.05.25-17.52.02:642][390]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:643][390]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1877 failed (-1000) -[2025.05.25-17.52.02:647][391]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1878 outside of frame bounds -[2025.05.25-17.52.02:648][391]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:648][391]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:648][391]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1879 outside of frame bounds -[2025.05.25-17.52.02:652][391]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1877 failed (-1006) -[2025.05.25-17.52.02:653][391]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:653][391]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1878 failed (-1000) -[2025.05.25-17.52.02:658][392]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1879 outside of frame bounds -[2025.05.25-17.52.02:659][392]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:659][392]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:659][392]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1880 outside of frame bounds -[2025.05.25-17.52.02:665][392]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1878 failed (-1006) -[2025.05.25-17.52.02:666][392]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:666][392]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1879 failed (-1000) -[2025.05.25-17.52.02:670][393]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1880 outside of frame bounds -[2025.05.25-17.52.02:671][393]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:671][393]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:671][393]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1881 outside of frame bounds -[2025.05.25-17.52.02:677][393]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1879 failed (-1006) -[2025.05.25-17.52.02:678][393]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:678][393]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1880 failed (-1000) -[2025.05.25-17.52.02:682][394]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1881 outside of frame bounds -[2025.05.25-17.52.02:683][394]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:683][394]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:683][394]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1882 outside of frame bounds -[2025.05.25-17.52.02:688][394]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1880 failed (-1006) -[2025.05.25-17.52.02:689][394]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:689][394]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1881 failed (-1000) -[2025.05.25-17.52.02:694][395]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1882 outside of frame bounds -[2025.05.25-17.52.02:694][395]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:694][395]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:694][395]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1883 outside of frame bounds -[2025.05.25-17.52.02:701][395]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1881 failed (-1006) -[2025.05.25-17.52.02:702][395]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:702][395]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1882 failed (-1000) -[2025.05.25-17.52.02:706][396]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1883 outside of frame bounds -[2025.05.25-17.52.02:708][396]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:708][396]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:708][396]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1884 outside of frame bounds -[2025.05.25-17.52.02:714][396]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1882 failed (-1006) -[2025.05.25-17.52.02:714][396]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:715][396]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1883 failed (-1000) -[2025.05.25-17.52.02:719][397]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1884 outside of frame bounds -[2025.05.25-17.52.02:719][397]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:719][397]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:719][397]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1885 outside of frame bounds -[2025.05.25-17.52.02:726][397]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1883 failed (-1006) -[2025.05.25-17.52.02:727][397]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:727][397]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1884 failed (-1000) -[2025.05.25-17.52.02:732][398]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1885 outside of frame bounds -[2025.05.25-17.52.02:733][398]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:733][398]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:733][398]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1886 outside of frame bounds -[2025.05.25-17.52.02:736][398]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1884 failed (-1006) -[2025.05.25-17.52.02:737][398]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:737][398]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1885 failed (-1000) -[2025.05.25-17.52.02:743][399]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1886 outside of frame bounds -[2025.05.25-17.52.02:744][399]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:744][399]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:744][399]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1887 outside of frame bounds -[2025.05.25-17.52.02:748][399]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1885 failed (-1006) -[2025.05.25-17.52.02:749][399]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:749][399]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1886 failed (-1000) -[2025.05.25-17.52.02:754][400]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1887 outside of frame bounds -[2025.05.25-17.52.02:755][400]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:755][400]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:755][400]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1888 outside of frame bounds -[2025.05.25-17.52.02:761][400]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1886 failed (-1006) -[2025.05.25-17.52.02:762][400]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:762][400]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1887 failed (-1000) -[2025.05.25-17.52.02:766][401]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1888 outside of frame bounds -[2025.05.25-17.52.02:767][401]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:767][401]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:767][401]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1889 outside of frame bounds -[2025.05.25-17.52.02:772][401]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1887 failed (-1006) -[2025.05.25-17.52.02:773][401]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:773][401]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1888 failed (-1000) -[2025.05.25-17.52.02:778][402]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1889 outside of frame bounds -[2025.05.25-17.52.02:778][402]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:778][402]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:779][402]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1890 outside of frame bounds -[2025.05.25-17.52.02:784][402]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1888 failed (-1006) -[2025.05.25-17.52.02:784][402]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:784][402]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1889 failed (-1000) -[2025.05.25-17.52.02:789][403]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1890 outside of frame bounds -[2025.05.25-17.52.02:789][403]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:789][403]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:789][403]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1891 outside of frame bounds -[2025.05.25-17.52.02:796][403]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1889 failed (-1006) -[2025.05.25-17.52.02:797][403]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:797][403]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1890 failed (-1000) -[2025.05.25-17.52.02:801][404]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1891 outside of frame bounds -[2025.05.25-17.52.02:802][404]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:802][404]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:802][404]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1892 outside of frame bounds -[2025.05.25-17.52.02:806][404]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1890 failed (-1006) -[2025.05.25-17.52.02:807][404]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:808][404]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1891 failed (-1000) -[2025.05.25-17.52.02:813][405]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1892 outside of frame bounds -[2025.05.25-17.52.02:814][405]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:814][405]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:814][405]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1893 outside of frame bounds -[2025.05.25-17.52.02:817][405]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1891 failed (-1006) -[2025.05.25-17.52.02:818][405]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:818][405]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1892 failed (-1000) -[2025.05.25-17.52.02:824][406]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1893 outside of frame bounds -[2025.05.25-17.52.02:825][406]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:825][406]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:825][406]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1894 outside of frame bounds -[2025.05.25-17.52.02:831][406]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1892 failed (-1006) -[2025.05.25-17.52.02:831][406]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:831][406]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1893 failed (-1000) -[2025.05.25-17.52.02:836][407]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1894 outside of frame bounds -[2025.05.25-17.52.02:837][407]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:837][407]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:837][407]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1895 outside of frame bounds -[2025.05.25-17.52.02:842][407]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1893 failed (-1006) -[2025.05.25-17.52.02:843][407]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:843][407]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1894 failed (-1000) -[2025.05.25-17.52.02:847][408]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1895 outside of frame bounds -[2025.05.25-17.52.02:847][408]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:847][408]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:847][408]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1896 outside of frame bounds -[2025.05.25-17.52.02:853][408]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1894 failed (-1006) -[2025.05.25-17.52.02:854][408]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:854][408]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1895 failed (-1000) -[2025.05.25-17.52.02:858][409]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1896 outside of frame bounds -[2025.05.25-17.52.02:859][409]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:859][409]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:859][409]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1897 outside of frame bounds -[2025.05.25-17.52.02:865][409]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1895 failed (-1006) -[2025.05.25-17.52.02:866][409]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:866][409]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1896 failed (-1000) -[2025.05.25-17.52.02:870][410]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1897 outside of frame bounds -[2025.05.25-17.52.02:871][410]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:871][410]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:871][410]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1898 outside of frame bounds -[2025.05.25-17.52.02:875][410]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1896 failed (-1006) -[2025.05.25-17.52.02:876][410]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:876][410]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1897 failed (-1000) -[2025.05.25-17.52.02:883][411]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1898 outside of frame bounds -[2025.05.25-17.52.02:883][411]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:883][411]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:883][411]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1899 outside of frame bounds -[2025.05.25-17.52.02:886][411]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1897 failed (-1006) -[2025.05.25-17.52.02:887][411]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:887][411]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1898 failed (-1000) -[2025.05.25-17.52.02:891][412]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1899 outside of frame bounds -[2025.05.25-17.52.02:892][412]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:892][412]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:893][412]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1900 outside of frame bounds -[2025.05.25-17.52.02:899][412]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1898 failed (-1006) -[2025.05.25-17.52.02:899][412]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:900][412]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1899 failed (-1000) -[2025.05.25-17.52.02:904][413]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1900 outside of frame bounds -[2025.05.25-17.52.02:905][413]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:905][413]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:905][413]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1901 outside of frame bounds -[2025.05.25-17.52.02:910][413]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1899 failed (-1006) -[2025.05.25-17.52.02:911][413]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:911][413]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1900 failed (-1000) -[2025.05.25-17.52.02:916][414]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1901 outside of frame bounds -[2025.05.25-17.52.02:916][414]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:916][414]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:916][414]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1902 outside of frame bounds -[2025.05.25-17.52.02:921][414]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1900 failed (-1006) -[2025.05.25-17.52.02:922][414]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:922][414]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1901 failed (-1000) -[2025.05.25-17.52.02:926][415]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1902 outside of frame bounds -[2025.05.25-17.52.02:928][415]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:928][415]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:928][415]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1903 outside of frame bounds -[2025.05.25-17.52.02:934][415]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1901 failed (-1006) -[2025.05.25-17.52.02:935][415]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:935][415]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1902 failed (-1000) -[2025.05.25-17.52.02:939][416]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1903 outside of frame bounds -[2025.05.25-17.52.02:939][416]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:939][416]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:939][416]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1904 outside of frame bounds -[2025.05.25-17.52.02:945][416]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1902 failed (-1006) -[2025.05.25-17.52.02:946][416]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:946][416]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1903 failed (-1000) -[2025.05.25-17.52.02:952][417]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1904 outside of frame bounds -[2025.05.25-17.52.02:952][417]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:952][417]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:952][417]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1905 outside of frame bounds -[2025.05.25-17.52.02:956][417]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1903 failed (-1006) -[2025.05.25-17.52.02:957][417]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:957][417]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1904 failed (-1000) -[2025.05.25-17.52.02:962][418]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1905 outside of frame bounds -[2025.05.25-17.52.02:962][418]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:962][418]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:962][418]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1906 outside of frame bounds -[2025.05.25-17.52.02:968][418]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1904 failed (-1006) -[2025.05.25-17.52.02:969][418]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:969][418]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1905 failed (-1000) -[2025.05.25-17.52.02:974][419]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1906 outside of frame bounds -[2025.05.25-17.52.02:975][419]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:975][419]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:975][419]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1907 outside of frame bounds -[2025.05.25-17.52.02:980][419]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1905 failed (-1006) -[2025.05.25-17.52.02:981][419]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:981][419]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1906 failed (-1000) -[2025.05.25-17.52.02:985][420]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1907 outside of frame bounds -[2025.05.25-17.52.02:986][420]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:986][420]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:986][420]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1908 outside of frame bounds -[2025.05.25-17.52.02:992][420]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1906 failed (-1006) -[2025.05.25-17.52.02:993][420]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.02:993][420]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1907 failed (-1000) -[2025.05.25-17.52.02:998][421]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1908 outside of frame bounds -[2025.05.25-17.52.02:999][421]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.02:999][421]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.02:999][421]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1909 outside of frame bounds -[2025.05.25-17.52.03:005][421]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1907 failed (-1006) -[2025.05.25-17.52.03:006][421]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:006][421]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1908 failed (-1000) -[2025.05.25-17.52.03:010][422]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1909 outside of frame bounds -[2025.05.25-17.52.03:011][422]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:011][422]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:011][422]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1910 outside of frame bounds -[2025.05.25-17.52.03:017][422]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1908 failed (-1006) -[2025.05.25-17.52.03:017][422]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:018][422]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1909 failed (-1000) -[2025.05.25-17.52.03:023][423]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1910 outside of frame bounds -[2025.05.25-17.52.03:023][423]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:023][423]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:023][423]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1911 outside of frame bounds -[2025.05.25-17.52.03:028][423]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1909 failed (-1006) -[2025.05.25-17.52.03:029][423]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:029][423]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1910 failed (-1000) -[2025.05.25-17.52.03:035][424]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1911 outside of frame bounds -[2025.05.25-17.52.03:035][424]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:035][424]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:035][424]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1912 outside of frame bounds -[2025.05.25-17.52.03:040][424]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1910 failed (-1006) -[2025.05.25-17.52.03:041][424]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:041][424]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1911 failed (-1000) -[2025.05.25-17.52.03:045][425]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1912 outside of frame bounds -[2025.05.25-17.52.03:046][425]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:046][425]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:046][425]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1913 outside of frame bounds -[2025.05.25-17.52.03:052][425]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1911 failed (-1006) -[2025.05.25-17.52.03:052][425]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:052][425]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1912 failed (-1000) -[2025.05.25-17.52.03:057][426]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1913 outside of frame bounds -[2025.05.25-17.52.03:057][426]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:057][426]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:057][426]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1914 outside of frame bounds -[2025.05.25-17.52.03:064][426]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1912 failed (-1006) -[2025.05.25-17.52.03:065][426]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:065][426]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1913 failed (-1000) -[2025.05.25-17.52.03:070][427]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1914 outside of frame bounds -[2025.05.25-17.52.03:070][427]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:070][427]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:070][427]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1915 outside of frame bounds -[2025.05.25-17.52.03:076][427]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1913 failed (-1006) -[2025.05.25-17.52.03:077][427]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:077][427]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1914 failed (-1000) -[2025.05.25-17.52.03:082][428]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1915 outside of frame bounds -[2025.05.25-17.52.03:082][428]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:082][428]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:082][428]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1916 outside of frame bounds -[2025.05.25-17.52.03:087][428]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1914 failed (-1006) -[2025.05.25-17.52.03:089][428]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:089][428]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1915 failed (-1000) -[2025.05.25-17.52.03:093][429]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1916 outside of frame bounds -[2025.05.25-17.52.03:093][429]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:093][429]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:093][429]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1917 outside of frame bounds -[2025.05.25-17.52.03:100][429]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1915 failed (-1006) -[2025.05.25-17.52.03:101][429]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:101][429]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1916 failed (-1000) -[2025.05.25-17.52.03:106][430]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1917 outside of frame bounds -[2025.05.25-17.52.03:106][430]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:106][430]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:106][430]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1918 outside of frame bounds -[2025.05.25-17.52.03:112][430]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1916 failed (-1006) -[2025.05.25-17.52.03:112][430]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:112][430]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1917 failed (-1000) -[2025.05.25-17.52.03:118][431]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1918 outside of frame bounds -[2025.05.25-17.52.03:118][431]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:118][431]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:118][431]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1919 outside of frame bounds -[2025.05.25-17.52.03:123][431]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1917 failed (-1006) -[2025.05.25-17.52.03:124][431]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:124][431]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1918 failed (-1000) -[2025.05.25-17.52.03:129][432]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1919 outside of frame bounds -[2025.05.25-17.52.03:129][432]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:129][432]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:129][432]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1920 outside of frame bounds -[2025.05.25-17.52.03:135][432]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1918 failed (-1006) -[2025.05.25-17.52.03:136][432]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:136][432]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1919 failed (-1000) -[2025.05.25-17.52.03:141][433]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1920 outside of frame bounds -[2025.05.25-17.52.03:142][433]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:142][433]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:142][433]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1921 outside of frame bounds -[2025.05.25-17.52.03:147][433]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1919 failed (-1006) -[2025.05.25-17.52.03:147][433]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:147][433]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1920 failed (-1000) -[2025.05.25-17.52.03:152][434]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1921 outside of frame bounds -[2025.05.25-17.52.03:153][434]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:153][434]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:153][434]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1922 outside of frame bounds -[2025.05.25-17.52.03:159][434]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1920 failed (-1006) -[2025.05.25-17.52.03:160][434]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:160][434]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1921 failed (-1000) -[2025.05.25-17.52.03:165][435]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1922 outside of frame bounds -[2025.05.25-17.52.03:165][435]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:165][435]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:165][435]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1923 outside of frame bounds -[2025.05.25-17.52.03:171][435]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1921 failed (-1006) -[2025.05.25-17.52.03:171][435]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:171][435]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1922 failed (-1000) -[2025.05.25-17.52.03:176][436]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1923 outside of frame bounds -[2025.05.25-17.52.03:176][436]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:176][436]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:176][436]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1924 outside of frame bounds -[2025.05.25-17.52.03:183][436]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1922 failed (-1006) -[2025.05.25-17.52.03:184][436]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:184][436]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1923 failed (-1000) -[2025.05.25-17.52.03:189][437]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1924 outside of frame bounds -[2025.05.25-17.52.03:189][437]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:189][437]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:189][437]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1925 outside of frame bounds -[2025.05.25-17.52.03:194][437]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1923 failed (-1006) -[2025.05.25-17.52.03:195][437]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:195][437]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1924 failed (-1000) -[2025.05.25-17.52.03:202][438]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1925 outside of frame bounds -[2025.05.25-17.52.03:202][438]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:202][438]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:202][438]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1926 outside of frame bounds -[2025.05.25-17.52.03:206][438]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1924 failed (-1006) -[2025.05.25-17.52.03:207][438]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:207][438]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1925 failed (-1000) -[2025.05.25-17.52.03:212][439]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1926 outside of frame bounds -[2025.05.25-17.52.03:212][439]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:212][439]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:212][439]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1927 outside of frame bounds -[2025.05.25-17.52.03:218][439]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1925 failed (-1006) -[2025.05.25-17.52.03:219][439]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:219][439]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1926 failed (-1000) -[2025.05.25-17.52.03:223][440]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1927 outside of frame bounds -[2025.05.25-17.52.03:224][440]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:224][440]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:224][440]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1928 outside of frame bounds -[2025.05.25-17.52.03:231][440]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1926 failed (-1006) -[2025.05.25-17.52.03:232][440]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:232][440]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1927 failed (-1000) -[2025.05.25-17.52.03:236][441]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1928 outside of frame bounds -[2025.05.25-17.52.03:237][441]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:237][441]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:237][441]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1929 outside of frame bounds -[2025.05.25-17.52.03:243][441]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1927 failed (-1006) -[2025.05.25-17.52.03:244][441]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:244][441]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1928 failed (-1000) -[2025.05.25-17.52.03:248][442]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1929 outside of frame bounds -[2025.05.25-17.52.03:249][442]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:249][442]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:249][442]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1930 outside of frame bounds -[2025.05.25-17.52.03:255][442]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1928 failed (-1006) -[2025.05.25-17.52.03:256][442]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:256][442]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1929 failed (-1000) -[2025.05.25-17.52.03:260][443]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1930 outside of frame bounds -[2025.05.25-17.52.03:260][443]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:260][443]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:260][443]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1931 outside of frame bounds -[2025.05.25-17.52.03:268][443]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1929 failed (-1006) -[2025.05.25-17.52.03:269][443]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:269][443]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1930 failed (-1000) -[2025.05.25-17.52.03:274][444]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1931 outside of frame bounds -[2025.05.25-17.52.03:274][444]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:274][444]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:274][444]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1932 outside of frame bounds -[2025.05.25-17.52.03:278][444]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1930 failed (-1006) -[2025.05.25-17.52.03:279][444]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:279][444]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1931 failed (-1000) -[2025.05.25-17.52.03:285][445]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1932 outside of frame bounds -[2025.05.25-17.52.03:286][445]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:286][445]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:286][445]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1933 outside of frame bounds -[2025.05.25-17.52.03:290][445]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1931 failed (-1006) -[2025.05.25-17.52.03:290][445]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:290][445]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1932 failed (-1000) -[2025.05.25-17.52.03:297][446]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1933 outside of frame bounds -[2025.05.25-17.52.03:297][446]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:297][446]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:297][446]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1934 outside of frame bounds -[2025.05.25-17.52.03:303][446]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1932 failed (-1006) -[2025.05.25-17.52.03:303][446]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:303][446]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1933 failed (-1000) -[2025.05.25-17.52.03:308][447]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1934 outside of frame bounds -[2025.05.25-17.52.03:308][447]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:308][447]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:308][447]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1935 outside of frame bounds -[2025.05.25-17.52.03:314][447]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1933 failed (-1006) -[2025.05.25-17.52.03:315][447]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:315][447]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1934 failed (-1000) -[2025.05.25-17.52.03:319][448]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1935 outside of frame bounds -[2025.05.25-17.52.03:320][448]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:320][448]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:320][448]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1936 outside of frame bounds -[2025.05.25-17.52.03:327][448]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1934 failed (-1006) -[2025.05.25-17.52.03:328][448]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:328][448]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1935 failed (-1000) -[2025.05.25-17.52.03:332][449]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1936 outside of frame bounds -[2025.05.25-17.52.03:333][449]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:333][449]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:333][449]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1937 outside of frame bounds -[2025.05.25-17.52.03:338][449]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1935 failed (-1006) -[2025.05.25-17.52.03:339][449]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:339][449]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1936 failed (-1000) -[2025.05.25-17.52.03:343][450]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1937 outside of frame bounds -[2025.05.25-17.52.03:344][450]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:344][450]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:344][450]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1938 outside of frame bounds -[2025.05.25-17.52.03:351][450]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1936 failed (-1006) -[2025.05.25-17.52.03:351][450]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:351][450]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1937 failed (-1000) -[2025.05.25-17.52.03:357][451]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1938 outside of frame bounds -[2025.05.25-17.52.03:357][451]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:357][451]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:357][451]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1939 outside of frame bounds -[2025.05.25-17.52.03:363][451]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1937 failed (-1006) -[2025.05.25-17.52.03:364][451]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:365][451]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1938 failed (-1000) -[2025.05.25-17.52.03:369][452]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1939 outside of frame bounds -[2025.05.25-17.52.03:370][452]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:370][452]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:370][452]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1940 outside of frame bounds -[2025.05.25-17.52.03:374][452]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1938 failed (-1006) -[2025.05.25-17.52.03:374][452]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:374][452]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1939 failed (-1000) -[2025.05.25-17.52.03:381][453]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1940 outside of frame bounds -[2025.05.25-17.52.03:382][453]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:382][453]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:382][453]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1941 outside of frame bounds -[2025.05.25-17.52.03:386][453]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1939 failed (-1006) -[2025.05.25-17.52.03:387][453]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:387][453]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1940 failed (-1000) -[2025.05.25-17.52.03:392][454]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1941 outside of frame bounds -[2025.05.25-17.52.03:392][454]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:392][454]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:392][454]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1942 outside of frame bounds -[2025.05.25-17.52.03:398][454]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1940 failed (-1006) -[2025.05.25-17.52.03:399][454]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:399][454]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1941 failed (-1000) -[2025.05.25-17.52.03:404][455]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1942 outside of frame bounds -[2025.05.25-17.52.03:404][455]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:404][455]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:404][455]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1943 outside of frame bounds -[2025.05.25-17.52.03:411][455]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1941 failed (-1006) -[2025.05.25-17.52.03:411][455]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:411][455]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1942 failed (-1000) -[2025.05.25-17.52.03:415][456]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1943 outside of frame bounds -[2025.05.25-17.52.03:415][456]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:415][456]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:415][456]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1944 outside of frame bounds -[2025.05.25-17.52.03:422][456]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1942 failed (-1006) -[2025.05.25-17.52.03:422][456]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:422][456]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1943 failed (-1000) -[2025.05.25-17.52.03:427][457]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1944 outside of frame bounds -[2025.05.25-17.52.03:427][457]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:428][457]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:428][457]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1945 outside of frame bounds -[2025.05.25-17.52.03:435][457]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1943 failed (-1006) -[2025.05.25-17.52.03:436][457]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:436][457]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1944 failed (-1000) -[2025.05.25-17.52.03:440][458]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1945 outside of frame bounds -[2025.05.25-17.52.03:440][458]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:440][458]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:440][458]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1946 outside of frame bounds -[2025.05.25-17.52.03:445][458]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1944 failed (-1006) -[2025.05.25-17.52.03:446][458]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:446][458]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1945 failed (-1000) -[2025.05.25-17.52.03:452][459]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1946 outside of frame bounds -[2025.05.25-17.52.03:452][459]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:452][459]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:452][459]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1947 outside of frame bounds -[2025.05.25-17.52.03:456][459]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1945 failed (-1006) -[2025.05.25-17.52.03:457][459]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:457][459]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1946 failed (-1000) -[2025.05.25-17.52.03:462][460]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1947 outside of frame bounds -[2025.05.25-17.52.03:462][460]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:463][460]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:463][460]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1948 outside of frame bounds -[2025.05.25-17.52.03:469][460]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1946 failed (-1006) -[2025.05.25-17.52.03:470][460]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:470][460]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1947 failed (-1000) -[2025.05.25-17.52.03:475][461]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1948 outside of frame bounds -[2025.05.25-17.52.03:475][461]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:475][461]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:475][461]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1949 outside of frame bounds -[2025.05.25-17.52.03:481][461]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1947 failed (-1006) -[2025.05.25-17.52.03:482][461]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:482][461]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1948 failed (-1000) -[2025.05.25-17.52.03:487][462]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1949 outside of frame bounds -[2025.05.25-17.52.03:487][462]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:487][462]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:487][462]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1950 outside of frame bounds -[2025.05.25-17.52.03:493][462]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1948 failed (-1006) -[2025.05.25-17.52.03:494][462]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:494][462]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1949 failed (-1000) -[2025.05.25-17.52.03:499][463]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1950 outside of frame bounds -[2025.05.25-17.52.03:499][463]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:499][463]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:499][463]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1951 outside of frame bounds -[2025.05.25-17.52.03:505][463]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1949 failed (-1006) -[2025.05.25-17.52.03:506][463]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:506][463]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1950 failed (-1000) -[2025.05.25-17.52.03:510][464]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1951 outside of frame bounds -[2025.05.25-17.52.03:510][464]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:510][464]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:510][464]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1952 outside of frame bounds -[2025.05.25-17.52.03:517][464]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1950 failed (-1006) -[2025.05.25-17.52.03:518][464]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:518][464]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1951 failed (-1000) -[2025.05.25-17.52.03:522][465]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1952 outside of frame bounds -[2025.05.25-17.52.03:523][465]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:523][465]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:523][465]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1953 outside of frame bounds -[2025.05.25-17.52.03:527][465]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1951 failed (-1006) -[2025.05.25-17.52.03:528][465]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:528][465]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1952 failed (-1000) -[2025.05.25-17.52.03:534][466]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1953 outside of frame bounds -[2025.05.25-17.52.03:534][466]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:534][466]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:534][466]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1954 outside of frame bounds -[2025.05.25-17.52.03:539][466]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1952 failed (-1006) -[2025.05.25-17.52.03:540][466]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:540][466]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1953 failed (-1000) -[2025.05.25-17.52.03:544][467]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1954 outside of frame bounds -[2025.05.25-17.52.03:545][467]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:545][467]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:545][467]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1955 outside of frame bounds -[2025.05.25-17.52.03:550][467]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1953 failed (-1006) -[2025.05.25-17.52.03:551][467]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:551][467]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1954 failed (-1000) -[2025.05.25-17.52.03:556][468]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1955 outside of frame bounds -[2025.05.25-17.52.03:556][468]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:556][468]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:556][468]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1956 outside of frame bounds -[2025.05.25-17.52.03:563][468]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1954 failed (-1006) -[2025.05.25-17.52.03:564][468]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:564][468]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1955 failed (-1000) -[2025.05.25-17.52.03:569][469]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1956 outside of frame bounds -[2025.05.25-17.52.03:569][469]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:569][469]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:569][469]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1957 outside of frame bounds -[2025.05.25-17.52.03:575][469]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1955 failed (-1006) -[2025.05.25-17.52.03:575][469]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:576][469]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1956 failed (-1000) -[2025.05.25-17.52.03:580][470]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1957 outside of frame bounds -[2025.05.25-17.52.03:581][470]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:581][470]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:581][470]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1958 outside of frame bounds -[2025.05.25-17.52.03:587][470]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1956 failed (-1006) -[2025.05.25-17.52.03:588][470]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:588][470]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1957 failed (-1000) -[2025.05.25-17.52.03:592][471]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1958 outside of frame bounds -[2025.05.25-17.52.03:592][471]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:592][471]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:592][471]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1959 outside of frame bounds -[2025.05.25-17.52.03:598][471]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1957 failed (-1006) -[2025.05.25-17.52.03:599][471]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:599][471]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1958 failed (-1000) -[2025.05.25-17.52.03:605][472]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1959 outside of frame bounds -[2025.05.25-17.52.03:605][472]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:605][472]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:605][472]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1960 outside of frame bounds -[2025.05.25-17.52.03:610][472]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1958 failed (-1006) -[2025.05.25-17.52.03:611][472]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:611][472]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1959 failed (-1000) -[2025.05.25-17.52.03:616][473]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1960 outside of frame bounds -[2025.05.25-17.52.03:617][473]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:617][473]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:617][473]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1961 outside of frame bounds -[2025.05.25-17.52.03:622][473]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1959 failed (-1006) -[2025.05.25-17.52.03:623][473]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:623][473]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1960 failed (-1000) -[2025.05.25-17.52.03:628][474]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1961 outside of frame bounds -[2025.05.25-17.52.03:628][474]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:628][474]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:628][474]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1962 outside of frame bounds -[2025.05.25-17.52.03:635][474]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1960 failed (-1006) -[2025.05.25-17.52.03:635][474]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:636][474]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1961 failed (-1000) -[2025.05.25-17.52.03:640][475]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1962 outside of frame bounds -[2025.05.25-17.52.03:640][475]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:640][475]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:640][475]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1963 outside of frame bounds -[2025.05.25-17.52.03:646][475]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1961 failed (-1006) -[2025.05.25-17.52.03:647][475]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:647][475]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1962 failed (-1000) -[2025.05.25-17.52.03:652][476]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1963 outside of frame bounds -[2025.05.25-17.52.03:652][476]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:653][476]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:653][476]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1964 outside of frame bounds -[2025.05.25-17.52.03:658][476]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1962 failed (-1006) -[2025.05.25-17.52.03:659][476]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:659][476]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1963 failed (-1000) -[2025.05.25-17.52.03:665][477]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1964 outside of frame bounds -[2025.05.25-17.52.03:665][477]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:665][477]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:665][477]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1965 outside of frame bounds -[2025.05.25-17.52.03:670][477]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1963 failed (-1006) -[2025.05.25-17.52.03:671][477]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:671][477]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1964 failed (-1000) -[2025.05.25-17.52.03:676][478]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1965 outside of frame bounds -[2025.05.25-17.52.03:676][478]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:676][478]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:676][478]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1966 outside of frame bounds -[2025.05.25-17.52.03:681][478]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1964 failed (-1006) -[2025.05.25-17.52.03:682][478]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:682][478]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1965 failed (-1000) -[2025.05.25-17.52.03:688][479]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1966 outside of frame bounds -[2025.05.25-17.52.03:689][479]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:689][479]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:689][479]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1967 outside of frame bounds -[2025.05.25-17.52.03:694][479]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1965 failed (-1006) -[2025.05.25-17.52.03:695][479]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:695][479]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1966 failed (-1000) -[2025.05.25-17.52.03:700][480]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1967 outside of frame bounds -[2025.05.25-17.52.03:701][480]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:701][480]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:701][480]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1968 outside of frame bounds -[2025.05.25-17.52.03:706][480]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1966 failed (-1006) -[2025.05.25-17.52.03:707][480]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:707][480]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1967 failed (-1000) -[2025.05.25-17.52.03:711][481]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1968 outside of frame bounds -[2025.05.25-17.52.03:712][481]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:712][481]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:712][481]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1969 outside of frame bounds -[2025.05.25-17.52.03:718][481]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1967 failed (-1006) -[2025.05.25-17.52.03:719][481]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:719][481]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1968 failed (-1000) -[2025.05.25-17.52.03:722][482]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1969 outside of frame bounds -[2025.05.25-17.52.03:723][482]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:723][482]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:723][482]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1970 outside of frame bounds -[2025.05.25-17.52.03:730][482]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1968 failed (-1006) -[2025.05.25-17.52.03:731][482]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:731][482]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1969 failed (-1000) -[2025.05.25-17.52.03:736][483]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1970 outside of frame bounds -[2025.05.25-17.52.03:737][483]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:737][483]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:737][483]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1971 outside of frame bounds -[2025.05.25-17.52.03:741][483]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1969 failed (-1006) -[2025.05.25-17.52.03:742][483]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:742][483]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1970 failed (-1000) -[2025.05.25-17.52.03:748][484]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1971 outside of frame bounds -[2025.05.25-17.52.03:748][484]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:748][484]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:748][484]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1972 outside of frame bounds -[2025.05.25-17.52.03:754][484]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1970 failed (-1006) -[2025.05.25-17.52.03:754][484]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:754][484]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1971 failed (-1000) -[2025.05.25-17.52.03:760][485]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1972 outside of frame bounds -[2025.05.25-17.52.03:760][485]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:760][485]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:760][485]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1973 outside of frame bounds -[2025.05.25-17.52.03:767][485]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1971 failed (-1006) -[2025.05.25-17.52.03:768][485]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:768][485]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1972 failed (-1000) -[2025.05.25-17.52.03:772][486]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1973 outside of frame bounds -[2025.05.25-17.52.03:773][486]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:773][486]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:773][486]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1974 outside of frame bounds -[2025.05.25-17.52.03:777][486]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1972 failed (-1006) -[2025.05.25-17.52.03:778][486]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:778][486]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1973 failed (-1000) -[2025.05.25-17.52.03:783][487]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1974 outside of frame bounds -[2025.05.25-17.52.03:784][487]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:784][487]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:784][487]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1975 outside of frame bounds -[2025.05.25-17.52.03:789][487]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1973 failed (-1006) -[2025.05.25-17.52.03:790][487]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:790][487]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1974 failed (-1000) -[2025.05.25-17.52.03:795][488]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1975 outside of frame bounds -[2025.05.25-17.52.03:796][488]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:796][488]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:796][488]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1976 outside of frame bounds -[2025.05.25-17.52.03:802][488]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1974 failed (-1006) -[2025.05.25-17.52.03:803][488]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:803][488]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1975 failed (-1000) -[2025.05.25-17.52.03:808][489]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1976 outside of frame bounds -[2025.05.25-17.52.03:808][489]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:808][489]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:809][489]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1977 outside of frame bounds -[2025.05.25-17.52.03:814][489]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1975 failed (-1006) -[2025.05.25-17.52.03:814][489]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:814][489]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1976 failed (-1000) -[2025.05.25-17.52.03:819][490]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1977 outside of frame bounds -[2025.05.25-17.52.03:819][490]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:819][490]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:819][490]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1978 outside of frame bounds -[2025.05.25-17.52.03:825][490]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1976 failed (-1006) -[2025.05.25-17.52.03:826][490]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:826][490]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1977 failed (-1000) -[2025.05.25-17.52.03:832][491]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1978 outside of frame bounds -[2025.05.25-17.52.03:832][491]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:832][491]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:832][491]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1979 outside of frame bounds -[2025.05.25-17.52.03:837][491]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1977 failed (-1006) -[2025.05.25-17.52.03:838][491]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:838][491]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1978 failed (-1000) -[2025.05.25-17.52.03:843][492]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1979 outside of frame bounds -[2025.05.25-17.52.03:843][492]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:843][492]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:843][492]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1980 outside of frame bounds -[2025.05.25-17.52.03:849][492]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1978 failed (-1006) -[2025.05.25-17.52.03:849][492]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:850][492]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1979 failed (-1000) -[2025.05.25-17.52.03:855][493]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1980 outside of frame bounds -[2025.05.25-17.52.03:855][493]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:855][493]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:855][493]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1981 outside of frame bounds -[2025.05.25-17.52.03:860][493]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1979 failed (-1006) -[2025.05.25-17.52.03:861][493]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:861][493]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1980 failed (-1000) -[2025.05.25-17.52.03:867][494]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1981 outside of frame bounds -[2025.05.25-17.52.03:867][494]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:867][494]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:867][494]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1982 outside of frame bounds -[2025.05.25-17.52.03:872][494]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1980 failed (-1006) -[2025.05.25-17.52.03:873][494]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:873][494]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1981 failed (-1000) -[2025.05.25-17.52.03:877][495]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1982 outside of frame bounds -[2025.05.25-17.52.03:878][495]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:878][495]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:878][495]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1983 outside of frame bounds -[2025.05.25-17.52.03:884][495]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1981 failed (-1006) -[2025.05.25-17.52.03:885][495]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:885][495]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1982 failed (-1000) -[2025.05.25-17.52.03:889][496]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1983 outside of frame bounds -[2025.05.25-17.52.03:889][496]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:889][496]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:889][496]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1984 outside of frame bounds -[2025.05.25-17.52.03:896][496]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1982 failed (-1006) -[2025.05.25-17.52.03:897][496]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:897][496]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1983 failed (-1000) -[2025.05.25-17.52.03:901][497]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1984 outside of frame bounds -[2025.05.25-17.52.03:902][497]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:902][497]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:902][497]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1985 outside of frame bounds -[2025.05.25-17.52.03:908][497]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1983 failed (-1006) -[2025.05.25-17.52.03:909][497]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:909][497]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1984 failed (-1000) -[2025.05.25-17.52.03:913][498]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1985 outside of frame bounds -[2025.05.25-17.52.03:914][498]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:914][498]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:914][498]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1986 outside of frame bounds -[2025.05.25-17.52.03:919][498]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1984 failed (-1006) -[2025.05.25-17.52.03:920][498]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:920][498]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1985 failed (-1000) -[2025.05.25-17.52.03:925][499]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1986 outside of frame bounds -[2025.05.25-17.52.03:925][499]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:926][499]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:926][499]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1987 outside of frame bounds -[2025.05.25-17.52.03:930][499]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1985 failed (-1006) -[2025.05.25-17.52.03:931][499]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:931][499]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1986 failed (-1000) -[2025.05.25-17.52.03:937][500]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1987 outside of frame bounds -[2025.05.25-17.52.03:937][500]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:937][500]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:937][500]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1988 outside of frame bounds -[2025.05.25-17.52.03:942][500]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1986 failed (-1006) -[2025.05.25-17.52.03:943][500]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:943][500]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1987 failed (-1000) -[2025.05.25-17.52.03:948][501]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1988 outside of frame bounds -[2025.05.25-17.52.03:948][501]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:948][501]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:948][501]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1989 outside of frame bounds -[2025.05.25-17.52.03:954][501]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1987 failed (-1006) -[2025.05.25-17.52.03:955][501]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:955][501]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1988 failed (-1000) -[2025.05.25-17.52.03:959][502]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1989 outside of frame bounds -[2025.05.25-17.52.03:960][502]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:960][502]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:960][502]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1990 outside of frame bounds -[2025.05.25-17.52.03:966][502]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1988 failed (-1006) -[2025.05.25-17.52.03:967][502]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:967][502]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1989 failed (-1000) -[2025.05.25-17.52.03:972][503]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1990 outside of frame bounds -[2025.05.25-17.52.03:972][503]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:972][503]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:972][503]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1991 outside of frame bounds -[2025.05.25-17.52.03:978][503]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1989 failed (-1006) -[2025.05.25-17.52.03:979][503]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:979][503]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1990 failed (-1000) -[2025.05.25-17.52.03:983][504]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1991 outside of frame bounds -[2025.05.25-17.52.03:983][504]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:983][504]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:983][504]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1992 outside of frame bounds -[2025.05.25-17.52.03:990][504]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1990 failed (-1006) -[2025.05.25-17.52.03:990][504]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.03:990][504]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1991 failed (-1000) -[2025.05.25-17.52.03:996][505]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1992 outside of frame bounds -[2025.05.25-17.52.03:996][505]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.03:996][505]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.03:996][505]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1993 outside of frame bounds -[2025.05.25-17.52.04:003][505]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1991 failed (-1006) -[2025.05.25-17.52.04:004][505]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:004][505]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1992 failed (-1000) -[2025.05.25-17.52.04:008][506]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1993 outside of frame bounds -[2025.05.25-17.52.04:008][506]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:008][506]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:008][506]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1994 outside of frame bounds -[2025.05.25-17.52.04:013][506]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1992 failed (-1006) -[2025.05.25-17.52.04:014][506]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:014][506]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1993 failed (-1000) -[2025.05.25-17.52.04:019][507]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1994 outside of frame bounds -[2025.05.25-17.52.04:020][507]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:020][507]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:020][507]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1995 outside of frame bounds -[2025.05.25-17.52.04:024][507]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1993 failed (-1006) -[2025.05.25-17.52.04:025][507]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:025][507]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1994 failed (-1000) -[2025.05.25-17.52.04:032][508]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1995 outside of frame bounds -[2025.05.25-17.52.04:033][508]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:033][508]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:033][508]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1996 outside of frame bounds -[2025.05.25-17.52.04:038][508]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1994 failed (-1006) -[2025.05.25-17.52.04:039][508]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:039][508]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1995 failed (-1000) -[2025.05.25-17.52.04:043][509]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1996 outside of frame bounds -[2025.05.25-17.52.04:043][509]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:043][509]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:043][509]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1997 outside of frame bounds -[2025.05.25-17.52.04:049][509]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1995 failed (-1006) -[2025.05.25-17.52.04:050][509]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:050][509]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1996 failed (-1000) -[2025.05.25-17.52.04:055][510]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1997 outside of frame bounds -[2025.05.25-17.52.04:055][510]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:056][510]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:056][510]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1998 outside of frame bounds -[2025.05.25-17.52.04:062][510]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1996 failed (-1006) -[2025.05.25-17.52.04:063][510]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:063][510]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1997 failed (-1000) -[2025.05.25-17.52.04:068][511]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1998 outside of frame bounds -[2025.05.25-17.52.04:069][511]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:069][511]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:069][511]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1999 outside of frame bounds -[2025.05.25-17.52.04:074][511]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1997 failed (-1006) -[2025.05.25-17.52.04:075][511]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:075][511]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1998 failed (-1000) -[2025.05.25-17.52.04:079][512]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1999 outside of frame bounds -[2025.05.25-17.52.04:080][512]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:080][512]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:080][512]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2000 outside of frame bounds -[2025.05.25-17.52.04:086][512]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1998 failed (-1006) -[2025.05.25-17.52.04:087][512]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:087][512]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 1999 failed (-1000) -[2025.05.25-17.52.04:091][513]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2000 outside of frame bounds -[2025.05.25-17.52.04:092][513]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:092][513]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:092][513]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2001 outside of frame bounds -[2025.05.25-17.52.04:097][513]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 1999 failed (-1006) -[2025.05.25-17.52.04:099][513]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:099][513]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2000 failed (-1000) -[2025.05.25-17.52.04:104][514]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2001 outside of frame bounds -[2025.05.25-17.52.04:105][514]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:105][514]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:105][514]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2002 outside of frame bounds -[2025.05.25-17.52.04:109][514]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2000 failed (-1006) -[2025.05.25-17.52.04:110][514]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:110][514]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2001 failed (-1000) -[2025.05.25-17.52.04:116][515]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2002 outside of frame bounds -[2025.05.25-17.52.04:116][515]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:116][515]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:116][515]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2003 outside of frame bounds -[2025.05.25-17.52.04:121][515]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2001 failed (-1006) -[2025.05.25-17.52.04:122][515]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:122][515]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2002 failed (-1000) -[2025.05.25-17.52.04:126][516]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2003 outside of frame bounds -[2025.05.25-17.52.04:127][516]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:127][516]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:127][516]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2004 outside of frame bounds -[2025.05.25-17.52.04:134][516]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2002 failed (-1006) -[2025.05.25-17.52.04:134][516]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:134][516]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2003 failed (-1000) -[2025.05.25-17.52.04:139][517]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2004 outside of frame bounds -[2025.05.25-17.52.04:140][517]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:140][517]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:140][517]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2005 outside of frame bounds -[2025.05.25-17.52.04:146][517]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2003 failed (-1006) -[2025.05.25-17.52.04:147][517]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:147][517]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2004 failed (-1000) -[2025.05.25-17.52.04:151][518]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2005 outside of frame bounds -[2025.05.25-17.52.04:152][518]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:152][518]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:152][518]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2006 outside of frame bounds -[2025.05.25-17.52.04:157][518]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2004 failed (-1006) -[2025.05.25-17.52.04:158][518]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:158][518]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2005 failed (-1000) -[2025.05.25-17.52.04:164][519]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2006 outside of frame bounds -[2025.05.25-17.52.04:165][519]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:165][519]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:165][519]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2007 outside of frame bounds -[2025.05.25-17.52.04:171][519]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2005 failed (-1006) -[2025.05.25-17.52.04:172][519]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:172][519]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2006 failed (-1000) -[2025.05.25-17.52.04:176][520]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2007 outside of frame bounds -[2025.05.25-17.52.04:176][520]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:176][520]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:176][520]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2008 outside of frame bounds -[2025.05.25-17.52.04:181][520]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2006 failed (-1006) -[2025.05.25-17.52.04:182][520]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:182][520]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2007 failed (-1000) -[2025.05.25-17.52.04:188][521]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2008 outside of frame bounds -[2025.05.25-17.52.04:189][521]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:189][521]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:189][521]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2009 outside of frame bounds -[2025.05.25-17.52.04:193][521]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2007 failed (-1006) -[2025.05.25-17.52.04:194][521]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:194][521]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2008 failed (-1000) -[2025.05.25-17.52.04:200][522]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2009 outside of frame bounds -[2025.05.25-17.52.04:200][522]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:200][522]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:200][522]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2010 outside of frame bounds -[2025.05.25-17.52.04:205][522]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2008 failed (-1006) -[2025.05.25-17.52.04:206][522]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:206][522]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2009 failed (-1000) -[2025.05.25-17.52.04:211][523]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2010 outside of frame bounds -[2025.05.25-17.52.04:211][523]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:211][523]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:211][523]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2011 outside of frame bounds -[2025.05.25-17.52.04:217][523]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2009 failed (-1006) -[2025.05.25-17.52.04:217][523]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:217][523]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2010 failed (-1000) -[2025.05.25-17.52.04:222][524]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2011 outside of frame bounds -[2025.05.25-17.52.04:222][524]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:222][524]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:222][524]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2012 outside of frame bounds -[2025.05.25-17.52.04:228][524]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2010 failed (-1006) -[2025.05.25-17.52.04:229][524]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:229][524]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2011 failed (-1000) -[2025.05.25-17.52.04:234][525]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2012 outside of frame bounds -[2025.05.25-17.52.04:234][525]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:234][525]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:235][525]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2013 outside of frame bounds -[2025.05.25-17.52.04:239][525]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2011 failed (-1006) -[2025.05.25-17.52.04:240][525]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:240][525]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2012 failed (-1000) -[2025.05.25-17.52.04:245][526]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2013 outside of frame bounds -[2025.05.25-17.52.04:245][526]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:245][526]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:245][526]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2014 outside of frame bounds -[2025.05.25-17.52.04:250][526]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2012 failed (-1006) -[2025.05.25-17.52.04:251][526]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:251][526]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2013 failed (-1000) -[2025.05.25-17.52.04:257][527]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2014 outside of frame bounds -[2025.05.25-17.52.04:258][527]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:258][527]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:258][527]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2015 outside of frame bounds -[2025.05.25-17.52.04:263][527]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2013 failed (-1006) -[2025.05.25-17.52.04:263][527]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:263][527]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2014 failed (-1000) -[2025.05.25-17.52.04:268][528]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2015 outside of frame bounds -[2025.05.25-17.52.04:269][528]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:269][528]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:269][528]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2016 outside of frame bounds -[2025.05.25-17.52.04:274][528]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2014 failed (-1006) -[2025.05.25-17.52.04:275][528]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:275][528]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2015 failed (-1000) -[2025.05.25-17.52.04:280][529]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2016 outside of frame bounds -[2025.05.25-17.52.04:280][529]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:280][529]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:280][529]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2017 outside of frame bounds -[2025.05.25-17.52.04:285][529]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2015 failed (-1006) -[2025.05.25-17.52.04:286][529]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:286][529]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2016 failed (-1000) -[2025.05.25-17.52.04:291][530]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2017 outside of frame bounds -[2025.05.25-17.52.04:291][530]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:291][530]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:291][530]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2018 outside of frame bounds -[2025.05.25-17.52.04:297][530]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2016 failed (-1006) -[2025.05.25-17.52.04:298][530]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:298][530]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2017 failed (-1000) -[2025.05.25-17.52.04:303][531]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2018 outside of frame bounds -[2025.05.25-17.52.04:303][531]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:303][531]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:303][531]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2019 outside of frame bounds -[2025.05.25-17.52.04:309][531]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2017 failed (-1006) -[2025.05.25-17.52.04:310][531]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:310][531]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2018 failed (-1000) -[2025.05.25-17.52.04:315][532]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2019 outside of frame bounds -[2025.05.25-17.52.04:315][532]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:315][532]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:315][532]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2020 outside of frame bounds -[2025.05.25-17.52.04:320][532]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2018 failed (-1006) -[2025.05.25-17.52.04:320][532]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:320][532]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2019 failed (-1000) -[2025.05.25-17.52.04:326][533]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2020 outside of frame bounds -[2025.05.25-17.52.04:327][533]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:327][533]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:327][533]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2021 outside of frame bounds -[2025.05.25-17.52.04:332][533]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2019 failed (-1006) -[2025.05.25-17.52.04:332][533]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:332][533]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2020 failed (-1000) -[2025.05.25-17.52.04:337][534]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2021 outside of frame bounds -[2025.05.25-17.52.04:337][534]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:337][534]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:337][534]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2022 outside of frame bounds -[2025.05.25-17.52.04:343][534]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2020 failed (-1006) -[2025.05.25-17.52.04:344][534]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:344][534]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2021 failed (-1000) -[2025.05.25-17.52.04:349][535]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2022 outside of frame bounds -[2025.05.25-17.52.04:349][535]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:349][535]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:349][535]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2023 outside of frame bounds -[2025.05.25-17.52.04:354][535]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2021 failed (-1006) -[2025.05.25-17.52.04:356][535]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:356][535]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2022 failed (-1000) -[2025.05.25-17.52.04:360][536]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2023 outside of frame bounds -[2025.05.25-17.52.04:360][536]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:360][536]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:360][536]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2024 outside of frame bounds -[2025.05.25-17.52.04:367][536]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2022 failed (-1006) -[2025.05.25-17.52.04:367][536]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:367][536]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2023 failed (-1000) -[2025.05.25-17.52.04:373][537]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2024 outside of frame bounds -[2025.05.25-17.52.04:373][537]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:373][537]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:373][537]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2025 outside of frame bounds -[2025.05.25-17.52.04:378][537]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2023 failed (-1006) -[2025.05.25-17.52.04:379][537]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:379][537]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2024 failed (-1000) -[2025.05.25-17.52.04:384][538]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2025 outside of frame bounds -[2025.05.25-17.52.04:384][538]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:384][538]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:384][538]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2026 outside of frame bounds -[2025.05.25-17.52.04:389][538]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2024 failed (-1006) -[2025.05.25-17.52.04:389][538]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:389][538]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2025 failed (-1000) -[2025.05.25-17.52.04:395][539]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2026 outside of frame bounds -[2025.05.25-17.52.04:396][539]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:396][539]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:396][539]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2027 outside of frame bounds -[2025.05.25-17.52.04:401][539]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2025 failed (-1006) -[2025.05.25-17.52.04:402][539]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:402][539]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2026 failed (-1000) -[2025.05.25-17.52.04:407][540]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2027 outside of frame bounds -[2025.05.25-17.52.04:408][540]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:408][540]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:408][540]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2028 outside of frame bounds -[2025.05.25-17.52.04:413][540]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2026 failed (-1006) -[2025.05.25-17.52.04:414][540]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:414][540]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2027 failed (-1000) -[2025.05.25-17.52.04:419][541]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2028 outside of frame bounds -[2025.05.25-17.52.04:419][541]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:419][541]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:419][541]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2029 outside of frame bounds -[2025.05.25-17.52.04:424][541]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2027 failed (-1006) -[2025.05.25-17.52.04:426][541]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:426][541]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2028 failed (-1000) -[2025.05.25-17.52.04:430][542]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2029 outside of frame bounds -[2025.05.25-17.52.04:431][542]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:431][542]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:431][542]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2030 outside of frame bounds -[2025.05.25-17.52.04:437][542]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2028 failed (-1006) -[2025.05.25-17.52.04:437][542]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:438][542]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2029 failed (-1000) -[2025.05.25-17.52.04:442][543]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2030 outside of frame bounds -[2025.05.25-17.52.04:443][543]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:443][543]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:443][543]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2031 outside of frame bounds -[2025.05.25-17.52.04:450][543]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2029 failed (-1006) -[2025.05.25-17.52.04:450][543]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:450][543]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2030 failed (-1000) -[2025.05.25-17.52.04:454][544]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2031 outside of frame bounds -[2025.05.25-17.52.04:454][544]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:454][544]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:454][544]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2032 outside of frame bounds -[2025.05.25-17.52.04:462][544]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2030 failed (-1006) -[2025.05.25-17.52.04:462][544]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:462][544]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2031 failed (-1000) -[2025.05.25-17.52.04:467][545]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2032 outside of frame bounds -[2025.05.25-17.52.04:467][545]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:467][545]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:467][545]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2033 outside of frame bounds -[2025.05.25-17.52.04:471][545]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2031 failed (-1006) -[2025.05.25-17.52.04:472][545]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:472][545]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2032 failed (-1000) -[2025.05.25-17.52.04:478][546]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2033 outside of frame bounds -[2025.05.25-17.52.04:478][546]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:478][546]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:478][546]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2034 outside of frame bounds -[2025.05.25-17.52.04:483][546]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2032 failed (-1006) -[2025.05.25-17.52.04:484][546]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:484][546]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2033 failed (-1000) -[2025.05.25-17.52.04:490][547]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2034 outside of frame bounds -[2025.05.25-17.52.04:490][547]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:490][547]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:490][547]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2035 outside of frame bounds -[2025.05.25-17.52.04:496][547]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2033 failed (-1006) -[2025.05.25-17.52.04:497][547]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:497][547]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2034 failed (-1000) -[2025.05.25-17.52.04:502][548]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2035 outside of frame bounds -[2025.05.25-17.52.04:502][548]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:502][548]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:502][548]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2036 outside of frame bounds -[2025.05.25-17.52.04:507][548]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2034 failed (-1006) -[2025.05.25-17.52.04:508][548]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:508][548]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2035 failed (-1000) -[2025.05.25-17.52.04:513][549]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2036 outside of frame bounds -[2025.05.25-17.52.04:514][549]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:514][549]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:514][549]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2037 outside of frame bounds -[2025.05.25-17.52.04:519][549]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2035 failed (-1006) -[2025.05.25-17.52.04:520][549]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:520][549]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2036 failed (-1000) -[2025.05.25-17.52.04:525][550]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2037 outside of frame bounds -[2025.05.25-17.52.04:526][550]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:526][550]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:526][550]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2038 outside of frame bounds -[2025.05.25-17.52.04:532][550]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2036 failed (-1006) -[2025.05.25-17.52.04:533][550]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:533][550]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2037 failed (-1000) -[2025.05.25-17.52.04:537][551]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2038 outside of frame bounds -[2025.05.25-17.52.04:537][551]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:538][551]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:538][551]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2039 outside of frame bounds -[2025.05.25-17.52.04:543][551]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2037 failed (-1006) -[2025.05.25-17.52.04:544][551]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:544][551]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2038 failed (-1000) -[2025.05.25-17.52.04:550][552]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2039 outside of frame bounds -[2025.05.25-17.52.04:550][552]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:550][552]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:550][552]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2040 outside of frame bounds -[2025.05.25-17.52.04:554][552]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2038 failed (-1006) -[2025.05.25-17.52.04:555][552]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:555][552]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2039 failed (-1000) -[2025.05.25-17.52.04:560][553]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2040 outside of frame bounds -[2025.05.25-17.52.04:561][553]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:561][553]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:561][553]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2041 outside of frame bounds -[2025.05.25-17.52.04:567][553]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2039 failed (-1006) -[2025.05.25-17.52.04:567][553]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:568][553]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2040 failed (-1000) -[2025.05.25-17.52.04:571][554]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2041 outside of frame bounds -[2025.05.25-17.52.04:572][554]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:572][554]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:572][554]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2042 outside of frame bounds -[2025.05.25-17.52.04:578][554]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2040 failed (-1006) -[2025.05.25-17.52.04:579][554]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:579][554]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2041 failed (-1000) -[2025.05.25-17.52.04:584][555]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2042 outside of frame bounds -[2025.05.25-17.52.04:585][555]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:585][555]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:585][555]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2043 outside of frame bounds -[2025.05.25-17.52.04:589][555]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2041 failed (-1006) -[2025.05.25-17.52.04:590][555]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:590][555]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2042 failed (-1000) -[2025.05.25-17.52.04:596][556]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2043 outside of frame bounds -[2025.05.25-17.52.04:596][556]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:596][556]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:596][556]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2044 outside of frame bounds -[2025.05.25-17.52.04:602][556]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2042 failed (-1006) -[2025.05.25-17.52.04:603][556]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:603][556]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2043 failed (-1000) -[2025.05.25-17.52.04:608][557]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2044 outside of frame bounds -[2025.05.25-17.52.04:609][557]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:609][557]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:609][557]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2045 outside of frame bounds -[2025.05.25-17.52.04:614][557]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2043 failed (-1006) -[2025.05.25-17.52.04:615][557]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:615][557]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2044 failed (-1000) -[2025.05.25-17.52.04:619][558]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2045 outside of frame bounds -[2025.05.25-17.52.04:620][558]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:620][558]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:620][558]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2046 outside of frame bounds -[2025.05.25-17.52.04:625][558]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2044 failed (-1006) -[2025.05.25-17.52.04:625][558]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:626][558]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2045 failed (-1000) -[2025.05.25-17.52.04:632][559]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2046 outside of frame bounds -[2025.05.25-17.52.04:633][559]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:633][559]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:633][559]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2047 outside of frame bounds -[2025.05.25-17.52.04:638][559]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2045 failed (-1006) -[2025.05.25-17.52.04:638][559]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:638][559]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2046 failed (-1000) -[2025.05.25-17.52.04:643][560]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2047 outside of frame bounds -[2025.05.25-17.52.04:643][560]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:644][560]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:644][560]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2048 outside of frame bounds -[2025.05.25-17.52.04:649][560]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2046 failed (-1006) -[2025.05.25-17.52.04:650][560]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:651][560]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2047 failed (-1000) -[2025.05.25-17.52.04:654][561]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2048 outside of frame bounds -[2025.05.25-17.52.04:655][561]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:655][561]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:655][561]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2049 outside of frame bounds -[2025.05.25-17.52.04:662][561]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2047 failed (-1006) -[2025.05.25-17.52.04:663][561]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:663][561]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2048 failed (-1000) -[2025.05.25-17.52.04:668][562]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2049 outside of frame bounds -[2025.05.25-17.52.04:668][562]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:668][562]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:668][562]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2050 outside of frame bounds -[2025.05.25-17.52.04:673][562]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2048 failed (-1006) -[2025.05.25-17.52.04:674][562]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:674][562]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2049 failed (-1000) -[2025.05.25-17.52.04:679][563]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2050 outside of frame bounds -[2025.05.25-17.52.04:680][563]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:680][563]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:680][563]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2051 outside of frame bounds -[2025.05.25-17.52.04:686][563]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2049 failed (-1006) -[2025.05.25-17.52.04:687][563]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:687][563]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2050 failed (-1000) -[2025.05.25-17.52.04:692][564]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2051 outside of frame bounds -[2025.05.25-17.52.04:692][564]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:692][564]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:692][564]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2052 outside of frame bounds -[2025.05.25-17.52.04:699][564]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2050 failed (-1006) -[2025.05.25-17.52.04:700][564]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:700][564]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2051 failed (-1000) -[2025.05.25-17.52.04:704][565]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2052 outside of frame bounds -[2025.05.25-17.52.04:705][565]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:705][565]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:705][565]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2053 outside of frame bounds -[2025.05.25-17.52.04:710][565]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2051 failed (-1006) -[2025.05.25-17.52.04:711][565]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:711][565]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2052 failed (-1000) -[2025.05.25-17.52.04:716][566]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2053 outside of frame bounds -[2025.05.25-17.52.04:717][566]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:717][566]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:717][566]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2054 outside of frame bounds -[2025.05.25-17.52.04:721][566]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2052 failed (-1006) -[2025.05.25-17.52.04:722][566]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:722][566]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2053 failed (-1000) -[2025.05.25-17.52.04:727][567]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2054 outside of frame bounds -[2025.05.25-17.52.04:728][567]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:728][567]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:728][567]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2055 outside of frame bounds -[2025.05.25-17.52.04:734][567]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2053 failed (-1006) -[2025.05.25-17.52.04:735][567]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:735][567]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2054 failed (-1000) -[2025.05.25-17.52.04:740][568]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2055 outside of frame bounds -[2025.05.25-17.52.04:740][568]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:740][568]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:740][568]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2056 outside of frame bounds -[2025.05.25-17.52.04:746][568]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2054 failed (-1006) -[2025.05.25-17.52.04:747][568]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:747][568]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2055 failed (-1000) -[2025.05.25-17.52.04:751][569]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2056 outside of frame bounds -[2025.05.25-17.52.04:752][569]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:752][569]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:752][569]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2057 outside of frame bounds -[2025.05.25-17.52.04:758][569]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2055 failed (-1006) -[2025.05.25-17.52.04:759][569]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:759][569]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2056 failed (-1000) -[2025.05.25-17.52.04:764][570]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2057 outside of frame bounds -[2025.05.25-17.52.04:765][570]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:765][570]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:765][570]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2058 outside of frame bounds -[2025.05.25-17.52.04:771][570]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2056 failed (-1006) -[2025.05.25-17.52.04:772][570]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:772][570]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2057 failed (-1000) -[2025.05.25-17.52.04:776][571]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2058 outside of frame bounds -[2025.05.25-17.52.04:777][571]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:777][571]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:777][571]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2059 outside of frame bounds -[2025.05.25-17.52.04:782][571]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2057 failed (-1006) -[2025.05.25-17.52.04:783][571]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:783][571]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2058 failed (-1000) -[2025.05.25-17.52.04:788][572]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2059 outside of frame bounds -[2025.05.25-17.52.04:789][572]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:789][572]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:789][572]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2060 outside of frame bounds -[2025.05.25-17.52.04:795][572]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2058 failed (-1006) -[2025.05.25-17.52.04:796][572]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:796][572]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2059 failed (-1000) -[2025.05.25-17.52.04:801][573]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2060 outside of frame bounds -[2025.05.25-17.52.04:802][573]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:802][573]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:802][573]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2061 outside of frame bounds -[2025.05.25-17.52.04:805][573]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2059 failed (-1006) -[2025.05.25-17.52.04:806][573]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:806][573]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2060 failed (-1000) -[2025.05.25-17.52.04:812][574]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2061 outside of frame bounds -[2025.05.25-17.52.04:813][574]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:813][574]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:813][574]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2062 outside of frame bounds -[2025.05.25-17.52.04:817][574]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2060 failed (-1006) -[2025.05.25-17.52.04:818][574]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:818][574]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2061 failed (-1000) -[2025.05.25-17.52.04:823][575]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2062 outside of frame bounds -[2025.05.25-17.52.04:823][575]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:823][575]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:823][575]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2063 outside of frame bounds -[2025.05.25-17.52.04:830][575]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2061 failed (-1006) -[2025.05.25-17.52.04:831][575]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:831][575]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2062 failed (-1000) -[2025.05.25-17.52.04:835][576]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2063 outside of frame bounds -[2025.05.25-17.52.04:836][576]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:836][576]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:836][576]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2064 outside of frame bounds -[2025.05.25-17.52.04:841][576]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2062 failed (-1006) -[2025.05.25-17.52.04:843][576]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:843][576]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2063 failed (-1000) -[2025.05.25-17.52.04:848][577]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2064 outside of frame bounds -[2025.05.25-17.52.04:848][577]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:848][577]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:848][577]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2065 outside of frame bounds -[2025.05.25-17.52.04:853][577]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2063 failed (-1006) -[2025.05.25-17.52.04:854][577]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:854][577]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2064 failed (-1000) -[2025.05.25-17.52.04:858][578]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2065 outside of frame bounds -[2025.05.25-17.52.04:858][578]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:858][578]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:858][578]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2066 outside of frame bounds -[2025.05.25-17.52.04:866][578]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2064 failed (-1006) -[2025.05.25-17.52.04:866][578]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:866][578]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2065 failed (-1000) -[2025.05.25-17.52.04:871][579]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2066 outside of frame bounds -[2025.05.25-17.52.04:871][579]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:871][579]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:871][579]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2067 outside of frame bounds -[2025.05.25-17.52.04:875][579]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2065 failed (-1006) -[2025.05.25-17.52.04:876][579]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:876][579]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2066 failed (-1000) -[2025.05.25-17.52.04:883][580]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2067 outside of frame bounds -[2025.05.25-17.52.04:883][580]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:883][580]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:883][580]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2068 outside of frame bounds -[2025.05.25-17.52.04:887][580]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2066 failed (-1006) -[2025.05.25-17.52.04:887][580]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:887][580]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2067 failed (-1000) -[2025.05.25-17.52.04:892][581]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2068 outside of frame bounds -[2025.05.25-17.52.04:893][581]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:893][581]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:893][581]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2069 outside of frame bounds -[2025.05.25-17.52.04:899][581]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2067 failed (-1006) -[2025.05.25-17.52.04:900][581]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:900][581]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2068 failed (-1000) -[2025.05.25-17.52.04:905][582]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2069 outside of frame bounds -[2025.05.25-17.52.04:905][582]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:906][582]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:906][582]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2070 outside of frame bounds -[2025.05.25-17.52.04:910][582]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2068 failed (-1006) -[2025.05.25-17.52.04:911][582]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:911][582]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2069 failed (-1000) -[2025.05.25-17.52.04:916][583]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2070 outside of frame bounds -[2025.05.25-17.52.04:916][583]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:916][583]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:917][583]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2071 outside of frame bounds -[2025.05.25-17.52.04:922][583]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2069 failed (-1006) -[2025.05.25-17.52.04:923][583]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:923][583]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2070 failed (-1000) -[2025.05.25-17.52.04:927][584]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2071 outside of frame bounds -[2025.05.25-17.52.04:928][584]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:928][584]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:928][584]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2072 outside of frame bounds -[2025.05.25-17.52.04:934][584]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2070 failed (-1006) -[2025.05.25-17.52.04:935][584]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:936][584]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2071 failed (-1000) -[2025.05.25-17.52.04:940][585]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2072 outside of frame bounds -[2025.05.25-17.52.04:941][585]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:941][585]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:941][585]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2073 outside of frame bounds -[2025.05.25-17.52.04:945][585]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2071 failed (-1006) -[2025.05.25-17.52.04:946][585]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:946][585]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2072 failed (-1000) -[2025.05.25-17.52.04:952][586]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2073 outside of frame bounds -[2025.05.25-17.52.04:952][586]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:952][586]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:952][586]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2074 outside of frame bounds -[2025.05.25-17.52.04:957][586]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2072 failed (-1006) -[2025.05.25-17.52.04:957][586]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:957][586]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2073 failed (-1000) -[2025.05.25-17.52.04:962][587]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2074 outside of frame bounds -[2025.05.25-17.52.04:962][587]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:962][587]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:963][587]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2075 outside of frame bounds -[2025.05.25-17.52.04:968][587]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2073 failed (-1006) -[2025.05.25-17.52.04:969][587]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:969][587]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2074 failed (-1000) -[2025.05.25-17.52.04:974][588]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2075 outside of frame bounds -[2025.05.25-17.52.04:974][588]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:974][588]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:975][588]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2076 outside of frame bounds -[2025.05.25-17.52.04:979][588]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2074 failed (-1006) -[2025.05.25-17.52.04:980][588]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:980][588]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2075 failed (-1000) -[2025.05.25-17.52.04:985][589]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2076 outside of frame bounds -[2025.05.25-17.52.04:985][589]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:985][589]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:985][589]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2077 outside of frame bounds -[2025.05.25-17.52.04:992][589]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2075 failed (-1006) -[2025.05.25-17.52.04:993][589]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.04:993][589]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2076 failed (-1000) -[2025.05.25-17.52.04:997][590]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2077 outside of frame bounds -[2025.05.25-17.52.04:997][590]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.04:997][590]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.04:997][590]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2078 outside of frame bounds -[2025.05.25-17.52.05:004][590]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2076 failed (-1006) -[2025.05.25-17.52.05:005][590]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:005][590]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2077 failed (-1000) -[2025.05.25-17.52.05:009][591]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2078 outside of frame bounds -[2025.05.25-17.52.05:009][591]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:009][591]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:009][591]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2079 outside of frame bounds -[2025.05.25-17.52.05:015][591]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2077 failed (-1006) -[2025.05.25-17.52.05:016][591]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:016][591]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2078 failed (-1000) -[2025.05.25-17.52.05:021][592]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2079 outside of frame bounds -[2025.05.25-17.52.05:021][592]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:021][592]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:021][592]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2080 outside of frame bounds -[2025.05.25-17.52.05:025][592]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2078 failed (-1006) -[2025.05.25-17.52.05:027][592]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:027][592]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2079 failed (-1000) -[2025.05.25-17.52.05:033][593]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2080 outside of frame bounds -[2025.05.25-17.52.05:034][593]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:034][593]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:034][593]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2081 outside of frame bounds -[2025.05.25-17.52.05:038][593]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2079 failed (-1006) -[2025.05.25-17.52.05:039][593]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:039][593]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2080 failed (-1000) -[2025.05.25-17.52.05:044][594]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2081 outside of frame bounds -[2025.05.25-17.52.05:044][594]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:044][594]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:044][594]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2082 outside of frame bounds -[2025.05.25-17.52.05:051][594]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2080 failed (-1006) -[2025.05.25-17.52.05:052][594]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:052][594]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2081 failed (-1000) -[2025.05.25-17.52.05:055][595]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2082 outside of frame bounds -[2025.05.25-17.52.05:056][595]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:056][595]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:056][595]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2083 outside of frame bounds -[2025.05.25-17.52.05:063][595]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2081 failed (-1006) -[2025.05.25-17.52.05:064][595]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:064][595]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2082 failed (-1000) -[2025.05.25-17.52.05:068][596]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2083 outside of frame bounds -[2025.05.25-17.52.05:069][596]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:069][596]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:069][596]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2084 outside of frame bounds -[2025.05.25-17.52.05:074][596]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2082 failed (-1006) -[2025.05.25-17.52.05:076][596]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:076][596]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2083 failed (-1000) -[2025.05.25-17.52.05:080][597]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2084 outside of frame bounds -[2025.05.25-17.52.05:081][597]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:081][597]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:081][597]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2085 outside of frame bounds -[2025.05.25-17.52.05:086][597]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2083 failed (-1006) -[2025.05.25-17.52.05:087][597]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:087][597]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2084 failed (-1000) -[2025.05.25-17.52.05:092][598]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2085 outside of frame bounds -[2025.05.25-17.52.05:093][598]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:093][598]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:093][598]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2086 outside of frame bounds -[2025.05.25-17.52.05:098][598]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2084 failed (-1006) -[2025.05.25-17.52.05:099][598]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:099][598]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2085 failed (-1000) -[2025.05.25-17.52.05:104][599]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2086 outside of frame bounds -[2025.05.25-17.52.05:105][599]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:105][599]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:105][599]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2087 outside of frame bounds -[2025.05.25-17.52.05:109][599]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2085 failed (-1006) -[2025.05.25-17.52.05:110][599]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:110][599]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2086 failed (-1000) -[2025.05.25-17.52.05:116][600]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2087 outside of frame bounds -[2025.05.25-17.52.05:116][600]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:116][600]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:116][600]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2088 outside of frame bounds -[2025.05.25-17.52.05:121][600]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2086 failed (-1006) -[2025.05.25-17.52.05:122][600]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:122][600]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2087 failed (-1000) -[2025.05.25-17.52.05:127][601]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2088 outside of frame bounds -[2025.05.25-17.52.05:128][601]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:128][601]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:128][601]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2089 outside of frame bounds -[2025.05.25-17.52.05:134][601]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2087 failed (-1006) -[2025.05.25-17.52.05:135][601]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:135][601]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2088 failed (-1000) -[2025.05.25-17.52.05:139][602]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2089 outside of frame bounds -[2025.05.25-17.52.05:140][602]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:140][602]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:140][602]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2090 outside of frame bounds -[2025.05.25-17.52.05:146][602]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2088 failed (-1006) -[2025.05.25-17.52.05:147][602]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:147][602]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2089 failed (-1000) -[2025.05.25-17.52.05:150][603]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2090 outside of frame bounds -[2025.05.25-17.52.05:151][603]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:151][603]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:151][603]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2091 outside of frame bounds -[2025.05.25-17.52.05:157][603]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2089 failed (-1006) -[2025.05.25-17.52.05:157][603]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:157][603]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2090 failed (-1000) -[2025.05.25-17.52.05:162][604]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2091 outside of frame bounds -[2025.05.25-17.52.05:162][604]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:162][604]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:162][604]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2092 outside of frame bounds -[2025.05.25-17.52.05:170][604]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2090 failed (-1006) -[2025.05.25-17.52.05:170][604]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:171][604]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2091 failed (-1000) -[2025.05.25-17.52.05:175][605]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2092 outside of frame bounds -[2025.05.25-17.52.05:175][605]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:175][605]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:175][605]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2093 outside of frame bounds -[2025.05.25-17.52.05:180][605]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2091 failed (-1006) -[2025.05.25-17.52.05:181][605]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:181][605]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2092 failed (-1000) -[2025.05.25-17.52.05:187][606]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2093 outside of frame bounds -[2025.05.25-17.52.05:188][606]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:188][606]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:188][606]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2094 outside of frame bounds -[2025.05.25-17.52.05:191][606]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2092 failed (-1006) -[2025.05.25-17.52.05:192][606]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:192][606]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2093 failed (-1000) -[2025.05.25-17.52.05:198][607]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2094 outside of frame bounds -[2025.05.25-17.52.05:198][607]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:198][607]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:198][607]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2095 outside of frame bounds -[2025.05.25-17.52.05:204][607]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2093 failed (-1006) -[2025.05.25-17.52.05:205][607]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:205][607]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2094 failed (-1000) -[2025.05.25-17.52.05:210][608]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2095 outside of frame bounds -[2025.05.25-17.52.05:210][608]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:210][608]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:210][608]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2096 outside of frame bounds -[2025.05.25-17.52.05:216][608]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2094 failed (-1006) -[2025.05.25-17.52.05:216][608]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:216][608]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2095 failed (-1000) -[2025.05.25-17.52.05:221][609]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2096 outside of frame bounds -[2025.05.25-17.52.05:222][609]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:222][609]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:222][609]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2097 outside of frame bounds -[2025.05.25-17.52.05:228][609]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2095 failed (-1006) -[2025.05.25-17.52.05:229][609]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:229][609]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2096 failed (-1000) -[2025.05.25-17.52.05:234][610]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2097 outside of frame bounds -[2025.05.25-17.52.05:234][610]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:234][610]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:234][610]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2098 outside of frame bounds -[2025.05.25-17.52.05:240][610]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2096 failed (-1006) -[2025.05.25-17.52.05:241][610]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:241][610]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2097 failed (-1000) -[2025.05.25-17.52.05:245][611]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2098 outside of frame bounds -[2025.05.25-17.52.05:246][611]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:246][611]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:246][611]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2099 outside of frame bounds -[2025.05.25-17.52.05:253][611]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2097 failed (-1006) -[2025.05.25-17.52.05:254][611]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:254][611]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2098 failed (-1000) -[2025.05.25-17.52.05:258][612]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2099 outside of frame bounds -[2025.05.25-17.52.05:259][612]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:259][612]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:259][612]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2100 outside of frame bounds -[2025.05.25-17.52.05:264][612]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2098 failed (-1006) -[2025.05.25-17.52.05:265][612]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:265][612]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2099 failed (-1000) -[2025.05.25-17.52.05:271][613]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2100 outside of frame bounds -[2025.05.25-17.52.05:271][613]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:271][613]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:271][613]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2101 outside of frame bounds -[2025.05.25-17.52.05:276][613]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2099 failed (-1006) -[2025.05.25-17.52.05:277][613]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:277][613]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2100 failed (-1000) -[2025.05.25-17.52.05:283][614]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2101 outside of frame bounds -[2025.05.25-17.52.05:284][614]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:284][614]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:284][614]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2102 outside of frame bounds -[2025.05.25-17.52.05:289][614]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2100 failed (-1006) -[2025.05.25-17.52.05:290][614]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:290][614]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2101 failed (-1000) -[2025.05.25-17.52.05:293][615]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2102 outside of frame bounds -[2025.05.25-17.52.05:294][615]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:294][615]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:294][615]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2103 outside of frame bounds -[2025.05.25-17.52.05:301][615]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2101 failed (-1006) -[2025.05.25-17.52.05:302][615]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:302][615]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2102 failed (-1000) -[2025.05.25-17.52.05:307][616]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2103 outside of frame bounds -[2025.05.25-17.52.05:307][616]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:307][616]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:307][616]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2104 outside of frame bounds -[2025.05.25-17.52.05:313][616]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2102 failed (-1006) -[2025.05.25-17.52.05:314][616]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:314][616]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2103 failed (-1000) -[2025.05.25-17.52.05:318][617]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2104 outside of frame bounds -[2025.05.25-17.52.05:318][617]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:318][617]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:318][617]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2105 outside of frame bounds -[2025.05.25-17.52.05:324][617]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2103 failed (-1006) -[2025.05.25-17.52.05:325][617]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:325][617]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2104 failed (-1000) -[2025.05.25-17.52.05:330][618]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2105 outside of frame bounds -[2025.05.25-17.52.05:331][618]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:331][618]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:331][618]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2106 outside of frame bounds -[2025.05.25-17.52.05:338][618]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2104 failed (-1006) -[2025.05.25-17.52.05:339][618]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:339][618]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2105 failed (-1000) -[2025.05.25-17.52.05:343][619]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2106 outside of frame bounds -[2025.05.25-17.52.05:344][619]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:344][619]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:344][619]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2107 outside of frame bounds -[2025.05.25-17.52.05:350][619]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2105 failed (-1006) -[2025.05.25-17.52.05:351][619]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:351][619]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2106 failed (-1000) -[2025.05.25-17.52.05:355][620]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2107 outside of frame bounds -[2025.05.25-17.52.05:356][620]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:356][620]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:356][620]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2108 outside of frame bounds -[2025.05.25-17.52.05:360][620]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2106 failed (-1006) -[2025.05.25-17.52.05:361][620]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:361][620]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2107 failed (-1000) -[2025.05.25-17.52.05:368][621]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2108 outside of frame bounds -[2025.05.25-17.52.05:369][621]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:369][621]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:369][621]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2109 outside of frame bounds -[2025.05.25-17.52.05:373][621]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2107 failed (-1006) -[2025.05.25-17.52.05:374][621]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:374][621]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2108 failed (-1000) -[2025.05.25-17.52.05:378][622]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2109 outside of frame bounds -[2025.05.25-17.52.05:378][622]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:378][622]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:378][622]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2110 outside of frame bounds -[2025.05.25-17.52.05:384][622]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2108 failed (-1006) -[2025.05.25-17.52.05:385][622]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:385][622]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2109 failed (-1000) -[2025.05.25-17.52.05:390][623]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2110 outside of frame bounds -[2025.05.25-17.52.05:390][623]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:390][623]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:390][623]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2111 outside of frame bounds -[2025.05.25-17.52.05:398][623]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2109 failed (-1006) -[2025.05.25-17.52.05:398][623]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:399][623]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2110 failed (-1000) -[2025.05.25-17.52.05:403][624]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2111 outside of frame bounds -[2025.05.25-17.52.05:404][624]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:404][624]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:404][624]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2112 outside of frame bounds -[2025.05.25-17.52.05:409][624]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2110 failed (-1006) -[2025.05.25-17.52.05:410][624]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:410][624]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2111 failed (-1000) -[2025.05.25-17.52.05:415][625]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2112 outside of frame bounds -[2025.05.25-17.52.05:415][625]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:416][625]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:416][625]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2113 outside of frame bounds -[2025.05.25-17.52.05:421][625]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2111 failed (-1006) -[2025.05.25-17.52.05:422][625]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:422][625]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2112 failed (-1000) -[2025.05.25-17.52.05:426][626]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2113 outside of frame bounds -[2025.05.25-17.52.05:427][626]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:427][626]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:427][626]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2114 outside of frame bounds -[2025.05.25-17.52.05:433][626]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2112 failed (-1006) -[2025.05.25-17.52.05:434][626]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:434][626]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2113 failed (-1000) -[2025.05.25-17.52.05:439][627]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2114 outside of frame bounds -[2025.05.25-17.52.05:440][627]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:440][627]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:440][627]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2115 outside of frame bounds -[2025.05.25-17.52.05:444][627]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2113 failed (-1006) -[2025.05.25-17.52.05:445][627]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:445][627]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2114 failed (-1000) -[2025.05.25-17.52.05:450][628]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2115 outside of frame bounds -[2025.05.25-17.52.05:450][628]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:450][628]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:450][628]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2116 outside of frame bounds -[2025.05.25-17.52.05:455][628]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2114 failed (-1006) -[2025.05.25-17.52.05:456][628]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:456][628]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2115 failed (-1000) -[2025.05.25-17.52.05:460][629]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2116 outside of frame bounds -[2025.05.25-17.52.05:461][629]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:461][629]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:461][629]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2117 outside of frame bounds -[2025.05.25-17.52.05:467][629]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2115 failed (-1006) -[2025.05.25-17.52.05:468][629]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:468][629]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2116 failed (-1000) -[2025.05.25-17.52.05:473][630]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2117 outside of frame bounds -[2025.05.25-17.52.05:473][630]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:473][630]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:473][630]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2118 outside of frame bounds -[2025.05.25-17.52.05:478][630]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2116 failed (-1006) -[2025.05.25-17.52.05:479][630]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:479][630]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2117 failed (-1000) -[2025.05.25-17.52.05:484][631]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2118 outside of frame bounds -[2025.05.25-17.52.05:484][631]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:484][631]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:484][631]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2119 outside of frame bounds -[2025.05.25-17.52.05:490][631]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2117 failed (-1006) -[2025.05.25-17.52.05:491][631]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:491][631]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2118 failed (-1000) -[2025.05.25-17.52.05:495][632]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2119 outside of frame bounds -[2025.05.25-17.52.05:495][632]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:495][632]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:495][632]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2120 outside of frame bounds -[2025.05.25-17.52.05:502][632]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2118 failed (-1006) -[2025.05.25-17.52.05:503][632]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:503][632]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2119 failed (-1000) -[2025.05.25-17.52.05:507][633]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2120 outside of frame bounds -[2025.05.25-17.52.05:508][633]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:508][633]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:508][633]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2121 outside of frame bounds -[2025.05.25-17.52.05:512][633]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2119 failed (-1006) -[2025.05.25-17.52.05:513][633]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:513][633]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2120 failed (-1000) -[2025.05.25-17.52.05:518][634]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2121 outside of frame bounds -[2025.05.25-17.52.05:519][634]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:519][634]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:519][634]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2122 outside of frame bounds -[2025.05.25-17.52.05:524][634]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2120 failed (-1006) -[2025.05.25-17.52.05:524][634]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:524][634]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2121 failed (-1000) -[2025.05.25-17.52.05:529][635]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2122 outside of frame bounds -[2025.05.25-17.52.05:529][635]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:529][635]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:529][635]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2123 outside of frame bounds -[2025.05.25-17.52.05:536][635]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2121 failed (-1006) -[2025.05.25-17.52.05:537][635]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:537][635]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2122 failed (-1000) -[2025.05.25-17.52.05:541][636]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2123 outside of frame bounds -[2025.05.25-17.52.05:542][636]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:542][636]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:542][636]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2124 outside of frame bounds -[2025.05.25-17.52.05:547][636]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2122 failed (-1006) -[2025.05.25-17.52.05:547][636]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:547][636]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2123 failed (-1000) -[2025.05.25-17.52.05:552][637]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2124 outside of frame bounds -[2025.05.25-17.52.05:552][637]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:552][637]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:552][637]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2125 outside of frame bounds -[2025.05.25-17.52.05:558][637]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2123 failed (-1006) -[2025.05.25-17.52.05:559][637]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:559][637]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2124 failed (-1000) -[2025.05.25-17.52.05:564][638]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2125 outside of frame bounds -[2025.05.25-17.52.05:564][638]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:564][638]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:564][638]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2126 outside of frame bounds -[2025.05.25-17.52.05:570][638]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2124 failed (-1006) -[2025.05.25-17.52.05:570][638]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:570][638]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2125 failed (-1000) -[2025.05.25-17.52.05:575][639]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2126 outside of frame bounds -[2025.05.25-17.52.05:576][639]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:576][639]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:576][639]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2127 outside of frame bounds -[2025.05.25-17.52.05:580][639]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2125 failed (-1006) -[2025.05.25-17.52.05:581][639]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:581][639]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2126 failed (-1000) -[2025.05.25-17.52.05:587][640]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2127 outside of frame bounds -[2025.05.25-17.52.05:587][640]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:587][640]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:587][640]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2128 outside of frame bounds -[2025.05.25-17.52.05:593][640]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2126 failed (-1006) -[2025.05.25-17.52.05:593][640]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:594][640]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2127 failed (-1000) -[2025.05.25-17.52.05:599][641]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2128 outside of frame bounds -[2025.05.25-17.52.05:600][641]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:600][641]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:600][641]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2129 outside of frame bounds -[2025.05.25-17.52.05:604][641]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2127 failed (-1006) -[2025.05.25-17.52.05:605][641]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:605][641]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2128 failed (-1000) -[2025.05.25-17.52.05:610][642]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2129 outside of frame bounds -[2025.05.25-17.52.05:611][642]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:611][642]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:611][642]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2130 outside of frame bounds -[2025.05.25-17.52.05:617][642]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2128 failed (-1006) -[2025.05.25-17.52.05:618][642]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:618][642]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2129 failed (-1000) -[2025.05.25-17.52.05:622][643]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2130 outside of frame bounds -[2025.05.25-17.52.05:623][643]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:623][643]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:623][643]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2131 outside of frame bounds -[2025.05.25-17.52.05:629][643]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2129 failed (-1006) -[2025.05.25-17.52.05:630][643]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:630][643]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2130 failed (-1000) -[2025.05.25-17.52.05:634][644]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2131 outside of frame bounds -[2025.05.25-17.52.05:635][644]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:635][644]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:635][644]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2132 outside of frame bounds -[2025.05.25-17.52.05:639][644]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2130 failed (-1006) -[2025.05.25-17.52.05:640][644]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:640][644]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2131 failed (-1000) -[2025.05.25-17.52.05:647][645]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2132 outside of frame bounds -[2025.05.25-17.52.05:647][645]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:647][645]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:647][645]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2133 outside of frame bounds -[2025.05.25-17.52.05:652][645]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2131 failed (-1006) -[2025.05.25-17.52.05:652][645]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:653][645]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2132 failed (-1000) -[2025.05.25-17.52.05:657][646]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2133 outside of frame bounds -[2025.05.25-17.52.05:658][646]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:658][646]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:658][646]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2134 outside of frame bounds -[2025.05.25-17.52.05:665][646]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2132 failed (-1006) -[2025.05.25-17.52.05:666][646]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:666][646]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2133 failed (-1000) -[2025.05.25-17.52.05:670][647]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2134 outside of frame bounds -[2025.05.25-17.52.05:670][647]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:670][647]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:670][647]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2135 outside of frame bounds -[2025.05.25-17.52.05:676][647]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2133 failed (-1006) -[2025.05.25-17.52.05:677][647]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:677][647]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2134 failed (-1000) -[2025.05.25-17.52.05:682][648]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2135 outside of frame bounds -[2025.05.25-17.52.05:682][648]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:682][648]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:682][648]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2136 outside of frame bounds -[2025.05.25-17.52.05:688][648]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2134 failed (-1006) -[2025.05.25-17.52.05:689][648]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:689][648]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2135 failed (-1000) -[2025.05.25-17.52.05:694][649]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2136 outside of frame bounds -[2025.05.25-17.52.05:694][649]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:694][649]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:694][649]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2137 outside of frame bounds -[2025.05.25-17.52.05:701][649]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2135 failed (-1006) -[2025.05.25-17.52.05:701][649]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:701][649]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2136 failed (-1000) -[2025.05.25-17.52.05:707][650]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2137 outside of frame bounds -[2025.05.25-17.52.05:707][650]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:707][650]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:707][650]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2138 outside of frame bounds -[2025.05.25-17.52.05:713][650]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2136 failed (-1006) -[2025.05.25-17.52.05:713][650]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:713][650]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2137 failed (-1000) -[2025.05.25-17.52.05:718][651]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2138 outside of frame bounds -[2025.05.25-17.52.05:718][651]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:718][651]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:718][651]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2139 outside of frame bounds -[2025.05.25-17.52.05:724][651]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2137 failed (-1006) -[2025.05.25-17.52.05:725][651]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:725][651]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2138 failed (-1000) -[2025.05.25-17.52.05:730][652]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2139 outside of frame bounds -[2025.05.25-17.52.05:730][652]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:730][652]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:730][652]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2140 outside of frame bounds -[2025.05.25-17.52.05:736][652]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2138 failed (-1006) -[2025.05.25-17.52.05:737][652]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:737][652]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2139 failed (-1000) -[2025.05.25-17.52.05:742][653]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2140 outside of frame bounds -[2025.05.25-17.52.05:743][653]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:743][653]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:743][653]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2141 outside of frame bounds -[2025.05.25-17.52.05:747][653]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2139 failed (-1006) -[2025.05.25-17.52.05:748][653]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:748][653]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2140 failed (-1000) -[2025.05.25-17.52.05:753][654]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2141 outside of frame bounds -[2025.05.25-17.52.05:753][654]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:753][654]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:753][654]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2142 outside of frame bounds -[2025.05.25-17.52.05:759][654]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2140 failed (-1006) -[2025.05.25-17.52.05:761][654]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:761][654]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2141 failed (-1000) -[2025.05.25-17.52.05:766][655]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2142 outside of frame bounds -[2025.05.25-17.52.05:767][655]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:767][655]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:767][655]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2143 outside of frame bounds -[2025.05.25-17.52.05:772][655]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2141 failed (-1006) -[2025.05.25-17.52.05:773][655]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:773][655]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2142 failed (-1000) -[2025.05.25-17.52.05:777][656]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2143 outside of frame bounds -[2025.05.25-17.52.05:778][656]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:778][656]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:778][656]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2144 outside of frame bounds -[2025.05.25-17.52.05:784][656]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2142 failed (-1006) -[2025.05.25-17.52.05:785][656]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:785][656]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2143 failed (-1000) -[2025.05.25-17.52.05:789][657]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2144 outside of frame bounds -[2025.05.25-17.52.05:789][657]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:789][657]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:789][657]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2145 outside of frame bounds -[2025.05.25-17.52.05:796][657]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2143 failed (-1006) -[2025.05.25-17.52.05:797][657]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:797][657]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2144 failed (-1000) -[2025.05.25-17.52.05:801][658]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2145 outside of frame bounds -[2025.05.25-17.52.05:801][658]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:801][658]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:801][658]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2146 outside of frame bounds -[2025.05.25-17.52.05:807][658]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2144 failed (-1006) -[2025.05.25-17.52.05:808][658]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:808][658]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2145 failed (-1000) -[2025.05.25-17.52.05:813][659]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2146 outside of frame bounds -[2025.05.25-17.52.05:813][659]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:813][659]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:813][659]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2147 outside of frame bounds -[2025.05.25-17.52.05:818][659]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2145 failed (-1006) -[2025.05.25-17.52.05:819][659]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:819][659]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2146 failed (-1000) -[2025.05.25-17.52.05:825][660]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2147 outside of frame bounds -[2025.05.25-17.52.05:825][660]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:825][660]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:826][660]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2148 outside of frame bounds -[2025.05.25-17.52.05:832][660]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2146 failed (-1006) -[2025.05.25-17.52.05:832][660]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:832][660]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2147 failed (-1000) -[2025.05.25-17.52.05:837][661]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2148 outside of frame bounds -[2025.05.25-17.52.05:837][661]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:837][661]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:838][661]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2149 outside of frame bounds -[2025.05.25-17.52.05:843][661]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2147 failed (-1006) -[2025.05.25-17.52.05:844][661]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:844][661]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2148 failed (-1000) -[2025.05.25-17.52.05:849][662]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2149 outside of frame bounds -[2025.05.25-17.52.05:850][662]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:850][662]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:850][662]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2150 outside of frame bounds -[2025.05.25-17.52.05:855][662]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2148 failed (-1006) -[2025.05.25-17.52.05:856][662]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:856][662]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2149 failed (-1000) -[2025.05.25-17.52.05:861][663]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2150 outside of frame bounds -[2025.05.25-17.52.05:861][663]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:861][663]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:861][663]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2151 outside of frame bounds -[2025.05.25-17.52.05:868][663]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2149 failed (-1006) -[2025.05.25-17.52.05:869][663]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:869][663]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2150 failed (-1000) -[2025.05.25-17.52.05:873][664]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2151 outside of frame bounds -[2025.05.25-17.52.05:874][664]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:874][664]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:874][664]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2152 outside of frame bounds -[2025.05.25-17.52.05:879][664]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2150 failed (-1006) -[2025.05.25-17.52.05:880][664]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:880][664]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2151 failed (-1000) -[2025.05.25-17.52.05:885][665]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2152 outside of frame bounds -[2025.05.25-17.52.05:886][665]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:886][665]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:886][665]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2153 outside of frame bounds -[2025.05.25-17.52.05:891][665]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2151 failed (-1006) -[2025.05.25-17.52.05:891][665]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:891][665]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2152 failed (-1000) -[2025.05.25-17.52.05:897][666]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2153 outside of frame bounds -[2025.05.25-17.52.05:897][666]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:897][666]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:897][666]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2154 outside of frame bounds -[2025.05.25-17.52.05:903][666]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2152 failed (-1006) -[2025.05.25-17.52.05:904][666]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:904][666]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2153 failed (-1000) -[2025.05.25-17.52.05:910][667]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2154 outside of frame bounds -[2025.05.25-17.52.05:910][667]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:910][667]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:910][667]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2155 outside of frame bounds -[2025.05.25-17.52.05:915][667]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2153 failed (-1006) -[2025.05.25-17.52.05:916][667]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:916][667]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2154 failed (-1000) -[2025.05.25-17.52.05:921][668]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2155 outside of frame bounds -[2025.05.25-17.52.05:922][668]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:922][668]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:922][668]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2156 outside of frame bounds -[2025.05.25-17.52.05:928][668]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2154 failed (-1006) -[2025.05.25-17.52.05:929][668]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:929][668]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2155 failed (-1000) -[2025.05.25-17.52.05:933][669]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2156 outside of frame bounds -[2025.05.25-17.52.05:934][669]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:934][669]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:934][669]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2157 outside of frame bounds -[2025.05.25-17.52.05:940][669]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2155 failed (-1006) -[2025.05.25-17.52.05:941][669]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:941][669]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2156 failed (-1000) -[2025.05.25-17.52.05:945][670]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2157 outside of frame bounds -[2025.05.25-17.52.05:946][670]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:946][670]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:946][670]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2158 outside of frame bounds -[2025.05.25-17.52.05:952][670]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2156 failed (-1006) -[2025.05.25-17.52.05:952][670]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:952][670]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2157 failed (-1000) -[2025.05.25-17.52.05:958][671]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2158 outside of frame bounds -[2025.05.25-17.52.05:958][671]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:958][671]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:958][671]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2159 outside of frame bounds -[2025.05.25-17.52.05:965][671]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2157 failed (-1006) -[2025.05.25-17.52.05:966][671]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:966][671]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2158 failed (-1000) -[2025.05.25-17.52.05:971][672]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2159 outside of frame bounds -[2025.05.25-17.52.05:971][672]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:971][672]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:971][672]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2160 outside of frame bounds -[2025.05.25-17.52.05:977][672]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2158 failed (-1006) -[2025.05.25-17.52.05:978][672]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:978][672]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2159 failed (-1000) -[2025.05.25-17.52.05:982][673]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2160 outside of frame bounds -[2025.05.25-17.52.05:983][673]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:983][673]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:983][673]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2161 outside of frame bounds -[2025.05.25-17.52.05:988][673]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2159 failed (-1006) -[2025.05.25-17.52.05:990][673]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.05:990][673]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2160 failed (-1000) -[2025.05.25-17.52.05:994][674]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2161 outside of frame bounds -[2025.05.25-17.52.05:994][674]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.05:995][674]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.05:995][674]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2162 outside of frame bounds -[2025.05.25-17.52.06:000][674]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2160 failed (-1006) -[2025.05.25-17.52.06:001][674]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:001][674]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2161 failed (-1000) -[2025.05.25-17.52.06:007][675]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2162 outside of frame bounds -[2025.05.25-17.52.06:007][675]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:007][675]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:008][675]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2163 outside of frame bounds -[2025.05.25-17.52.06:012][675]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2161 failed (-1006) -[2025.05.25-17.52.06:013][675]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:013][675]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2162 failed (-1000) -[2025.05.25-17.52.06:018][676]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2163 outside of frame bounds -[2025.05.25-17.52.06:019][676]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:019][676]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:019][676]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2164 outside of frame bounds -[2025.05.25-17.52.06:024][676]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2162 failed (-1006) -[2025.05.25-17.52.06:025][676]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:025][676]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2163 failed (-1000) -[2025.05.25-17.52.06:030][677]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2164 outside of frame bounds -[2025.05.25-17.52.06:030][677]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:030][677]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:030][677]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2165 outside of frame bounds -[2025.05.25-17.52.06:037][677]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2163 failed (-1006) -[2025.05.25-17.52.06:037][677]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:037][677]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2164 failed (-1000) -[2025.05.25-17.52.06:042][678]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2165 outside of frame bounds -[2025.05.25-17.52.06:043][678]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:043][678]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:043][678]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2166 outside of frame bounds -[2025.05.25-17.52.06:048][678]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2164 failed (-1006) -[2025.05.25-17.52.06:049][678]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:049][678]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2165 failed (-1000) -[2025.05.25-17.52.06:053][679]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2166 outside of frame bounds -[2025.05.25-17.52.06:054][679]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:054][679]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:054][679]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2167 outside of frame bounds -[2025.05.25-17.52.06:060][679]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2165 failed (-1006) -[2025.05.25-17.52.06:061][679]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:061][679]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2166 failed (-1000) -[2025.05.25-17.52.06:066][680]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2167 outside of frame bounds -[2025.05.25-17.52.06:067][680]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:067][680]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:067][680]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2168 outside of frame bounds -[2025.05.25-17.52.06:072][680]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2166 failed (-1006) -[2025.05.25-17.52.06:073][680]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:073][680]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2167 failed (-1000) -[2025.05.25-17.52.06:078][681]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2168 outside of frame bounds -[2025.05.25-17.52.06:078][681]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:078][681]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:078][681]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2169 outside of frame bounds -[2025.05.25-17.52.06:083][681]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2167 failed (-1006) -[2025.05.25-17.52.06:084][681]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:084][681]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2168 failed (-1000) -[2025.05.25-17.52.06:089][682]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2169 outside of frame bounds -[2025.05.25-17.52.06:089][682]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:089][682]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:089][682]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2170 outside of frame bounds -[2025.05.25-17.52.06:095][682]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2168 failed (-1006) -[2025.05.25-17.52.06:095][682]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:096][682]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2169 failed (-1000) -[2025.05.25-17.52.06:100][683]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2170 outside of frame bounds -[2025.05.25-17.52.06:101][683]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:101][683]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:101][683]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2171 outside of frame bounds -[2025.05.25-17.52.06:107][683]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2169 failed (-1006) -[2025.05.25-17.52.06:107][683]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:107][683]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2170 failed (-1000) -[2025.05.25-17.52.06:111][684]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2171 outside of frame bounds -[2025.05.25-17.52.06:112][684]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:112][684]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:112][684]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2172 outside of frame bounds -[2025.05.25-17.52.06:117][684]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2170 failed (-1006) -[2025.05.25-17.52.06:118][684]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:118][684]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2171 failed (-1000) -[2025.05.25-17.52.06:124][685]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2172 outside of frame bounds -[2025.05.25-17.52.06:124][685]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:124][685]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:124][685]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2173 outside of frame bounds -[2025.05.25-17.52.06:131][685]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2171 failed (-1006) -[2025.05.25-17.52.06:131][685]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:131][685]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2172 failed (-1000) -[2025.05.25-17.52.06:136][686]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2173 outside of frame bounds -[2025.05.25-17.52.06:136][686]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:136][686]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:136][686]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2174 outside of frame bounds -[2025.05.25-17.52.06:142][686]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2172 failed (-1006) -[2025.05.25-17.52.06:143][686]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:143][686]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2173 failed (-1000) -[2025.05.25-17.52.06:146][687]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2174 outside of frame bounds -[2025.05.25-17.52.06:147][687]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:147][687]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:147][687]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2175 outside of frame bounds -[2025.05.25-17.52.06:152][687]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2173 failed (-1006) -[2025.05.25-17.52.06:153][687]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:153][687]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2174 failed (-1000) -[2025.05.25-17.52.06:159][688]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2175 outside of frame bounds -[2025.05.25-17.52.06:159][688]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:159][688]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:159][688]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2176 outside of frame bounds -[2025.05.25-17.52.06:165][688]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2174 failed (-1006) -[2025.05.25-17.52.06:166][688]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:166][688]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2175 failed (-1000) -[2025.05.25-17.52.06:170][689]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2176 outside of frame bounds -[2025.05.25-17.52.06:171][689]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:171][689]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:171][689]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2177 outside of frame bounds -[2025.05.25-17.52.06:176][689]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2175 failed (-1006) -[2025.05.25-17.52.06:176][689]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:176][689]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2176 failed (-1000) -[2025.05.25-17.52.06:182][690]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2177 outside of frame bounds -[2025.05.25-17.52.06:182][690]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:182][690]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:182][690]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2178 outside of frame bounds -[2025.05.25-17.52.06:188][690]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2176 failed (-1006) -[2025.05.25-17.52.06:189][690]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:189][690]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2177 failed (-1000) -[2025.05.25-17.52.06:193][691]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2178 outside of frame bounds -[2025.05.25-17.52.06:194][691]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:194][691]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:194][691]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2179 outside of frame bounds -[2025.05.25-17.52.06:200][691]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2177 failed (-1006) -[2025.05.25-17.52.06:201][691]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:201][691]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2178 failed (-1000) -[2025.05.25-17.52.06:205][692]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2179 outside of frame bounds -[2025.05.25-17.52.06:206][692]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:206][692]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:206][692]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2180 outside of frame bounds -[2025.05.25-17.52.06:211][692]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2178 failed (-1006) -[2025.05.25-17.52.06:212][692]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:212][692]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2179 failed (-1000) -[2025.05.25-17.52.06:216][693]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2180 outside of frame bounds -[2025.05.25-17.52.06:217][693]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:217][693]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:217][693]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2181 outside of frame bounds -[2025.05.25-17.52.06:221][693]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2179 failed (-1006) -[2025.05.25-17.52.06:222][693]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:222][693]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2180 failed (-1000) -[2025.05.25-17.52.06:227][694]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2181 outside of frame bounds -[2025.05.25-17.52.06:228][694]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:228][694]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:228][694]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2182 outside of frame bounds -[2025.05.25-17.52.06:233][694]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2180 failed (-1006) -[2025.05.25-17.52.06:235][694]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:235][694]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2181 failed (-1000) -[2025.05.25-17.52.06:239][695]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2182 outside of frame bounds -[2025.05.25-17.52.06:240][695]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:240][695]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:240][695]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2183 outside of frame bounds -[2025.05.25-17.52.06:246][695]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2181 failed (-1006) -[2025.05.25-17.52.06:247][695]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:247][695]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2182 failed (-1000) -[2025.05.25-17.52.06:251][696]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2183 outside of frame bounds -[2025.05.25-17.52.06:251][696]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:251][696]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:251][696]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2184 outside of frame bounds -[2025.05.25-17.52.06:257][696]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2182 failed (-1006) -[2025.05.25-17.52.06:258][696]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:258][696]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2183 failed (-1000) -[2025.05.25-17.52.06:262][697]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2184 outside of frame bounds -[2025.05.25-17.52.06:263][697]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:263][697]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:263][697]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2185 outside of frame bounds -[2025.05.25-17.52.06:270][697]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2183 failed (-1006) -[2025.05.25-17.52.06:271][697]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:271][697]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2184 failed (-1000) -[2025.05.25-17.52.06:275][698]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2185 outside of frame bounds -[2025.05.25-17.52.06:276][698]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:276][698]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:276][698]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2186 outside of frame bounds -[2025.05.25-17.52.06:282][698]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2184 failed (-1006) -[2025.05.25-17.52.06:283][698]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:283][698]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2185 failed (-1000) -[2025.05.25-17.52.06:287][699]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2186 outside of frame bounds -[2025.05.25-17.52.06:288][699]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:288][699]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:288][699]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2187 outside of frame bounds -[2025.05.25-17.52.06:291][699]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2185 failed (-1006) -[2025.05.25-17.52.06:293][699]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:293][699]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2186 failed (-1000) -[2025.05.25-17.52.06:300][700]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2187 outside of frame bounds -[2025.05.25-17.52.06:300][700]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:300][700]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:301][700]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2188 outside of frame bounds -[2025.05.25-17.52.06:305][700]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2186 failed (-1006) -[2025.05.25-17.52.06:306][700]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:306][700]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2187 failed (-1000) -[2025.05.25-17.52.06:311][701]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2188 outside of frame bounds -[2025.05.25-17.52.06:312][701]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:312][701]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:312][701]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2189 outside of frame bounds -[2025.05.25-17.52.06:317][701]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2187 failed (-1006) -[2025.05.25-17.52.06:318][701]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:318][701]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2188 failed (-1000) -[2025.05.25-17.52.06:323][702]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2189 outside of frame bounds -[2025.05.25-17.52.06:324][702]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:324][702]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:324][702]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2190 outside of frame bounds -[2025.05.25-17.52.06:330][702]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2188 failed (-1006) -[2025.05.25-17.52.06:331][702]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:331][702]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2189 failed (-1000) -[2025.05.25-17.52.06:335][703]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2190 outside of frame bounds -[2025.05.25-17.52.06:336][703]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:336][703]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:336][703]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2191 outside of frame bounds -[2025.05.25-17.52.06:341][703]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2189 failed (-1006) -[2025.05.25-17.52.06:342][703]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:342][703]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2190 failed (-1000) -[2025.05.25-17.52.06:346][704]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2191 outside of frame bounds -[2025.05.25-17.52.06:347][704]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:347][704]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:347][704]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2192 outside of frame bounds -[2025.05.25-17.52.06:353][704]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2190 failed (-1006) -[2025.05.25-17.52.06:354][704]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:354][704]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2191 failed (-1000) -[2025.05.25-17.52.06:358][705]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2192 outside of frame bounds -[2025.05.25-17.52.06:359][705]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:359][705]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:359][705]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2193 outside of frame bounds -[2025.05.25-17.52.06:365][705]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2191 failed (-1006) -[2025.05.25-17.52.06:366][705]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:366][705]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2192 failed (-1000) -[2025.05.25-17.52.06:371][706]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2193 outside of frame bounds -[2025.05.25-17.52.06:372][706]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:372][706]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:372][706]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2194 outside of frame bounds -[2025.05.25-17.52.06:377][706]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2192 failed (-1006) -[2025.05.25-17.52.06:378][706]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:378][706]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2193 failed (-1000) -[2025.05.25-17.52.06:384][707]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2194 outside of frame bounds -[2025.05.25-17.52.06:384][707]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:384][707]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:384][707]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2195 outside of frame bounds -[2025.05.25-17.52.06:388][707]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2193 failed (-1006) -[2025.05.25-17.52.06:389][707]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:389][707]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2194 failed (-1000) -[2025.05.25-17.52.06:394][708]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2195 outside of frame bounds -[2025.05.25-17.52.06:395][708]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:395][708]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:395][708]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2196 outside of frame bounds -[2025.05.25-17.52.06:401][708]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2194 failed (-1006) -[2025.05.25-17.52.06:402][708]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:402][708]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2195 failed (-1000) -[2025.05.25-17.52.06:408][709]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2196 outside of frame bounds -[2025.05.25-17.52.06:408][709]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:408][709]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:408][709]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2197 outside of frame bounds -[2025.05.25-17.52.06:413][709]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2195 failed (-1006) -[2025.05.25-17.52.06:414][709]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:414][709]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2196 failed (-1000) -[2025.05.25-17.52.06:419][710]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2197 outside of frame bounds -[2025.05.25-17.52.06:419][710]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:419][710]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:419][710]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2198 outside of frame bounds -[2025.05.25-17.52.06:424][710]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2196 failed (-1006) -[2025.05.25-17.52.06:425][710]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:425][710]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2197 failed (-1000) -[2025.05.25-17.52.06:431][711]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2198 outside of frame bounds -[2025.05.25-17.52.06:431][711]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:431][711]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:431][711]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2199 outside of frame bounds -[2025.05.25-17.52.06:438][711]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2197 failed (-1006) -[2025.05.25-17.52.06:438][711]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:438][711]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2198 failed (-1000) -[2025.05.25-17.52.06:443][712]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2199 outside of frame bounds -[2025.05.25-17.52.06:443][712]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:443][712]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:443][712]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2200 outside of frame bounds -[2025.05.25-17.52.06:449][712]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2198 failed (-1006) -[2025.05.25-17.52.06:450][712]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:450][712]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2199 failed (-1000) -[2025.05.25-17.52.06:455][713]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2200 outside of frame bounds -[2025.05.25-17.52.06:456][713]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:456][713]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:456][713]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2201 outside of frame bounds -[2025.05.25-17.52.06:462][713]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2199 failed (-1006) -[2025.05.25-17.52.06:462][713]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:462][713]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2200 failed (-1000) -[2025.05.25-17.52.06:467][714]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2201 outside of frame bounds -[2025.05.25-17.52.06:467][714]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:467][714]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:467][714]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2202 outside of frame bounds -[2025.05.25-17.52.06:471][714]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2200 failed (-1006) -[2025.05.25-17.52.06:473][714]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:473][714]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2201 failed (-1000) -[2025.05.25-17.52.06:479][715]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2202 outside of frame bounds -[2025.05.25-17.52.06:480][715]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:480][715]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:480][715]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2203 outside of frame bounds -[2025.05.25-17.52.06:484][715]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2201 failed (-1006) -[2025.05.25-17.52.06:485][715]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:485][715]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2202 failed (-1000) -[2025.05.25-17.52.06:491][716]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2203 outside of frame bounds -[2025.05.25-17.52.06:491][716]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:491][716]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:491][716]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2204 outside of frame bounds -[2025.05.25-17.52.06:498][716]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2202 failed (-1006) -[2025.05.25-17.52.06:498][716]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:498][716]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2203 failed (-1000) -[2025.05.25-17.52.06:503][717]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2204 outside of frame bounds -[2025.05.25-17.52.06:503][717]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:503][717]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:503][717]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2205 outside of frame bounds -[2025.05.25-17.52.06:509][717]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2203 failed (-1006) -[2025.05.25-17.52.06:510][717]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:510][717]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2204 failed (-1000) -[2025.05.25-17.52.06:514][718]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2205 outside of frame bounds -[2025.05.25-17.52.06:515][718]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:515][718]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:515][718]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2206 outside of frame bounds -[2025.05.25-17.52.06:521][718]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2204 failed (-1006) -[2025.05.25-17.52.06:522][718]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:522][718]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2205 failed (-1000) -[2025.05.25-17.52.06:527][719]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2206 outside of frame bounds -[2025.05.25-17.52.06:527][719]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:527][719]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:527][719]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2207 outside of frame bounds -[2025.05.25-17.52.06:534][719]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2205 failed (-1006) -[2025.05.25-17.52.06:534][719]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:534][719]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2206 failed (-1000) -[2025.05.25-17.52.06:539][720]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2207 outside of frame bounds -[2025.05.25-17.52.06:540][720]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:540][720]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:540][720]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2208 outside of frame bounds -[2025.05.25-17.52.06:545][720]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2206 failed (-1006) -[2025.05.25-17.52.06:546][720]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:546][720]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2207 failed (-1000) -[2025.05.25-17.52.06:552][721]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2208 outside of frame bounds -[2025.05.25-17.52.06:552][721]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:552][721]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:552][721]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2209 outside of frame bounds -[2025.05.25-17.52.06:555][721]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2207 failed (-1006) -[2025.05.25-17.52.06:557][721]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:557][721]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2208 failed (-1000) -[2025.05.25-17.52.06:563][722]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2209 outside of frame bounds -[2025.05.25-17.52.06:563][722]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:563][722]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:563][722]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2210 outside of frame bounds -[2025.05.25-17.52.06:569][722]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2208 failed (-1006) -[2025.05.25-17.52.06:570][722]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:570][722]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2209 failed (-1000) -[2025.05.25-17.52.06:575][723]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2210 outside of frame bounds -[2025.05.25-17.52.06:575][723]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:575][723]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:575][723]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2211 outside of frame bounds -[2025.05.25-17.52.06:580][723]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2209 failed (-1006) -[2025.05.25-17.52.06:581][723]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:581][723]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2210 failed (-1000) -[2025.05.25-17.52.06:586][724]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2211 outside of frame bounds -[2025.05.25-17.52.06:587][724]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:587][724]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:587][724]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2212 outside of frame bounds -[2025.05.25-17.52.06:593][724]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2210 failed (-1006) -[2025.05.25-17.52.06:594][724]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:594][724]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2211 failed (-1000) -[2025.05.25-17.52.06:598][725]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2212 outside of frame bounds -[2025.05.25-17.52.06:599][725]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:599][725]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:599][725]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2213 outside of frame bounds -[2025.05.25-17.52.06:606][725]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2211 failed (-1006) -[2025.05.25-17.52.06:607][725]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:607][725]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2212 failed (-1000) -[2025.05.25-17.52.06:611][726]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2213 outside of frame bounds -[2025.05.25-17.52.06:612][726]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:612][726]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:612][726]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2214 outside of frame bounds -[2025.05.25-17.52.06:618][726]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2212 failed (-1006) -[2025.05.25-17.52.06:618][726]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:618][726]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2213 failed (-1000) -[2025.05.25-17.52.06:623][727]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2214 outside of frame bounds -[2025.05.25-17.52.06:624][727]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:624][727]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:624][727]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2215 outside of frame bounds -[2025.05.25-17.52.06:630][727]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2213 failed (-1006) -[2025.05.25-17.52.06:631][727]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:631][727]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2214 failed (-1000) -[2025.05.25-17.52.06:635][728]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2215 outside of frame bounds -[2025.05.25-17.52.06:635][728]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:635][728]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:635][728]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2216 outside of frame bounds -[2025.05.25-17.52.06:642][728]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2214 failed (-1006) -[2025.05.25-17.52.06:642][728]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:642][728]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2215 failed (-1000) -[2025.05.25-17.52.06:647][729]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2216 outside of frame bounds -[2025.05.25-17.52.06:647][729]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:647][729]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:647][729]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2217 outside of frame bounds -[2025.05.25-17.52.06:652][729]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2215 failed (-1006) -[2025.05.25-17.52.06:653][729]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:653][729]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2216 failed (-1000) -[2025.05.25-17.52.06:658][730]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2217 outside of frame bounds -[2025.05.25-17.52.06:659][730]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:659][730]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:659][730]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2218 outside of frame bounds -[2025.05.25-17.52.06:665][730]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2216 failed (-1006) -[2025.05.25-17.52.06:666][730]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:666][730]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2217 failed (-1000) -[2025.05.25-17.52.06:670][731]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2218 outside of frame bounds -[2025.05.25-17.52.06:670][731]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:670][731]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:670][731]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2219 outside of frame bounds -[2025.05.25-17.52.06:676][731]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2217 failed (-1006) -[2025.05.25-17.52.06:677][731]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:677][731]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2218 failed (-1000) -[2025.05.25-17.52.06:682][732]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2219 outside of frame bounds -[2025.05.25-17.52.06:683][732]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:683][732]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:683][732]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2220 outside of frame bounds -[2025.05.25-17.52.06:688][732]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2218 failed (-1006) -[2025.05.25-17.52.06:688][732]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:688][732]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2219 failed (-1000) -[2025.05.25-17.52.06:694][733]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2220 outside of frame bounds -[2025.05.25-17.52.06:694][733]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:694][733]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:694][733]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2221 outside of frame bounds -[2025.05.25-17.52.06:700][733]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2219 failed (-1006) -[2025.05.25-17.52.06:701][733]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:701][733]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2220 failed (-1000) -[2025.05.25-17.52.06:706][734]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2221 outside of frame bounds -[2025.05.25-17.52.06:706][734]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:706][734]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:706][734]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2222 outside of frame bounds -[2025.05.25-17.52.06:712][734]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2220 failed (-1006) -[2025.05.25-17.52.06:713][734]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:713][734]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2221 failed (-1000) -[2025.05.25-17.52.06:718][735]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2222 outside of frame bounds -[2025.05.25-17.52.06:718][735]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:718][735]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:718][735]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2223 outside of frame bounds -[2025.05.25-17.52.06:722][735]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2221 failed (-1006) -[2025.05.25-17.52.06:723][735]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:723][735]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2222 failed (-1000) -[2025.05.25-17.52.06:728][736]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2223 outside of frame bounds -[2025.05.25-17.52.06:730][736]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:730][736]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:730][736]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2224 outside of frame bounds -[2025.05.25-17.52.06:735][736]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2222 failed (-1006) -[2025.05.25-17.52.06:735][736]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:735][736]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2223 failed (-1000) -[2025.05.25-17.52.06:741][737]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2224 outside of frame bounds -[2025.05.25-17.52.06:741][737]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:741][737]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:741][737]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2225 outside of frame bounds -[2025.05.25-17.52.06:747][737]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2223 failed (-1006) -[2025.05.25-17.52.06:747][737]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:747][737]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2224 failed (-1000) -[2025.05.25-17.52.06:752][738]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2225 outside of frame bounds -[2025.05.25-17.52.06:753][738]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:753][738]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:753][738]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2226 outside of frame bounds -[2025.05.25-17.52.06:758][738]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2224 failed (-1006) -[2025.05.25-17.52.06:759][738]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:759][738]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2225 failed (-1000) -[2025.05.25-17.52.06:763][739]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2226 outside of frame bounds -[2025.05.25-17.52.06:764][739]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:764][739]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:764][739]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2227 outside of frame bounds -[2025.05.25-17.52.06:771][739]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2225 failed (-1006) -[2025.05.25-17.52.06:772][739]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:772][739]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2226 failed (-1000) -[2025.05.25-17.52.06:775][740]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2227 outside of frame bounds -[2025.05.25-17.52.06:776][740]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:776][740]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:776][740]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2228 outside of frame bounds -[2025.05.25-17.52.06:783][740]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2226 failed (-1006) -[2025.05.25-17.52.06:783][740]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:783][740]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2227 failed (-1000) -[2025.05.25-17.52.06:788][741]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2228 outside of frame bounds -[2025.05.25-17.52.06:788][741]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:788][741]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:788][741]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2229 outside of frame bounds -[2025.05.25-17.52.06:793][741]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2227 failed (-1006) -[2025.05.25-17.52.06:794][741]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:794][741]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2228 failed (-1000) -[2025.05.25-17.52.06:800][742]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2229 outside of frame bounds -[2025.05.25-17.52.06:800][742]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:800][742]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:800][742]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2230 outside of frame bounds -[2025.05.25-17.52.06:805][742]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2228 failed (-1006) -[2025.05.25-17.52.06:806][742]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:806][742]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2229 failed (-1000) -[2025.05.25-17.52.06:811][743]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2230 outside of frame bounds -[2025.05.25-17.52.06:812][743]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:812][743]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:812][743]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2231 outside of frame bounds -[2025.05.25-17.52.06:817][743]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2229 failed (-1006) -[2025.05.25-17.52.06:818][743]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:818][743]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2230 failed (-1000) -[2025.05.25-17.52.06:822][744]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2231 outside of frame bounds -[2025.05.25-17.52.06:823][744]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:823][744]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:823][744]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2232 outside of frame bounds -[2025.05.25-17.52.06:829][744]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2230 failed (-1006) -[2025.05.25-17.52.06:830][744]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:830][744]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2231 failed (-1000) -[2025.05.25-17.52.06:835][745]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2232 outside of frame bounds -[2025.05.25-17.52.06:835][745]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:835][745]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:835][745]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2233 outside of frame bounds -[2025.05.25-17.52.06:841][745]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2231 failed (-1006) -[2025.05.25-17.52.06:841][745]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:841][745]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2232 failed (-1000) -[2025.05.25-17.52.06:846][746]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2233 outside of frame bounds -[2025.05.25-17.52.06:847][746]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:847][746]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:847][746]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2234 outside of frame bounds -[2025.05.25-17.52.06:853][746]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2232 failed (-1006) -[2025.05.25-17.52.06:853][746]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:853][746]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2233 failed (-1000) -[2025.05.25-17.52.06:858][747]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2234 outside of frame bounds -[2025.05.25-17.52.06:859][747]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:859][747]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:859][747]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2235 outside of frame bounds -[2025.05.25-17.52.06:865][747]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2233 failed (-1006) -[2025.05.25-17.52.06:866][747]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:866][747]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2234 failed (-1000) -[2025.05.25-17.52.06:871][748]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2235 outside of frame bounds -[2025.05.25-17.52.06:871][748]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:872][748]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:872][748]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2236 outside of frame bounds -[2025.05.25-17.52.06:875][748]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2234 failed (-1006) -[2025.05.25-17.52.06:877][748]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:877][748]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2235 failed (-1000) -[2025.05.25-17.52.06:883][749]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2236 outside of frame bounds -[2025.05.25-17.52.06:883][749]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:883][749]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:883][749]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2237 outside of frame bounds -[2025.05.25-17.52.06:887][749]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2235 failed (-1006) -[2025.05.25-17.52.06:889][749]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:889][749]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2236 failed (-1000) -[2025.05.25-17.52.06:894][750]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2237 outside of frame bounds -[2025.05.25-17.52.06:895][750]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:895][750]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:895][750]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2238 outside of frame bounds -[2025.05.25-17.52.06:901][750]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2236 failed (-1006) -[2025.05.25-17.52.06:901][750]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:901][750]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2237 failed (-1000) -[2025.05.25-17.52.06:906][751]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2238 outside of frame bounds -[2025.05.25-17.52.06:907][751]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:907][751]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:907][751]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2239 outside of frame bounds -[2025.05.25-17.52.06:913][751]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2237 failed (-1006) -[2025.05.25-17.52.06:914][751]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:914][751]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2238 failed (-1000) -[2025.05.25-17.52.06:918][752]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2239 outside of frame bounds -[2025.05.25-17.52.06:919][752]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:919][752]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:919][752]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2240 outside of frame bounds -[2025.05.25-17.52.06:924][752]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2238 failed (-1006) -[2025.05.25-17.52.06:925][752]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:925][752]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2239 failed (-1000) -[2025.05.25-17.52.06:930][753]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2240 outside of frame bounds -[2025.05.25-17.52.06:931][753]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:931][753]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:931][753]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2241 outside of frame bounds -[2025.05.25-17.52.06:937][753]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2239 failed (-1006) -[2025.05.25-17.52.06:938][753]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:938][753]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2240 failed (-1000) -[2025.05.25-17.52.06:942][754]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2241 outside of frame bounds -[2025.05.25-17.52.06:942][754]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:942][754]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:942][754]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2242 outside of frame bounds -[2025.05.25-17.52.06:948][754]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2240 failed (-1006) -[2025.05.25-17.52.06:949][754]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:949][754]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2241 failed (-1000) -[2025.05.25-17.52.06:954][755]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2242 outside of frame bounds -[2025.05.25-17.52.06:955][755]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:955][755]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:955][755]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2243 outside of frame bounds -[2025.05.25-17.52.06:960][755]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2241 failed (-1006) -[2025.05.25-17.52.06:961][755]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:961][755]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2242 failed (-1000) -[2025.05.25-17.52.06:966][756]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2243 outside of frame bounds -[2025.05.25-17.52.06:966][756]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:966][756]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:967][756]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2244 outside of frame bounds -[2025.05.25-17.52.06:971][756]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2242 failed (-1006) -[2025.05.25-17.52.06:973][756]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:973][756]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2243 failed (-1000) -[2025.05.25-17.52.06:979][757]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2244 outside of frame bounds -[2025.05.25-17.52.06:979][757]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:979][757]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:979][757]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2245 outside of frame bounds -[2025.05.25-17.52.06:983][757]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2243 failed (-1006) -[2025.05.25-17.52.06:984][757]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:984][757]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2244 failed (-1000) -[2025.05.25-17.52.06:989][758]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2245 outside of frame bounds -[2025.05.25-17.52.06:990][758]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.06:990][758]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.06:990][758]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2246 outside of frame bounds -[2025.05.25-17.52.06:996][758]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2244 failed (-1006) -[2025.05.25-17.52.06:996][758]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.06:996][758]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2245 failed (-1000) -[2025.05.25-17.52.07:002][759]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2246 outside of frame bounds -[2025.05.25-17.52.07:002][759]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:002][759]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:002][759]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2247 outside of frame bounds -[2025.05.25-17.52.07:008][759]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2245 failed (-1006) -[2025.05.25-17.52.07:009][759]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:009][759]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2246 failed (-1000) -[2025.05.25-17.52.07:014][760]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2247 outside of frame bounds -[2025.05.25-17.52.07:014][760]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:014][760]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:014][760]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2248 outside of frame bounds -[2025.05.25-17.52.07:020][760]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2246 failed (-1006) -[2025.05.25-17.52.07:020][760]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:020][760]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2247 failed (-1000) -[2025.05.25-17.52.07:025][761]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2248 outside of frame bounds -[2025.05.25-17.52.07:026][761]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:026][761]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:026][761]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2249 outside of frame bounds -[2025.05.25-17.52.07:033][761]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2247 failed (-1006) -[2025.05.25-17.52.07:033][761]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:033][761]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2248 failed (-1000) -[2025.05.25-17.52.07:038][762]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2249 outside of frame bounds -[2025.05.25-17.52.07:039][762]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:039][762]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:039][762]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2250 outside of frame bounds -[2025.05.25-17.52.07:044][762]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2248 failed (-1006) -[2025.05.25-17.52.07:044][762]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:044][762]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2249 failed (-1000) -[2025.05.25-17.52.07:050][763]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2250 outside of frame bounds -[2025.05.25-17.52.07:051][763]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:051][763]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:051][763]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2251 outside of frame bounds -[2025.05.25-17.52.07:055][763]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2249 failed (-1006) -[2025.05.25-17.52.07:056][763]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:056][763]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2250 failed (-1000) -[2025.05.25-17.52.07:061][764]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2251 outside of frame bounds -[2025.05.25-17.52.07:062][764]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:062][764]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:062][764]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2252 outside of frame bounds -[2025.05.25-17.52.07:067][764]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2250 failed (-1006) -[2025.05.25-17.52.07:068][764]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:068][764]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2251 failed (-1000) -[2025.05.25-17.52.07:073][765]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2252 outside of frame bounds -[2025.05.25-17.52.07:073][765]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:073][765]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:073][765]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2253 outside of frame bounds -[2025.05.25-17.52.07:079][765]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2251 failed (-1006) -[2025.05.25-17.52.07:080][765]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:080][765]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2252 failed (-1000) -[2025.05.25-17.52.07:085][766]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2253 outside of frame bounds -[2025.05.25-17.52.07:085][766]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:086][766]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:086][766]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2254 outside of frame bounds -[2025.05.25-17.52.07:090][766]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2252 failed (-1006) -[2025.05.25-17.52.07:091][766]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:091][766]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2253 failed (-1000) -[2025.05.25-17.52.07:096][767]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2254 outside of frame bounds -[2025.05.25-17.52.07:097][767]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:097][767]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:097][767]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2255 outside of frame bounds -[2025.05.25-17.52.07:104][767]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2253 failed (-1006) -[2025.05.25-17.52.07:104][767]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:104][767]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2254 failed (-1000) -[2025.05.25-17.52.07:109][768]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2255 outside of frame bounds -[2025.05.25-17.52.07:110][768]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:110][768]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:110][768]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2256 outside of frame bounds -[2025.05.25-17.52.07:115][768]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2254 failed (-1006) -[2025.05.25-17.52.07:116][768]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:116][768]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2255 failed (-1000) -[2025.05.25-17.52.07:120][769]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2256 outside of frame bounds -[2025.05.25-17.52.07:121][769]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:121][769]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:121][769]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2257 outside of frame bounds -[2025.05.25-17.52.07:126][769]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2255 failed (-1006) -[2025.05.25-17.52.07:126][769]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:126][769]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2256 failed (-1000) -[2025.05.25-17.52.07:133][770]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2257 outside of frame bounds -[2025.05.25-17.52.07:133][770]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:133][770]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:133][770]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2258 outside of frame bounds -[2025.05.25-17.52.07:138][770]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2256 failed (-1006) -[2025.05.25-17.52.07:139][770]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:139][770]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2257 failed (-1000) -[2025.05.25-17.52.07:144][771]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2258 outside of frame bounds -[2025.05.25-17.52.07:145][771]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:145][771]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:145][771]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2259 outside of frame bounds -[2025.05.25-17.52.07:150][771]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2257 failed (-1006) -[2025.05.25-17.52.07:151][771]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:151][771]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2258 failed (-1000) -[2025.05.25-17.52.07:155][772]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2259 outside of frame bounds -[2025.05.25-17.52.07:156][772]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:156][772]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:156][772]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2260 outside of frame bounds -[2025.05.25-17.52.07:161][772]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2258 failed (-1006) -[2025.05.25-17.52.07:163][772]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:163][772]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2259 failed (-1000) -[2025.05.25-17.52.07:167][773]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2260 outside of frame bounds -[2025.05.25-17.52.07:167][773]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:167][773]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:167][773]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2261 outside of frame bounds -[2025.05.25-17.52.07:174][773]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2259 failed (-1006) -[2025.05.25-17.52.07:175][773]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:175][773]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2260 failed (-1000) -[2025.05.25-17.52.07:180][774]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2261 outside of frame bounds -[2025.05.25-17.52.07:180][774]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:180][774]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:180][774]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2262 outside of frame bounds -[2025.05.25-17.52.07:186][774]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2260 failed (-1006) -[2025.05.25-17.52.07:187][774]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:187][774]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2261 failed (-1000) -[2025.05.25-17.52.07:192][775]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2262 outside of frame bounds -[2025.05.25-17.52.07:192][775]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:192][775]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:192][775]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2263 outside of frame bounds -[2025.05.25-17.52.07:198][775]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2261 failed (-1006) -[2025.05.25-17.52.07:199][775]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:199][775]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2262 failed (-1000) -[2025.05.25-17.52.07:203][776]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2263 outside of frame bounds -[2025.05.25-17.52.07:204][776]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:204][776]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:204][776]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2264 outside of frame bounds -[2025.05.25-17.52.07:208][776]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2262 failed (-1006) -[2025.05.25-17.52.07:209][776]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:209][776]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2263 failed (-1000) -[2025.05.25-17.52.07:215][777]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2264 outside of frame bounds -[2025.05.25-17.52.07:215][777]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:215][777]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:215][777]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2265 outside of frame bounds -[2025.05.25-17.52.07:220][777]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2263 failed (-1006) -[2025.05.25-17.52.07:221][777]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:221][777]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2264 failed (-1000) -[2025.05.25-17.52.07:226][778]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2265 outside of frame bounds -[2025.05.25-17.52.07:226][778]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:226][778]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:226][778]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2266 outside of frame bounds -[2025.05.25-17.52.07:233][778]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2264 failed (-1006) -[2025.05.25-17.52.07:233][778]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:233][778]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2265 failed (-1000) -[2025.05.25-17.52.07:238][779]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2266 outside of frame bounds -[2025.05.25-17.52.07:238][779]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:238][779]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:238][779]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2267 outside of frame bounds -[2025.05.25-17.52.07:244][779]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2265 failed (-1006) -[2025.05.25-17.52.07:245][779]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:245][779]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2266 failed (-1000) -[2025.05.25-17.52.07:250][780]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2267 outside of frame bounds -[2025.05.25-17.52.07:251][780]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:251][780]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:251][780]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2268 outside of frame bounds -[2025.05.25-17.52.07:256][780]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2266 failed (-1006) -[2025.05.25-17.52.07:257][780]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:257][780]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2267 failed (-1000) -[2025.05.25-17.52.07:261][781]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2268 outside of frame bounds -[2025.05.25-17.52.07:262][781]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:262][781]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:262][781]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2269 outside of frame bounds -[2025.05.25-17.52.07:269][781]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2267 failed (-1006) -[2025.05.25-17.52.07:269][781]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:269][781]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2268 failed (-1000) -[2025.05.25-17.52.07:275][782]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2269 outside of frame bounds -[2025.05.25-17.52.07:275][782]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:275][782]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:275][782]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2270 outside of frame bounds -[2025.05.25-17.52.07:281][782]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2268 failed (-1006) -[2025.05.25-17.52.07:282][782]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:282][782]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2269 failed (-1000) -[2025.05.25-17.52.07:287][783]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2270 outside of frame bounds -[2025.05.25-17.52.07:287][783]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:287][783]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:287][783]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2271 outside of frame bounds -[2025.05.25-17.52.07:291][783]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2269 failed (-1006) -[2025.05.25-17.52.07:292][783]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:292][783]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2270 failed (-1000) -[2025.05.25-17.52.07:297][784]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2271 outside of frame bounds -[2025.05.25-17.52.07:298][784]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:298][784]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:298][784]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2272 outside of frame bounds -[2025.05.25-17.52.07:304][784]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2270 failed (-1006) -[2025.05.25-17.52.07:305][784]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:305][784]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2271 failed (-1000) -[2025.05.25-17.52.07:310][785]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2272 outside of frame bounds -[2025.05.25-17.52.07:310][785]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:311][785]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:311][785]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2273 outside of frame bounds -[2025.05.25-17.52.07:316][785]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2271 failed (-1006) -[2025.05.25-17.52.07:317][785]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:317][785]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2272 failed (-1000) -[2025.05.25-17.52.07:322][786]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2273 outside of frame bounds -[2025.05.25-17.52.07:323][786]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:323][786]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:323][786]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2274 outside of frame bounds -[2025.05.25-17.52.07:328][786]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2272 failed (-1006) -[2025.05.25-17.52.07:329][786]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:329][786]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2273 failed (-1000) -[2025.05.25-17.52.07:334][787]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2274 outside of frame bounds -[2025.05.25-17.52.07:334][787]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:334][787]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:334][787]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2275 outside of frame bounds -[2025.05.25-17.52.07:340][787]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2273 failed (-1006) -[2025.05.25-17.52.07:341][787]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:341][787]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2274 failed (-1000) -[2025.05.25-17.52.07:346][788]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2275 outside of frame bounds -[2025.05.25-17.52.07:346][788]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:346][788]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:346][788]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2276 outside of frame bounds -[2025.05.25-17.52.07:352][788]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2274 failed (-1006) -[2025.05.25-17.52.07:353][788]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:353][788]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2275 failed (-1000) -[2025.05.25-17.52.07:358][789]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2276 outside of frame bounds -[2025.05.25-17.52.07:359][789]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:359][789]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:359][789]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2277 outside of frame bounds -[2025.05.25-17.52.07:365][789]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2275 failed (-1006) -[2025.05.25-17.52.07:366][789]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:366][789]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2276 failed (-1000) -[2025.05.25-17.52.07:371][790]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2277 outside of frame bounds -[2025.05.25-17.52.07:371][790]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:371][790]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:371][790]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2278 outside of frame bounds -[2025.05.25-17.52.07:376][790]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2276 failed (-1006) -[2025.05.25-17.52.07:377][790]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:377][790]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2277 failed (-1000) -[2025.05.25-17.52.07:383][791]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2278 outside of frame bounds -[2025.05.25-17.52.07:384][791]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:384][791]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:384][791]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2279 outside of frame bounds -[2025.05.25-17.52.07:387][791]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2277 failed (-1006) -[2025.05.25-17.52.07:389][791]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:389][791]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2278 failed (-1000) -[2025.05.25-17.52.07:394][792]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2279 outside of frame bounds -[2025.05.25-17.52.07:395][792]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:395][792]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:395][792]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2280 outside of frame bounds -[2025.05.25-17.52.07:400][792]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2278 failed (-1006) -[2025.05.25-17.52.07:401][792]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:401][792]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2279 failed (-1000) -[2025.05.25-17.52.07:406][793]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2280 outside of frame bounds -[2025.05.25-17.52.07:406][793]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:406][793]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:406][793]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2281 outside of frame bounds -[2025.05.25-17.52.07:413][793]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2279 failed (-1006) -[2025.05.25-17.52.07:414][793]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:414][793]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2280 failed (-1000) -[2025.05.25-17.52.07:418][794]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2281 outside of frame bounds -[2025.05.25-17.52.07:419][794]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:419][794]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:419][794]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2282 outside of frame bounds -[2025.05.25-17.52.07:425][794]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2280 failed (-1006) -[2025.05.25-17.52.07:426][794]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:426][794]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2281 failed (-1000) -[2025.05.25-17.52.07:430][795]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2282 outside of frame bounds -[2025.05.25-17.52.07:431][795]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:431][795]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:431][795]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2283 outside of frame bounds -[2025.05.25-17.52.07:437][795]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2281 failed (-1006) -[2025.05.25-17.52.07:438][795]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:438][795]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2282 failed (-1000) -[2025.05.25-17.52.07:443][796]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2283 outside of frame bounds -[2025.05.25-17.52.07:443][796]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:443][796]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:443][796]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2284 outside of frame bounds -[2025.05.25-17.52.07:450][796]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2282 failed (-1006) -[2025.05.25-17.52.07:450][796]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:450][796]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2283 failed (-1000) -[2025.05.25-17.52.07:455][797]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2284 outside of frame bounds -[2025.05.25-17.52.07:456][797]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:456][797]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:456][797]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2285 outside of frame bounds -[2025.05.25-17.52.07:461][797]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2283 failed (-1006) -[2025.05.25-17.52.07:462][797]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:462][797]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2284 failed (-1000) -[2025.05.25-17.52.07:467][798]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2285 outside of frame bounds -[2025.05.25-17.52.07:468][798]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:468][798]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:468][798]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2286 outside of frame bounds -[2025.05.25-17.52.07:473][798]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2284 failed (-1006) -[2025.05.25-17.52.07:474][798]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:474][798]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2285 failed (-1000) -[2025.05.25-17.52.07:479][799]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2286 outside of frame bounds -[2025.05.25-17.52.07:480][799]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:480][799]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:480][799]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2287 outside of frame bounds -[2025.05.25-17.52.07:484][799]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2285 failed (-1006) -[2025.05.25-17.52.07:485][799]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:485][799]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2286 failed (-1000) -[2025.05.25-17.52.07:490][800]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2287 outside of frame bounds -[2025.05.25-17.52.07:491][800]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:491][800]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:491][800]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2288 outside of frame bounds -[2025.05.25-17.52.07:496][800]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2286 failed (-1006) -[2025.05.25-17.52.07:497][800]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:497][800]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2287 failed (-1000) -[2025.05.25-17.52.07:502][801]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2288 outside of frame bounds -[2025.05.25-17.52.07:502][801]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:502][801]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:503][801]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2289 outside of frame bounds -[2025.05.25-17.52.07:508][801]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2287 failed (-1006) -[2025.05.25-17.52.07:509][801]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:509][801]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2288 failed (-1000) -[2025.05.25-17.52.07:514][802]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2289 outside of frame bounds -[2025.05.25-17.52.07:514][802]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:514][802]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:514][802]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2290 outside of frame bounds -[2025.05.25-17.52.07:520][802]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2288 failed (-1006) -[2025.05.25-17.52.07:521][802]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:521][802]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2289 failed (-1000) -[2025.05.25-17.52.07:525][803]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2290 outside of frame bounds -[2025.05.25-17.52.07:526][803]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:526][803]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:526][803]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2291 outside of frame bounds -[2025.05.25-17.52.07:532][803]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2289 failed (-1006) -[2025.05.25-17.52.07:532][803]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:532][803]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2290 failed (-1000) -[2025.05.25-17.52.07:537][804]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2291 outside of frame bounds -[2025.05.25-17.52.07:538][804]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:538][804]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:538][804]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2292 outside of frame bounds -[2025.05.25-17.52.07:542][804]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2290 failed (-1006) -[2025.05.25-17.52.07:543][804]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:543][804]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2291 failed (-1000) -[2025.05.25-17.52.07:548][805]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2292 outside of frame bounds -[2025.05.25-17.52.07:549][805]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:549][805]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:549][805]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2293 outside of frame bounds -[2025.05.25-17.52.07:554][805]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2291 failed (-1006) -[2025.05.25-17.52.07:555][805]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:555][805]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2292 failed (-1000) -[2025.05.25-17.52.07:558][806]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2293 outside of frame bounds -[2025.05.25-17.52.07:559][806]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:559][806]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:559][806]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2294 outside of frame bounds -[2025.05.25-17.52.07:567][806]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2292 failed (-1006) -[2025.05.25-17.52.07:568][806]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:568][806]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2293 failed (-1000) -[2025.05.25-17.52.07:572][807]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2294 outside of frame bounds -[2025.05.25-17.52.07:573][807]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:573][807]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:573][807]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2295 outside of frame bounds -[2025.05.25-17.52.07:577][807]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2293 failed (-1006) -[2025.05.25-17.52.07:578][807]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:578][807]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2294 failed (-1000) -[2025.05.25-17.52.07:584][808]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2295 outside of frame bounds -[2025.05.25-17.52.07:584][808]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:584][808]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:584][808]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2296 outside of frame bounds -[2025.05.25-17.52.07:590][808]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2294 failed (-1006) -[2025.05.25-17.52.07:591][808]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:591][808]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2295 failed (-1000) -[2025.05.25-17.52.07:595][809]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2296 outside of frame bounds -[2025.05.25-17.52.07:595][809]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:595][809]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:595][809]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2297 outside of frame bounds -[2025.05.25-17.52.07:602][809]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2295 failed (-1006) -[2025.05.25-17.52.07:602][809]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:602][809]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2296 failed (-1000) -[2025.05.25-17.52.07:607][810]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2297 outside of frame bounds -[2025.05.25-17.52.07:607][810]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:608][810]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:608][810]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2298 outside of frame bounds -[2025.05.25-17.52.07:613][810]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2296 failed (-1006) -[2025.05.25-17.52.07:613][810]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:613][810]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2297 failed (-1000) -[2025.05.25-17.52.07:618][811]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2298 outside of frame bounds -[2025.05.25-17.52.07:619][811]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:619][811]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:619][811]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2299 outside of frame bounds -[2025.05.25-17.52.07:623][811]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2297 failed (-1006) -[2025.05.25-17.52.07:624][811]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:624][811]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2298 failed (-1000) -[2025.05.25-17.52.07:629][812]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2299 outside of frame bounds -[2025.05.25-17.52.07:629][812]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:629][812]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:630][812]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2300 outside of frame bounds -[2025.05.25-17.52.07:635][812]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2298 failed (-1006) -[2025.05.25-17.52.07:636][812]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:636][812]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2299 failed (-1000) -[2025.05.25-17.52.07:642][813]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2300 outside of frame bounds -[2025.05.25-17.52.07:642][813]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:642][813]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:642][813]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2301 outside of frame bounds -[2025.05.25-17.52.07:648][813]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2299 failed (-1006) -[2025.05.25-17.52.07:648][813]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:648][813]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2300 failed (-1000) -[2025.05.25-17.52.07:652][814]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2301 outside of frame bounds -[2025.05.25-17.52.07:653][814]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:653][814]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:653][814]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2302 outside of frame bounds -[2025.05.25-17.52.07:659][814]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2300 failed (-1006) -[2025.05.25-17.52.07:659][814]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:659][814]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2301 failed (-1000) -[2025.05.25-17.52.07:664][815]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2302 outside of frame bounds -[2025.05.25-17.52.07:664][815]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:664][815]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:664][815]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2303 outside of frame bounds -[2025.05.25-17.52.07:671][815]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2301 failed (-1006) -[2025.05.25-17.52.07:672][815]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:672][815]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2302 failed (-1000) -[2025.05.25-17.52.07:677][816]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2303 outside of frame bounds -[2025.05.25-17.52.07:677][816]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:677][816]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:677][816]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2304 outside of frame bounds -[2025.05.25-17.52.07:684][816]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2302 failed (-1006) -[2025.05.25-17.52.07:685][816]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:685][816]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2303 failed (-1000) -[2025.05.25-17.52.07:689][817]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2304 outside of frame bounds -[2025.05.25-17.52.07:689][817]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:689][817]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:689][817]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2305 outside of frame bounds -[2025.05.25-17.52.07:694][817]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2303 failed (-1006) -[2025.05.25-17.52.07:694][817]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:694][817]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2304 failed (-1000) -[2025.05.25-17.52.07:701][818]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2305 outside of frame bounds -[2025.05.25-17.52.07:702][818]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:702][818]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:702][818]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2306 outside of frame bounds -[2025.05.25-17.52.07:707][818]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2304 failed (-1006) -[2025.05.25-17.52.07:707][818]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:707][818]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2305 failed (-1000) -[2025.05.25-17.52.07:712][819]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2306 outside of frame bounds -[2025.05.25-17.52.07:712][819]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:712][819]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:712][819]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2307 outside of frame bounds -[2025.05.25-17.52.07:718][819]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2305 failed (-1006) -[2025.05.25-17.52.07:719][819]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:719][819]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2306 failed (-1000) -[2025.05.25-17.52.07:724][820]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2307 outside of frame bounds -[2025.05.25-17.52.07:725][820]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:725][820]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:725][820]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2308 outside of frame bounds -[2025.05.25-17.52.07:731][820]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2306 failed (-1006) -[2025.05.25-17.52.07:732][820]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:732][820]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2307 failed (-1000) -[2025.05.25-17.52.07:737][821]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2308 outside of frame bounds -[2025.05.25-17.52.07:738][821]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:738][821]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:738][821]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2309 outside of frame bounds -[2025.05.25-17.52.07:744][821]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2307 failed (-1006) -[2025.05.25-17.52.07:745][821]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:745][821]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2308 failed (-1000) -[2025.05.25-17.52.07:749][822]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2309 outside of frame bounds -[2025.05.25-17.52.07:749][822]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:749][822]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:749][822]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2310 outside of frame bounds -[2025.05.25-17.52.07:756][822]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2308 failed (-1006) -[2025.05.25-17.52.07:756][822]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:756][822]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2309 failed (-1000) -[2025.05.25-17.52.07:761][823]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2310 outside of frame bounds -[2025.05.25-17.52.07:762][823]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:762][823]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:762][823]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2311 outside of frame bounds -[2025.05.25-17.52.07:769][823]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2309 failed (-1006) -[2025.05.25-17.52.07:769][823]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:769][823]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2310 failed (-1000) -[2025.05.25-17.52.07:774][824]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2311 outside of frame bounds -[2025.05.25-17.52.07:774][824]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:775][824]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:775][824]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2312 outside of frame bounds -[2025.05.25-17.52.07:780][824]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2310 failed (-1006) -[2025.05.25-17.52.07:781][824]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:781][824]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2311 failed (-1000) -[2025.05.25-17.52.07:786][825]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2312 outside of frame bounds -[2025.05.25-17.52.07:786][825]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:786][825]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:786][825]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2313 outside of frame bounds -[2025.05.25-17.52.07:791][825]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2311 failed (-1006) -[2025.05.25-17.52.07:791][825]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:791][825]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2312 failed (-1000) -[2025.05.25-17.52.07:796][826]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2313 outside of frame bounds -[2025.05.25-17.52.07:797][826]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:797][826]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:797][826]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2314 outside of frame bounds -[2025.05.25-17.52.07:803][826]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2312 failed (-1006) -[2025.05.25-17.52.07:804][826]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:804][826]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2313 failed (-1000) -[2025.05.25-17.52.07:809][827]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2314 outside of frame bounds -[2025.05.25-17.52.07:809][827]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:809][827]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:809][827]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2315 outside of frame bounds -[2025.05.25-17.52.07:816][827]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2313 failed (-1006) -[2025.05.25-17.52.07:817][827]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:817][827]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2314 failed (-1000) -[2025.05.25-17.52.07:821][828]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2315 outside of frame bounds -[2025.05.25-17.52.07:821][828]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:821][828]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:821][828]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2316 outside of frame bounds -[2025.05.25-17.52.07:827][828]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2314 failed (-1006) -[2025.05.25-17.52.07:828][828]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:828][828]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2315 failed (-1000) -[2025.05.25-17.52.07:834][829]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2316 outside of frame bounds -[2025.05.25-17.52.07:834][829]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:834][829]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:834][829]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2317 outside of frame bounds -[2025.05.25-17.52.07:841][829]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2315 failed (-1006) -[2025.05.25-17.52.07:841][829]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:841][829]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2316 failed (-1000) -[2025.05.25-17.52.07:846][830]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2317 outside of frame bounds -[2025.05.25-17.52.07:846][830]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:846][830]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:846][830]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2318 outside of frame bounds -[2025.05.25-17.52.07:853][830]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2316 failed (-1006) -[2025.05.25-17.52.07:853][830]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:853][830]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2317 failed (-1000) -[2025.05.25-17.52.07:858][831]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2318 outside of frame bounds -[2025.05.25-17.52.07:859][831]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:859][831]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:859][831]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2319 outside of frame bounds -[2025.05.25-17.52.07:865][831]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2317 failed (-1006) -[2025.05.25-17.52.07:866][831]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:866][831]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2318 failed (-1000) -[2025.05.25-17.52.07:871][832]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2319 outside of frame bounds -[2025.05.25-17.52.07:871][832]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:871][832]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:871][832]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2320 outside of frame bounds -[2025.05.25-17.52.07:875][832]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2318 failed (-1006) -[2025.05.25-17.52.07:876][832]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:876][832]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2319 failed (-1000) -[2025.05.25-17.52.07:882][833]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2320 outside of frame bounds -[2025.05.25-17.52.07:883][833]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:883][833]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:883][833]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2321 outside of frame bounds -[2025.05.25-17.52.07:887][833]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2319 failed (-1006) -[2025.05.25-17.52.07:888][833]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:888][833]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2320 failed (-1000) -[2025.05.25-17.52.07:892][834]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2321 outside of frame bounds -[2025.05.25-17.52.07:893][834]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:893][834]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:893][834]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2322 outside of frame bounds -[2025.05.25-17.52.07:899][834]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2320 failed (-1006) -[2025.05.25-17.52.07:900][834]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:900][834]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2321 failed (-1000) -[2025.05.25-17.52.07:906][835]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2322 outside of frame bounds -[2025.05.25-17.52.07:906][835]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:906][835]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:906][835]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2323 outside of frame bounds -[2025.05.25-17.52.07:911][835]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2321 failed (-1006) -[2025.05.25-17.52.07:912][835]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:912][835]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2322 failed (-1000) -[2025.05.25-17.52.07:917][836]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2323 outside of frame bounds -[2025.05.25-17.52.07:918][836]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:918][836]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:918][836]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2324 outside of frame bounds -[2025.05.25-17.52.07:923][836]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2322 failed (-1006) -[2025.05.25-17.52.07:924][836]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:924][836]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2323 failed (-1000) -[2025.05.25-17.52.07:929][837]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2324 outside of frame bounds -[2025.05.25-17.52.07:929][837]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:929][837]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:929][837]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2325 outside of frame bounds -[2025.05.25-17.52.07:935][837]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2323 failed (-1006) -[2025.05.25-17.52.07:936][837]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:936][837]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2324 failed (-1000) -[2025.05.25-17.52.07:941][838]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2325 outside of frame bounds -[2025.05.25-17.52.07:942][838]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:942][838]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:942][838]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2326 outside of frame bounds -[2025.05.25-17.52.07:946][838]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2324 failed (-1006) -[2025.05.25-17.52.07:947][838]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:947][838]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2325 failed (-1000) -[2025.05.25-17.52.07:953][839]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2326 outside of frame bounds -[2025.05.25-17.52.07:953][839]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:954][839]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:954][839]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2327 outside of frame bounds -[2025.05.25-17.52.07:957][839]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2325 failed (-1006) -[2025.05.25-17.52.07:958][839]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:958][839]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2326 failed (-1000) -[2025.05.25-17.52.07:963][840]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2327 outside of frame bounds -[2025.05.25-17.52.07:963][840]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:964][840]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:964][840]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2328 outside of frame bounds -[2025.05.25-17.52.07:969][840]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2326 failed (-1006) -[2025.05.25-17.52.07:970][840]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:970][840]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2327 failed (-1000) -[2025.05.25-17.52.07:974][841]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2328 outside of frame bounds -[2025.05.25-17.52.07:975][841]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:975][841]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:975][841]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2329 outside of frame bounds -[2025.05.25-17.52.07:981][841]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2327 failed (-1006) -[2025.05.25-17.52.07:982][841]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:982][841]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2328 failed (-1000) -[2025.05.25-17.52.07:986][842]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2329 outside of frame bounds -[2025.05.25-17.52.07:986][842]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:987][842]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:987][842]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2330 outside of frame bounds -[2025.05.25-17.52.07:992][842]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2328 failed (-1006) -[2025.05.25-17.52.07:993][842]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.07:993][842]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2329 failed (-1000) -[2025.05.25-17.52.07:997][843]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2330 outside of frame bounds -[2025.05.25-17.52.07:998][843]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.07:998][843]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.07:998][843]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2331 outside of frame bounds -[2025.05.25-17.52.08:004][843]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2329 failed (-1006) -[2025.05.25-17.52.08:005][843]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:005][843]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2330 failed (-1000) -[2025.05.25-17.52.08:010][844]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2331 outside of frame bounds -[2025.05.25-17.52.08:011][844]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:011][844]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:011][844]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2332 outside of frame bounds -[2025.05.25-17.52.08:017][844]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2330 failed (-1006) -[2025.05.25-17.52.08:017][844]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:018][844]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2331 failed (-1000) -[2025.05.25-17.52.08:021][845]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2332 outside of frame bounds -[2025.05.25-17.52.08:022][845]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:022][845]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:022][845]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2333 outside of frame bounds -[2025.05.25-17.52.08:027][845]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2331 failed (-1006) -[2025.05.25-17.52.08:027][845]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:027][845]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2332 failed (-1000) -[2025.05.25-17.52.08:033][846]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2333 outside of frame bounds -[2025.05.25-17.52.08:033][846]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:033][846]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:033][846]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2334 outside of frame bounds -[2025.05.25-17.52.08:039][846]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2332 failed (-1006) -[2025.05.25-17.52.08:040][846]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:040][846]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2333 failed (-1000) -[2025.05.25-17.52.08:044][847]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2334 outside of frame bounds -[2025.05.25-17.52.08:059][847]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:059][847]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:059][847]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2335 outside of frame bounds -[2025.05.25-17.52.08:059][847]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2333 failed (-1006) -[2025.05.25-17.52.08:061][847]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:061][847]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2334 failed (-1000) -[2025.05.25-17.52.08:063][847]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2335 outside of frame bounds -[2025.05.25-17.52.08:064][847]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2334 failed (-1006) -[2025.05.25-17.52.08:065][847]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:065][847]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2335 failed (-1000) -[2025.05.25-17.52.08:069][848]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:069][848]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:069][848]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2336 outside of frame bounds -[2025.05.25-17.52.08:072][848]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2336 outside of frame bounds -[2025.05.25-17.52.08:075][848]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2335 failed (-1006) -[2025.05.25-17.52.08:075][849]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:075][849]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2336 failed (-1000) -[2025.05.25-17.52.08:076][849]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:076][849]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:076][849]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2337 outside of frame bounds -[2025.05.25-17.52.08:080][849]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2337 outside of frame bounds -[2025.05.25-17.52.08:084][850]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:084][850]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:084][850]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2338 outside of frame bounds -[2025.05.25-17.52.08:087][850]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2336 failed (-1006) -[2025.05.25-17.52.08:088][850]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:088][850]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2337 failed (-1000) -[2025.05.25-17.52.08:092][851]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2338 outside of frame bounds -[2025.05.25-17.52.08:093][851]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:093][851]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:093][851]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2339 outside of frame bounds -[2025.05.25-17.52.08:100][851]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2337 failed (-1006) -[2025.05.25-17.52.08:101][851]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:101][851]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2338 failed (-1000) -[2025.05.25-17.52.08:105][852]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2339 outside of frame bounds -[2025.05.25-17.52.08:106][852]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:106][852]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:106][852]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2340 outside of frame bounds -[2025.05.25-17.52.08:110][852]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2338 failed (-1006) -[2025.05.25-17.52.08:111][852]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:111][852]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2339 failed (-1000) -[2025.05.25-17.52.08:116][853]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2340 outside of frame bounds -[2025.05.25-17.52.08:117][853]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:117][853]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:117][853]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2341 outside of frame bounds -[2025.05.25-17.52.08:127][853]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2341 outside of frame bounds -[2025.05.25-17.52.08:136][853]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2339 failed (-1006) -[2025.05.25-17.52.08:137][853]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:137][853]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2340 failed (-1000) -[2025.05.25-17.52.08:141][854]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2340 failed (-1006) -[2025.05.25-17.52.08:141][854]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:141][854]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:141][854]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:142][854]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2341 failed (-1000) -[2025.05.25-17.52.08:142][854]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2342 outside of frame bounds -[2025.05.25-17.52.08:144][854]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2342 outside of frame bounds -[2025.05.25-17.52.08:150][855]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:150][855]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:150][855]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2343 outside of frame bounds -[2025.05.25-17.52.08:150][855]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2341 failed (-1006) -[2025.05.25-17.52.08:151][855]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:151][855]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2342 failed (-1000) -[2025.05.25-17.52.08:156][855]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2343 outside of frame bounds -[2025.05.25-17.52.08:159][856]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:159][856]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:159][856]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2344 outside of frame bounds -[2025.05.25-17.52.08:162][856]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2342 failed (-1006) -[2025.05.25-17.52.08:163][856]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:163][856]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2343 failed (-1000) -[2025.05.25-17.52.08:169][857]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2344 outside of frame bounds -[2025.05.25-17.52.08:169][857]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:169][857]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:169][857]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2345 outside of frame bounds -[2025.05.25-17.52.08:175][857]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2343 failed (-1006) -[2025.05.25-17.52.08:176][857]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:176][857]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2344 failed (-1000) -[2025.05.25-17.52.08:180][858]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2345 outside of frame bounds -[2025.05.25-17.52.08:181][858]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:181][858]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:181][858]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2346 outside of frame bounds -[2025.05.25-17.52.08:187][858]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2344 failed (-1006) -[2025.05.25-17.52.08:187][858]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:187][858]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2345 failed (-1000) -[2025.05.25-17.52.08:192][859]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2346 outside of frame bounds -[2025.05.25-17.52.08:193][859]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:193][859]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:193][859]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2347 outside of frame bounds -[2025.05.25-17.52.08:203][859]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2347 outside of frame bounds -[2025.05.25-17.52.08:229][859]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2345 failed (-1006) -[2025.05.25-17.52.08:230][859]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:230][859]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2346 failed (-1000) -[2025.05.25-17.52.08:233][859]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2346 failed (-1006) -[2025.05.25-17.52.08:234][860]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:234][860]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2347 failed (-1000) -[2025.05.25-17.52.08:234][860]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:234][860]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:234][860]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2348 outside of frame bounds -[2025.05.25-17.52.08:238][860]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2348 outside of frame bounds -[2025.05.25-17.52.08:243][861]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2347 failed (-1006) -[2025.05.25-17.52.08:244][861]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:244][861]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:244][861]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:244][861]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2348 failed (-1000) -[2025.05.25-17.52.08:244][861]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2349 outside of frame bounds -[2025.05.25-17.52.08:250][861]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2349 outside of frame bounds -[2025.05.25-17.52.08:253][862]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:253][862]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:253][862]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2350 outside of frame bounds -[2025.05.25-17.52.08:256][862]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2348 failed (-1006) -[2025.05.25-17.52.08:257][862]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:257][862]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2349 failed (-1000) -[2025.05.25-17.52.08:261][862]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2350 outside of frame bounds -[2025.05.25-17.52.08:263][863]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:263][863]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:263][863]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2351 outside of frame bounds -[2025.05.25-17.52.08:268][863]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2349 failed (-1006) -[2025.05.25-17.52.08:268][863]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:268][863]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2350 failed (-1000) -[2025.05.25-17.52.08:273][864]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2351 outside of frame bounds -[2025.05.25-17.52.08:274][864]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:274][864]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:274][864]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2352 outside of frame bounds -[2025.05.25-17.52.08:278][864]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2350 failed (-1006) -[2025.05.25-17.52.08:279][864]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:279][864]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2351 failed (-1000) -[2025.05.25-17.52.08:285][865]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2352 outside of frame bounds -[2025.05.25-17.52.08:286][865]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:286][865]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:286][865]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2353 outside of frame bounds -[2025.05.25-17.52.08:295][865]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2353 outside of frame bounds -[2025.05.25-17.52.08:321][865]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2351 failed (-1006) -[2025.05.25-17.52.08:322][865]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:322][865]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2352 failed (-1000) -[2025.05.25-17.52.08:325][865]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2352 failed (-1006) -[2025.05.25-17.52.08:326][866]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:326][866]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2353 failed (-1000) -[2025.05.25-17.52.08:326][866]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:326][866]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:326][866]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2354 outside of frame bounds -[2025.05.25-17.52.08:331][866]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2354 outside of frame bounds -[2025.05.25-17.52.08:335][867]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:335][867]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:335][867]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2355 outside of frame bounds -[2025.05.25-17.52.08:336][867]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2353 failed (-1006) -[2025.05.25-17.52.08:337][867]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:337][867]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2354 failed (-1000) -[2025.05.25-17.52.08:341][867]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2355 outside of frame bounds -[2025.05.25-17.52.08:344][868]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:344][868]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:344][868]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2356 outside of frame bounds -[2025.05.25-17.52.08:346][868]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2354 failed (-1006) -[2025.05.25-17.52.08:347][868]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:347][868]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2355 failed (-1000) -[2025.05.25-17.52.08:353][869]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2356 outside of frame bounds -[2025.05.25-17.52.08:353][869]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:353][869]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:353][869]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2357 outside of frame bounds -[2025.05.25-17.52.08:358][869]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2355 failed (-1006) -[2025.05.25-17.52.08:358][869]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:358][869]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2356 failed (-1000) -[2025.05.25-17.52.08:363][870]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2357 outside of frame bounds -[2025.05.25-17.52.08:364][870]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:364][870]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:364][870]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2358 outside of frame bounds -[2025.05.25-17.52.08:371][870]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2356 failed (-1006) -[2025.05.25-17.52.08:371][870]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:371][870]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2357 failed (-1000) -[2025.05.25-17.52.08:375][871]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2358 outside of frame bounds -[2025.05.25-17.52.08:376][871]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:376][871]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:376][871]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2359 outside of frame bounds -[2025.05.25-17.52.08:382][871]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2357 failed (-1006) -[2025.05.25-17.52.08:383][871]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:383][871]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2358 failed (-1000) -[2025.05.25-17.52.08:388][872]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2359 outside of frame bounds -[2025.05.25-17.52.08:388][872]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:388][872]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:388][872]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2360 outside of frame bounds -[2025.05.25-17.52.08:393][872]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2358 failed (-1006) -[2025.05.25-17.52.08:394][872]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:394][872]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2359 failed (-1000) -[2025.05.25-17.52.08:399][873]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2360 outside of frame bounds -[2025.05.25-17.52.08:399][873]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:399][873]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:399][873]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2361 outside of frame bounds -[2025.05.25-17.52.08:406][873]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2359 failed (-1006) -[2025.05.25-17.52.08:406][873]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:406][873]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2360 failed (-1000) -[2025.05.25-17.52.08:410][874]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2361 outside of frame bounds -[2025.05.25-17.52.08:411][874]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:411][874]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:411][874]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2362 outside of frame bounds -[2025.05.25-17.52.08:416][874]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2360 failed (-1006) -[2025.05.25-17.52.08:417][874]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:417][874]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2361 failed (-1000) -[2025.05.25-17.52.08:422][875]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2362 outside of frame bounds -[2025.05.25-17.52.08:423][875]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:423][875]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:423][875]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2363 outside of frame bounds -[2025.05.25-17.52.08:427][875]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2361 failed (-1006) -[2025.05.25-17.52.08:427][875]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:427][875]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2362 failed (-1000) -[2025.05.25-17.52.08:433][876]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2363 outside of frame bounds -[2025.05.25-17.52.08:433][876]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:433][876]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:433][876]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2364 outside of frame bounds -[2025.05.25-17.52.08:439][876]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2362 failed (-1006) -[2025.05.25-17.52.08:440][876]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:440][876]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2363 failed (-1000) -[2025.05.25-17.52.08:445][877]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2364 outside of frame bounds -[2025.05.25-17.52.08:445][877]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:445][877]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:445][877]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2365 outside of frame bounds -[2025.05.25-17.52.08:451][877]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2363 failed (-1006) -[2025.05.25-17.52.08:451][877]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:451][877]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2364 failed (-1000) -[2025.05.25-17.52.08:455][878]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2365 outside of frame bounds -[2025.05.25-17.52.08:456][878]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:456][878]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:456][878]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2366 outside of frame bounds -[2025.05.25-17.52.08:462][878]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2364 failed (-1006) -[2025.05.25-17.52.08:463][878]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:463][878]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2365 failed (-1000) -[2025.05.25-17.52.08:468][879]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2366 outside of frame bounds -[2025.05.25-17.52.08:468][879]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:468][879]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:469][879]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2367 outside of frame bounds -[2025.05.25-17.52.08:474][879]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2365 failed (-1006) -[2025.05.25-17.52.08:475][879]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:475][879]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2366 failed (-1000) -[2025.05.25-17.52.08:479][880]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2367 outside of frame bounds -[2025.05.25-17.52.08:480][880]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:480][880]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:480][880]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2368 outside of frame bounds -[2025.05.25-17.52.08:485][880]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2366 failed (-1006) -[2025.05.25-17.52.08:485][880]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:485][880]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2367 failed (-1000) -[2025.05.25-17.52.08:491][881]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2368 outside of frame bounds -[2025.05.25-17.52.08:492][881]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:492][881]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:492][881]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2369 outside of frame bounds -[2025.05.25-17.52.08:496][881]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2367 failed (-1006) -[2025.05.25-17.52.08:497][881]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:497][881]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2368 failed (-1000) -[2025.05.25-17.52.08:501][882]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2369 outside of frame bounds -[2025.05.25-17.52.08:502][882]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:502][882]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:502][882]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2370 outside of frame bounds -[2025.05.25-17.52.08:508][882]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2368 failed (-1006) -[2025.05.25-17.52.08:509][882]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:509][882]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2369 failed (-1000) -[2025.05.25-17.52.08:513][883]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2370 outside of frame bounds -[2025.05.25-17.52.08:514][883]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:514][883]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:514][883]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2371 outside of frame bounds -[2025.05.25-17.52.08:520][883]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2369 failed (-1006) -[2025.05.25-17.52.08:521][883]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:521][883]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2370 failed (-1000) -[2025.05.25-17.52.08:526][884]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2371 outside of frame bounds -[2025.05.25-17.52.08:526][884]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:526][884]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:526][884]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2372 outside of frame bounds -[2025.05.25-17.52.08:533][884]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2370 failed (-1006) -[2025.05.25-17.52.08:533][884]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:534][884]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2371 failed (-1000) -[2025.05.25-17.52.08:538][885]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2372 outside of frame bounds -[2025.05.25-17.52.08:539][885]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:539][885]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:539][885]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2373 outside of frame bounds -[2025.05.25-17.52.08:543][885]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2371 failed (-1006) -[2025.05.25-17.52.08:544][885]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:544][885]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2372 failed (-1000) -[2025.05.25-17.52.08:549][886]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2373 outside of frame bounds -[2025.05.25-17.52.08:550][886]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:550][886]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:550][886]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2374 outside of frame bounds -[2025.05.25-17.52.08:555][886]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2372 failed (-1006) -[2025.05.25-17.52.08:556][886]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:556][886]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2373 failed (-1000) -[2025.05.25-17.52.08:561][887]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2374 outside of frame bounds -[2025.05.25-17.52.08:561][887]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:561][887]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:561][887]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2375 outside of frame bounds -[2025.05.25-17.52.08:567][887]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2373 failed (-1006) -[2025.05.25-17.52.08:568][887]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:568][887]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2374 failed (-1000) -[2025.05.25-17.52.08:574][888]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2375 outside of frame bounds -[2025.05.25-17.52.08:574][888]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:574][888]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:574][888]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2376 outside of frame bounds -[2025.05.25-17.52.08:580][888]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2374 failed (-1006) -[2025.05.25-17.52.08:580][888]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:580][888]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2375 failed (-1000) -[2025.05.25-17.52.08:586][889]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2376 outside of frame bounds -[2025.05.25-17.52.08:586][889]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:586][889]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:586][889]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2377 outside of frame bounds -[2025.05.25-17.52.08:592][889]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2375 failed (-1006) -[2025.05.25-17.52.08:592][889]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:592][889]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2376 failed (-1000) -[2025.05.25-17.52.08:596][890]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2377 outside of frame bounds -[2025.05.25-17.52.08:597][890]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:597][890]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:597][890]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2378 outside of frame bounds -[2025.05.25-17.52.08:604][890]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2376 failed (-1006) -[2025.05.25-17.52.08:604][890]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:604][890]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2377 failed (-1000) -[2025.05.25-17.52.08:609][891]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2378 outside of frame bounds -[2025.05.25-17.52.08:609][891]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:609][891]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:609][891]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2379 outside of frame bounds -[2025.05.25-17.52.08:616][891]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2377 failed (-1006) -[2025.05.25-17.52.08:616][891]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:616][891]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2378 failed (-1000) -[2025.05.25-17.52.08:621][892]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2379 outside of frame bounds -[2025.05.25-17.52.08:621][892]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:621][892]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:621][892]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2380 outside of frame bounds -[2025.05.25-17.52.08:626][892]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2378 failed (-1006) -[2025.05.25-17.52.08:628][892]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:628][892]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2379 failed (-1000) -[2025.05.25-17.52.08:633][893]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2380 outside of frame bounds -[2025.05.25-17.52.08:634][893]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:634][893]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:634][893]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2381 outside of frame bounds -[2025.05.25-17.52.08:638][893]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2379 failed (-1006) -[2025.05.25-17.52.08:640][893]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:640][893]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2380 failed (-1000) -[2025.05.25-17.52.08:645][894]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2381 outside of frame bounds -[2025.05.25-17.52.08:645][894]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:645][894]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:645][894]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2382 outside of frame bounds -[2025.05.25-17.52.08:651][894]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2380 failed (-1006) -[2025.05.25-17.52.08:652][894]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:652][894]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2381 failed (-1000) -[2025.05.25-17.52.08:656][895]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2382 outside of frame bounds -[2025.05.25-17.52.08:657][895]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:657][895]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:657][895]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2383 outside of frame bounds -[2025.05.25-17.52.08:663][895]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2381 failed (-1006) -[2025.05.25-17.52.08:664][895]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:664][895]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2382 failed (-1000) -[2025.05.25-17.52.08:669][896]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2383 outside of frame bounds -[2025.05.25-17.52.08:670][896]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:670][896]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:670][896]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2384 outside of frame bounds -[2025.05.25-17.52.08:675][896]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2382 failed (-1006) -[2025.05.25-17.52.08:675][896]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:675][896]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2383 failed (-1000) -[2025.05.25-17.52.08:680][897]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2384 outside of frame bounds -[2025.05.25-17.52.08:681][897]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:681][897]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:681][897]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2385 outside of frame bounds -[2025.05.25-17.52.08:687][897]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2383 failed (-1006) -[2025.05.25-17.52.08:688][897]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:688][897]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2384 failed (-1000) -[2025.05.25-17.52.08:692][898]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2385 outside of frame bounds -[2025.05.25-17.52.08:693][898]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:693][898]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:693][898]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2386 outside of frame bounds -[2025.05.25-17.52.08:699][898]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2384 failed (-1006) -[2025.05.25-17.52.08:700][898]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:700][898]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2385 failed (-1000) -[2025.05.25-17.52.08:705][899]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2386 outside of frame bounds -[2025.05.25-17.52.08:705][899]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:705][899]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:705][899]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2387 outside of frame bounds -[2025.05.25-17.52.08:709][899]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2385 failed (-1006) -[2025.05.25-17.52.08:710][899]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:711][899]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2386 failed (-1000) -[2025.05.25-17.52.08:716][900]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2387 outside of frame bounds -[2025.05.25-17.52.08:717][900]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:717][900]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:717][900]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2388 outside of frame bounds -[2025.05.25-17.52.08:721][900]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2386 failed (-1006) -[2025.05.25-17.52.08:722][900]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:722][900]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2387 failed (-1000) -[2025.05.25-17.52.08:727][901]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2388 outside of frame bounds -[2025.05.25-17.52.08:728][901]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:728][901]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:728][901]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2389 outside of frame bounds -[2025.05.25-17.52.08:734][901]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2387 failed (-1006) -[2025.05.25-17.52.08:735][901]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:735][901]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2388 failed (-1000) -[2025.05.25-17.52.08:741][902]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2389 outside of frame bounds -[2025.05.25-17.52.08:741][902]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:741][902]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:741][902]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2390 outside of frame bounds -[2025.05.25-17.52.08:746][902]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2388 failed (-1006) -[2025.05.25-17.52.08:747][902]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:747][902]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2389 failed (-1000) -[2025.05.25-17.52.08:752][903]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2390 outside of frame bounds -[2025.05.25-17.52.08:753][903]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:753][903]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:753][903]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2391 outside of frame bounds -[2025.05.25-17.52.08:758][903]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2389 failed (-1006) -[2025.05.25-17.52.08:759][903]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:759][903]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2390 failed (-1000) -[2025.05.25-17.52.08:763][904]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2391 outside of frame bounds -[2025.05.25-17.52.08:763][904]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:763][904]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:763][904]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2392 outside of frame bounds -[2025.05.25-17.52.08:770][904]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2390 failed (-1006) -[2025.05.25-17.52.08:770][904]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:770][904]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2391 failed (-1000) -[2025.05.25-17.52.08:775][905]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2392 outside of frame bounds -[2025.05.25-17.52.08:776][905]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:776][905]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:776][905]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2393 outside of frame bounds -[2025.05.25-17.52.08:782][905]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2391 failed (-1006) -[2025.05.25-17.52.08:783][905]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:783][905]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2392 failed (-1000) -[2025.05.25-17.52.08:787][906]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2393 outside of frame bounds -[2025.05.25-17.52.08:788][906]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:788][906]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:788][906]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2394 outside of frame bounds -[2025.05.25-17.52.08:791][906]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2392 failed (-1006) -[2025.05.25-17.52.08:792][906]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:792][906]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2393 failed (-1000) -[2025.05.25-17.52.08:798][907]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2394 outside of frame bounds -[2025.05.25-17.52.08:799][907]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:799][907]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:799][907]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2395 outside of frame bounds -[2025.05.25-17.52.08:804][907]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2393 failed (-1006) -[2025.05.25-17.52.08:805][907]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:805][907]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2394 failed (-1000) -[2025.05.25-17.52.08:811][908]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2395 outside of frame bounds -[2025.05.25-17.52.08:811][908]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:812][908]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:812][908]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2396 outside of frame bounds -[2025.05.25-17.52.08:817][908]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2394 failed (-1006) -[2025.05.25-17.52.08:818][908]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:818][908]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2395 failed (-1000) -[2025.05.25-17.52.08:823][909]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2396 outside of frame bounds -[2025.05.25-17.52.08:823][909]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:823][909]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:823][909]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2397 outside of frame bounds -[2025.05.25-17.52.08:828][909]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2395 failed (-1006) -[2025.05.25-17.52.08:829][909]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:829][909]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2396 failed (-1000) -[2025.05.25-17.52.08:834][910]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2397 outside of frame bounds -[2025.05.25-17.52.08:835][910]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:835][910]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:835][910]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2398 outside of frame bounds -[2025.05.25-17.52.08:841][910]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2396 failed (-1006) -[2025.05.25-17.52.08:842][910]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:842][910]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2397 failed (-1000) -[2025.05.25-17.52.08:846][911]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2398 outside of frame bounds -[2025.05.25-17.52.08:846][911]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:846][911]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:846][911]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2399 outside of frame bounds -[2025.05.25-17.52.08:853][911]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2397 failed (-1006) -[2025.05.25-17.52.08:854][911]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:854][911]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2398 failed (-1000) -[2025.05.25-17.52.08:858][912]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2399 outside of frame bounds -[2025.05.25-17.52.08:859][912]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:859][912]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:859][912]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2400 outside of frame bounds -[2025.05.25-17.52.08:864][912]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2398 failed (-1006) -[2025.05.25-17.52.08:865][912]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:865][912]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2399 failed (-1000) -[2025.05.25-17.52.08:871][913]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2400 outside of frame bounds -[2025.05.25-17.52.08:871][913]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:871][913]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:872][913]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2401 outside of frame bounds -[2025.05.25-17.52.08:875][913]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2399 failed (-1006) -[2025.05.25-17.52.08:876][913]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:876][913]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2400 failed (-1000) -[2025.05.25-17.52.08:882][914]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2401 outside of frame bounds -[2025.05.25-17.52.08:882][914]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:883][914]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:883][914]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2402 outside of frame bounds -[2025.05.25-17.52.08:887][914]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2400 failed (-1006) -[2025.05.25-17.52.08:888][914]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:888][914]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2401 failed (-1000) -[2025.05.25-17.52.08:893][915]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2402 outside of frame bounds -[2025.05.25-17.52.08:893][915]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:893][915]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:893][915]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2403 outside of frame bounds -[2025.05.25-17.52.08:900][915]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2401 failed (-1006) -[2025.05.25-17.52.08:901][915]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:901][915]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2402 failed (-1000) -[2025.05.25-17.52.08:906][916]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2403 outside of frame bounds -[2025.05.25-17.52.08:906][916]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:906][916]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:906][916]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2404 outside of frame bounds -[2025.05.25-17.52.08:911][916]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2402 failed (-1006) -[2025.05.25-17.52.08:912][916]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:912][916]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2403 failed (-1000) -[2025.05.25-17.52.08:918][917]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2404 outside of frame bounds -[2025.05.25-17.52.08:918][917]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:918][917]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:918][917]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2405 outside of frame bounds -[2025.05.25-17.52.08:924][917]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2403 failed (-1006) -[2025.05.25-17.52.08:925][917]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:925][917]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2404 failed (-1000) -[2025.05.25-17.52.08:930][918]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2405 outside of frame bounds -[2025.05.25-17.52.08:930][918]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:930][918]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:930][918]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2406 outside of frame bounds -[2025.05.25-17.52.08:936][918]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2404 failed (-1006) -[2025.05.25-17.52.08:937][918]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:937][918]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2405 failed (-1000) -[2025.05.25-17.52.08:941][919]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2406 outside of frame bounds -[2025.05.25-17.52.08:942][919]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:942][919]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:942][919]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2407 outside of frame bounds -[2025.05.25-17.52.08:948][919]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2405 failed (-1006) -[2025.05.25-17.52.08:949][919]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:949][919]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2406 failed (-1000) -[2025.05.25-17.52.08:954][920]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2407 outside of frame bounds -[2025.05.25-17.52.08:954][920]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:954][920]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:955][920]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2408 outside of frame bounds -[2025.05.25-17.52.08:958][920]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2406 failed (-1006) -[2025.05.25-17.52.08:959][920]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:959][920]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2407 failed (-1000) -[2025.05.25-17.52.08:965][921]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2408 outside of frame bounds -[2025.05.25-17.52.08:966][921]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:966][921]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:966][921]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2409 outside of frame bounds -[2025.05.25-17.52.08:970][921]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2407 failed (-1006) -[2025.05.25-17.52.08:971][921]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:971][921]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2408 failed (-1000) -[2025.05.25-17.52.08:977][922]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2409 outside of frame bounds -[2025.05.25-17.52.08:978][922]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:978][922]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:978][922]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2410 outside of frame bounds -[2025.05.25-17.52.08:983][922]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2408 failed (-1006) -[2025.05.25-17.52.08:984][922]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:984][922]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2409 failed (-1000) -[2025.05.25-17.52.08:988][923]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2410 outside of frame bounds -[2025.05.25-17.52.08:989][923]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.08:989][923]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.08:989][923]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2411 outside of frame bounds -[2025.05.25-17.52.08:994][923]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2409 failed (-1006) -[2025.05.25-17.52.08:995][923]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.08:995][923]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2410 failed (-1000) -[2025.05.25-17.52.09:001][924]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2411 outside of frame bounds -[2025.05.25-17.52.09:002][924]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:002][924]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:002][924]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2412 outside of frame bounds -[2025.05.25-17.52.09:007][924]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2410 failed (-1006) -[2025.05.25-17.52.09:009][924]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:009][924]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2411 failed (-1000) -[2025.05.25-17.52.09:013][925]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2412 outside of frame bounds -[2025.05.25-17.52.09:014][925]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:014][925]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:014][925]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2413 outside of frame bounds -[2025.05.25-17.52.09:020][925]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2411 failed (-1006) -[2025.05.25-17.52.09:021][925]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:021][925]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2412 failed (-1000) -[2025.05.25-17.52.09:025][926]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2413 outside of frame bounds -[2025.05.25-17.52.09:025][926]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:025][926]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:025][926]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2414 outside of frame bounds -[2025.05.25-17.52.09:032][926]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2412 failed (-1006) -[2025.05.25-17.52.09:032][926]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:032][926]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2413 failed (-1000) -[2025.05.25-17.52.09:037][927]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2414 outside of frame bounds -[2025.05.25-17.52.09:038][927]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:038][927]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:038][927]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2415 outside of frame bounds -[2025.05.25-17.52.09:041][927]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2413 failed (-1006) -[2025.05.25-17.52.09:043][927]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:043][927]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2414 failed (-1000) -[2025.05.25-17.52.09:048][928]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2415 outside of frame bounds -[2025.05.25-17.52.09:049][928]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:049][928]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:049][928]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2416 outside of frame bounds -[2025.05.25-17.52.09:054][928]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2414 failed (-1006) -[2025.05.25-17.52.09:055][928]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:055][928]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2415 failed (-1000) -[2025.05.25-17.52.09:060][929]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2416 outside of frame bounds -[2025.05.25-17.52.09:060][929]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:061][929]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:061][929]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2417 outside of frame bounds -[2025.05.25-17.52.09:066][929]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2415 failed (-1006) -[2025.05.25-17.52.09:067][929]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:067][929]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2416 failed (-1000) -[2025.05.25-17.52.09:072][930]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2417 outside of frame bounds -[2025.05.25-17.52.09:072][930]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:072][930]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:072][930]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2418 outside of frame bounds -[2025.05.25-17.52.09:078][930]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2416 failed (-1006) -[2025.05.25-17.52.09:078][930]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:078][930]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2417 failed (-1000) -[2025.05.25-17.52.09:084][931]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2418 outside of frame bounds -[2025.05.25-17.52.09:085][931]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:085][931]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:085][931]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2419 outside of frame bounds -[2025.05.25-17.52.09:090][931]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2417 failed (-1006) -[2025.05.25-17.52.09:091][931]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:091][931]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2418 failed (-1000) -[2025.05.25-17.52.09:096][932]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2419 outside of frame bounds -[2025.05.25-17.52.09:096][932]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:096][932]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:096][932]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2420 outside of frame bounds -[2025.05.25-17.52.09:102][932]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2418 failed (-1006) -[2025.05.25-17.52.09:103][932]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:103][932]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2419 failed (-1000) -[2025.05.25-17.52.09:108][933]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2420 outside of frame bounds -[2025.05.25-17.52.09:109][933]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:109][933]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:109][933]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2421 outside of frame bounds -[2025.05.25-17.52.09:114][933]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2419 failed (-1006) -[2025.05.25-17.52.09:115][933]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:115][933]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2420 failed (-1000) -[2025.05.25-17.52.09:120][934]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2421 outside of frame bounds -[2025.05.25-17.52.09:120][934]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:120][934]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:120][934]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2422 outside of frame bounds -[2025.05.25-17.52.09:125][934]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2420 failed (-1006) -[2025.05.25-17.52.09:125][934]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:125][934]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2421 failed (-1000) -[2025.05.25-17.52.09:130][935]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2422 outside of frame bounds -[2025.05.25-17.52.09:131][935]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:131][935]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:131][935]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2423 outside of frame bounds -[2025.05.25-17.52.09:137][935]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2421 failed (-1006) -[2025.05.25-17.52.09:138][935]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:138][935]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2422 failed (-1000) -[2025.05.25-17.52.09:142][936]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2423 outside of frame bounds -[2025.05.25-17.52.09:143][936]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:143][936]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:143][936]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2424 outside of frame bounds -[2025.05.25-17.52.09:149][936]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2422 failed (-1006) -[2025.05.25-17.52.09:150][936]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:150][936]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2423 failed (-1000) -[2025.05.25-17.52.09:155][937]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2424 outside of frame bounds -[2025.05.25-17.52.09:155][937]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:155][937]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:155][937]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2425 outside of frame bounds -[2025.05.25-17.52.09:161][937]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2423 failed (-1006) -[2025.05.25-17.52.09:161][937]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:161][937]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2424 failed (-1000) -[2025.05.25-17.52.09:167][938]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2425 outside of frame bounds -[2025.05.25-17.52.09:167][938]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:167][938]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:167][938]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2426 outside of frame bounds -[2025.05.25-17.52.09:173][938]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2424 failed (-1006) -[2025.05.25-17.52.09:174][938]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:174][938]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2425 failed (-1000) -[2025.05.25-17.52.09:179][939]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2426 outside of frame bounds -[2025.05.25-17.52.09:179][939]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:179][939]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:179][939]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2427 outside of frame bounds -[2025.05.25-17.52.09:185][939]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2425 failed (-1006) -[2025.05.25-17.52.09:186][939]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:186][939]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2426 failed (-1000) -[2025.05.25-17.52.09:190][940]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2427 outside of frame bounds -[2025.05.25-17.52.09:190][940]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:190][940]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:190][940]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2428 outside of frame bounds -[2025.05.25-17.52.09:195][940]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2426 failed (-1006) -[2025.05.25-17.52.09:197][940]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:197][940]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2427 failed (-1000) -[2025.05.25-17.52.09:202][941]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2428 outside of frame bounds -[2025.05.25-17.52.09:203][941]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:203][941]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:203][941]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2429 outside of frame bounds -[2025.05.25-17.52.09:207][941]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2427 failed (-1006) -[2025.05.25-17.52.09:207][941]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:207][941]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2428 failed (-1000) -[2025.05.25-17.52.09:214][942]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2429 outside of frame bounds -[2025.05.25-17.52.09:214][942]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:214][942]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:215][942]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2430 outside of frame bounds -[2025.05.25-17.52.09:219][942]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2428 failed (-1006) -[2025.05.25-17.52.09:220][942]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:220][942]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2429 failed (-1000) -[2025.05.25-17.52.09:224][943]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2430 outside of frame bounds -[2025.05.25-17.52.09:225][943]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:225][943]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:225][943]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2431 outside of frame bounds -[2025.05.25-17.52.09:232][943]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2429 failed (-1006) -[2025.05.25-17.52.09:233][943]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:233][943]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2430 failed (-1000) -[2025.05.25-17.52.09:237][944]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2431 outside of frame bounds -[2025.05.25-17.52.09:238][944]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:238][944]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:238][944]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2432 outside of frame bounds -[2025.05.25-17.52.09:242][944]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2430 failed (-1006) -[2025.05.25-17.52.09:243][944]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:243][944]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2431 failed (-1000) -[2025.05.25-17.52.09:248][945]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2432 outside of frame bounds -[2025.05.25-17.52.09:249][945]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:249][945]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:249][945]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2433 outside of frame bounds -[2025.05.25-17.52.09:255][945]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2431 failed (-1006) -[2025.05.25-17.52.09:256][945]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:256][945]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2432 failed (-1000) -[2025.05.25-17.52.09:261][946]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2433 outside of frame bounds -[2025.05.25-17.52.09:261][946]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:261][946]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:261][946]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2434 outside of frame bounds -[2025.05.25-17.52.09:267][946]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2432 failed (-1006) -[2025.05.25-17.52.09:268][946]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:268][946]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2433 failed (-1000) -[2025.05.25-17.52.09:272][947]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2434 outside of frame bounds -[2025.05.25-17.52.09:273][947]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:273][947]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:273][947]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2435 outside of frame bounds -[2025.05.25-17.52.09:277][947]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2433 failed (-1006) -[2025.05.25-17.52.09:278][947]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:278][947]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2434 failed (-1000) -[2025.05.25-17.52.09:284][948]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2435 outside of frame bounds -[2025.05.25-17.52.09:284][948]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:284][948]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:285][948]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2436 outside of frame bounds -[2025.05.25-17.52.09:290][948]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2434 failed (-1006) -[2025.05.25-17.52.09:291][948]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:291][948]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2435 failed (-1000) -[2025.05.25-17.52.09:295][949]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2436 outside of frame bounds -[2025.05.25-17.52.09:295][949]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:295][949]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:295][949]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2437 outside of frame bounds -[2025.05.25-17.52.09:302][949]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2435 failed (-1006) -[2025.05.25-17.52.09:303][949]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:303][949]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2436 failed (-1000) -[2025.05.25-17.52.09:307][950]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2437 outside of frame bounds -[2025.05.25-17.52.09:308][950]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:308][950]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:308][950]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2438 outside of frame bounds -[2025.05.25-17.52.09:314][950]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2436 failed (-1006) -[2025.05.25-17.52.09:315][950]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:315][950]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2437 failed (-1000) -[2025.05.25-17.52.09:320][951]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2438 outside of frame bounds -[2025.05.25-17.52.09:320][951]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:320][951]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:320][951]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2439 outside of frame bounds -[2025.05.25-17.52.09:326][951]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2437 failed (-1006) -[2025.05.25-17.52.09:326][951]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:326][951]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2438 failed (-1000) -[2025.05.25-17.52.09:331][952]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2439 outside of frame bounds -[2025.05.25-17.52.09:331][952]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:331][952]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:331][952]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2440 outside of frame bounds -[2025.05.25-17.52.09:338][952]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2438 failed (-1006) -[2025.05.25-17.52.09:339][952]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:339][952]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2439 failed (-1000) -[2025.05.25-17.52.09:344][953]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2440 outside of frame bounds -[2025.05.25-17.52.09:344][953]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:344][953]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:344][953]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2441 outside of frame bounds -[2025.05.25-17.52.09:351][953]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2439 failed (-1006) -[2025.05.25-17.52.09:351][953]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:351][953]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2440 failed (-1000) -[2025.05.25-17.52.09:356][954]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2441 outside of frame bounds -[2025.05.25-17.52.09:356][954]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:356][954]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:356][954]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2442 outside of frame bounds -[2025.05.25-17.52.09:361][954]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2440 failed (-1006) -[2025.05.25-17.52.09:362][954]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:362][954]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2441 failed (-1000) -[2025.05.25-17.52.09:368][955]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2442 outside of frame bounds -[2025.05.25-17.52.09:369][955]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:369][955]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:369][955]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2443 outside of frame bounds -[2025.05.25-17.52.09:373][955]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2441 failed (-1006) -[2025.05.25-17.52.09:374][955]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:374][955]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2442 failed (-1000) -[2025.05.25-17.52.09:379][956]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2443 outside of frame bounds -[2025.05.25-17.52.09:380][956]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:380][956]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:380][956]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2444 outside of frame bounds -[2025.05.25-17.52.09:386][956]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2442 failed (-1006) -[2025.05.25-17.52.09:386][956]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:386][956]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2443 failed (-1000) -[2025.05.25-17.52.09:391][957]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2444 outside of frame bounds -[2025.05.25-17.52.09:392][957]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:392][957]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:392][957]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2445 outside of frame bounds -[2025.05.25-17.52.09:398][957]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2443 failed (-1006) -[2025.05.25-17.52.09:399][957]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:399][957]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2444 failed (-1000) -[2025.05.25-17.52.09:404][958]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2445 outside of frame bounds -[2025.05.25-17.52.09:404][958]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:404][958]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:405][958]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2446 outside of frame bounds -[2025.05.25-17.52.09:410][958]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2444 failed (-1006) -[2025.05.25-17.52.09:411][958]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:411][958]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2445 failed (-1000) -[2025.05.25-17.52.09:415][959]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2446 outside of frame bounds -[2025.05.25-17.52.09:415][959]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:415][959]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:415][959]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2447 outside of frame bounds -[2025.05.25-17.52.09:422][959]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2445 failed (-1006) -[2025.05.25-17.52.09:423][959]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:423][959]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2446 failed (-1000) -[2025.05.25-17.52.09:428][960]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2447 outside of frame bounds -[2025.05.25-17.52.09:428][960]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:428][960]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:428][960]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2448 outside of frame bounds -[2025.05.25-17.52.09:435][960]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2446 failed (-1006) -[2025.05.25-17.52.09:436][960]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:436][960]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2447 failed (-1000) -[2025.05.25-17.52.09:441][961]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2448 outside of frame bounds -[2025.05.25-17.52.09:441][961]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:441][961]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:441][961]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2449 outside of frame bounds -[2025.05.25-17.52.09:446][961]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2447 failed (-1006) -[2025.05.25-17.52.09:446][961]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:447][961]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2448 failed (-1000) -[2025.05.25-17.52.09:453][962]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2449 outside of frame bounds -[2025.05.25-17.52.09:453][962]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:453][962]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:453][962]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2450 outside of frame bounds -[2025.05.25-17.52.09:457][962]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2448 failed (-1006) -[2025.05.25-17.52.09:458][962]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:458][962]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2449 failed (-1000) -[2025.05.25-17.52.09:463][963]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2450 outside of frame bounds -[2025.05.25-17.52.09:463][963]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:463][963]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:463][963]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2451 outside of frame bounds -[2025.05.25-17.52.09:470][963]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2449 failed (-1006) -[2025.05.25-17.52.09:471][963]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:471][963]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2450 failed (-1000) -[2025.05.25-17.52.09:475][964]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2451 outside of frame bounds -[2025.05.25-17.52.09:476][964]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:476][964]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:476][964]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2452 outside of frame bounds -[2025.05.25-17.52.09:483][964]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2450 failed (-1006) -[2025.05.25-17.52.09:483][964]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:483][964]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2451 failed (-1000) -[2025.05.25-17.52.09:487][965]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2452 outside of frame bounds -[2025.05.25-17.52.09:489][965]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:489][965]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:489][965]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2453 outside of frame bounds -[2025.05.25-17.52.09:494][965]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2451 failed (-1006) -[2025.05.25-17.52.09:495][965]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:495][965]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2452 failed (-1000) -[2025.05.25-17.52.09:500][966]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2453 outside of frame bounds -[2025.05.25-17.52.09:500][966]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:500][966]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:500][966]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2454 outside of frame bounds -[2025.05.25-17.52.09:507][966]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2452 failed (-1006) -[2025.05.25-17.52.09:508][966]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:508][966]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2453 failed (-1000) -[2025.05.25-17.52.09:512][967]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2454 outside of frame bounds -[2025.05.25-17.52.09:512][967]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:512][967]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:512][967]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2455 outside of frame bounds -[2025.05.25-17.52.09:518][967]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2453 failed (-1006) -[2025.05.25-17.52.09:519][967]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:519][967]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2454 failed (-1000) -[2025.05.25-17.52.09:524][968]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2455 outside of frame bounds -[2025.05.25-17.52.09:524][968]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:524][968]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:524][968]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2456 outside of frame bounds -[2025.05.25-17.52.09:527][968]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2454 failed (-1006) -[2025.05.25-17.52.09:528][968]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:528][968]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2455 failed (-1000) -[2025.05.25-17.52.09:535][969]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2456 outside of frame bounds -[2025.05.25-17.52.09:536][969]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:536][969]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:536][969]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2457 outside of frame bounds -[2025.05.25-17.52.09:540][969]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2455 failed (-1006) -[2025.05.25-17.52.09:541][969]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:541][969]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2456 failed (-1000) -[2025.05.25-17.52.09:547][970]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2457 outside of frame bounds -[2025.05.25-17.52.09:547][970]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:547][970]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:547][970]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2458 outside of frame bounds -[2025.05.25-17.52.09:552][970]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2456 failed (-1006) -[2025.05.25-17.52.09:553][970]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:553][970]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2457 failed (-1000) -[2025.05.25-17.52.09:557][971]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2458 outside of frame bounds -[2025.05.25-17.52.09:557][971]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:557][971]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:557][971]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2459 outside of frame bounds -[2025.05.25-17.52.09:564][971]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2457 failed (-1006) -[2025.05.25-17.52.09:565][971]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:565][971]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2458 failed (-1000) -[2025.05.25-17.52.09:570][972]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2459 outside of frame bounds -[2025.05.25-17.52.09:570][972]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:570][972]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:570][972]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2460 outside of frame bounds -[2025.05.25-17.52.09:575][972]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2458 failed (-1006) -[2025.05.25-17.52.09:576][972]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:576][972]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2459 failed (-1000) -[2025.05.25-17.52.09:580][973]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2460 outside of frame bounds -[2025.05.25-17.52.09:581][973]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:581][973]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:581][973]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2461 outside of frame bounds -[2025.05.25-17.52.09:587][973]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2459 failed (-1006) -[2025.05.25-17.52.09:588][973]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:588][973]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2460 failed (-1000) -[2025.05.25-17.52.09:592][974]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2461 outside of frame bounds -[2025.05.25-17.52.09:593][974]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:593][974]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:593][974]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2462 outside of frame bounds -[2025.05.25-17.52.09:599][974]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2460 failed (-1006) -[2025.05.25-17.52.09:600][974]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:600][974]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2461 failed (-1000) -[2025.05.25-17.52.09:605][975]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2462 outside of frame bounds -[2025.05.25-17.52.09:605][975]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:605][975]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:605][975]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2463 outside of frame bounds -[2025.05.25-17.52.09:609][975]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2461 failed (-1006) -[2025.05.25-17.52.09:610][975]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:610][975]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2462 failed (-1000) -[2025.05.25-17.52.09:614][976]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2463 outside of frame bounds -[2025.05.25-17.52.09:614][976]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:614][976]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:614][976]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2464 outside of frame bounds -[2025.05.25-17.52.09:621][976]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2462 failed (-1006) -[2025.05.25-17.52.09:622][976]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:622][976]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2463 failed (-1000) -[2025.05.25-17.52.09:626][977]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2464 outside of frame bounds -[2025.05.25-17.52.09:627][977]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:627][977]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:627][977]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2465 outside of frame bounds -[2025.05.25-17.52.09:633][977]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2463 failed (-1006) -[2025.05.25-17.52.09:634][977]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:634][977]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2464 failed (-1000) -[2025.05.25-17.52.09:639][978]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2465 outside of frame bounds -[2025.05.25-17.52.09:639][978]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:639][978]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:639][978]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2466 outside of frame bounds -[2025.05.25-17.52.09:645][978]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2464 failed (-1006) -[2025.05.25-17.52.09:645][978]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:645][978]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2465 failed (-1000) -[2025.05.25-17.52.09:649][979]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2466 outside of frame bounds -[2025.05.25-17.52.09:650][979]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:650][979]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:650][979]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2467 outside of frame bounds -[2025.05.25-17.52.09:656][979]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2465 failed (-1006) -[2025.05.25-17.52.09:657][979]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:657][979]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2466 failed (-1000) -[2025.05.25-17.52.09:661][980]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2467 outside of frame bounds -[2025.05.25-17.52.09:662][980]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:662][980]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:662][980]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2468 outside of frame bounds -[2025.05.25-17.52.09:667][980]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2466 failed (-1006) -[2025.05.25-17.52.09:668][980]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:668][980]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2467 failed (-1000) -[2025.05.25-17.52.09:674][981]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2468 outside of frame bounds -[2025.05.25-17.52.09:675][981]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:675][981]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:675][981]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2469 outside of frame bounds -[2025.05.25-17.52.09:678][981]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2467 failed (-1006) -[2025.05.25-17.52.09:679][981]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:679][981]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2468 failed (-1000) -[2025.05.25-17.52.09:684][982]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2469 outside of frame bounds -[2025.05.25-17.52.09:684][982]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:684][982]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:684][982]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2470 outside of frame bounds -[2025.05.25-17.52.09:690][982]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2468 failed (-1006) -[2025.05.25-17.52.09:691][982]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:691][982]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2469 failed (-1000) -[2025.05.25-17.52.09:695][983]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2470 outside of frame bounds -[2025.05.25-17.52.09:696][983]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:696][983]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:696][983]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2471 outside of frame bounds -[2025.05.25-17.52.09:702][983]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2469 failed (-1006) -[2025.05.25-17.52.09:703][983]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:703][983]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2470 failed (-1000) -[2025.05.25-17.52.09:707][984]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2471 outside of frame bounds -[2025.05.25-17.52.09:708][984]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:708][984]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:708][984]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2472 outside of frame bounds -[2025.05.25-17.52.09:714][984]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2470 failed (-1006) -[2025.05.25-17.52.09:714][984]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:714][984]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2471 failed (-1000) -[2025.05.25-17.52.09:720][985]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2472 outside of frame bounds -[2025.05.25-17.52.09:720][985]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:720][985]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:720][985]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2473 outside of frame bounds -[2025.05.25-17.52.09:725][985]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2471 failed (-1006) -[2025.05.25-17.52.09:726][985]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:726][985]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2472 failed (-1000) -[2025.05.25-17.52.09:731][986]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2473 outside of frame bounds -[2025.05.25-17.52.09:731][986]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:731][986]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:731][986]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2474 outside of frame bounds -[2025.05.25-17.52.09:736][986]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2472 failed (-1006) -[2025.05.25-17.52.09:737][986]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:737][986]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2473 failed (-1000) -[2025.05.25-17.52.09:743][987]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2474 outside of frame bounds -[2025.05.25-17.52.09:743][987]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:743][987]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:744][987]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2475 outside of frame bounds -[2025.05.25-17.52.09:749][987]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2473 failed (-1006) -[2025.05.25-17.52.09:749][987]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:749][987]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2474 failed (-1000) -[2025.05.25-17.52.09:755][988]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2475 outside of frame bounds -[2025.05.25-17.52.09:756][988]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:756][988]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:756][988]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2476 outside of frame bounds -[2025.05.25-17.52.09:760][988]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2474 failed (-1006) -[2025.05.25-17.52.09:761][988]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:761][988]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2475 failed (-1000) -[2025.05.25-17.52.09:765][989]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2476 outside of frame bounds -[2025.05.25-17.52.09:766][989]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:766][989]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:766][989]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2477 outside of frame bounds -[2025.05.25-17.52.09:773][989]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2475 failed (-1006) -[2025.05.25-17.52.09:773][989]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:773][989]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2476 failed (-1000) -[2025.05.25-17.52.09:778][990]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2477 outside of frame bounds -[2025.05.25-17.52.09:778][990]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:778][990]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:778][990]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2478 outside of frame bounds -[2025.05.25-17.52.09:785][990]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2476 failed (-1006) -[2025.05.25-17.52.09:786][990]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:786][990]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2477 failed (-1000) -[2025.05.25-17.52.09:790][991]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2478 outside of frame bounds -[2025.05.25-17.52.09:791][991]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:791][991]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:791][991]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2479 outside of frame bounds -[2025.05.25-17.52.09:797][991]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2477 failed (-1006) -[2025.05.25-17.52.09:798][991]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:798][991]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2478 failed (-1000) -[2025.05.25-17.52.09:803][992]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2479 outside of frame bounds -[2025.05.25-17.52.09:803][992]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:803][992]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:803][992]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2480 outside of frame bounds -[2025.05.25-17.52.09:809][992]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2478 failed (-1006) -[2025.05.25-17.52.09:810][992]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:810][992]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2479 failed (-1000) -[2025.05.25-17.52.09:815][993]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2480 outside of frame bounds -[2025.05.25-17.52.09:815][993]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:815][993]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:815][993]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2481 outside of frame bounds -[2025.05.25-17.52.09:820][993]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2479 failed (-1006) -[2025.05.25-17.52.09:821][993]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:821][993]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2480 failed (-1000) -[2025.05.25-17.52.09:826][994]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2481 outside of frame bounds -[2025.05.25-17.52.09:827][994]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:827][994]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:827][994]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2482 outside of frame bounds -[2025.05.25-17.52.09:832][994]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2480 failed (-1006) -[2025.05.25-17.52.09:833][994]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:833][994]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2481 failed (-1000) -[2025.05.25-17.52.09:839][995]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2482 outside of frame bounds -[2025.05.25-17.52.09:839][995]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:839][995]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:839][995]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2483 outside of frame bounds -[2025.05.25-17.52.09:843][995]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2481 failed (-1006) -[2025.05.25-17.52.09:844][995]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:844][995]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2482 failed (-1000) -[2025.05.25-17.52.09:849][996]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2483 outside of frame bounds -[2025.05.25-17.52.09:849][996]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:849][996]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:849][996]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2484 outside of frame bounds -[2025.05.25-17.52.09:856][996]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2482 failed (-1006) -[2025.05.25-17.52.09:856][996]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:856][996]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2483 failed (-1000) -[2025.05.25-17.52.09:861][997]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2484 outside of frame bounds -[2025.05.25-17.52.09:861][997]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:861][997]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:861][997]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2485 outside of frame bounds -[2025.05.25-17.52.09:868][997]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2483 failed (-1006) -[2025.05.25-17.52.09:868][997]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:868][997]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2484 failed (-1000) -[2025.05.25-17.52.09:873][998]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2485 outside of frame bounds -[2025.05.25-17.52.09:874][998]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:874][998]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:874][998]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2486 outside of frame bounds -[2025.05.25-17.52.09:880][998]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2484 failed (-1006) -[2025.05.25-17.52.09:881][998]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:881][998]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2485 failed (-1000) -[2025.05.25-17.52.09:886][999]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2486 outside of frame bounds -[2025.05.25-17.52.09:887][999]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:887][999]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:887][999]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2487 outside of frame bounds -[2025.05.25-17.52.09:892][999]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2485 failed (-1006) -[2025.05.25-17.52.09:893][999]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:893][999]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2486 failed (-1000) -[2025.05.25-17.52.09:898][ 0]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2487 outside of frame bounds -[2025.05.25-17.52.09:898][ 0]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:898][ 0]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:898][ 0]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2488 outside of frame bounds -[2025.05.25-17.52.09:903][ 0]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2486 failed (-1006) -[2025.05.25-17.52.09:904][ 0]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:904][ 0]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2487 failed (-1000) -[2025.05.25-17.52.09:911][ 1]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2488 outside of frame bounds -[2025.05.25-17.52.09:911][ 1]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:911][ 1]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:911][ 1]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2489 outside of frame bounds -[2025.05.25-17.52.09:915][ 1]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2487 failed (-1006) -[2025.05.25-17.52.09:916][ 1]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:916][ 1]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2488 failed (-1000) -[2025.05.25-17.52.09:922][ 2]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2489 outside of frame bounds -[2025.05.25-17.52.09:923][ 2]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:923][ 2]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:923][ 2]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2490 outside of frame bounds -[2025.05.25-17.52.09:926][ 2]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2488 failed (-1006) -[2025.05.25-17.52.09:928][ 2]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:928][ 2]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2489 failed (-1000) -[2025.05.25-17.52.09:932][ 3]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2490 outside of frame bounds -[2025.05.25-17.52.09:933][ 3]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:933][ 3]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:933][ 3]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2491 outside of frame bounds -[2025.05.25-17.52.09:939][ 3]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2489 failed (-1006) -[2025.05.25-17.52.09:940][ 3]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:940][ 3]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2490 failed (-1000) -[2025.05.25-17.52.09:944][ 4]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2491 outside of frame bounds -[2025.05.25-17.52.09:945][ 4]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:945][ 4]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:946][ 4]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2492 outside of frame bounds -[2025.05.25-17.52.09:951][ 4]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2490 failed (-1006) -[2025.05.25-17.52.09:952][ 4]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:952][ 4]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2491 failed (-1000) -[2025.05.25-17.52.09:957][ 5]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2492 outside of frame bounds -[2025.05.25-17.52.09:957][ 5]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:957][ 5]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:957][ 5]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2493 outside of frame bounds -[2025.05.25-17.52.09:963][ 5]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2491 failed (-1006) -[2025.05.25-17.52.09:964][ 5]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:964][ 5]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2492 failed (-1000) -[2025.05.25-17.52.09:970][ 6]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2493 outside of frame bounds -[2025.05.25-17.52.09:970][ 6]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:970][ 6]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:970][ 6]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2494 outside of frame bounds -[2025.05.25-17.52.09:976][ 6]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2492 failed (-1006) -[2025.05.25-17.52.09:977][ 6]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:977][ 6]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2493 failed (-1000) -[2025.05.25-17.52.09:981][ 7]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2494 outside of frame bounds -[2025.05.25-17.52.09:982][ 7]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:982][ 7]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:982][ 7]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2495 outside of frame bounds -[2025.05.25-17.52.09:989][ 7]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2493 failed (-1006) -[2025.05.25-17.52.09:990][ 7]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.09:990][ 7]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2494 failed (-1000) -[2025.05.25-17.52.09:994][ 8]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2495 outside of frame bounds -[2025.05.25-17.52.09:995][ 8]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.09:995][ 8]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.09:995][ 8]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2496 outside of frame bounds -[2025.05.25-17.52.10:000][ 8]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2494 failed (-1006) -[2025.05.25-17.52.10:001][ 8]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:001][ 8]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2495 failed (-1000) -[2025.05.25-17.52.10:007][ 9]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2496 outside of frame bounds -[2025.05.25-17.52.10:008][ 9]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:008][ 9]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:008][ 9]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2497 outside of frame bounds -[2025.05.25-17.52.10:011][ 9]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2495 failed (-1006) -[2025.05.25-17.52.10:012][ 9]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:012][ 9]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2496 failed (-1000) -[2025.05.25-17.52.10:017][ 10]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2497 outside of frame bounds -[2025.05.25-17.52.10:017][ 10]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:017][ 10]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:017][ 10]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2498 outside of frame bounds -[2025.05.25-17.52.10:024][ 10]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2496 failed (-1006) -[2025.05.25-17.52.10:025][ 10]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:025][ 10]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2497 failed (-1000) -[2025.05.25-17.52.10:029][ 11]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2498 outside of frame bounds -[2025.05.25-17.52.10:030][ 11]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:030][ 11]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:030][ 11]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2499 outside of frame bounds -[2025.05.25-17.52.10:036][ 11]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2497 failed (-1006) -[2025.05.25-17.52.10:037][ 11]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:037][ 11]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2498 failed (-1000) -[2025.05.25-17.52.10:042][ 12]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2499 outside of frame bounds -[2025.05.25-17.52.10:043][ 12]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:043][ 12]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:043][ 12]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2500 outside of frame bounds -[2025.05.25-17.52.10:049][ 12]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2498 failed (-1006) -[2025.05.25-17.52.10:049][ 12]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:049][ 12]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2499 failed (-1000) -[2025.05.25-17.52.10:054][ 13]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2500 outside of frame bounds -[2025.05.25-17.52.10:055][ 13]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:055][ 13]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:055][ 13]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2501 outside of frame bounds -[2025.05.25-17.52.10:060][ 13]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2499 failed (-1006) -[2025.05.25-17.52.10:061][ 13]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:061][ 13]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2500 failed (-1000) -[2025.05.25-17.52.10:066][ 14]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2501 outside of frame bounds -[2025.05.25-17.52.10:067][ 14]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:067][ 14]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:067][ 14]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2502 outside of frame bounds -[2025.05.25-17.52.10:073][ 14]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2500 failed (-1006) -[2025.05.25-17.52.10:074][ 14]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:074][ 14]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2501 failed (-1000) -[2025.05.25-17.52.10:079][ 15]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2502 outside of frame bounds -[2025.05.25-17.52.10:079][ 15]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:079][ 15]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:079][ 15]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2503 outside of frame bounds -[2025.05.25-17.52.10:085][ 15]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2501 failed (-1006) -[2025.05.25-17.52.10:086][ 15]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:086][ 15]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2502 failed (-1000) -[2025.05.25-17.52.10:091][ 16]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2503 outside of frame bounds -[2025.05.25-17.52.10:092][ 16]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:092][ 16]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:092][ 16]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2504 outside of frame bounds -[2025.05.25-17.52.10:095][ 16]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2502 failed (-1006) -[2025.05.25-17.52.10:096][ 16]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:096][ 16]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2503 failed (-1000) -[2025.05.25-17.52.10:104][ 17]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2504 outside of frame bounds -[2025.05.25-17.52.10:104][ 17]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:104][ 17]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:104][ 17]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2505 outside of frame bounds -[2025.05.25-17.52.10:108][ 17]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2503 failed (-1006) -[2025.05.25-17.52.10:109][ 17]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:109][ 17]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2504 failed (-1000) -[2025.05.25-17.52.10:113][ 18]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2505 outside of frame bounds -[2025.05.25-17.52.10:114][ 18]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:114][ 18]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:114][ 18]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2506 outside of frame bounds -[2025.05.25-17.52.10:120][ 18]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2504 failed (-1006) -[2025.05.25-17.52.10:121][ 18]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:121][ 18]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2505 failed (-1000) -[2025.05.25-17.52.10:126][ 19]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2506 outside of frame bounds -[2025.05.25-17.52.10:126][ 19]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:126][ 19]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:126][ 19]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2507 outside of frame bounds -[2025.05.25-17.52.10:133][ 19]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2505 failed (-1006) -[2025.05.25-17.52.10:134][ 19]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:134][ 19]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2506 failed (-1000) -[2025.05.25-17.52.10:138][ 20]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2507 outside of frame bounds -[2025.05.25-17.52.10:139][ 20]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:139][ 20]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:139][ 20]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2508 outside of frame bounds -[2025.05.25-17.52.10:144][ 20]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2506 failed (-1006) -[2025.05.25-17.52.10:145][ 20]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:146][ 20]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2507 failed (-1000) -[2025.05.25-17.52.10:149][ 21]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2508 outside of frame bounds -[2025.05.25-17.52.10:150][ 21]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:150][ 21]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:150][ 21]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2509 outside of frame bounds -[2025.05.25-17.52.10:156][ 21]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2507 failed (-1006) -[2025.05.25-17.52.10:157][ 21]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:157][ 21]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2508 failed (-1000) -[2025.05.25-17.52.10:162][ 22]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2509 outside of frame bounds -[2025.05.25-17.52.10:163][ 22]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:163][ 22]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:163][ 22]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2510 outside of frame bounds -[2025.05.25-17.52.10:169][ 22]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2508 failed (-1006) -[2025.05.25-17.52.10:170][ 22]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:170][ 22]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2509 failed (-1000) -[2025.05.25-17.52.10:174][ 23]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2510 outside of frame bounds -[2025.05.25-17.52.10:175][ 23]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:175][ 23]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:175][ 23]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2511 outside of frame bounds -[2025.05.25-17.52.10:179][ 23]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2509 failed (-1006) -[2025.05.25-17.52.10:180][ 23]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:180][ 23]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2510 failed (-1000) -[2025.05.25-17.52.10:185][ 24]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2511 outside of frame bounds -[2025.05.25-17.52.10:185][ 24]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:185][ 24]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:185][ 24]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2512 outside of frame bounds -[2025.05.25-17.52.10:190][ 24]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2510 failed (-1006) -[2025.05.25-17.52.10:191][ 24]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:191][ 24]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2511 failed (-1000) -[2025.05.25-17.52.10:196][ 25]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2512 outside of frame bounds -[2025.05.25-17.52.10:196][ 25]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:196][ 25]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:197][ 25]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2513 outside of frame bounds -[2025.05.25-17.52.10:203][ 25]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2511 failed (-1006) -[2025.05.25-17.52.10:204][ 25]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:204][ 25]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2512 failed (-1000) -[2025.05.25-17.52.10:208][ 26]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2513 outside of frame bounds -[2025.05.25-17.52.10:209][ 26]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:209][ 26]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:209][ 26]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2514 outside of frame bounds -[2025.05.25-17.52.10:214][ 26]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2512 failed (-1006) -[2025.05.25-17.52.10:215][ 26]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:215][ 26]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2513 failed (-1000) -[2025.05.25-17.52.10:220][ 27]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2514 outside of frame bounds -[2025.05.25-17.52.10:220][ 27]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:220][ 27]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:220][ 27]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2515 outside of frame bounds -[2025.05.25-17.52.10:225][ 27]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2513 failed (-1006) -[2025.05.25-17.52.10:226][ 27]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:226][ 27]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2514 failed (-1000) -[2025.05.25-17.52.10:231][ 28]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2515 outside of frame bounds -[2025.05.25-17.52.10:232][ 28]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:232][ 28]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:232][ 28]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2516 outside of frame bounds -[2025.05.25-17.52.10:238][ 28]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2514 failed (-1006) -[2025.05.25-17.52.10:239][ 28]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:239][ 28]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2515 failed (-1000) -[2025.05.25-17.52.10:244][ 29]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2516 outside of frame bounds -[2025.05.25-17.52.10:245][ 29]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:245][ 29]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:245][ 29]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2517 outside of frame bounds -[2025.05.25-17.52.10:249][ 29]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2515 failed (-1006) -[2025.05.25-17.52.10:250][ 29]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:250][ 29]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2516 failed (-1000) -[2025.05.25-17.52.10:255][ 30]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2517 outside of frame bounds -[2025.05.25-17.52.10:255][ 30]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:255][ 30]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:255][ 30]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2518 outside of frame bounds -[2025.05.25-17.52.10:260][ 30]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2516 failed (-1006) -[2025.05.25-17.52.10:261][ 30]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:261][ 30]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2517 failed (-1000) -[2025.05.25-17.52.10:266][ 31]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2518 outside of frame bounds -[2025.05.25-17.52.10:266][ 31]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:266][ 31]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:266][ 31]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2519 outside of frame bounds -[2025.05.25-17.52.10:272][ 31]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2517 failed (-1006) -[2025.05.25-17.52.10:273][ 31]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:273][ 31]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2518 failed (-1000) -[2025.05.25-17.52.10:277][ 32]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2519 outside of frame bounds -[2025.05.25-17.52.10:278][ 32]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:278][ 32]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:278][ 32]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2520 outside of frame bounds -[2025.05.25-17.52.10:284][ 32]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2518 failed (-1006) -[2025.05.25-17.52.10:285][ 32]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:285][ 32]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2519 failed (-1000) -[2025.05.25-17.52.10:289][ 33]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2520 outside of frame bounds -[2025.05.25-17.52.10:290][ 33]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:290][ 33]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:290][ 33]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2521 outside of frame bounds -[2025.05.25-17.52.10:295][ 33]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2519 failed (-1006) -[2025.05.25-17.52.10:296][ 33]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:296][ 33]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2520 failed (-1000) -[2025.05.25-17.52.10:301][ 34]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2521 outside of frame bounds -[2025.05.25-17.52.10:302][ 34]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:302][ 34]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:302][ 34]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2522 outside of frame bounds -[2025.05.25-17.52.10:308][ 34]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2520 failed (-1006) -[2025.05.25-17.52.10:309][ 34]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:309][ 34]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2521 failed (-1000) -[2025.05.25-17.52.10:313][ 35]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2522 outside of frame bounds -[2025.05.25-17.52.10:314][ 35]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:314][ 35]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:314][ 35]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2523 outside of frame bounds -[2025.05.25-17.52.10:319][ 35]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2521 failed (-1006) -[2025.05.25-17.52.10:320][ 35]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:320][ 35]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2522 failed (-1000) -[2025.05.25-17.52.10:325][ 36]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2523 outside of frame bounds -[2025.05.25-17.52.10:325][ 36]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:325][ 36]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:325][ 36]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2524 outside of frame bounds -[2025.05.25-17.52.10:330][ 36]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2522 failed (-1006) -[2025.05.25-17.52.10:331][ 36]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:331][ 36]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2523 failed (-1000) -[2025.05.25-17.52.10:337][ 37]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2524 outside of frame bounds -[2025.05.25-17.52.10:337][ 37]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:337][ 37]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:337][ 37]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2525 outside of frame bounds -[2025.05.25-17.52.10:342][ 37]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2523 failed (-1006) -[2025.05.25-17.52.10:343][ 37]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:343][ 37]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2524 failed (-1000) -[2025.05.25-17.52.10:348][ 38]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2525 outside of frame bounds -[2025.05.25-17.52.10:348][ 38]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:349][ 38]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:349][ 38]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2526 outside of frame bounds -[2025.05.25-17.52.10:355][ 38]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2524 failed (-1006) -[2025.05.25-17.52.10:356][ 38]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:356][ 38]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2525 failed (-1000) -[2025.05.25-17.52.10:360][ 39]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2526 outside of frame bounds -[2025.05.25-17.52.10:360][ 39]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:360][ 39]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:360][ 39]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2527 outside of frame bounds -[2025.05.25-17.52.10:367][ 39]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2525 failed (-1006) -[2025.05.25-17.52.10:367][ 39]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:368][ 39]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2526 failed (-1000) -[2025.05.25-17.52.10:373][ 40]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2527 outside of frame bounds -[2025.05.25-17.52.10:373][ 40]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:373][ 40]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:373][ 40]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2528 outside of frame bounds -[2025.05.25-17.52.10:379][ 40]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2526 failed (-1006) -[2025.05.25-17.52.10:380][ 40]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:380][ 40]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2527 failed (-1000) -[2025.05.25-17.52.10:385][ 41]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2528 outside of frame bounds -[2025.05.25-17.52.10:385][ 41]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:385][ 41]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:385][ 41]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2529 outside of frame bounds -[2025.05.25-17.52.10:391][ 41]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2527 failed (-1006) -[2025.05.25-17.52.10:392][ 41]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:392][ 41]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2528 failed (-1000) -[2025.05.25-17.52.10:397][ 42]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2529 outside of frame bounds -[2025.05.25-17.52.10:398][ 42]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:398][ 42]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:398][ 42]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2530 outside of frame bounds -[2025.05.25-17.52.10:403][ 42]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2528 failed (-1006) -[2025.05.25-17.52.10:404][ 42]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:404][ 42]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2529 failed (-1000) -[2025.05.25-17.52.10:410][ 43]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2530 outside of frame bounds -[2025.05.25-17.52.10:410][ 43]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:410][ 43]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:410][ 43]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2531 outside of frame bounds -[2025.05.25-17.52.10:415][ 43]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2529 failed (-1006) -[2025.05.25-17.52.10:415][ 43]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:415][ 43]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2530 failed (-1000) -[2025.05.25-17.52.10:422][ 44]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2531 outside of frame bounds -[2025.05.25-17.52.10:422][ 44]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:422][ 44]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:422][ 44]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2532 outside of frame bounds -[2025.05.25-17.52.10:427][ 44]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2530 failed (-1006) -[2025.05.25-17.52.10:428][ 44]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:428][ 44]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2531 failed (-1000) -[2025.05.25-17.52.10:433][ 45]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2532 outside of frame bounds -[2025.05.25-17.52.10:433][ 45]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:433][ 45]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:433][ 45]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2533 outside of frame bounds -[2025.05.25-17.52.10:440][ 45]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2531 failed (-1006) -[2025.05.25-17.52.10:441][ 45]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:441][ 45]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2532 failed (-1000) -[2025.05.25-17.52.10:445][ 46]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2533 outside of frame bounds -[2025.05.25-17.52.10:445][ 46]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:445][ 46]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:445][ 46]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2534 outside of frame bounds -[2025.05.25-17.52.10:452][ 46]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2532 failed (-1006) -[2025.05.25-17.52.10:453][ 46]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:453][ 46]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2533 failed (-1000) -[2025.05.25-17.52.10:457][ 47]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2534 outside of frame bounds -[2025.05.25-17.52.10:457][ 47]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:457][ 47]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:457][ 47]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2535 outside of frame bounds -[2025.05.25-17.52.10:464][ 47]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2533 failed (-1006) -[2025.05.25-17.52.10:466][ 47]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:466][ 47]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2534 failed (-1000) -[2025.05.25-17.52.10:470][ 48]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2535 outside of frame bounds -[2025.05.25-17.52.10:470][ 48]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:470][ 48]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:470][ 48]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2536 outside of frame bounds -[2025.05.25-17.52.10:476][ 48]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2534 failed (-1006) -[2025.05.25-17.52.10:477][ 48]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:477][ 48]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2535 failed (-1000) -[2025.05.25-17.52.10:481][ 49]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2536 outside of frame bounds -[2025.05.25-17.52.10:482][ 49]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:482][ 49]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:482][ 49]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2537 outside of frame bounds -[2025.05.25-17.52.10:488][ 49]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2535 failed (-1006) -[2025.05.25-17.52.10:489][ 49]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:489][ 49]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2536 failed (-1000) -[2025.05.25-17.52.10:494][ 50]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2537 outside of frame bounds -[2025.05.25-17.52.10:495][ 50]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:495][ 50]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:495][ 50]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2538 outside of frame bounds -[2025.05.25-17.52.10:500][ 50]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2536 failed (-1006) -[2025.05.25-17.52.10:501][ 50]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:501][ 50]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2537 failed (-1000) -[2025.05.25-17.52.10:507][ 51]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2538 outside of frame bounds -[2025.05.25-17.52.10:507][ 51]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:508][ 51]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:508][ 51]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2539 outside of frame bounds -[2025.05.25-17.52.10:511][ 51]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2537 failed (-1006) -[2025.05.25-17.52.10:512][ 51]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:512][ 51]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2538 failed (-1000) -[2025.05.25-17.52.10:516][ 52]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2539 outside of frame bounds -[2025.05.25-17.52.10:517][ 52]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:517][ 52]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:517][ 52]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2540 outside of frame bounds -[2025.05.25-17.52.10:524][ 52]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2538 failed (-1006) -[2025.05.25-17.52.10:524][ 52]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:524][ 52]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2539 failed (-1000) -[2025.05.25-17.52.10:528][ 53]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2540 outside of frame bounds -[2025.05.25-17.52.10:529][ 53]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:529][ 53]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:529][ 53]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2541 outside of frame bounds -[2025.05.25-17.52.10:536][ 53]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2539 failed (-1006) -[2025.05.25-17.52.10:537][ 53]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:537][ 53]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2540 failed (-1000) -[2025.05.25-17.52.10:541][ 54]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2541 outside of frame bounds -[2025.05.25-17.52.10:541][ 54]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:541][ 54]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:542][ 54]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2542 outside of frame bounds -[2025.05.25-17.52.10:547][ 54]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2540 failed (-1006) -[2025.05.25-17.52.10:548][ 54]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:548][ 54]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2541 failed (-1000) -[2025.05.25-17.52.10:553][ 55]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2542 outside of frame bounds -[2025.05.25-17.52.10:554][ 55]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:554][ 55]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:554][ 55]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2543 outside of frame bounds -[2025.05.25-17.52.10:559][ 55]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2541 failed (-1006) -[2025.05.25-17.52.10:560][ 55]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:560][ 55]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2542 failed (-1000) -[2025.05.25-17.52.10:564][ 56]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2543 outside of frame bounds -[2025.05.25-17.52.10:565][ 56]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:565][ 56]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:565][ 56]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2544 outside of frame bounds -[2025.05.25-17.52.10:572][ 56]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2542 failed (-1006) -[2025.05.25-17.52.10:572][ 56]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:572][ 56]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2543 failed (-1000) -[2025.05.25-17.52.10:576][ 57]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2544 outside of frame bounds -[2025.05.25-17.52.10:577][ 57]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:577][ 57]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:577][ 57]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2545 outside of frame bounds -[2025.05.25-17.52.10:582][ 57]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2543 failed (-1006) -[2025.05.25-17.52.10:583][ 57]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:583][ 57]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2544 failed (-1000) -[2025.05.25-17.52.10:590][ 58]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2545 outside of frame bounds -[2025.05.25-17.52.10:590][ 58]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:590][ 58]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:590][ 58]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2546 outside of frame bounds -[2025.05.25-17.52.10:594][ 58]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2544 failed (-1006) -[2025.05.25-17.52.10:594][ 58]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:594][ 58]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2545 failed (-1000) -[2025.05.25-17.52.10:600][ 59]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2546 outside of frame bounds -[2025.05.25-17.52.10:600][ 59]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:600][ 59]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:600][ 59]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2547 outside of frame bounds -[2025.05.25-17.52.10:606][ 59]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2545 failed (-1006) -[2025.05.25-17.52.10:607][ 59]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:607][ 59]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2546 failed (-1000) -[2025.05.25-17.52.10:611][ 60]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2547 outside of frame bounds -[2025.05.25-17.52.10:612][ 60]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:612][ 60]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:612][ 60]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2548 outside of frame bounds -[2025.05.25-17.52.10:619][ 60]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2546 failed (-1006) -[2025.05.25-17.52.10:620][ 60]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:620][ 60]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2547 failed (-1000) -[2025.05.25-17.52.10:624][ 61]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2548 outside of frame bounds -[2025.05.25-17.52.10:625][ 61]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:625][ 61]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:625][ 61]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2549 outside of frame bounds -[2025.05.25-17.52.10:631][ 61]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2547 failed (-1006) -[2025.05.25-17.52.10:632][ 61]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:632][ 61]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2548 failed (-1000) -[2025.05.25-17.52.10:636][ 62]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2549 outside of frame bounds -[2025.05.25-17.52.10:636][ 62]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:637][ 62]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:637][ 62]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2550 outside of frame bounds -[2025.05.25-17.52.10:642][ 62]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2548 failed (-1006) -[2025.05.25-17.52.10:643][ 62]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:643][ 62]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2549 failed (-1000) -[2025.05.25-17.52.10:648][ 63]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2550 outside of frame bounds -[2025.05.25-17.52.10:648][ 63]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:648][ 63]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:648][ 63]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2551 outside of frame bounds -[2025.05.25-17.52.10:653][ 63]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2549 failed (-1006) -[2025.05.25-17.52.10:654][ 63]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:654][ 63]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2550 failed (-1000) -[2025.05.25-17.52.10:660][ 64]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2551 outside of frame bounds -[2025.05.25-17.52.10:660][ 64]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:660][ 64]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:660][ 64]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2552 outside of frame bounds -[2025.05.25-17.52.10:665][ 64]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2550 failed (-1006) -[2025.05.25-17.52.10:666][ 64]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:666][ 64]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2551 failed (-1000) -[2025.05.25-17.52.10:671][ 65]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2552 outside of frame bounds -[2025.05.25-17.52.10:672][ 65]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:672][ 65]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:672][ 65]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2553 outside of frame bounds -[2025.05.25-17.52.10:677][ 65]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2551 failed (-1006) -[2025.05.25-17.52.10:678][ 65]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:678][ 65]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2552 failed (-1000) -[2025.05.25-17.52.10:682][ 66]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2553 outside of frame bounds -[2025.05.25-17.52.10:683][ 66]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:683][ 66]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:683][ 66]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2554 outside of frame bounds -[2025.05.25-17.52.10:688][ 66]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2552 failed (-1006) -[2025.05.25-17.52.10:689][ 66]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:689][ 66]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2553 failed (-1000) -[2025.05.25-17.52.10:694][ 67]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2554 outside of frame bounds -[2025.05.25-17.52.10:694][ 67]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:694][ 67]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:694][ 67]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2555 outside of frame bounds -[2025.05.25-17.52.10:701][ 67]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2553 failed (-1006) -[2025.05.25-17.52.10:702][ 67]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:702][ 67]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2554 failed (-1000) -[2025.05.25-17.52.10:707][ 68]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2555 outside of frame bounds -[2025.05.25-17.52.10:707][ 68]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:707][ 68]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:707][ 68]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2556 outside of frame bounds -[2025.05.25-17.52.10:713][ 68]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2554 failed (-1006) -[2025.05.25-17.52.10:713][ 68]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:713][ 68]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2555 failed (-1000) -[2025.05.25-17.52.10:718][ 69]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2556 outside of frame bounds -[2025.05.25-17.52.10:719][ 69]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:719][ 69]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:719][ 69]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2557 outside of frame bounds -[2025.05.25-17.52.10:724][ 69]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2555 failed (-1006) -[2025.05.25-17.52.10:725][ 69]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:725][ 69]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2556 failed (-1000) -[2025.05.25-17.52.10:730][ 70]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2557 outside of frame bounds -[2025.05.25-17.52.10:731][ 70]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:731][ 70]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:731][ 70]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2558 outside of frame bounds -[2025.05.25-17.52.10:736][ 70]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2556 failed (-1006) -[2025.05.25-17.52.10:737][ 70]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:737][ 70]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2557 failed (-1000) -[2025.05.25-17.52.10:742][ 71]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2558 outside of frame bounds -[2025.05.25-17.52.10:743][ 71]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:743][ 71]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:743][ 71]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2559 outside of frame bounds -[2025.05.25-17.52.10:747][ 71]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2557 failed (-1006) -[2025.05.25-17.52.10:748][ 71]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:748][ 71]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2558 failed (-1000) -[2025.05.25-17.52.10:753][ 72]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2559 outside of frame bounds -[2025.05.25-17.52.10:754][ 72]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:754][ 72]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:754][ 72]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2560 outside of frame bounds -[2025.05.25-17.52.10:760][ 72]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2558 failed (-1006) -[2025.05.25-17.52.10:760][ 72]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:760][ 72]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2559 failed (-1000) -[2025.05.25-17.52.10:765][ 73]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2560 outside of frame bounds -[2025.05.25-17.52.10:765][ 73]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:765][ 73]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:765][ 73]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2561 outside of frame bounds -[2025.05.25-17.52.10:772][ 73]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2559 failed (-1006) -[2025.05.25-17.52.10:773][ 73]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:773][ 73]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2560 failed (-1000) -[2025.05.25-17.52.10:778][ 74]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2561 outside of frame bounds -[2025.05.25-17.52.10:778][ 74]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:778][ 74]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:778][ 74]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2562 outside of frame bounds -[2025.05.25-17.52.10:784][ 74]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2560 failed (-1006) -[2025.05.25-17.52.10:785][ 74]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:785][ 74]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2561 failed (-1000) -[2025.05.25-17.52.10:790][ 75]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2562 outside of frame bounds -[2025.05.25-17.52.10:790][ 75]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:790][ 75]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:790][ 75]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2563 outside of frame bounds -[2025.05.25-17.52.10:797][ 75]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2561 failed (-1006) -[2025.05.25-17.52.10:797][ 75]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:797][ 75]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2562 failed (-1000) -[2025.05.25-17.52.10:803][ 76]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2563 outside of frame bounds -[2025.05.25-17.52.10:803][ 76]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:803][ 76]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:803][ 76]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2564 outside of frame bounds -[2025.05.25-17.52.10:809][ 76]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2562 failed (-1006) -[2025.05.25-17.52.10:810][ 76]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:810][ 76]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2563 failed (-1000) -[2025.05.25-17.52.10:814][ 77]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2564 outside of frame bounds -[2025.05.25-17.52.10:815][ 77]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:815][ 77]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:815][ 77]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2565 outside of frame bounds -[2025.05.25-17.52.10:820][ 77]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2563 failed (-1006) -[2025.05.25-17.52.10:821][ 77]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:821][ 77]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2564 failed (-1000) -[2025.05.25-17.52.10:826][ 78]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2565 outside of frame bounds -[2025.05.25-17.52.10:827][ 78]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:827][ 78]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:827][ 78]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2566 outside of frame bounds -[2025.05.25-17.52.10:832][ 78]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2564 failed (-1006) -[2025.05.25-17.52.10:833][ 78]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:833][ 78]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2565 failed (-1000) -[2025.05.25-17.52.10:839][ 79]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2566 outside of frame bounds -[2025.05.25-17.52.10:839][ 79]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:839][ 79]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:839][ 79]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2567 outside of frame bounds -[2025.05.25-17.52.10:844][ 79]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2565 failed (-1006) -[2025.05.25-17.52.10:845][ 79]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:845][ 79]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2566 failed (-1000) -[2025.05.25-17.52.10:849][ 80]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2567 outside of frame bounds -[2025.05.25-17.52.10:850][ 80]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:850][ 80]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:850][ 80]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2568 outside of frame bounds -[2025.05.25-17.52.10:855][ 80]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2566 failed (-1006) -[2025.05.25-17.52.10:856][ 80]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:856][ 80]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2567 failed (-1000) -[2025.05.25-17.52.10:861][ 81]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2568 outside of frame bounds -[2025.05.25-17.52.10:862][ 81]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:862][ 81]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:862][ 81]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2569 outside of frame bounds -[2025.05.25-17.52.10:868][ 81]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2567 failed (-1006) -[2025.05.25-17.52.10:870][ 81]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:870][ 81]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2568 failed (-1000) -[2025.05.25-17.52.10:874][ 82]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2569 outside of frame bounds -[2025.05.25-17.52.10:874][ 82]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:874][ 82]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:874][ 82]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2570 outside of frame bounds -[2025.05.25-17.52.10:880][ 82]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2568 failed (-1006) -[2025.05.25-17.52.10:881][ 82]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:881][ 82]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2569 failed (-1000) -[2025.05.25-17.52.10:886][ 83]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2570 outside of frame bounds -[2025.05.25-17.52.10:887][ 83]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:887][ 83]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:887][ 83]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2571 outside of frame bounds -[2025.05.25-17.52.10:892][ 83]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2569 failed (-1006) -[2025.05.25-17.52.10:893][ 83]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:893][ 83]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2570 failed (-1000) -[2025.05.25-17.52.10:898][ 84]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2571 outside of frame bounds -[2025.05.25-17.52.10:898][ 84]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:898][ 84]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:898][ 84]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2572 outside of frame bounds -[2025.05.25-17.52.10:905][ 84]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2570 failed (-1006) -[2025.05.25-17.52.10:906][ 84]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:906][ 84]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2571 failed (-1000) -[2025.05.25-17.52.10:910][ 85]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2572 outside of frame bounds -[2025.05.25-17.52.10:911][ 85]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:911][ 85]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:911][ 85]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2573 outside of frame bounds -[2025.05.25-17.52.10:915][ 85]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2571 failed (-1006) -[2025.05.25-17.52.10:916][ 85]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:916][ 85]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2572 failed (-1000) -[2025.05.25-17.52.10:922][ 86]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2573 outside of frame bounds -[2025.05.25-17.52.10:923][ 86]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:923][ 86]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:923][ 86]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2574 outside of frame bounds -[2025.05.25-17.52.10:927][ 86]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2572 failed (-1006) -[2025.05.25-17.52.10:928][ 86]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:928][ 86]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2573 failed (-1000) -[2025.05.25-17.52.10:934][ 87]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2574 outside of frame bounds -[2025.05.25-17.52.10:934][ 87]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:934][ 87]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:934][ 87]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2575 outside of frame bounds -[2025.05.25-17.52.10:940][ 87]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2573 failed (-1006) -[2025.05.25-17.52.10:940][ 87]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:941][ 87]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2574 failed (-1000) -[2025.05.25-17.52.10:945][ 88]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2575 outside of frame bounds -[2025.05.25-17.52.10:945][ 88]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:945][ 88]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:945][ 88]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2576 outside of frame bounds -[2025.05.25-17.52.10:952][ 88]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2574 failed (-1006) -[2025.05.25-17.52.10:953][ 88]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:953][ 88]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2575 failed (-1000) -[2025.05.25-17.52.10:957][ 89]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2576 outside of frame bounds -[2025.05.25-17.52.10:957][ 89]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:957][ 89]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:957][ 89]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2577 outside of frame bounds -[2025.05.25-17.52.10:964][ 89]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2575 failed (-1006) -[2025.05.25-17.52.10:965][ 89]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:965][ 89]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2576 failed (-1000) -[2025.05.25-17.52.10:970][ 90]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2577 outside of frame bounds -[2025.05.25-17.52.10:970][ 90]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:970][ 90]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:970][ 90]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2578 outside of frame bounds -[2025.05.25-17.52.10:976][ 90]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2576 failed (-1006) -[2025.05.25-17.52.10:977][ 90]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:977][ 90]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2577 failed (-1000) -[2025.05.25-17.52.10:981][ 91]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2578 outside of frame bounds -[2025.05.25-17.52.10:982][ 91]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:982][ 91]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:982][ 91]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2579 outside of frame bounds -[2025.05.25-17.52.10:986][ 91]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2577 failed (-1006) -[2025.05.25-17.52.10:987][ 91]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:987][ 91]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2578 failed (-1000) -[2025.05.25-17.52.10:993][ 92]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2579 outside of frame bounds -[2025.05.25-17.52.10:993][ 92]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.10:993][ 92]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.10:993][ 92]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2580 outside of frame bounds -[2025.05.25-17.52.10:999][ 92]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2578 failed (-1006) -[2025.05.25-17.52.10:999][ 92]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.10:999][ 92]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2579 failed (-1000) -[2025.05.25-17.52.11:005][ 93]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2580 outside of frame bounds -[2025.05.25-17.52.11:006][ 93]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:006][ 93]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:006][ 93]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2581 outside of frame bounds -[2025.05.25-17.52.11:010][ 93]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2579 failed (-1006) -[2025.05.25-17.52.11:011][ 93]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:011][ 93]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2580 failed (-1000) -[2025.05.25-17.52.11:015][ 94]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2581 outside of frame bounds -[2025.05.25-17.52.11:016][ 94]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:016][ 94]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:016][ 94]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2582 outside of frame bounds -[2025.05.25-17.52.11:022][ 94]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2580 failed (-1006) -[2025.05.25-17.52.11:022][ 94]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:023][ 94]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2581 failed (-1000) -[2025.05.25-17.52.11:027][ 95]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2582 outside of frame bounds -[2025.05.25-17.52.11:028][ 95]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:028][ 95]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:028][ 95]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2583 outside of frame bounds -[2025.05.25-17.52.11:034][ 95]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2581 failed (-1006) -[2025.05.25-17.52.11:035][ 95]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:035][ 95]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2582 failed (-1000) -[2025.05.25-17.52.11:039][ 96]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2583 outside of frame bounds -[2025.05.25-17.52.11:039][ 96]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:039][ 96]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:039][ 96]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2584 outside of frame bounds -[2025.05.25-17.52.11:045][ 96]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2582 failed (-1006) -[2025.05.25-17.52.11:046][ 96]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:046][ 96]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2583 failed (-1000) -[2025.05.25-17.52.11:050][ 97]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2584 outside of frame bounds -[2025.05.25-17.52.11:051][ 97]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:051][ 97]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:051][ 97]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2585 outside of frame bounds -[2025.05.25-17.52.11:056][ 97]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2583 failed (-1006) -[2025.05.25-17.52.11:056][ 97]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:056][ 97]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2584 failed (-1000) -[2025.05.25-17.52.11:062][ 98]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2585 outside of frame bounds -[2025.05.25-17.52.11:063][ 98]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:063][ 98]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:063][ 98]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2586 outside of frame bounds -[2025.05.25-17.52.11:069][ 98]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2584 failed (-1006) -[2025.05.25-17.52.11:070][ 98]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:070][ 98]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2585 failed (-1000) -[2025.05.25-17.52.11:075][ 99]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2586 outside of frame bounds -[2025.05.25-17.52.11:076][ 99]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:076][ 99]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:076][ 99]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2587 outside of frame bounds -[2025.05.25-17.52.11:080][ 99]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2585 failed (-1006) -[2025.05.25-17.52.11:081][ 99]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:081][ 99]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2586 failed (-1000) -[2025.05.25-17.52.11:086][100]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2587 outside of frame bounds -[2025.05.25-17.52.11:086][100]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:086][100]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:086][100]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2588 outside of frame bounds -[2025.05.25-17.52.11:092][100]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2586 failed (-1006) -[2025.05.25-17.52.11:093][100]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:093][100]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2587 failed (-1000) -[2025.05.25-17.52.11:098][101]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2588 outside of frame bounds -[2025.05.25-17.52.11:098][101]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:098][101]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:098][101]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2589 outside of frame bounds -[2025.05.25-17.52.11:104][101]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2587 failed (-1006) -[2025.05.25-17.52.11:105][101]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:105][101]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2588 failed (-1000) -[2025.05.25-17.52.11:109][102]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2589 outside of frame bounds -[2025.05.25-17.52.11:110][102]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:110][102]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:110][102]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2590 outside of frame bounds -[2025.05.25-17.52.11:116][102]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2588 failed (-1006) -[2025.05.25-17.52.11:117][102]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:117][102]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2589 failed (-1000) -[2025.05.25-17.52.11:121][103]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2590 outside of frame bounds -[2025.05.25-17.52.11:121][103]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:121][103]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:121][103]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2591 outside of frame bounds -[2025.05.25-17.52.11:127][103]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2589 failed (-1006) -[2025.05.25-17.52.11:127][103]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:127][103]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2590 failed (-1000) -[2025.05.25-17.52.11:133][104]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2591 outside of frame bounds -[2025.05.25-17.52.11:134][104]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:134][104]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:134][104]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2592 outside of frame bounds -[2025.05.25-17.52.11:138][104]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2590 failed (-1006) -[2025.05.25-17.52.11:140][104]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:140][104]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2591 failed (-1000) -[2025.05.25-17.52.11:145][105]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2592 outside of frame bounds -[2025.05.25-17.52.11:146][105]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:146][105]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:146][105]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2593 outside of frame bounds -[2025.05.25-17.52.11:151][105]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2591 failed (-1006) -[2025.05.25-17.52.11:151][105]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:152][105]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2592 failed (-1000) -[2025.05.25-17.52.11:156][106]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2593 outside of frame bounds -[2025.05.25-17.52.11:156][106]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:156][106]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:156][106]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2594 outside of frame bounds -[2025.05.25-17.52.11:162][106]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2592 failed (-1006) -[2025.05.25-17.52.11:162][106]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:162][106]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2593 failed (-1000) -[2025.05.25-17.52.11:168][107]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2594 outside of frame bounds -[2025.05.25-17.52.11:168][107]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:168][107]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:168][107]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2595 outside of frame bounds -[2025.05.25-17.52.11:174][107]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2593 failed (-1006) -[2025.05.25-17.52.11:175][107]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:175][107]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2594 failed (-1000) -[2025.05.25-17.52.11:180][108]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2595 outside of frame bounds -[2025.05.25-17.52.11:180][108]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:180][108]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:180][108]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2596 outside of frame bounds -[2025.05.25-17.52.11:186][108]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2594 failed (-1006) -[2025.05.25-17.52.11:187][108]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:187][108]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2595 failed (-1000) -[2025.05.25-17.52.11:192][109]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2596 outside of frame bounds -[2025.05.25-17.52.11:193][109]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:193][109]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:193][109]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2597 outside of frame bounds -[2025.05.25-17.52.11:199][109]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2595 failed (-1006) -[2025.05.25-17.52.11:200][109]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:200][109]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2596 failed (-1000) -[2025.05.25-17.52.11:204][110]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2597 outside of frame bounds -[2025.05.25-17.52.11:205][110]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:205][110]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:205][110]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2598 outside of frame bounds -[2025.05.25-17.52.11:209][110]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2596 failed (-1006) -[2025.05.25-17.52.11:210][110]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:210][110]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2597 failed (-1000) -[2025.05.25-17.52.11:215][111]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2598 outside of frame bounds -[2025.05.25-17.52.11:216][111]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:216][111]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:216][111]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2599 outside of frame bounds -[2025.05.25-17.52.11:221][111]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2597 failed (-1006) -[2025.05.25-17.52.11:222][111]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:222][111]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2598 failed (-1000) -[2025.05.25-17.52.11:227][112]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2599 outside of frame bounds -[2025.05.25-17.52.11:228][112]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:228][112]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:228][112]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2600 outside of frame bounds -[2025.05.25-17.52.11:234][112]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2598 failed (-1006) -[2025.05.25-17.52.11:235][112]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:235][112]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2599 failed (-1000) -[2025.05.25-17.52.11:240][113]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2600 outside of frame bounds -[2025.05.25-17.52.11:241][113]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:241][113]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:241][113]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2601 outside of frame bounds -[2025.05.25-17.52.11:246][113]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2599 failed (-1006) -[2025.05.25-17.52.11:246][113]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:246][113]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2600 failed (-1000) -[2025.05.25-17.52.11:251][114]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2601 outside of frame bounds -[2025.05.25-17.52.11:251][114]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:251][114]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:251][114]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2602 outside of frame bounds -[2025.05.25-17.52.11:258][114]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2600 failed (-1006) -[2025.05.25-17.52.11:258][114]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:258][114]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2601 failed (-1000) -[2025.05.25-17.52.11:263][115]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2602 outside of frame bounds -[2025.05.25-17.52.11:263][115]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:263][115]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:263][115]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2603 outside of frame bounds -[2025.05.25-17.52.11:270][115]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2601 failed (-1006) -[2025.05.25-17.52.11:271][115]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:271][115]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2602 failed (-1000) -[2025.05.25-17.52.11:276][116]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2603 outside of frame bounds -[2025.05.25-17.52.11:276][116]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:276][116]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:276][116]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2604 outside of frame bounds -[2025.05.25-17.52.11:283][116]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2602 failed (-1006) -[2025.05.25-17.52.11:283][116]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:283][116]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2603 failed (-1000) -[2025.05.25-17.52.11:287][117]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2604 outside of frame bounds -[2025.05.25-17.52.11:288][117]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:289][117]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:289][117]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2605 outside of frame bounds -[2025.05.25-17.52.11:293][117]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2603 failed (-1006) -[2025.05.25-17.52.11:294][117]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:294][117]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2604 failed (-1000) -[2025.05.25-17.52.11:300][118]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2605 outside of frame bounds -[2025.05.25-17.52.11:301][118]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:301][118]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:301][118]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2606 outside of frame bounds -[2025.05.25-17.52.11:305][118]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2604 failed (-1006) -[2025.05.25-17.52.11:306][118]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:306][118]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2605 failed (-1000) -[2025.05.25-17.52.11:312][119]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2606 outside of frame bounds -[2025.05.25-17.52.11:312][119]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:312][119]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:312][119]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2607 outside of frame bounds -[2025.05.25-17.52.11:318][119]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2605 failed (-1006) -[2025.05.25-17.52.11:319][119]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:319][119]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2606 failed (-1000) -[2025.05.25-17.52.11:323][120]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2607 outside of frame bounds -[2025.05.25-17.52.11:323][120]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:323][120]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:323][120]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2608 outside of frame bounds -[2025.05.25-17.52.11:329][120]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2606 failed (-1006) -[2025.05.25-17.52.11:330][120]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:330][120]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2607 failed (-1000) -[2025.05.25-17.52.11:335][121]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2608 outside of frame bounds -[2025.05.25-17.52.11:336][121]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:336][121]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:336][121]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2609 outside of frame bounds -[2025.05.25-17.52.11:341][121]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2607 failed (-1006) -[2025.05.25-17.52.11:343][121]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:343][121]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2608 failed (-1000) -[2025.05.25-17.52.11:346][122]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2609 outside of frame bounds -[2025.05.25-17.52.11:347][122]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:347][122]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:347][122]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2610 outside of frame bounds -[2025.05.25-17.52.11:354][122]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2608 failed (-1006) -[2025.05.25-17.52.11:354][122]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:354][122]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2609 failed (-1000) -[2025.05.25-17.52.11:359][123]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2610 outside of frame bounds -[2025.05.25-17.52.11:359][123]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:359][123]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:359][123]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2611 outside of frame bounds -[2025.05.25-17.52.11:366][123]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2609 failed (-1006) -[2025.05.25-17.52.11:366][123]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:366][123]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2610 failed (-1000) -[2025.05.25-17.52.11:371][124]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2611 outside of frame bounds -[2025.05.25-17.52.11:372][124]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:372][124]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:372][124]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2612 outside of frame bounds -[2025.05.25-17.52.11:376][124]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2610 failed (-1006) -[2025.05.25-17.52.11:377][124]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:377][124]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2611 failed (-1000) -[2025.05.25-17.52.11:383][125]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2612 outside of frame bounds -[2025.05.25-17.52.11:383][125]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:383][125]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:383][125]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2613 outside of frame bounds -[2025.05.25-17.52.11:388][125]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2611 failed (-1006) -[2025.05.25-17.52.11:389][125]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:389][125]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2612 failed (-1000) -[2025.05.25-17.52.11:394][126]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2613 outside of frame bounds -[2025.05.25-17.52.11:395][126]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:395][126]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:395][126]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2614 outside of frame bounds -[2025.05.25-17.52.11:400][126]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2612 failed (-1006) -[2025.05.25-17.52.11:401][126]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:401][126]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2613 failed (-1000) -[2025.05.25-17.52.11:406][127]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2614 outside of frame bounds -[2025.05.25-17.52.11:407][127]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:407][127]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:407][127]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2615 outside of frame bounds -[2025.05.25-17.52.11:412][127]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2613 failed (-1006) -[2025.05.25-17.52.11:413][127]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:413][127]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2614 failed (-1000) -[2025.05.25-17.52.11:417][128]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2615 outside of frame bounds -[2025.05.25-17.52.11:417][128]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:417][128]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:417][128]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2616 outside of frame bounds -[2025.05.25-17.52.11:424][128]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2614 failed (-1006) -[2025.05.25-17.52.11:425][128]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:425][128]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2615 failed (-1000) -[2025.05.25-17.52.11:429][129]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2616 outside of frame bounds -[2025.05.25-17.52.11:430][129]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:430][129]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:430][129]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2617 outside of frame bounds -[2025.05.25-17.52.11:436][129]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2615 failed (-1006) -[2025.05.25-17.52.11:437][129]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:437][129]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2616 failed (-1000) -[2025.05.25-17.52.11:441][130]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2617 outside of frame bounds -[2025.05.25-17.52.11:442][130]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:442][130]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:442][130]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2618 outside of frame bounds -[2025.05.25-17.52.11:448][130]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2616 failed (-1006) -[2025.05.25-17.52.11:448][130]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:449][130]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2617 failed (-1000) -[2025.05.25-17.52.11:454][131]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2618 outside of frame bounds -[2025.05.25-17.52.11:454][131]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:454][131]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:454][131]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2619 outside of frame bounds -[2025.05.25-17.52.11:458][131]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2617 failed (-1006) -[2025.05.25-17.52.11:459][131]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:459][131]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2618 failed (-1000) -[2025.05.25-17.52.11:465][132]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2619 outside of frame bounds -[2025.05.25-17.52.11:466][132]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:466][132]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:466][132]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2620 outside of frame bounds -[2025.05.25-17.52.11:471][132]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2618 failed (-1006) -[2025.05.25-17.52.11:472][132]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:472][132]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2619 failed (-1000) -[2025.05.25-17.52.11:476][133]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2620 outside of frame bounds -[2025.05.25-17.52.11:477][133]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:477][133]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:477][133]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2621 outside of frame bounds -[2025.05.25-17.52.11:483][133]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2619 failed (-1006) -[2025.05.25-17.52.11:484][133]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:484][133]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2620 failed (-1000) -[2025.05.25-17.52.11:488][134]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2621 outside of frame bounds -[2025.05.25-17.52.11:488][134]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:488][134]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:488][134]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2622 outside of frame bounds -[2025.05.25-17.52.11:494][134]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2620 failed (-1006) -[2025.05.25-17.52.11:495][134]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:495][134]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2621 failed (-1000) -[2025.05.25-17.52.11:500][135]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2622 outside of frame bounds -[2025.05.25-17.52.11:501][135]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:501][135]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:501][135]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2623 outside of frame bounds -[2025.05.25-17.52.11:506][135]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2621 failed (-1006) -[2025.05.25-17.52.11:508][135]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:508][135]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2622 failed (-1000) -[2025.05.25-17.52.11:511][136]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2623 outside of frame bounds -[2025.05.25-17.52.11:512][136]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:512][136]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:512][136]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2624 outside of frame bounds -[2025.05.25-17.52.11:518][136]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2622 failed (-1006) -[2025.05.25-17.52.11:519][136]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:519][136]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2623 failed (-1000) -[2025.05.25-17.52.11:523][137]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2624 outside of frame bounds -[2025.05.25-17.52.11:524][137]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:524][137]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:524][137]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2625 outside of frame bounds -[2025.05.25-17.52.11:529][137]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2623 failed (-1006) -[2025.05.25-17.52.11:530][137]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:530][137]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2624 failed (-1000) -[2025.05.25-17.52.11:535][138]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2625 outside of frame bounds -[2025.05.25-17.52.11:536][138]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:536][138]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:536][138]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2626 outside of frame bounds -[2025.05.25-17.52.11:541][138]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2624 failed (-1006) -[2025.05.25-17.52.11:542][138]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:542][138]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2625 failed (-1000) -[2025.05.25-17.52.11:547][139]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2626 outside of frame bounds -[2025.05.25-17.52.11:547][139]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:548][139]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:548][139]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2627 outside of frame bounds -[2025.05.25-17.52.11:553][139]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2625 failed (-1006) -[2025.05.25-17.52.11:554][139]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:554][139]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2626 failed (-1000) -[2025.05.25-17.52.11:558][140]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2627 outside of frame bounds -[2025.05.25-17.52.11:559][140]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:559][140]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:559][140]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2628 outside of frame bounds -[2025.05.25-17.52.11:564][140]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2626 failed (-1006) -[2025.05.25-17.52.11:565][140]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:565][140]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2627 failed (-1000) -[2025.05.25-17.52.11:571][141]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2628 outside of frame bounds -[2025.05.25-17.52.11:571][141]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:571][141]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:571][141]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2629 outside of frame bounds -[2025.05.25-17.52.11:577][141]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2627 failed (-1006) -[2025.05.25-17.52.11:578][141]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:578][141]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2628 failed (-1000) -[2025.05.25-17.52.11:581][142]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2629 outside of frame bounds -[2025.05.25-17.52.11:582][142]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:582][142]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:582][142]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2630 outside of frame bounds -[2025.05.25-17.52.11:589][142]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2628 failed (-1006) -[2025.05.25-17.52.11:589][142]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:590][142]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2629 failed (-1000) -[2025.05.25-17.52.11:595][143]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2630 outside of frame bounds -[2025.05.25-17.52.11:595][143]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:595][143]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:595][143]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2631 outside of frame bounds -[2025.05.25-17.52.11:602][143]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2629 failed (-1006) -[2025.05.25-17.52.11:603][143]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:603][143]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2630 failed (-1000) -[2025.05.25-17.52.11:607][144]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2631 outside of frame bounds -[2025.05.25-17.52.11:607][144]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:607][144]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:607][144]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2632 outside of frame bounds -[2025.05.25-17.52.11:612][144]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2630 failed (-1006) -[2025.05.25-17.52.11:613][144]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:613][144]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2631 failed (-1000) -[2025.05.25-17.52.11:619][145]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2632 outside of frame bounds -[2025.05.25-17.52.11:619][145]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:619][145]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:619][145]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2633 outside of frame bounds -[2025.05.25-17.52.11:625][145]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2631 failed (-1006) -[2025.05.25-17.52.11:625][145]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:625][145]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2632 failed (-1000) -[2025.05.25-17.52.11:630][146]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2633 outside of frame bounds -[2025.05.25-17.52.11:631][146]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:631][146]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:631][146]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2634 outside of frame bounds -[2025.05.25-17.52.11:636][146]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2632 failed (-1006) -[2025.05.25-17.52.11:638][146]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:638][146]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2633 failed (-1000) -[2025.05.25-17.52.11:642][147]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2634 outside of frame bounds -[2025.05.25-17.52.11:642][147]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:643][147]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:643][147]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2635 outside of frame bounds -[2025.05.25-17.52.11:648][147]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2633 failed (-1006) -[2025.05.25-17.52.11:649][147]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:649][147]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2634 failed (-1000) -[2025.05.25-17.52.11:654][148]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2635 outside of frame bounds -[2025.05.25-17.52.11:655][148]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:655][148]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:655][148]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2636 outside of frame bounds -[2025.05.25-17.52.11:660][148]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2634 failed (-1006) -[2025.05.25-17.52.11:661][148]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:661][148]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2635 failed (-1000) -[2025.05.25-17.52.11:666][149]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2636 outside of frame bounds -[2025.05.25-17.52.11:666][149]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:666][149]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:666][149]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2637 outside of frame bounds -[2025.05.25-17.52.11:673][149]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2635 failed (-1006) -[2025.05.25-17.52.11:674][149]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:674][149]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2636 failed (-1000) -[2025.05.25-17.52.11:678][150]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2637 outside of frame bounds -[2025.05.25-17.52.11:679][150]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:679][150]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:679][150]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2638 outside of frame bounds -[2025.05.25-17.52.11:685][150]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2636 failed (-1006) -[2025.05.25-17.52.11:686][150]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:686][150]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2637 failed (-1000) -[2025.05.25-17.52.11:691][151]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2638 outside of frame bounds -[2025.05.25-17.52.11:691][151]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:692][151]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:692][151]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2639 outside of frame bounds -[2025.05.25-17.52.11:697][151]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2637 failed (-1006) -[2025.05.25-17.52.11:697][151]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:697][151]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2638 failed (-1000) -[2025.05.25-17.52.11:703][152]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2639 outside of frame bounds -[2025.05.25-17.52.11:704][152]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:704][152]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:704][152]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2640 outside of frame bounds -[2025.05.25-17.52.11:708][152]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2638 failed (-1006) -[2025.05.25-17.52.11:709][152]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:709][152]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2639 failed (-1000) -[2025.05.25-17.52.11:714][153]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2640 outside of frame bounds -[2025.05.25-17.52.11:715][153]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:715][153]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:715][153]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2641 outside of frame bounds -[2025.05.25-17.52.11:719][153]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2639 failed (-1006) -[2025.05.25-17.52.11:720][153]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:720][153]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2640 failed (-1000) -[2025.05.25-17.52.11:725][154]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2641 outside of frame bounds -[2025.05.25-17.52.11:726][154]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:726][154]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:726][154]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2642 outside of frame bounds -[2025.05.25-17.52.11:733][154]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2640 failed (-1006) -[2025.05.25-17.52.11:734][154]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:734][154]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2641 failed (-1000) -[2025.05.25-17.52.11:738][155]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2642 outside of frame bounds -[2025.05.25-17.52.11:738][155]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:738][155]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:738][155]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2643 outside of frame bounds -[2025.05.25-17.52.11:744][155]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2641 failed (-1006) -[2025.05.25-17.52.11:745][155]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:745][155]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2642 failed (-1000) -[2025.05.25-17.52.11:749][156]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2643 outside of frame bounds -[2025.05.25-17.52.11:750][156]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:750][156]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:750][156]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2644 outside of frame bounds -[2025.05.25-17.52.11:756][156]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2642 failed (-1006) -[2025.05.25-17.52.11:757][156]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:757][156]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2643 failed (-1000) -[2025.05.25-17.52.11:762][157]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2644 outside of frame bounds -[2025.05.25-17.52.11:762][157]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:762][157]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:762][157]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2645 outside of frame bounds -[2025.05.25-17.52.11:769][157]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2643 failed (-1006) -[2025.05.25-17.52.11:770][157]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:770][157]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2644 failed (-1000) -[2025.05.25-17.52.11:774][158]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2645 outside of frame bounds -[2025.05.25-17.52.11:774][158]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:774][158]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:774][158]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2646 outside of frame bounds -[2025.05.25-17.52.11:778][158]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2644 failed (-1006) -[2025.05.25-17.52.11:779][158]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:779][158]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2645 failed (-1000) -[2025.05.25-17.52.11:786][159]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2646 outside of frame bounds -[2025.05.25-17.52.11:786][159]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:786][159]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:786][159]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2647 outside of frame bounds -[2025.05.25-17.52.11:790][159]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2645 failed (-1006) -[2025.05.25-17.52.11:791][159]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:791][159]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2646 failed (-1000) -[2025.05.25-17.52.11:797][160]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2647 outside of frame bounds -[2025.05.25-17.52.11:797][160]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:797][160]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:797][160]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2648 outside of frame bounds -[2025.05.25-17.52.11:803][160]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2646 failed (-1006) -[2025.05.25-17.52.11:804][160]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:804][160]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2647 failed (-1000) -[2025.05.25-17.52.11:808][161]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2648 outside of frame bounds -[2025.05.25-17.52.11:808][161]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:808][161]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:808][161]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2649 outside of frame bounds -[2025.05.25-17.52.11:815][161]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2647 failed (-1006) -[2025.05.25-17.52.11:815][161]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:815][161]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2648 failed (-1000) -[2025.05.25-17.52.11:820][162]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2649 outside of frame bounds -[2025.05.25-17.52.11:820][162]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:820][162]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:820][162]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2650 outside of frame bounds -[2025.05.25-17.52.11:825][162]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2648 failed (-1006) -[2025.05.25-17.52.11:826][162]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:826][162]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2649 failed (-1000) -[2025.05.25-17.52.11:832][163]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2650 outside of frame bounds -[2025.05.25-17.52.11:832][163]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:832][163]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:832][163]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2651 outside of frame bounds -[2025.05.25-17.52.11:838][163]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2649 failed (-1006) -[2025.05.25-17.52.11:839][163]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:839][163]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2650 failed (-1000) -[2025.05.25-17.52.11:844][164]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2651 outside of frame bounds -[2025.05.25-17.52.11:844][164]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:844][164]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:844][164]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2652 outside of frame bounds -[2025.05.25-17.52.11:850][164]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2650 failed (-1006) -[2025.05.25-17.52.11:851][164]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:851][164]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2651 failed (-1000) -[2025.05.25-17.52.11:855][165]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2652 outside of frame bounds -[2025.05.25-17.52.11:856][165]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:856][165]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:856][165]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2653 outside of frame bounds -[2025.05.25-17.52.11:860][165]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2651 failed (-1006) -[2025.05.25-17.52.11:861][165]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:861][165]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2652 failed (-1000) -[2025.05.25-17.52.11:866][166]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2653 outside of frame bounds -[2025.05.25-17.52.11:867][166]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:867][166]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:867][166]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2654 outside of frame bounds -[2025.05.25-17.52.11:872][166]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2652 failed (-1006) -[2025.05.25-17.52.11:873][166]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:873][166]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2653 failed (-1000) -[2025.05.25-17.52.11:878][167]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2654 outside of frame bounds -[2025.05.25-17.52.11:878][167]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:878][167]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:878][167]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2655 outside of frame bounds -[2025.05.25-17.52.11:884][167]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2653 failed (-1006) -[2025.05.25-17.52.11:886][167]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:886][167]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2654 failed (-1000) -[2025.05.25-17.52.11:890][168]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2655 outside of frame bounds -[2025.05.25-17.52.11:890][168]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:891][168]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:891][168]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2656 outside of frame bounds -[2025.05.25-17.52.11:896][168]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2654 failed (-1006) -[2025.05.25-17.52.11:897][168]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:897][168]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2655 failed (-1000) -[2025.05.25-17.52.11:902][169]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2656 outside of frame bounds -[2025.05.25-17.52.11:902][169]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:902][169]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:902][169]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2657 outside of frame bounds -[2025.05.25-17.52.11:909][169]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2655 failed (-1006) -[2025.05.25-17.52.11:909][169]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:909][169]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2656 failed (-1000) -[2025.05.25-17.52.11:913][170]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2657 outside of frame bounds -[2025.05.25-17.52.11:915][170]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:915][170]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:915][170]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2658 outside of frame bounds -[2025.05.25-17.52.11:921][170]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2656 failed (-1006) -[2025.05.25-17.52.11:921][170]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:921][170]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2657 failed (-1000) -[2025.05.25-17.52.11:925][171]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2658 outside of frame bounds -[2025.05.25-17.52.11:927][171]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:927][171]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:927][171]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2659 outside of frame bounds -[2025.05.25-17.52.11:931][171]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2657 failed (-1006) -[2025.05.25-17.52.11:932][171]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:932][171]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2658 failed (-1000) -[2025.05.25-17.52.11:938][172]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2659 outside of frame bounds -[2025.05.25-17.52.11:938][172]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:938][172]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:938][172]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2660 outside of frame bounds -[2025.05.25-17.52.11:942][172]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2658 failed (-1006) -[2025.05.25-17.52.11:943][172]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:943][172]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2659 failed (-1000) -[2025.05.25-17.52.11:947][173]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2660 outside of frame bounds -[2025.05.25-17.52.11:948][173]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:948][173]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:948][173]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2661 outside of frame bounds -[2025.05.25-17.52.11:954][173]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2659 failed (-1006) -[2025.05.25-17.52.11:955][173]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:955][173]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2660 failed (-1000) -[2025.05.25-17.52.11:960][174]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2661 outside of frame bounds -[2025.05.25-17.52.11:960][174]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:960][174]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:960][174]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2662 outside of frame bounds -[2025.05.25-17.52.11:966][174]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2660 failed (-1006) -[2025.05.25-17.52.11:967][174]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:967][174]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2661 failed (-1000) -[2025.05.25-17.52.11:972][175]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2662 outside of frame bounds -[2025.05.25-17.52.11:972][175]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:972][175]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:972][175]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2663 outside of frame bounds -[2025.05.25-17.52.11:978][175]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2661 failed (-1006) -[2025.05.25-17.52.11:978][175]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:979][175]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2662 failed (-1000) -[2025.05.25-17.52.11:983][176]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2663 outside of frame bounds -[2025.05.25-17.52.11:984][176]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:984][176]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:984][176]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2664 outside of frame bounds -[2025.05.25-17.52.11:990][176]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2662 failed (-1006) -[2025.05.25-17.52.11:990][176]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.11:990][176]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2663 failed (-1000) -[2025.05.25-17.52.11:996][177]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2664 outside of frame bounds -[2025.05.25-17.52.11:996][177]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.11:996][177]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.11:996][177]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2665 outside of frame bounds -[2025.05.25-17.52.12:002][177]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2663 failed (-1006) -[2025.05.25-17.52.12:003][177]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:003][177]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2664 failed (-1000) -[2025.05.25-17.52.12:007][178]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2665 outside of frame bounds -[2025.05.25-17.52.12:008][178]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:008][178]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:008][178]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2666 outside of frame bounds -[2025.05.25-17.52.12:012][178]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2664 failed (-1006) -[2025.05.25-17.52.12:013][178]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:013][178]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2665 failed (-1000) -[2025.05.25-17.52.12:018][179]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2666 outside of frame bounds -[2025.05.25-17.52.12:018][179]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:019][179]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:019][179]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2667 outside of frame bounds -[2025.05.25-17.52.12:024][179]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2665 failed (-1006) -[2025.05.25-17.52.12:025][179]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:025][179]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2666 failed (-1000) -[2025.05.25-17.52.12:029][180]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2667 outside of frame bounds -[2025.05.25-17.52.12:029][180]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:029][180]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:029][180]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2668 outside of frame bounds -[2025.05.25-17.52.12:036][180]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2666 failed (-1006) -[2025.05.25-17.52.12:037][180]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:037][180]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2667 failed (-1000) -[2025.05.25-17.52.12:042][181]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2668 outside of frame bounds -[2025.05.25-17.52.12:043][181]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:043][181]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:043][181]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2669 outside of frame bounds -[2025.05.25-17.52.12:047][181]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2667 failed (-1006) -[2025.05.25-17.52.12:048][181]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:048][181]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2668 failed (-1000) -[2025.05.25-17.52.12:054][182]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2669 outside of frame bounds -[2025.05.25-17.52.12:054][182]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:054][182]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:054][182]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2670 outside of frame bounds -[2025.05.25-17.52.12:060][182]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2668 failed (-1006) -[2025.05.25-17.52.12:061][182]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:061][182]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2669 failed (-1000) -[2025.05.25-17.52.12:065][183]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2670 outside of frame bounds -[2025.05.25-17.52.12:066][183]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:066][183]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:066][183]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2671 outside of frame bounds -[2025.05.25-17.52.12:073][183]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2669 failed (-1006) -[2025.05.25-17.52.12:074][183]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:074][183]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2670 failed (-1000) -[2025.05.25-17.52.12:078][184]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2671 outside of frame bounds -[2025.05.25-17.52.12:079][184]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:079][184]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:079][184]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2672 outside of frame bounds -[2025.05.25-17.52.12:083][184]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2670 failed (-1006) -[2025.05.25-17.52.12:084][184]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:084][184]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2671 failed (-1000) -[2025.05.25-17.52.12:090][185]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2672 outside of frame bounds -[2025.05.25-17.52.12:090][185]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:090][185]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:090][185]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2673 outside of frame bounds -[2025.05.25-17.52.12:095][185]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2671 failed (-1006) -[2025.05.25-17.52.12:095][185]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:095][185]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2672 failed (-1000) -[2025.05.25-17.52.12:100][186]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2673 outside of frame bounds -[2025.05.25-17.52.12:101][186]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:101][186]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:101][186]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2674 outside of frame bounds -[2025.05.25-17.52.12:107][186]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2672 failed (-1006) -[2025.05.25-17.52.12:108][186]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:108][186]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2673 failed (-1000) -[2025.05.25-17.52.12:113][187]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2674 outside of frame bounds -[2025.05.25-17.52.12:113][187]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:113][187]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:113][187]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2675 outside of frame bounds -[2025.05.25-17.52.12:119][187]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2673 failed (-1006) -[2025.05.25-17.52.12:120][187]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:120][187]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2674 failed (-1000) -[2025.05.25-17.52.12:124][188]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2675 outside of frame bounds -[2025.05.25-17.52.12:124][188]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:124][188]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:124][188]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2676 outside of frame bounds -[2025.05.25-17.52.12:131][188]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2674 failed (-1006) -[2025.05.25-17.52.12:132][188]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:132][188]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2675 failed (-1000) -[2025.05.25-17.52.12:137][189]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2676 outside of frame bounds -[2025.05.25-17.52.12:137][189]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:137][189]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:137][189]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2677 outside of frame bounds -[2025.05.25-17.52.12:143][189]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2675 failed (-1006) -[2025.05.25-17.52.12:144][189]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:144][189]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2676 failed (-1000) -[2025.05.25-17.52.12:148][190]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2677 outside of frame bounds -[2025.05.25-17.52.12:149][190]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:149][190]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:149][190]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2678 outside of frame bounds -[2025.05.25-17.52.12:155][190]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2676 failed (-1006) -[2025.05.25-17.52.12:156][190]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:156][190]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2677 failed (-1000) -[2025.05.25-17.52.12:160][191]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2678 outside of frame bounds -[2025.05.25-17.52.12:161][191]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:161][191]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:161][191]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2679 outside of frame bounds -[2025.05.25-17.52.12:167][191]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2677 failed (-1006) -[2025.05.25-17.52.12:168][191]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:168][191]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2678 failed (-1000) -[2025.05.25-17.52.12:174][192]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2679 outside of frame bounds -[2025.05.25-17.52.12:174][192]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:174][192]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:174][192]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2680 outside of frame bounds -[2025.05.25-17.52.12:178][192]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2678 failed (-1006) -[2025.05.25-17.52.12:179][192]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:179][192]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2679 failed (-1000) -[2025.05.25-17.52.12:183][193]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2680 outside of frame bounds -[2025.05.25-17.52.12:184][193]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:184][193]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:184][193]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2681 outside of frame bounds -[2025.05.25-17.52.12:190][193]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2679 failed (-1006) -[2025.05.25-17.52.12:192][193]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:192][193]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2680 failed (-1000) -[2025.05.25-17.52.12:196][194]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2681 outside of frame bounds -[2025.05.25-17.52.12:196][194]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:196][194]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:196][194]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2682 outside of frame bounds -[2025.05.25-17.52.12:203][194]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2680 failed (-1006) -[2025.05.25-17.52.12:204][194]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:204][194]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2681 failed (-1000) -[2025.05.25-17.52.12:209][195]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2682 outside of frame bounds -[2025.05.25-17.52.12:209][195]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:209][195]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:209][195]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2683 outside of frame bounds -[2025.05.25-17.52.12:215][195]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2681 failed (-1006) -[2025.05.25-17.52.12:216][195]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:216][195]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2682 failed (-1000) -[2025.05.25-17.52.12:221][196]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2683 outside of frame bounds -[2025.05.25-17.52.12:221][196]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:221][196]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:221][196]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2684 outside of frame bounds -[2025.05.25-17.52.12:227][196]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2682 failed (-1006) -[2025.05.25-17.52.12:227][196]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:227][196]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2683 failed (-1000) -[2025.05.25-17.52.12:233][197]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2684 outside of frame bounds -[2025.05.25-17.52.12:234][197]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:234][197]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:234][197]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2685 outside of frame bounds -[2025.05.25-17.52.12:240][197]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2683 failed (-1006) -[2025.05.25-17.52.12:241][197]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:241][197]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2684 failed (-1000) -[2025.05.25-17.52.12:245][198]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2685 outside of frame bounds -[2025.05.25-17.52.12:246][198]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:246][198]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:246][198]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2686 outside of frame bounds -[2025.05.25-17.52.12:252][198]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2684 failed (-1006) -[2025.05.25-17.52.12:253][198]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:253][198]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2685 failed (-1000) -[2025.05.25-17.52.12:258][199]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2686 outside of frame bounds -[2025.05.25-17.52.12:259][199]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:259][199]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:259][199]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2687 outside of frame bounds -[2025.05.25-17.52.12:263][199]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2685 failed (-1006) -[2025.05.25-17.52.12:264][199]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:264][199]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2686 failed (-1000) -[2025.05.25-17.52.12:270][200]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2687 outside of frame bounds -[2025.05.25-17.52.12:270][200]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:270][200]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:270][200]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2688 outside of frame bounds -[2025.05.25-17.52.12:276][200]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2686 failed (-1006) -[2025.05.25-17.52.12:276][200]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:276][200]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2687 failed (-1000) -[2025.05.25-17.52.12:280][201]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2688 outside of frame bounds -[2025.05.25-17.52.12:280][201]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:280][201]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:281][201]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2689 outside of frame bounds -[2025.05.25-17.52.12:287][201]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2687 failed (-1006) -[2025.05.25-17.52.12:288][201]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:288][201]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2688 failed (-1000) -[2025.05.25-17.52.12:293][202]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2689 outside of frame bounds -[2025.05.25-17.52.12:293][202]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:293][202]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:293][202]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2690 outside of frame bounds -[2025.05.25-17.52.12:300][202]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2688 failed (-1006) -[2025.05.25-17.52.12:301][202]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:301][202]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2689 failed (-1000) -[2025.05.25-17.52.12:305][203]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2690 outside of frame bounds -[2025.05.25-17.52.12:306][203]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:306][203]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:306][203]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2691 outside of frame bounds -[2025.05.25-17.52.12:312][203]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2689 failed (-1006) -[2025.05.25-17.52.12:312][203]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:312][203]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2690 failed (-1000) -[2025.05.25-17.52.12:317][204]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2691 outside of frame bounds -[2025.05.25-17.52.12:318][204]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:318][204]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:318][204]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2692 outside of frame bounds -[2025.05.25-17.52.12:324][204]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2690 failed (-1006) -[2025.05.25-17.52.12:325][204]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:325][204]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2691 failed (-1000) -[2025.05.25-17.52.12:330][205]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2692 outside of frame bounds -[2025.05.25-17.52.12:330][205]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:330][205]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:330][205]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2693 outside of frame bounds -[2025.05.25-17.52.12:337][205]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2691 failed (-1006) -[2025.05.25-17.52.12:338][205]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:338][205]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2692 failed (-1000) -[2025.05.25-17.52.12:342][206]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2693 outside of frame bounds -[2025.05.25-17.52.12:343][206]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:343][206]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:343][206]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2694 outside of frame bounds -[2025.05.25-17.52.12:347][206]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2692 failed (-1006) -[2025.05.25-17.52.12:347][206]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:347][206]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2693 failed (-1000) -[2025.05.25-17.52.12:353][207]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2694 outside of frame bounds -[2025.05.25-17.52.12:354][207]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:354][207]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:354][207]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2695 outside of frame bounds -[2025.05.25-17.52.12:359][207]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2693 failed (-1006) -[2025.05.25-17.52.12:360][207]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:360][207]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2694 failed (-1000) -[2025.05.25-17.52.12:365][208]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2695 outside of frame bounds -[2025.05.25-17.52.12:365][208]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:365][208]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:365][208]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2696 outside of frame bounds -[2025.05.25-17.52.12:371][208]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2694 failed (-1006) -[2025.05.25-17.52.12:372][208]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:372][208]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2695 failed (-1000) -[2025.05.25-17.52.12:377][209]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2696 outside of frame bounds -[2025.05.25-17.52.12:377][209]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:377][209]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:378][209]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2697 outside of frame bounds -[2025.05.25-17.52.12:384][209]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2695 failed (-1006) -[2025.05.25-17.52.12:385][209]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:385][209]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2696 failed (-1000) -[2025.05.25-17.52.12:388][210]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2697 outside of frame bounds -[2025.05.25-17.52.12:389][210]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:389][210]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:389][210]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2698 outside of frame bounds -[2025.05.25-17.52.12:395][210]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2696 failed (-1006) -[2025.05.25-17.52.12:395][210]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:395][210]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2697 failed (-1000) -[2025.05.25-17.52.12:400][211]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2698 outside of frame bounds -[2025.05.25-17.52.12:401][211]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:401][211]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:401][211]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2699 outside of frame bounds -[2025.05.25-17.52.12:408][211]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2697 failed (-1006) -[2025.05.25-17.52.12:408][211]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:408][211]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2698 failed (-1000) -[2025.05.25-17.52.12:413][212]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2699 outside of frame bounds -[2025.05.25-17.52.12:413][212]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:413][212]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:413][212]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2700 outside of frame bounds -[2025.05.25-17.52.12:419][212]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2698 failed (-1006) -[2025.05.25-17.52.12:420][212]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:420][212]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2699 failed (-1000) -[2025.05.25-17.52.12:425][213]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2700 outside of frame bounds -[2025.05.25-17.52.12:425][213]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:425][213]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:425][213]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2701 outside of frame bounds -[2025.05.25-17.52.12:430][213]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2699 failed (-1006) -[2025.05.25-17.52.12:430][213]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:430][213]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2700 failed (-1000) -[2025.05.25-17.52.12:436][214]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2701 outside of frame bounds -[2025.05.25-17.52.12:437][214]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:437][214]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:437][214]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2702 outside of frame bounds -[2025.05.25-17.52.12:442][214]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2700 failed (-1006) -[2025.05.25-17.52.12:443][214]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:443][214]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2701 failed (-1000) -[2025.05.25-17.52.12:447][215]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2702 outside of frame bounds -[2025.05.25-17.52.12:448][215]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:448][215]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:448][215]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2703 outside of frame bounds -[2025.05.25-17.52.12:453][215]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2701 failed (-1006) -[2025.05.25-17.52.12:454][215]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:454][215]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2702 failed (-1000) -[2025.05.25-17.52.12:459][216]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2703 outside of frame bounds -[2025.05.25-17.52.12:459][216]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:459][216]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:459][216]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2704 outside of frame bounds -[2025.05.25-17.52.12:465][216]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2702 failed (-1006) -[2025.05.25-17.52.12:465][216]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:466][216]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2703 failed (-1000) -[2025.05.25-17.52.12:471][217]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2704 outside of frame bounds -[2025.05.25-17.52.12:472][217]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:472][217]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:472][217]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2705 outside of frame bounds -[2025.05.25-17.52.12:477][217]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2703 failed (-1006) -[2025.05.25-17.52.12:478][217]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:478][217]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2704 failed (-1000) -[2025.05.25-17.52.12:483][218]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2705 outside of frame bounds -[2025.05.25-17.52.12:483][218]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:483][218]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:483][218]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2706 outside of frame bounds -[2025.05.25-17.52.12:489][218]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2704 failed (-1006) -[2025.05.25-17.52.12:490][218]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:490][218]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2705 failed (-1000) -[2025.05.25-17.52.12:494][219]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2706 outside of frame bounds -[2025.05.25-17.52.12:495][219]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:495][219]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:495][219]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2707 outside of frame bounds -[2025.05.25-17.52.12:500][219]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2705 failed (-1006) -[2025.05.25-17.52.12:502][219]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:502][219]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2706 failed (-1000) -[2025.05.25-17.52.12:507][220]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2707 outside of frame bounds -[2025.05.25-17.52.12:508][220]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:508][220]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:508][220]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2708 outside of frame bounds -[2025.05.25-17.52.12:512][220]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2706 failed (-1006) -[2025.05.25-17.52.12:513][220]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:513][220]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2707 failed (-1000) -[2025.05.25-17.52.12:517][221]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2708 outside of frame bounds -[2025.05.25-17.52.12:517][221]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:517][221]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:517][221]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2709 outside of frame bounds -[2025.05.25-17.52.12:523][221]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2707 failed (-1006) -[2025.05.25-17.52.12:524][221]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:524][221]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2708 failed (-1000) -[2025.05.25-17.52.12:528][222]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2709 outside of frame bounds -[2025.05.25-17.52.12:529][222]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:529][222]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:529][222]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2710 outside of frame bounds -[2025.05.25-17.52.12:536][222]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2708 failed (-1006) -[2025.05.25-17.52.12:537][222]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:537][222]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2709 failed (-1000) -[2025.05.25-17.52.12:541][223]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2710 outside of frame bounds -[2025.05.25-17.52.12:541][223]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:541][223]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:541][223]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2711 outside of frame bounds -[2025.05.25-17.52.12:547][223]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2709 failed (-1006) -[2025.05.25-17.52.12:548][223]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:548][223]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2710 failed (-1000) -[2025.05.25-17.52.12:553][224]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2711 outside of frame bounds -[2025.05.25-17.52.12:553][224]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:553][224]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:553][224]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2712 outside of frame bounds -[2025.05.25-17.52.12:559][224]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2710 failed (-1006) -[2025.05.25-17.52.12:560][224]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:560][224]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2711 failed (-1000) -[2025.05.25-17.52.12:564][225]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2712 outside of frame bounds -[2025.05.25-17.52.12:565][225]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:565][225]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:565][225]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2713 outside of frame bounds -[2025.05.25-17.52.12:570][225]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2711 failed (-1006) -[2025.05.25-17.52.12:570][225]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:570][225]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2712 failed (-1000) -[2025.05.25-17.52.12:577][226]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2713 outside of frame bounds -[2025.05.25-17.52.12:577][226]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:577][226]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:577][226]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2714 outside of frame bounds -[2025.05.25-17.52.12:580][226]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2712 failed (-1006) -[2025.05.25-17.52.12:583][226]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:583][226]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2713 failed (-1000) -[2025.05.25-17.52.12:588][227]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2714 outside of frame bounds -[2025.05.25-17.52.12:588][227]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:588][227]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:589][227]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2715 outside of frame bounds -[2025.05.25-17.52.12:594][227]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2713 failed (-1006) -[2025.05.25-17.52.12:595][227]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:595][227]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2714 failed (-1000) -[2025.05.25-17.52.12:600][228]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2715 outside of frame bounds -[2025.05.25-17.52.12:600][228]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:600][228]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:600][228]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2716 outside of frame bounds -[2025.05.25-17.52.12:606][228]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2714 failed (-1006) -[2025.05.25-17.52.12:606][228]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:606][228]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2715 failed (-1000) -[2025.05.25-17.52.12:611][229]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2716 outside of frame bounds -[2025.05.25-17.52.12:612][229]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:612][229]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:612][229]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2717 outside of frame bounds -[2025.05.25-17.52.12:617][229]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2715 failed (-1006) -[2025.05.25-17.52.12:618][229]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:618][229]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2716 failed (-1000) -[2025.05.25-17.52.12:623][230]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2717 outside of frame bounds -[2025.05.25-17.52.12:624][230]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:624][230]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:624][230]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2718 outside of frame bounds -[2025.05.25-17.52.12:629][230]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2716 failed (-1006) -[2025.05.25-17.52.12:630][230]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:630][230]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2717 failed (-1000) -[2025.05.25-17.52.12:635][231]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2718 outside of frame bounds -[2025.05.25-17.52.12:636][231]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:636][231]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:636][231]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2719 outside of frame bounds -[2025.05.25-17.52.12:641][231]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2717 failed (-1006) -[2025.05.25-17.52.12:643][231]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:643][231]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2718 failed (-1000) -[2025.05.25-17.52.12:647][232]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2719 outside of frame bounds -[2025.05.25-17.52.12:648][232]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:648][232]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:648][232]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2720 outside of frame bounds -[2025.05.25-17.52.12:653][232]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2718 failed (-1006) -[2025.05.25-17.52.12:653][232]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:653][232]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2719 failed (-1000) -[2025.05.25-17.52.12:658][233]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2720 outside of frame bounds -[2025.05.25-17.52.12:659][233]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:659][233]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:659][233]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2721 outside of frame bounds -[2025.05.25-17.52.12:664][233]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2719 failed (-1006) -[2025.05.25-17.52.12:665][233]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:665][233]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2720 failed (-1000) -[2025.05.25-17.52.12:670][234]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2721 outside of frame bounds -[2025.05.25-17.52.12:670][234]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:671][234]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:671][234]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2722 outside of frame bounds -[2025.05.25-17.52.12:676][234]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2720 failed (-1006) -[2025.05.25-17.52.12:677][234]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:677][234]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2721 failed (-1000) -[2025.05.25-17.52.12:682][235]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2722 outside of frame bounds -[2025.05.25-17.52.12:682][235]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:682][235]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:682][235]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2723 outside of frame bounds -[2025.05.25-17.52.12:688][235]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2721 failed (-1006) -[2025.05.25-17.52.12:689][235]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:689][235]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2722 failed (-1000) -[2025.05.25-17.52.12:694][236]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2723 outside of frame bounds -[2025.05.25-17.52.12:694][236]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:694][236]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:694][236]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2724 outside of frame bounds -[2025.05.25-17.52.12:701][236]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2722 failed (-1006) -[2025.05.25-17.52.12:702][236]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:702][236]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2723 failed (-1000) -[2025.05.25-17.52.12:706][237]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2724 outside of frame bounds -[2025.05.25-17.52.12:707][237]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:707][237]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:707][237]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2725 outside of frame bounds -[2025.05.25-17.52.12:711][237]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2723 failed (-1006) -[2025.05.25-17.52.12:712][237]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:712][237]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2724 failed (-1000) -[2025.05.25-17.52.12:717][238]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2725 outside of frame bounds -[2025.05.25-17.52.12:718][238]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:718][238]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:718][238]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2726 outside of frame bounds -[2025.05.25-17.52.12:723][238]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2724 failed (-1006) -[2025.05.25-17.52.12:723][238]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:723][238]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2725 failed (-1000) -[2025.05.25-17.52.12:729][239]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2726 outside of frame bounds -[2025.05.25-17.52.12:730][239]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:730][239]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:730][239]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2727 outside of frame bounds -[2025.05.25-17.52.12:735][239]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2725 failed (-1006) -[2025.05.25-17.52.12:736][239]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:736][239]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2726 failed (-1000) -[2025.05.25-17.52.12:742][240]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2727 outside of frame bounds -[2025.05.25-17.52.12:742][240]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:742][240]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:742][240]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2728 outside of frame bounds -[2025.05.25-17.52.12:746][240]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2726 failed (-1006) -[2025.05.25-17.52.12:747][240]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:748][240]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2727 failed (-1000) -[2025.05.25-17.52.12:752][241]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2728 outside of frame bounds -[2025.05.25-17.52.12:752][241]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:752][241]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:752][241]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2729 outside of frame bounds -[2025.05.25-17.52.12:759][241]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2727 failed (-1006) -[2025.05.25-17.52.12:760][241]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:760][241]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2728 failed (-1000) -[2025.05.25-17.52.12:764][242]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2729 outside of frame bounds -[2025.05.25-17.52.12:765][242]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:765][242]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:765][242]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2730 outside of frame bounds -[2025.05.25-17.52.12:771][242]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2728 failed (-1006) -[2025.05.25-17.52.12:772][242]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:772][242]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2729 failed (-1000) -[2025.05.25-17.52.12:776][243]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2730 outside of frame bounds -[2025.05.25-17.52.12:776][243]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:776][243]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:776][243]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2731 outside of frame bounds -[2025.05.25-17.52.12:782][243]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2729 failed (-1006) -[2025.05.25-17.52.12:783][243]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:783][243]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2730 failed (-1000) -[2025.05.25-17.52.12:787][244]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2731 outside of frame bounds -[2025.05.25-17.52.12:788][244]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:788][244]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:788][244]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2732 outside of frame bounds -[2025.05.25-17.52.12:794][244]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2730 failed (-1006) -[2025.05.25-17.52.12:795][244]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:795][244]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2731 failed (-1000) -[2025.05.25-17.52.12:800][245]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2732 outside of frame bounds -[2025.05.25-17.52.12:801][245]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:801][245]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:801][245]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2733 outside of frame bounds -[2025.05.25-17.52.12:806][245]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2731 failed (-1006) -[2025.05.25-17.52.12:807][245]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:807][245]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2732 failed (-1000) -[2025.05.25-17.52.12:813][246]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2733 outside of frame bounds -[2025.05.25-17.52.12:813][246]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:813][246]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:813][246]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2734 outside of frame bounds -[2025.05.25-17.52.12:818][246]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2732 failed (-1006) -[2025.05.25-17.52.12:819][246]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:819][246]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2733 failed (-1000) -[2025.05.25-17.52.12:823][247]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2734 outside of frame bounds -[2025.05.25-17.52.12:824][247]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:824][247]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:824][247]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2735 outside of frame bounds -[2025.05.25-17.52.12:830][247]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2733 failed (-1006) -[2025.05.25-17.52.12:831][247]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:831][247]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2734 failed (-1000) -[2025.05.25-17.52.12:836][248]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2735 outside of frame bounds -[2025.05.25-17.52.12:836][248]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:836][248]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:836][248]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2736 outside of frame bounds -[2025.05.25-17.52.12:843][248]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2734 failed (-1006) -[2025.05.25-17.52.12:844][248]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:844][248]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2735 failed (-1000) -[2025.05.25-17.52.12:849][249]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2736 outside of frame bounds -[2025.05.25-17.52.12:849][249]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:849][249]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:849][249]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2737 outside of frame bounds -[2025.05.25-17.52.12:855][249]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2735 failed (-1006) -[2025.05.25-17.52.12:856][249]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:856][249]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2736 failed (-1000) -[2025.05.25-17.52.12:860][250]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2737 outside of frame bounds -[2025.05.25-17.52.12:861][250]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:861][250]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:861][250]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2738 outside of frame bounds -[2025.05.25-17.52.12:869][250]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2736 failed (-1006) -[2025.05.25-17.52.12:869][250]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:869][250]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2737 failed (-1000) -[2025.05.25-17.52.12:874][251]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2738 outside of frame bounds -[2025.05.25-17.52.12:874][251]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:874][251]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:874][251]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2739 outside of frame bounds -[2025.05.25-17.52.12:880][251]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2737 failed (-1006) -[2025.05.25-17.52.12:881][251]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:881][251]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2738 failed (-1000) -[2025.05.25-17.52.12:885][252]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2739 outside of frame bounds -[2025.05.25-17.52.12:886][252]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:886][252]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:886][252]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2740 outside of frame bounds -[2025.05.25-17.52.12:893][252]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2738 failed (-1006) -[2025.05.25-17.52.12:893][252]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:893][252]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2739 failed (-1000) -[2025.05.25-17.52.12:898][253]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2740 outside of frame bounds -[2025.05.25-17.52.12:899][253]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:899][253]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:899][253]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2741 outside of frame bounds -[2025.05.25-17.52.12:904][253]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2739 failed (-1006) -[2025.05.25-17.52.12:905][253]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:905][253]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2740 failed (-1000) -[2025.05.25-17.52.12:911][254]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2741 outside of frame bounds -[2025.05.25-17.52.12:911][254]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:912][254]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:912][254]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2742 outside of frame bounds -[2025.05.25-17.52.12:915][254]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2740 failed (-1006) -[2025.05.25-17.52.12:916][254]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:916][254]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2741 failed (-1000) -[2025.05.25-17.52.12:922][255]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2742 outside of frame bounds -[2025.05.25-17.52.12:923][255]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:923][255]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:923][255]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2743 outside of frame bounds -[2025.05.25-17.52.12:928][255]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2741 failed (-1006) -[2025.05.25-17.52.12:928][255]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:928][255]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2742 failed (-1000) -[2025.05.25-17.52.12:934][256]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2743 outside of frame bounds -[2025.05.25-17.52.12:934][256]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:934][256]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:934][256]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2744 outside of frame bounds -[2025.05.25-17.52.12:940][256]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2742 failed (-1006) -[2025.05.25-17.52.12:941][256]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:941][256]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2743 failed (-1000) -[2025.05.25-17.52.12:945][257]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2744 outside of frame bounds -[2025.05.25-17.52.12:946][257]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:946][257]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:946][257]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2745 outside of frame bounds -[2025.05.25-17.52.12:952][257]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2743 failed (-1006) -[2025.05.25-17.52.12:953][257]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:953][257]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2744 failed (-1000) -[2025.05.25-17.52.12:957][258]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2745 outside of frame bounds -[2025.05.25-17.52.12:958][258]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:958][258]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:958][258]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2746 outside of frame bounds -[2025.05.25-17.52.12:964][258]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2744 failed (-1006) -[2025.05.25-17.52.12:965][258]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:965][258]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2745 failed (-1000) -[2025.05.25-17.52.12:969][259]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2746 outside of frame bounds -[2025.05.25-17.52.12:970][259]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:970][259]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:970][259]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2747 outside of frame bounds -[2025.05.25-17.52.12:976][259]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2745 failed (-1006) -[2025.05.25-17.52.12:977][259]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:977][259]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2746 failed (-1000) -[2025.05.25-17.52.12:981][260]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2747 outside of frame bounds -[2025.05.25-17.52.12:983][260]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:983][260]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:983][260]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2748 outside of frame bounds -[2025.05.25-17.52.12:988][260]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2746 failed (-1006) -[2025.05.25-17.52.12:988][260]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.12:989][260]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2747 failed (-1000) -[2025.05.25-17.52.12:993][261]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2748 outside of frame bounds -[2025.05.25-17.52.12:994][261]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.12:994][261]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.12:994][261]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2749 outside of frame bounds -[2025.05.25-17.52.12:999][261]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2747 failed (-1006) -[2025.05.25-17.52.13:000][261]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:000][261]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2748 failed (-1000) -[2025.05.25-17.52.13:006][262]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2749 outside of frame bounds -[2025.05.25-17.52.13:007][262]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:007][262]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:007][262]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2750 outside of frame bounds -[2025.05.25-17.52.13:011][262]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2748 failed (-1006) -[2025.05.25-17.52.13:011][262]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:011][262]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2749 failed (-1000) -[2025.05.25-17.52.13:016][263]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2750 outside of frame bounds -[2025.05.25-17.52.13:017][263]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:017][263]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:017][263]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2751 outside of frame bounds -[2025.05.25-17.52.13:023][263]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2749 failed (-1006) -[2025.05.25-17.52.13:024][263]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:024][263]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2750 failed (-1000) -[2025.05.25-17.52.13:028][264]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2751 outside of frame bounds -[2025.05.25-17.52.13:029][264]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:029][264]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:029][264]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2752 outside of frame bounds -[2025.05.25-17.52.13:036][264]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2750 failed (-1006) -[2025.05.25-17.52.13:036][264]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:036][264]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2751 failed (-1000) -[2025.05.25-17.52.13:041][265]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2752 outside of frame bounds -[2025.05.25-17.52.13:042][265]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:042][265]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:042][265]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2753 outside of frame bounds -[2025.05.25-17.52.13:047][265]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2751 failed (-1006) -[2025.05.25-17.52.13:047][265]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:047][265]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2752 failed (-1000) -[2025.05.25-17.52.13:053][266]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2753 outside of frame bounds -[2025.05.25-17.52.13:053][266]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:053][266]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:053][266]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2754 outside of frame bounds -[2025.05.25-17.52.13:059][266]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2752 failed (-1006) -[2025.05.25-17.52.13:060][266]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:060][266]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2753 failed (-1000) -[2025.05.25-17.52.13:065][267]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2754 outside of frame bounds -[2025.05.25-17.52.13:066][267]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:066][267]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:066][267]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2755 outside of frame bounds -[2025.05.25-17.52.13:071][267]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2753 failed (-1006) -[2025.05.25-17.52.13:072][267]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:072][267]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2754 failed (-1000) -[2025.05.25-17.52.13:077][268]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2755 outside of frame bounds -[2025.05.25-17.52.13:077][268]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:077][268]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:077][268]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2756 outside of frame bounds -[2025.05.25-17.52.13:082][268]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2754 failed (-1006) -[2025.05.25-17.52.13:083][268]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:083][268]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2755 failed (-1000) -[2025.05.25-17.52.13:088][269]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2756 outside of frame bounds -[2025.05.25-17.52.13:089][269]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:089][269]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:089][269]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2757 outside of frame bounds -[2025.05.25-17.52.13:094][269]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2755 failed (-1006) -[2025.05.25-17.52.13:095][269]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:095][269]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2756 failed (-1000) -[2025.05.25-17.52.13:099][270]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2757 outside of frame bounds -[2025.05.25-17.52.13:100][270]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:100][270]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:101][270]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2758 outside of frame bounds -[2025.05.25-17.52.13:106][270]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2756 failed (-1006) -[2025.05.25-17.52.13:107][270]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:107][270]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2757 failed (-1000) -[2025.05.25-17.52.13:111][271]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2758 outside of frame bounds -[2025.05.25-17.52.13:111][271]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:112][271]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:112][271]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2759 outside of frame bounds -[2025.05.25-17.52.13:119][271]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2757 failed (-1006) -[2025.05.25-17.52.13:119][271]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:119][271]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2758 failed (-1000) -[2025.05.25-17.52.13:123][272]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2759 outside of frame bounds -[2025.05.25-17.52.13:124][272]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:124][272]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:124][272]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2760 outside of frame bounds -[2025.05.25-17.52.13:130][272]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2758 failed (-1006) -[2025.05.25-17.52.13:131][272]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:131][272]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2759 failed (-1000) -[2025.05.25-17.52.13:135][273]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2760 outside of frame bounds -[2025.05.25-17.52.13:136][273]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:136][273]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:136][273]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2761 outside of frame bounds -[2025.05.25-17.52.13:143][273]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2759 failed (-1006) -[2025.05.25-17.52.13:143][273]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:143][273]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2760 failed (-1000) -[2025.05.25-17.52.13:147][274]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2761 outside of frame bounds -[2025.05.25-17.52.13:148][274]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:148][274]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:148][274]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2762 outside of frame bounds -[2025.05.25-17.52.13:153][274]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2760 failed (-1006) -[2025.05.25-17.52.13:153][274]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:153][274]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2761 failed (-1000) -[2025.05.25-17.52.13:159][275]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2762 outside of frame bounds -[2025.05.25-17.52.13:160][275]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:160][275]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:160][275]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2763 outside of frame bounds -[2025.05.25-17.52.13:165][275]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2761 failed (-1006) -[2025.05.25-17.52.13:166][275]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:166][275]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2762 failed (-1000) -[2025.05.25-17.52.13:171][276]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2763 outside of frame bounds -[2025.05.25-17.52.13:171][276]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:171][276]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:171][276]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2764 outside of frame bounds -[2025.05.25-17.52.13:176][276]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2762 failed (-1006) -[2025.05.25-17.52.13:177][276]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:177][276]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2763 failed (-1000) -[2025.05.25-17.52.13:182][277]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2764 outside of frame bounds -[2025.05.25-17.52.13:183][277]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:183][277]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:183][277]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2765 outside of frame bounds -[2025.05.25-17.52.13:188][277]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2763 failed (-1006) -[2025.05.25-17.52.13:189][277]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:189][277]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2764 failed (-1000) -[2025.05.25-17.52.13:194][278]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2765 outside of frame bounds -[2025.05.25-17.52.13:195][278]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:195][278]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:195][278]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2766 outside of frame bounds -[2025.05.25-17.52.13:201][278]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2764 failed (-1006) -[2025.05.25-17.52.13:202][278]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:202][278]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2765 failed (-1000) -[2025.05.25-17.52.13:207][279]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2766 outside of frame bounds -[2025.05.25-17.52.13:208][279]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:208][279]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:208][279]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2767 outside of frame bounds -[2025.05.25-17.52.13:213][279]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2765 failed (-1006) -[2025.05.25-17.52.13:214][279]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:214][279]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2766 failed (-1000) -[2025.05.25-17.52.13:218][280]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2767 outside of frame bounds -[2025.05.25-17.52.13:218][280]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:218][280]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:218][280]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2768 outside of frame bounds -[2025.05.25-17.52.13:226][280]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2766 failed (-1006) -[2025.05.25-17.52.13:226][280]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:226][280]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2767 failed (-1000) -[2025.05.25-17.52.13:232][281]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2768 outside of frame bounds -[2025.05.25-17.52.13:232][281]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:232][281]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:232][281]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2769 outside of frame bounds -[2025.05.25-17.52.13:237][281]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2767 failed (-1006) -[2025.05.25-17.52.13:238][281]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:238][281]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2768 failed (-1000) -[2025.05.25-17.52.13:243][282]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2769 outside of frame bounds -[2025.05.25-17.52.13:244][282]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:244][282]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:244][282]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2770 outside of frame bounds -[2025.05.25-17.52.13:248][282]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2768 failed (-1006) -[2025.05.25-17.52.13:249][282]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:249][282]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2769 failed (-1000) -[2025.05.25-17.52.13:255][283]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2770 outside of frame bounds -[2025.05.25-17.52.13:256][283]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:256][283]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:256][283]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2771 outside of frame bounds -[2025.05.25-17.52.13:261][283]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2769 failed (-1006) -[2025.05.25-17.52.13:262][283]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:262][283]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2770 failed (-1000) -[2025.05.25-17.52.13:267][284]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2771 outside of frame bounds -[2025.05.25-17.52.13:267][284]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:267][284]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:268][284]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2772 outside of frame bounds -[2025.05.25-17.52.13:274][284]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2770 failed (-1006) -[2025.05.25-17.52.13:274][284]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:274][284]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2771 failed (-1000) -[2025.05.25-17.52.13:278][285]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2772 outside of frame bounds -[2025.05.25-17.52.13:279][285]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:279][285]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:280][285]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2773 outside of frame bounds -[2025.05.25-17.52.13:286][285]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2771 failed (-1006) -[2025.05.25-17.52.13:286][285]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:286][285]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2772 failed (-1000) -[2025.05.25-17.52.13:292][286]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2773 outside of frame bounds -[2025.05.25-17.52.13:293][286]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:293][286]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:293][286]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2774 outside of frame bounds -[2025.05.25-17.52.13:298][286]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2772 failed (-1006) -[2025.05.25-17.52.13:298][286]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:299][286]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2773 failed (-1000) -[2025.05.25-17.52.13:304][287]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2774 outside of frame bounds -[2025.05.25-17.52.13:304][287]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:304][287]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:304][287]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2775 outside of frame bounds -[2025.05.25-17.52.13:310][287]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2773 failed (-1006) -[2025.05.25-17.52.13:311][287]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:311][287]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2774 failed (-1000) -[2025.05.25-17.52.13:316][288]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2775 outside of frame bounds -[2025.05.25-17.52.13:317][288]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:317][288]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:317][288]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2776 outside of frame bounds -[2025.05.25-17.52.13:323][288]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2774 failed (-1006) -[2025.05.25-17.52.13:324][288]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:324][288]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2775 failed (-1000) -[2025.05.25-17.52.13:329][289]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2776 outside of frame bounds -[2025.05.25-17.52.13:330][289]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:330][289]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:330][289]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2777 outside of frame bounds -[2025.05.25-17.52.13:335][289]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2775 failed (-1006) -[2025.05.25-17.52.13:336][289]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:336][289]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2776 failed (-1000) -[2025.05.25-17.52.13:342][290]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2777 outside of frame bounds -[2025.05.25-17.52.13:342][290]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:342][290]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:342][290]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2778 outside of frame bounds -[2025.05.25-17.52.13:346][290]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2776 failed (-1006) -[2025.05.25-17.52.13:347][290]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:347][290]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2777 failed (-1000) -[2025.05.25-17.52.13:352][291]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2778 outside of frame bounds -[2025.05.25-17.52.13:353][291]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:353][291]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:353][291]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2779 outside of frame bounds -[2025.05.25-17.52.13:358][291]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2777 failed (-1006) -[2025.05.25-17.52.13:359][291]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:359][291]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2778 failed (-1000) -[2025.05.25-17.52.13:363][292]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2779 outside of frame bounds -[2025.05.25-17.52.13:364][292]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:364][292]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:364][292]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2780 outside of frame bounds -[2025.05.25-17.52.13:370][292]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2778 failed (-1006) -[2025.05.25-17.52.13:371][292]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:371][292]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2779 failed (-1000) -[2025.05.25-17.52.13:376][293]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2780 outside of frame bounds -[2025.05.25-17.52.13:376][293]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:376][293]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:376][293]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2781 outside of frame bounds -[2025.05.25-17.52.13:383][293]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2779 failed (-1006) -[2025.05.25-17.52.13:384][293]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:384][293]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2780 failed (-1000) -[2025.05.25-17.52.13:389][294]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2781 outside of frame bounds -[2025.05.25-17.52.13:389][294]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:389][294]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:389][294]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2782 outside of frame bounds -[2025.05.25-17.52.13:395][294]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2780 failed (-1006) -[2025.05.25-17.52.13:396][294]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:396][294]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2781 failed (-1000) -[2025.05.25-17.52.13:401][295]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2782 outside of frame bounds -[2025.05.25-17.52.13:401][295]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:401][295]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:401][295]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2783 outside of frame bounds -[2025.05.25-17.52.13:407][295]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2781 failed (-1006) -[2025.05.25-17.52.13:408][295]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:408][295]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2782 failed (-1000) -[2025.05.25-17.52.13:413][296]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2783 outside of frame bounds -[2025.05.25-17.52.13:414][296]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:414][296]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:414][296]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2784 outside of frame bounds -[2025.05.25-17.52.13:420][296]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2782 failed (-1006) -[2025.05.25-17.52.13:420][296]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:421][296]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2783 failed (-1000) -[2025.05.25-17.52.13:425][297]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2784 outside of frame bounds -[2025.05.25-17.52.13:425][297]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:425][297]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:425][297]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2785 outside of frame bounds -[2025.05.25-17.52.13:430][297]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2783 failed (-1006) -[2025.05.25-17.52.13:431][297]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:431][297]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2784 failed (-1000) -[2025.05.25-17.52.13:436][298]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2785 outside of frame bounds -[2025.05.25-17.52.13:436][298]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:437][298]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:437][298]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2786 outside of frame bounds -[2025.05.25-17.52.13:442][298]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2784 failed (-1006) -[2025.05.25-17.52.13:443][298]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:443][298]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2785 failed (-1000) -[2025.05.25-17.52.13:447][299]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2786 outside of frame bounds -[2025.05.25-17.52.13:447][299]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:447][299]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:447][299]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2787 outside of frame bounds -[2025.05.25-17.52.13:453][299]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2785 failed (-1006) -[2025.05.25-17.52.13:455][299]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:455][299]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2786 failed (-1000) -[2025.05.25-17.52.13:459][300]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2787 outside of frame bounds -[2025.05.25-17.52.13:460][300]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:460][300]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:460][300]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2788 outside of frame bounds -[2025.05.25-17.52.13:465][300]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2786 failed (-1006) -[2025.05.25-17.52.13:466][300]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:466][300]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2787 failed (-1000) -[2025.05.25-17.52.13:472][301]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2788 outside of frame bounds -[2025.05.25-17.52.13:472][301]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:472][301]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:472][301]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2789 outside of frame bounds -[2025.05.25-17.52.13:477][301]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2787 failed (-1006) -[2025.05.25-17.52.13:478][301]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:478][301]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2788 failed (-1000) -[2025.05.25-17.52.13:482][302]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2789 outside of frame bounds -[2025.05.25-17.52.13:483][302]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:483][302]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:483][302]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2790 outside of frame bounds -[2025.05.25-17.52.13:489][302]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2788 failed (-1006) -[2025.05.25-17.52.13:490][302]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:490][302]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2789 failed (-1000) -[2025.05.25-17.52.13:495][303]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2790 outside of frame bounds -[2025.05.25-17.52.13:495][303]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:495][303]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:495][303]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2791 outside of frame bounds -[2025.05.25-17.52.13:501][303]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2789 failed (-1006) -[2025.05.25-17.52.13:503][303]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:503][303]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2790 failed (-1000) -[2025.05.25-17.52.13:508][304]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2791 outside of frame bounds -[2025.05.25-17.52.13:508][304]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:508][304]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:508][304]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2792 outside of frame bounds -[2025.05.25-17.52.13:513][304]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2790 failed (-1006) -[2025.05.25-17.52.13:513][304]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:513][304]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2791 failed (-1000) -[2025.05.25-17.52.13:519][305]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2792 outside of frame bounds -[2025.05.25-17.52.13:519][305]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:519][305]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:519][305]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2793 outside of frame bounds -[2025.05.25-17.52.13:524][305]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2791 failed (-1006) -[2025.05.25-17.52.13:525][305]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:525][305]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2792 failed (-1000) -[2025.05.25-17.52.13:530][306]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2793 outside of frame bounds -[2025.05.25-17.52.13:530][306]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:530][306]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:530][306]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2794 outside of frame bounds -[2025.05.25-17.52.13:537][306]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2792 failed (-1006) -[2025.05.25-17.52.13:537][306]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:537][306]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2793 failed (-1000) -[2025.05.25-17.52.13:542][307]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2794 outside of frame bounds -[2025.05.25-17.52.13:542][307]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:542][307]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:542][307]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2795 outside of frame bounds -[2025.05.25-17.52.13:548][307]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2793 failed (-1006) -[2025.05.25-17.52.13:549][307]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:549][307]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2794 failed (-1000) -[2025.05.25-17.52.13:553][308]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2795 outside of frame bounds -[2025.05.25-17.52.13:554][308]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:554][308]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:554][308]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2796 outside of frame bounds -[2025.05.25-17.52.13:560][308]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2794 failed (-1006) -[2025.05.25-17.52.13:561][308]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:561][308]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2795 failed (-1000) -[2025.05.25-17.52.13:566][309]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2796 outside of frame bounds -[2025.05.25-17.52.13:567][309]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:567][309]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:567][309]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2797 outside of frame bounds -[2025.05.25-17.52.13:573][309]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2795 failed (-1006) -[2025.05.25-17.52.13:574][309]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:574][309]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2796 failed (-1000) -[2025.05.25-17.52.13:578][310]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2797 outside of frame bounds -[2025.05.25-17.52.13:578][310]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:578][310]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:578][310]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2798 outside of frame bounds -[2025.05.25-17.52.13:583][310]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2796 failed (-1006) -[2025.05.25-17.52.13:584][310]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:584][310]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2797 failed (-1000) -[2025.05.25-17.52.13:591][311]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2798 outside of frame bounds -[2025.05.25-17.52.13:591][311]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:591][311]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:591][311]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2799 outside of frame bounds -[2025.05.25-17.52.13:595][311]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2797 failed (-1006) -[2025.05.25-17.52.13:596][311]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:596][311]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2798 failed (-1000) -[2025.05.25-17.52.13:600][312]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2799 outside of frame bounds -[2025.05.25-17.52.13:601][312]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:601][312]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:601][312]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2800 outside of frame bounds -[2025.05.25-17.52.13:607][312]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2798 failed (-1006) -[2025.05.25-17.52.13:608][312]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:608][312]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2799 failed (-1000) -[2025.05.25-17.52.13:613][313]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2800 outside of frame bounds -[2025.05.25-17.52.13:613][313]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:613][313]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:613][313]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2801 outside of frame bounds -[2025.05.25-17.52.13:619][313]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2799 failed (-1006) -[2025.05.25-17.52.13:620][313]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:620][313]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2800 failed (-1000) -[2025.05.25-17.52.13:624][314]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2801 outside of frame bounds -[2025.05.25-17.52.13:625][314]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:625][314]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:625][314]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2802 outside of frame bounds -[2025.05.25-17.52.13:631][314]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2800 failed (-1006) -[2025.05.25-17.52.13:632][314]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:632][314]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2801 failed (-1000) -[2025.05.25-17.52.13:637][315]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2802 outside of frame bounds -[2025.05.25-17.52.13:638][315]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:638][315]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:638][315]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2803 outside of frame bounds -[2025.05.25-17.52.13:644][315]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2801 failed (-1006) -[2025.05.25-17.52.13:645][315]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:645][315]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2802 failed (-1000) -[2025.05.25-17.52.13:649][316]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2803 outside of frame bounds -[2025.05.25-17.52.13:650][316]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:650][316]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:650][316]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2804 outside of frame bounds -[2025.05.25-17.52.13:657][316]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2802 failed (-1006) -[2025.05.25-17.52.13:657][316]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:657][316]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2803 failed (-1000) -[2025.05.25-17.52.13:662][317]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2804 outside of frame bounds -[2025.05.25-17.52.13:663][317]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:663][317]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:663][317]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2805 outside of frame bounds -[2025.05.25-17.52.13:669][317]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2803 failed (-1006) -[2025.05.25-17.52.13:670][317]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:670][317]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2804 failed (-1000) -[2025.05.25-17.52.13:675][318]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2805 outside of frame bounds -[2025.05.25-17.52.13:675][318]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:675][318]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:675][318]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2806 outside of frame bounds -[2025.05.25-17.52.13:679][318]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2804 failed (-1006) -[2025.05.25-17.52.13:681][318]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:681][318]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2805 failed (-1000) -[2025.05.25-17.52.13:685][319]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2806 outside of frame bounds -[2025.05.25-17.52.13:687][319]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:687][319]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:687][319]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2807 outside of frame bounds -[2025.05.25-17.52.13:692][319]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2805 failed (-1006) -[2025.05.25-17.52.13:693][319]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:693][319]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2806 failed (-1000) -[2025.05.25-17.52.13:698][320]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2807 outside of frame bounds -[2025.05.25-17.52.13:698][320]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:698][320]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:698][320]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2808 outside of frame bounds -[2025.05.25-17.52.13:705][320]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2806 failed (-1006) -[2025.05.25-17.52.13:706][320]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:706][320]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2807 failed (-1000) -[2025.05.25-17.52.13:710][321]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2808 outside of frame bounds -[2025.05.25-17.52.13:711][321]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:711][321]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:711][321]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2809 outside of frame bounds -[2025.05.25-17.52.13:717][321]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2807 failed (-1006) -[2025.05.25-17.52.13:718][321]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:718][321]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2808 failed (-1000) -[2025.05.25-17.52.13:723][322]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2809 outside of frame bounds -[2025.05.25-17.52.13:723][322]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:723][322]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:723][322]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2810 outside of frame bounds -[2025.05.25-17.52.13:729][322]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2808 failed (-1006) -[2025.05.25-17.52.13:730][322]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:730][322]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2809 failed (-1000) -[2025.05.25-17.52.13:735][323]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2810 outside of frame bounds -[2025.05.25-17.52.13:735][323]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:735][323]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:735][323]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2811 outside of frame bounds -[2025.05.25-17.52.13:742][323]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2809 failed (-1006) -[2025.05.25-17.52.13:742][323]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:742][323]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2810 failed (-1000) -[2025.05.25-17.52.13:747][324]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2811 outside of frame bounds -[2025.05.25-17.52.13:747][324]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:748][324]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:748][324]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2812 outside of frame bounds -[2025.05.25-17.52.13:753][324]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2810 failed (-1006) -[2025.05.25-17.52.13:755][324]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:755][324]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2811 failed (-1000) -[2025.05.25-17.52.13:758][325]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2812 outside of frame bounds -[2025.05.25-17.52.13:759][325]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:759][325]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:759][325]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2813 outside of frame bounds -[2025.05.25-17.52.13:764][325]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2811 failed (-1006) -[2025.05.25-17.52.13:766][325]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:766][325]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2812 failed (-1000) -[2025.05.25-17.52.13:771][326]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2813 outside of frame bounds -[2025.05.25-17.52.13:772][326]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:772][326]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:772][326]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2814 outside of frame bounds -[2025.05.25-17.52.13:777][326]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2812 failed (-1006) -[2025.05.25-17.52.13:777][326]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:777][326]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2813 failed (-1000) -[2025.05.25-17.52.13:783][327]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2814 outside of frame bounds -[2025.05.25-17.52.13:784][327]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:784][327]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:784][327]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2815 outside of frame bounds -[2025.05.25-17.52.13:789][327]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2813 failed (-1006) -[2025.05.25-17.52.13:790][327]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:790][327]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2814 failed (-1000) -[2025.05.25-17.52.13:795][328]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2815 outside of frame bounds -[2025.05.25-17.52.13:795][328]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:795][328]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:795][328]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2816 outside of frame bounds -[2025.05.25-17.52.13:802][328]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2814 failed (-1006) -[2025.05.25-17.52.13:803][328]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:803][328]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2815 failed (-1000) -[2025.05.25-17.52.13:807][329]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2816 outside of frame bounds -[2025.05.25-17.52.13:808][329]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:808][329]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:808][329]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2817 outside of frame bounds -[2025.05.25-17.52.13:814][329]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2815 failed (-1006) -[2025.05.25-17.52.13:814][329]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:815][329]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2816 failed (-1000) -[2025.05.25-17.52.13:819][330]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2817 outside of frame bounds -[2025.05.25-17.52.13:820][330]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:820][330]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:820][330]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2818 outside of frame bounds -[2025.05.25-17.52.13:827][330]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2816 failed (-1006) -[2025.05.25-17.52.13:828][330]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:828][330]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2817 failed (-1000) -[2025.05.25-17.52.13:832][331]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2818 outside of frame bounds -[2025.05.25-17.52.13:832][331]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:832][331]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:832][331]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2819 outside of frame bounds -[2025.05.25-17.52.13:838][331]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2817 failed (-1006) -[2025.05.25-17.52.13:839][331]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:839][331]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2818 failed (-1000) -[2025.05.25-17.52.13:844][332]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2819 outside of frame bounds -[2025.05.25-17.52.13:845][332]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:845][332]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:845][332]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2820 outside of frame bounds -[2025.05.25-17.52.13:849][332]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2818 failed (-1006) -[2025.05.25-17.52.13:850][332]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:850][332]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2819 failed (-1000) -[2025.05.25-17.52.13:856][333]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2820 outside of frame bounds -[2025.05.25-17.52.13:856][333]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:856][333]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:856][333]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2821 outside of frame bounds -[2025.05.25-17.52.13:861][333]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2819 failed (-1006) -[2025.05.25-17.52.13:862][333]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:862][333]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2820 failed (-1000) -[2025.05.25-17.52.13:866][334]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2821 outside of frame bounds -[2025.05.25-17.52.13:867][334]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:867][334]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:867][334]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2822 outside of frame bounds -[2025.05.25-17.52.13:873][334]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2820 failed (-1006) -[2025.05.25-17.52.13:873][334]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:873][334]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2821 failed (-1000) -[2025.05.25-17.52.13:878][335]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2822 outside of frame bounds -[2025.05.25-17.52.13:878][335]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:878][335]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:878][335]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2823 outside of frame bounds -[2025.05.25-17.52.13:884][335]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2821 failed (-1006) -[2025.05.25-17.52.13:885][335]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:885][335]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2822 failed (-1000) -[2025.05.25-17.52.13:890][336]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2823 outside of frame bounds -[2025.05.25-17.52.13:890][336]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:890][336]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:890][336]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2824 outside of frame bounds -[2025.05.25-17.52.13:896][336]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2822 failed (-1006) -[2025.05.25-17.52.13:897][336]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:897][336]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2823 failed (-1000) -[2025.05.25-17.52.13:901][337]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2824 outside of frame bounds -[2025.05.25-17.52.13:902][337]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:902][337]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:902][337]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2825 outside of frame bounds -[2025.05.25-17.52.13:908][337]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2823 failed (-1006) -[2025.05.25-17.52.13:909][337]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:909][337]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2824 failed (-1000) -[2025.05.25-17.52.13:913][338]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2825 outside of frame bounds -[2025.05.25-17.52.13:914][338]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:914][338]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:914][338]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2826 outside of frame bounds -[2025.05.25-17.52.13:919][338]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2824 failed (-1006) -[2025.05.25-17.52.13:920][338]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:920][338]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2825 failed (-1000) -[2025.05.25-17.52.13:924][339]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2826 outside of frame bounds -[2025.05.25-17.52.13:925][339]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:925][339]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:925][339]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2827 outside of frame bounds -[2025.05.25-17.52.13:930][339]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2825 failed (-1006) -[2025.05.25-17.52.13:931][339]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:931][339]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2826 failed (-1000) -[2025.05.25-17.52.13:936][340]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2827 outside of frame bounds -[2025.05.25-17.52.13:937][340]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:937][340]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:937][340]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2828 outside of frame bounds -[2025.05.25-17.52.13:942][340]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2826 failed (-1006) -[2025.05.25-17.52.13:943][340]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:943][340]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2827 failed (-1000) -[2025.05.25-17.52.13:947][341]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2828 outside of frame bounds -[2025.05.25-17.52.13:948][341]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:948][341]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:948][341]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2829 outside of frame bounds -[2025.05.25-17.52.13:954][341]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2827 failed (-1006) -[2025.05.25-17.52.13:955][341]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:955][341]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2828 failed (-1000) -[2025.05.25-17.52.13:958][342]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2829 outside of frame bounds -[2025.05.25-17.52.13:959][342]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:959][342]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:959][342]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2830 outside of frame bounds -[2025.05.25-17.52.13:966][342]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2828 failed (-1006) -[2025.05.25-17.52.13:966][342]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:967][342]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2829 failed (-1000) -[2025.05.25-17.52.13:971][343]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2830 outside of frame bounds -[2025.05.25-17.52.13:971][343]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:971][343]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:971][343]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2831 outside of frame bounds -[2025.05.25-17.52.13:978][343]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2829 failed (-1006) -[2025.05.25-17.52.13:978][343]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:979][343]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2830 failed (-1000) -[2025.05.25-17.52.13:983][344]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2831 outside of frame bounds -[2025.05.25-17.52.13:983][344]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:983][344]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:983][344]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2832 outside of frame bounds -[2025.05.25-17.52.13:990][344]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2830 failed (-1006) -[2025.05.25-17.52.13:991][344]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.13:991][344]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2831 failed (-1000) -[2025.05.25-17.52.13:996][345]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2832 outside of frame bounds -[2025.05.25-17.52.13:996][345]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.13:996][345]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.13:996][345]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2833 outside of frame bounds -[2025.05.25-17.52.14:000][345]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2831 failed (-1006) -[2025.05.25-17.52.14:001][345]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:001][345]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2832 failed (-1000) -[2025.05.25-17.52.14:007][346]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2833 outside of frame bounds -[2025.05.25-17.52.14:008][346]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:008][346]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:008][346]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2834 outside of frame bounds -[2025.05.25-17.52.14:012][346]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2832 failed (-1006) -[2025.05.25-17.52.14:013][346]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:013][346]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2833 failed (-1000) -[2025.05.25-17.52.14:017][347]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2834 outside of frame bounds -[2025.05.25-17.52.14:018][347]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:018][347]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:018][347]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2835 outside of frame bounds -[2025.05.25-17.52.14:024][347]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2833 failed (-1006) -[2025.05.25-17.52.14:025][347]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:025][347]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2834 failed (-1000) -[2025.05.25-17.52.14:030][348]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2835 outside of frame bounds -[2025.05.25-17.52.14:030][348]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:030][348]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:030][348]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2836 outside of frame bounds -[2025.05.25-17.52.14:036][348]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2834 failed (-1006) -[2025.05.25-17.52.14:037][348]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:037][348]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2835 failed (-1000) -[2025.05.25-17.52.14:042][349]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2836 outside of frame bounds -[2025.05.25-17.52.14:042][349]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:042][349]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:043][349]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2837 outside of frame bounds -[2025.05.25-17.52.14:048][349]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2835 failed (-1006) -[2025.05.25-17.52.14:049][349]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:049][349]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2836 failed (-1000) -[2025.05.25-17.52.14:053][350]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2837 outside of frame bounds -[2025.05.25-17.52.14:054][350]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:054][350]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:054][350]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2838 outside of frame bounds -[2025.05.25-17.52.14:060][350]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2836 failed (-1006) -[2025.05.25-17.52.14:061][350]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:061][350]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2837 failed (-1000) -[2025.05.25-17.52.14:066][351]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2838 outside of frame bounds -[2025.05.25-17.52.14:066][351]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:066][351]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:066][351]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2839 outside of frame bounds -[2025.05.25-17.52.14:073][351]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2837 failed (-1006) -[2025.05.25-17.52.14:073][351]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:073][351]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2838 failed (-1000) -[2025.05.25-17.52.14:078][352]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2839 outside of frame bounds -[2025.05.25-17.52.14:079][352]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:079][352]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:079][352]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2840 outside of frame bounds -[2025.05.25-17.52.14:083][352]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2838 failed (-1006) -[2025.05.25-17.52.14:084][352]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:084][352]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2839 failed (-1000) -[2025.05.25-17.52.14:089][353]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2840 outside of frame bounds -[2025.05.25-17.52.14:090][353]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:090][353]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:090][353]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2841 outside of frame bounds -[2025.05.25-17.52.14:095][353]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2839 failed (-1006) -[2025.05.25-17.52.14:095][353]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:095][353]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2840 failed (-1000) -[2025.05.25-17.52.14:101][354]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2841 outside of frame bounds -[2025.05.25-17.52.14:101][354]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:101][354]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:101][354]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2842 outside of frame bounds -[2025.05.25-17.52.14:106][354]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2840 failed (-1006) -[2025.05.25-17.52.14:107][354]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:107][354]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2841 failed (-1000) -[2025.05.25-17.52.14:112][355]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2842 outside of frame bounds -[2025.05.25-17.52.14:113][355]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:113][355]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:113][355]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2843 outside of frame bounds -[2025.05.25-17.52.14:119][355]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2841 failed (-1006) -[2025.05.25-17.52.14:120][355]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:120][355]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2842 failed (-1000) -[2025.05.25-17.52.14:124][356]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2843 outside of frame bounds -[2025.05.25-17.52.14:125][356]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:125][356]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:125][356]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2844 outside of frame bounds -[2025.05.25-17.52.14:131][356]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2842 failed (-1006) -[2025.05.25-17.52.14:132][356]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:132][356]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2843 failed (-1000) -[2025.05.25-17.52.14:136][357]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2844 outside of frame bounds -[2025.05.25-17.52.14:136][357]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:136][357]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:136][357]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2845 outside of frame bounds -[2025.05.25-17.52.14:143][357]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2843 failed (-1006) -[2025.05.25-17.52.14:144][357]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:144][357]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2844 failed (-1000) -[2025.05.25-17.52.14:149][358]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2845 outside of frame bounds -[2025.05.25-17.52.14:149][358]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:149][358]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:149][358]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2846 outside of frame bounds -[2025.05.25-17.52.14:155][358]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2844 failed (-1006) -[2025.05.25-17.52.14:156][358]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:156][358]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2845 failed (-1000) -[2025.05.25-17.52.14:161][359]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2846 outside of frame bounds -[2025.05.25-17.52.14:162][359]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:162][359]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:162][359]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2847 outside of frame bounds -[2025.05.25-17.52.14:166][359]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2845 failed (-1006) -[2025.05.25-17.52.14:167][359]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:167][359]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2846 failed (-1000) -[2025.05.25-17.52.14:173][360]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2847 outside of frame bounds -[2025.05.25-17.52.14:173][360]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:173][360]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:173][360]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2848 outside of frame bounds -[2025.05.25-17.52.14:178][360]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2846 failed (-1006) -[2025.05.25-17.52.14:178][360]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:178][360]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2847 failed (-1000) -[2025.05.25-17.52.14:183][361]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2848 outside of frame bounds -[2025.05.25-17.52.14:183][361]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:183][361]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:183][361]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2849 outside of frame bounds -[2025.05.25-17.52.14:189][361]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2847 failed (-1006) -[2025.05.25-17.52.14:190][361]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:190][361]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2848 failed (-1000) -[2025.05.25-17.52.14:195][362]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2849 outside of frame bounds -[2025.05.25-17.52.14:196][362]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:196][362]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:196][362]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2850 outside of frame bounds -[2025.05.25-17.52.14:202][362]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2848 failed (-1006) -[2025.05.25-17.52.14:203][362]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:203][362]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2849 failed (-1000) -[2025.05.25-17.52.14:208][363]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2850 outside of frame bounds -[2025.05.25-17.52.14:208][363]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:208][363]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:208][363]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2851 outside of frame bounds -[2025.05.25-17.52.14:214][363]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2849 failed (-1006) -[2025.05.25-17.52.14:215][363]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:215][363]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2850 failed (-1000) -[2025.05.25-17.52.14:219][364]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2851 outside of frame bounds -[2025.05.25-17.52.14:219][364]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:219][364]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:219][364]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2852 outside of frame bounds -[2025.05.25-17.52.14:227][364]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2850 failed (-1006) -[2025.05.25-17.52.14:227][364]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:227][364]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2851 failed (-1000) -[2025.05.25-17.52.14:232][365]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2852 outside of frame bounds -[2025.05.25-17.52.14:232][365]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:233][365]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:233][365]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2853 outside of frame bounds -[2025.05.25-17.52.14:239][365]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2851 failed (-1006) -[2025.05.25-17.52.14:239][365]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:239][365]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2852 failed (-1000) -[2025.05.25-17.52.14:244][366]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2853 outside of frame bounds -[2025.05.25-17.52.14:244][366]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:244][366]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:244][366]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2854 outside of frame bounds -[2025.05.25-17.52.14:249][366]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2852 failed (-1006) -[2025.05.25-17.52.14:250][366]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:250][366]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2853 failed (-1000) -[2025.05.25-17.52.14:256][367]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2854 outside of frame bounds -[2025.05.25-17.52.14:256][367]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:256][367]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:256][367]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2855 outside of frame bounds -[2025.05.25-17.52.14:262][367]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2853 failed (-1006) -[2025.05.25-17.52.14:263][367]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:263][367]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2854 failed (-1000) -[2025.05.25-17.52.14:267][368]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2855 outside of frame bounds -[2025.05.25-17.52.14:268][368]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:268][368]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:268][368]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2856 outside of frame bounds -[2025.05.25-17.52.14:275][368]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2854 failed (-1006) -[2025.05.25-17.52.14:275][368]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:275][368]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2855 failed (-1000) -[2025.05.25-17.52.14:280][369]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2856 outside of frame bounds -[2025.05.25-17.52.14:280][369]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:280][369]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:280][369]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2857 outside of frame bounds -[2025.05.25-17.52.14:287][369]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2855 failed (-1006) -[2025.05.25-17.52.14:287][369]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:287][369]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2856 failed (-1000) -[2025.05.25-17.52.14:292][370]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2857 outside of frame bounds -[2025.05.25-17.52.14:292][370]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:292][370]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:292][370]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2858 outside of frame bounds -[2025.05.25-17.52.14:299][370]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2856 failed (-1006) -[2025.05.25-17.52.14:300][370]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:300][370]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2857 failed (-1000) -[2025.05.25-17.52.14:305][371]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2858 outside of frame bounds -[2025.05.25-17.52.14:305][371]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:305][371]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:305][371]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2859 outside of frame bounds -[2025.05.25-17.52.14:312][371]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2857 failed (-1006) -[2025.05.25-17.52.14:313][371]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:313][371]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2858 failed (-1000) -[2025.05.25-17.52.14:317][372]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2859 outside of frame bounds -[2025.05.25-17.52.14:317][372]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:317][372]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:317][372]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2860 outside of frame bounds -[2025.05.25-17.52.14:325][372]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2858 failed (-1006) -[2025.05.25-17.52.14:326][372]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:326][372]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2859 failed (-1000) -[2025.05.25-17.52.14:330][373]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2860 outside of frame bounds -[2025.05.25-17.52.14:330][373]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:330][373]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:330][373]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2861 outside of frame bounds -[2025.05.25-17.52.14:337][373]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2859 failed (-1006) -[2025.05.25-17.52.14:337][373]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:337][373]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2860 failed (-1000) -[2025.05.25-17.52.14:342][374]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2861 outside of frame bounds -[2025.05.25-17.52.14:342][374]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:342][374]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:342][374]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2862 outside of frame bounds -[2025.05.25-17.52.14:347][374]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2860 failed (-1006) -[2025.05.25-17.52.14:347][374]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:348][374]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2861 failed (-1000) -[2025.05.25-17.52.14:353][375]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2862 outside of frame bounds -[2025.05.25-17.52.14:354][375]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:354][375]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:354][375]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2863 outside of frame bounds -[2025.05.25-17.52.14:359][375]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2861 failed (-1006) -[2025.05.25-17.52.14:360][375]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:360][375]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2862 failed (-1000) -[2025.05.25-17.52.14:366][376]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2863 outside of frame bounds -[2025.05.25-17.52.14:367][376]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:367][376]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:367][376]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2864 outside of frame bounds -[2025.05.25-17.52.14:372][376]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2862 failed (-1006) -[2025.05.25-17.52.14:373][376]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:373][376]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2863 failed (-1000) -[2025.05.25-17.52.14:376][377]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2864 outside of frame bounds -[2025.05.25-17.52.14:377][377]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:377][377]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:377][377]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2865 outside of frame bounds -[2025.05.25-17.52.14:383][377]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2863 failed (-1006) -[2025.05.25-17.52.14:385][377]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:385][377]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2864 failed (-1000) -[2025.05.25-17.52.14:389][378]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2865 outside of frame bounds -[2025.05.25-17.52.14:390][378]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:390][378]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:390][378]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2866 outside of frame bounds -[2025.05.25-17.52.14:396][378]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2864 failed (-1006) -[2025.05.25-17.52.14:397][378]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:397][378]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2865 failed (-1000) -[2025.05.25-17.52.14:402][379]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2866 outside of frame bounds -[2025.05.25-17.52.14:402][379]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:402][379]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:402][379]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2867 outside of frame bounds -[2025.05.25-17.52.14:408][379]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2865 failed (-1006) -[2025.05.25-17.52.14:409][379]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:409][379]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2866 failed (-1000) -[2025.05.25-17.52.14:414][380]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2867 outside of frame bounds -[2025.05.25-17.52.14:415][380]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:415][380]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:415][380]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2868 outside of frame bounds -[2025.05.25-17.52.14:421][380]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2866 failed (-1006) -[2025.05.25-17.52.14:422][380]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:422][380]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2867 failed (-1000) -[2025.05.25-17.52.14:426][381]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2868 outside of frame bounds -[2025.05.25-17.52.14:426][381]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:426][381]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:426][381]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2869 outside of frame bounds -[2025.05.25-17.52.14:431][381]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2867 failed (-1006) -[2025.05.25-17.52.14:432][381]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:432][381]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2868 failed (-1000) -[2025.05.25-17.52.14:437][382]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2869 outside of frame bounds -[2025.05.25-17.52.14:439][382]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:439][382]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:439][382]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2870 outside of frame bounds -[2025.05.25-17.52.14:443][382]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2868 failed (-1006) -[2025.05.25-17.52.14:444][382]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:444][382]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2869 failed (-1000) -[2025.05.25-17.52.14:450][383]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2870 outside of frame bounds -[2025.05.25-17.52.14:450][383]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:450][383]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:450][383]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2871 outside of frame bounds -[2025.05.25-17.52.14:456][383]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2869 failed (-1006) -[2025.05.25-17.52.14:456][383]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:456][383]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2870 failed (-1000) -[2025.05.25-17.52.14:461][384]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2871 outside of frame bounds -[2025.05.25-17.52.14:462][384]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:462][384]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:462][384]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2872 outside of frame bounds -[2025.05.25-17.52.14:467][384]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2870 failed (-1006) -[2025.05.25-17.52.14:468][384]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:468][384]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2871 failed (-1000) -[2025.05.25-17.52.14:474][385]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2872 outside of frame bounds -[2025.05.25-17.52.14:474][385]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:474][385]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:474][385]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2873 outside of frame bounds -[2025.05.25-17.52.14:479][385]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2871 failed (-1006) -[2025.05.25-17.52.14:480][385]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:480][385]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2872 failed (-1000) -[2025.05.25-17.52.14:485][386]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2873 outside of frame bounds -[2025.05.25-17.52.14:486][386]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:486][386]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:486][386]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2874 outside of frame bounds -[2025.05.25-17.52.14:492][386]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2872 failed (-1006) -[2025.05.25-17.52.14:493][386]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:493][386]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2873 failed (-1000) -[2025.05.25-17.52.14:496][387]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2874 outside of frame bounds -[2025.05.25-17.52.14:497][387]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:497][387]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:497][387]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2875 outside of frame bounds -[2025.05.25-17.52.14:503][387]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2873 failed (-1006) -[2025.05.25-17.52.14:504][387]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:504][387]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2874 failed (-1000) -[2025.05.25-17.52.14:509][388]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2875 outside of frame bounds -[2025.05.25-17.52.14:509][388]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:509][388]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:509][388]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2876 outside of frame bounds -[2025.05.25-17.52.14:513][388]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2874 failed (-1006) -[2025.05.25-17.52.14:514][388]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:514][388]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2875 failed (-1000) -[2025.05.25-17.52.14:519][389]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2876 outside of frame bounds -[2025.05.25-17.52.14:520][389]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:520][389]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:520][389]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2877 outside of frame bounds -[2025.05.25-17.52.14:526][389]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2875 failed (-1006) -[2025.05.25-17.52.14:527][389]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:527][389]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2876 failed (-1000) -[2025.05.25-17.52.14:532][390]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2877 outside of frame bounds -[2025.05.25-17.52.14:532][390]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:532][390]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:532][390]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2878 outside of frame bounds -[2025.05.25-17.52.14:538][390]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2876 failed (-1006) -[2025.05.25-17.52.14:539][390]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:539][390]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2877 failed (-1000) -[2025.05.25-17.52.14:543][391]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2878 outside of frame bounds -[2025.05.25-17.52.14:543][391]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:543][391]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:543][391]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2879 outside of frame bounds -[2025.05.25-17.52.14:549][391]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2877 failed (-1006) -[2025.05.25-17.52.14:550][391]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:550][391]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2878 failed (-1000) -[2025.05.25-17.52.14:555][392]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2879 outside of frame bounds -[2025.05.25-17.52.14:555][392]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:555][392]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:555][392]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2880 outside of frame bounds -[2025.05.25-17.52.14:562][392]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2878 failed (-1006) -[2025.05.25-17.52.14:562][392]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:562][392]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2879 failed (-1000) -[2025.05.25-17.52.14:567][393]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2880 outside of frame bounds -[2025.05.25-17.52.14:568][393]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:568][393]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:568][393]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2881 outside of frame bounds -[2025.05.25-17.52.14:574][393]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2879 failed (-1006) -[2025.05.25-17.52.14:575][393]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:575][393]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2880 failed (-1000) -[2025.05.25-17.52.14:580][394]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2881 outside of frame bounds -[2025.05.25-17.52.14:580][394]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:580][394]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:580][394]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2882 outside of frame bounds -[2025.05.25-17.52.14:585][394]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2880 failed (-1006) -[2025.05.25-17.52.14:586][394]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:586][394]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2881 failed (-1000) -[2025.05.25-17.52.14:591][395]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2882 outside of frame bounds -[2025.05.25-17.52.14:592][395]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:592][395]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:592][395]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2883 outside of frame bounds -[2025.05.25-17.52.14:597][395]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2881 failed (-1006) -[2025.05.25-17.52.14:598][395]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:598][395]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2882 failed (-1000) -[2025.05.25-17.52.14:603][396]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2883 outside of frame bounds -[2025.05.25-17.52.14:603][396]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:603][396]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:603][396]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2884 outside of frame bounds -[2025.05.25-17.52.14:609][396]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2882 failed (-1006) -[2025.05.25-17.52.14:609][396]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:609][396]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2883 failed (-1000) -[2025.05.25-17.52.14:614][397]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2884 outside of frame bounds -[2025.05.25-17.52.14:615][397]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:615][397]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:615][397]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2885 outside of frame bounds -[2025.05.25-17.52.14:621][397]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2883 failed (-1006) -[2025.05.25-17.52.14:621][397]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:621][397]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2884 failed (-1000) -[2025.05.25-17.52.14:627][398]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2885 outside of frame bounds -[2025.05.25-17.52.14:627][398]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:627][398]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:627][398]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2886 outside of frame bounds -[2025.05.25-17.52.14:633][398]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2884 failed (-1006) -[2025.05.25-17.52.14:633][398]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:633][398]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2885 failed (-1000) -[2025.05.25-17.52.14:638][399]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2886 outside of frame bounds -[2025.05.25-17.52.14:638][399]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:638][399]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:638][399]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2887 outside of frame bounds -[2025.05.25-17.52.14:645][399]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2885 failed (-1006) -[2025.05.25-17.52.14:646][399]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:646][399]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2886 failed (-1000) -[2025.05.25-17.52.14:650][400]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2887 outside of frame bounds -[2025.05.25-17.52.14:651][400]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:651][400]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:651][400]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2888 outside of frame bounds -[2025.05.25-17.52.14:657][400]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2886 failed (-1006) -[2025.05.25-17.52.14:658][400]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:658][400]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2887 failed (-1000) -[2025.05.25-17.52.14:663][401]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2888 outside of frame bounds -[2025.05.25-17.52.14:663][401]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:663][401]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:663][401]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2889 outside of frame bounds -[2025.05.25-17.52.14:670][401]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2887 failed (-1006) -[2025.05.25-17.52.14:670][401]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:670][401]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2888 failed (-1000) -[2025.05.25-17.52.14:675][402]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2889 outside of frame bounds -[2025.05.25-17.52.14:676][402]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:676][402]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:676][402]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2890 outside of frame bounds -[2025.05.25-17.52.14:680][402]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2888 failed (-1006) -[2025.05.25-17.52.14:680][402]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:680][402]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2889 failed (-1000) -[2025.05.25-17.52.14:687][403]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2890 outside of frame bounds -[2025.05.25-17.52.14:688][403]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:688][403]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:688][403]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2891 outside of frame bounds -[2025.05.25-17.52.14:693][403]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2889 failed (-1006) -[2025.05.25-17.52.14:693][403]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:693][403]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2890 failed (-1000) -[2025.05.25-17.52.14:699][404]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2891 outside of frame bounds -[2025.05.25-17.52.14:700][404]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:700][404]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:700][404]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2892 outside of frame bounds -[2025.05.25-17.52.14:706][404]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2890 failed (-1006) -[2025.05.25-17.52.14:707][404]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:707][404]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2891 failed (-1000) -[2025.05.25-17.52.14:710][405]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2892 outside of frame bounds -[2025.05.25-17.52.14:711][405]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:711][405]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:711][405]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2893 outside of frame bounds -[2025.05.25-17.52.14:718][405]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2891 failed (-1006) -[2025.05.25-17.52.14:719][405]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:719][405]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2892 failed (-1000) -[2025.05.25-17.52.14:723][406]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2893 outside of frame bounds -[2025.05.25-17.52.14:724][406]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:724][406]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:724][406]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2894 outside of frame bounds -[2025.05.25-17.52.14:730][406]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2892 failed (-1006) -[2025.05.25-17.52.14:731][406]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:731][406]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2893 failed (-1000) -[2025.05.25-17.52.14:736][407]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2894 outside of frame bounds -[2025.05.25-17.52.14:736][407]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:736][407]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:737][407]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2895 outside of frame bounds -[2025.05.25-17.52.14:743][407]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2893 failed (-1006) -[2025.05.25-17.52.14:744][407]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:744][407]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2894 failed (-1000) -[2025.05.25-17.52.14:748][408]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2895 outside of frame bounds -[2025.05.25-17.52.14:748][408]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:748][408]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:749][408]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2896 outside of frame bounds -[2025.05.25-17.52.14:755][408]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2894 failed (-1006) -[2025.05.25-17.52.14:756][408]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:756][408]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2895 failed (-1000) -[2025.05.25-17.52.14:761][409]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2896 outside of frame bounds -[2025.05.25-17.52.14:762][409]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:762][409]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:762][409]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2897 outside of frame bounds -[2025.05.25-17.52.14:767][409]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2895 failed (-1006) -[2025.05.25-17.52.14:768][409]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:768][409]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2896 failed (-1000) -[2025.05.25-17.52.14:773][410]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2897 outside of frame bounds -[2025.05.25-17.52.14:773][410]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:773][410]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:773][410]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2898 outside of frame bounds -[2025.05.25-17.52.14:778][410]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2896 failed (-1006) -[2025.05.25-17.52.14:779][410]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:779][410]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2897 failed (-1000) -[2025.05.25-17.52.14:785][411]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2898 outside of frame bounds -[2025.05.25-17.52.14:786][411]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:786][411]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:786][411]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2899 outside of frame bounds -[2025.05.25-17.52.14:791][411]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2897 failed (-1006) -[2025.05.25-17.52.14:792][411]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:792][411]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2898 failed (-1000) -[2025.05.25-17.52.14:797][412]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2899 outside of frame bounds -[2025.05.25-17.52.14:798][412]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:798][412]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:798][412]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2900 outside of frame bounds -[2025.05.25-17.52.14:804][412]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2898 failed (-1006) -[2025.05.25-17.52.14:805][412]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:805][412]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2899 failed (-1000) -[2025.05.25-17.52.14:808][413]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2900 outside of frame bounds -[2025.05.25-17.52.14:809][413]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:809][413]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:809][413]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2901 outside of frame bounds -[2025.05.25-17.52.14:815][413]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2899 failed (-1006) -[2025.05.25-17.52.14:816][413]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:816][413]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2900 failed (-1000) -[2025.05.25-17.52.14:821][414]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2901 outside of frame bounds -[2025.05.25-17.52.14:821][414]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:821][414]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:821][414]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2902 outside of frame bounds -[2025.05.25-17.52.14:827][414]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2900 failed (-1006) -[2025.05.25-17.52.14:829][414]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:829][414]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2901 failed (-1000) -[2025.05.25-17.52.14:833][415]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2902 outside of frame bounds -[2025.05.25-17.52.14:833][415]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:833][415]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:833][415]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2903 outside of frame bounds -[2025.05.25-17.52.14:840][415]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2901 failed (-1006) -[2025.05.25-17.52.14:841][415]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:841][415]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2902 failed (-1000) -[2025.05.25-17.52.14:846][416]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2903 outside of frame bounds -[2025.05.25-17.52.14:846][416]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:846][416]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:846][416]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2904 outside of frame bounds -[2025.05.25-17.52.14:852][416]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2902 failed (-1006) -[2025.05.25-17.52.14:852][416]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:852][416]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2903 failed (-1000) -[2025.05.25-17.52.14:858][417]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2904 outside of frame bounds -[2025.05.25-17.52.14:858][417]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:858][417]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:858][417]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2905 outside of frame bounds -[2025.05.25-17.52.14:863][417]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2903 failed (-1006) -[2025.05.25-17.52.14:864][417]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:864][417]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2904 failed (-1000) -[2025.05.25-17.52.14:869][418]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2905 outside of frame bounds -[2025.05.25-17.52.14:870][418]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:870][418]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:870][418]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2906 outside of frame bounds -[2025.05.25-17.52.14:874][418]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2904 failed (-1006) -[2025.05.25-17.52.14:875][418]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:875][418]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2905 failed (-1000) -[2025.05.25-17.52.14:880][419]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2906 outside of frame bounds -[2025.05.25-17.52.14:881][419]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:881][419]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:881][419]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2907 outside of frame bounds -[2025.05.25-17.52.14:886][419]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2905 failed (-1006) -[2025.05.25-17.52.14:888][419]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:888][419]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2906 failed (-1000) -[2025.05.25-17.52.14:892][420]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2907 outside of frame bounds -[2025.05.25-17.52.14:892][420]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:892][420]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:892][420]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2908 outside of frame bounds -[2025.05.25-17.52.14:897][420]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2906 failed (-1006) -[2025.05.25-17.52.14:898][420]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:898][420]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2907 failed (-1000) -[2025.05.25-17.52.14:903][421]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2908 outside of frame bounds -[2025.05.25-17.52.14:903][421]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:903][421]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:903][421]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2909 outside of frame bounds -[2025.05.25-17.52.14:910][421]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2907 failed (-1006) -[2025.05.25-17.52.14:910][421]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:910][421]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2908 failed (-1000) -[2025.05.25-17.52.14:915][422]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2909 outside of frame bounds -[2025.05.25-17.52.14:915][422]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:915][422]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:915][422]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2910 outside of frame bounds -[2025.05.25-17.52.14:921][422]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2908 failed (-1006) -[2025.05.25-17.52.14:922][422]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:922][422]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2909 failed (-1000) -[2025.05.25-17.52.14:927][423]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2910 outside of frame bounds -[2025.05.25-17.52.14:927][423]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:927][423]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:927][423]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2911 outside of frame bounds -[2025.05.25-17.52.14:933][423]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2909 failed (-1006) -[2025.05.25-17.52.14:934][423]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:934][423]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2910 failed (-1000) -[2025.05.25-17.52.14:939][424]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2911 outside of frame bounds -[2025.05.25-17.52.14:939][424]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:939][424]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:939][424]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2912 outside of frame bounds -[2025.05.25-17.52.14:944][424]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2910 failed (-1006) -[2025.05.25-17.52.14:945][424]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:945][424]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2911 failed (-1000) -[2025.05.25-17.52.14:950][425]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2912 outside of frame bounds -[2025.05.25-17.52.14:951][425]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:951][425]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:951][425]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2913 outside of frame bounds -[2025.05.25-17.52.14:957][425]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2911 failed (-1006) -[2025.05.25-17.52.14:958][425]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:958][425]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2912 failed (-1000) -[2025.05.25-17.52.14:962][426]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2913 outside of frame bounds -[2025.05.25-17.52.14:962][426]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:962][426]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:962][426]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2914 outside of frame bounds -[2025.05.25-17.52.14:968][426]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2912 failed (-1006) -[2025.05.25-17.52.14:968][426]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:968][426]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2913 failed (-1000) -[2025.05.25-17.52.14:974][427]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2914 outside of frame bounds -[2025.05.25-17.52.14:974][427]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:974][427]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:974][427]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2915 outside of frame bounds -[2025.05.25-17.52.14:979][427]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2913 failed (-1006) -[2025.05.25-17.52.14:980][427]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:980][427]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2914 failed (-1000) -[2025.05.25-17.52.14:985][428]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2915 outside of frame bounds -[2025.05.25-17.52.14:986][428]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:986][428]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:986][428]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2916 outside of frame bounds -[2025.05.25-17.52.14:992][428]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2914 failed (-1006) -[2025.05.25-17.52.14:993][428]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.14:993][428]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2915 failed (-1000) -[2025.05.25-17.52.14:997][429]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2916 outside of frame bounds -[2025.05.25-17.52.14:998][429]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.14:998][429]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.14:998][429]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2917 outside of frame bounds -[2025.05.25-17.52.15:003][429]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2915 failed (-1006) -[2025.05.25-17.52.15:005][429]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:005][429]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2916 failed (-1000) -[2025.05.25-17.52.15:008][430]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2917 outside of frame bounds -[2025.05.25-17.52.15:009][430]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:009][430]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:009][430]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2918 outside of frame bounds -[2025.05.25-17.52.15:013][430]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2916 failed (-1006) -[2025.05.25-17.52.15:014][430]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:014][430]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2917 failed (-1000) -[2025.05.25-17.52.15:019][431]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2918 outside of frame bounds -[2025.05.25-17.52.15:019][431]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:019][431]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:019][431]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2919 outside of frame bounds -[2025.05.25-17.52.15:026][431]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2917 failed (-1006) -[2025.05.25-17.52.15:027][431]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:027][431]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2918 failed (-1000) -[2025.05.25-17.52.15:031][432]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2919 outside of frame bounds -[2025.05.25-17.52.15:032][432]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:032][432]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:032][432]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2920 outside of frame bounds -[2025.05.25-17.52.15:037][432]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2918 failed (-1006) -[2025.05.25-17.52.15:038][432]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:038][432]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2919 failed (-1000) -[2025.05.25-17.52.15:043][433]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2920 outside of frame bounds -[2025.05.25-17.52.15:044][433]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:044][433]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:044][433]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2921 outside of frame bounds -[2025.05.25-17.52.15:049][433]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2919 failed (-1006) -[2025.05.25-17.52.15:050][433]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:050][433]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2920 failed (-1000) -[2025.05.25-17.52.15:054][434]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2921 outside of frame bounds -[2025.05.25-17.52.15:055][434]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:055][434]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:055][434]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2922 outside of frame bounds -[2025.05.25-17.52.15:062][434]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2920 failed (-1006) -[2025.05.25-17.52.15:063][434]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:063][434]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2921 failed (-1000) -[2025.05.25-17.52.15:067][435]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2922 outside of frame bounds -[2025.05.25-17.52.15:067][435]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:067][435]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:067][435]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2923 outside of frame bounds -[2025.05.25-17.52.15:074][435]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2921 failed (-1006) -[2025.05.25-17.52.15:075][435]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:075][435]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2922 failed (-1000) -[2025.05.25-17.52.15:079][436]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2923 outside of frame bounds -[2025.05.25-17.52.15:079][436]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:080][436]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:080][436]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2924 outside of frame bounds -[2025.05.25-17.52.15:086][436]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2922 failed (-1006) -[2025.05.25-17.52.15:087][436]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:087][436]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2923 failed (-1000) -[2025.05.25-17.52.15:092][437]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2924 outside of frame bounds -[2025.05.25-17.52.15:092][437]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:092][437]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:092][437]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2925 outside of frame bounds -[2025.05.25-17.52.15:097][437]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2923 failed (-1006) -[2025.05.25-17.52.15:098][437]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:098][437]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2924 failed (-1000) -[2025.05.25-17.52.15:103][438]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2925 outside of frame bounds -[2025.05.25-17.52.15:104][438]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:104][438]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:104][438]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2926 outside of frame bounds -[2025.05.25-17.52.15:109][438]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2924 failed (-1006) -[2025.05.25-17.52.15:110][438]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:111][438]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2925 failed (-1000) -[2025.05.25-17.52.15:115][439]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2926 outside of frame bounds -[2025.05.25-17.52.15:115][439]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:115][439]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:115][439]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2927 outside of frame bounds -[2025.05.25-17.52.15:122][439]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2925 failed (-1006) -[2025.05.25-17.52.15:123][439]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:123][439]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2926 failed (-1000) -[2025.05.25-17.52.15:128][440]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2927 outside of frame bounds -[2025.05.25-17.52.15:128][440]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:128][440]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:128][440]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2928 outside of frame bounds -[2025.05.25-17.52.15:134][440]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2926 failed (-1006) -[2025.05.25-17.52.15:134][440]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:134][440]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2927 failed (-1000) -[2025.05.25-17.52.15:140][441]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2928 outside of frame bounds -[2025.05.25-17.52.15:140][441]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:140][441]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:140][441]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2929 outside of frame bounds -[2025.05.25-17.52.15:146][441]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2927 failed (-1006) -[2025.05.25-17.52.15:147][441]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:147][441]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2928 failed (-1000) -[2025.05.25-17.52.15:151][442]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2929 outside of frame bounds -[2025.05.25-17.52.15:151][442]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:151][442]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:151][442]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2930 outside of frame bounds -[2025.05.25-17.52.15:158][442]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2928 failed (-1006) -[2025.05.25-17.52.15:159][442]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:159][442]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2929 failed (-1000) -[2025.05.25-17.52.15:163][443]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2930 outside of frame bounds -[2025.05.25-17.52.15:164][443]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:164][443]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:164][443]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2931 outside of frame bounds -[2025.05.25-17.52.15:170][443]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2929 failed (-1006) -[2025.05.25-17.52.15:171][443]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:171][443]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2930 failed (-1000) -[2025.05.25-17.52.15:175][444]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2931 outside of frame bounds -[2025.05.25-17.52.15:176][444]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:176][444]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:176][444]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2932 outside of frame bounds -[2025.05.25-17.52.15:180][444]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2930 failed (-1006) -[2025.05.25-17.52.15:181][444]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:181][444]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2931 failed (-1000) -[2025.05.25-17.52.15:187][445]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2932 outside of frame bounds -[2025.05.25-17.52.15:188][445]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:188][445]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:188][445]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2933 outside of frame bounds -[2025.05.25-17.52.15:194][445]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2931 failed (-1006) -[2025.05.25-17.52.15:194][445]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:194][445]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2932 failed (-1000) -[2025.05.25-17.52.15:199][446]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2933 outside of frame bounds -[2025.05.25-17.52.15:200][446]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:200][446]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:200][446]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2934 outside of frame bounds -[2025.05.25-17.52.15:205][446]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2932 failed (-1006) -[2025.05.25-17.52.15:206][446]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:206][446]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2933 failed (-1000) -[2025.05.25-17.52.15:211][447]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2934 outside of frame bounds -[2025.05.25-17.52.15:211][447]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:211][447]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:211][447]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2935 outside of frame bounds -[2025.05.25-17.52.15:217][447]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2933 failed (-1006) -[2025.05.25-17.52.15:218][447]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:218][447]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2934 failed (-1000) -[2025.05.25-17.52.15:223][448]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2935 outside of frame bounds -[2025.05.25-17.52.15:224][448]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:224][448]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:224][448]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2936 outside of frame bounds -[2025.05.25-17.52.15:229][448]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2934 failed (-1006) -[2025.05.25-17.52.15:230][448]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:230][448]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2935 failed (-1000) -[2025.05.25-17.52.15:235][449]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2936 outside of frame bounds -[2025.05.25-17.52.15:236][449]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:236][449]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:236][449]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2937 outside of frame bounds -[2025.05.25-17.52.15:242][449]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2935 failed (-1006) -[2025.05.25-17.52.15:243][449]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:243][449]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2936 failed (-1000) -[2025.05.25-17.52.15:248][450]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2937 outside of frame bounds -[2025.05.25-17.52.15:249][450]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:249][450]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:249][450]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2938 outside of frame bounds -[2025.05.25-17.52.15:255][450]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2936 failed (-1006) -[2025.05.25-17.52.15:256][450]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:256][450]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2937 failed (-1000) -[2025.05.25-17.52.15:261][451]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2938 outside of frame bounds -[2025.05.25-17.52.15:261][451]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:261][451]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:261][451]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2939 outside of frame bounds -[2025.05.25-17.52.15:266][451]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2937 failed (-1006) -[2025.05.25-17.52.15:268][451]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:268][451]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2938 failed (-1000) -[2025.05.25-17.52.15:273][452]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2939 outside of frame bounds -[2025.05.25-17.52.15:274][452]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:274][452]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:274][452]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2940 outside of frame bounds -[2025.05.25-17.52.15:278][452]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2938 failed (-1006) -[2025.05.25-17.52.15:279][452]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:279][452]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2939 failed (-1000) -[2025.05.25-17.52.15:285][453]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2940 outside of frame bounds -[2025.05.25-17.52.15:286][453]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:286][453]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:286][453]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2941 outside of frame bounds -[2025.05.25-17.52.15:290][453]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2939 failed (-1006) -[2025.05.25-17.52.15:291][453]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:291][453]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2940 failed (-1000) -[2025.05.25-17.52.15:297][454]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2941 outside of frame bounds -[2025.05.25-17.52.15:298][454]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:298][454]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:298][454]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2942 outside of frame bounds -[2025.05.25-17.52.15:303][454]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2940 failed (-1006) -[2025.05.25-17.52.15:304][454]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:304][454]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2941 failed (-1000) -[2025.05.25-17.52.15:308][455]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2942 outside of frame bounds -[2025.05.25-17.52.15:309][455]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:309][455]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:309][455]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2943 outside of frame bounds -[2025.05.25-17.52.15:315][455]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2941 failed (-1006) -[2025.05.25-17.52.15:315][455]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:315][455]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2942 failed (-1000) -[2025.05.25-17.52.15:320][456]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2943 outside of frame bounds -[2025.05.25-17.52.15:321][456]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:321][456]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:321][456]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2944 outside of frame bounds -[2025.05.25-17.52.15:328][456]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2942 failed (-1006) -[2025.05.25-17.52.15:329][456]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:329][456]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2943 failed (-1000) -[2025.05.25-17.52.15:334][457]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2944 outside of frame bounds -[2025.05.25-17.52.15:334][457]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:334][457]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:334][457]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2945 outside of frame bounds -[2025.05.25-17.52.15:340][457]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2943 failed (-1006) -[2025.05.25-17.52.15:341][457]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:341][457]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2944 failed (-1000) -[2025.05.25-17.52.15:346][458]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2945 outside of frame bounds -[2025.05.25-17.52.15:346][458]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:347][458]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:347][458]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2946 outside of frame bounds -[2025.05.25-17.52.15:353][458]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2944 failed (-1006) -[2025.05.25-17.52.15:354][458]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:354][458]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2945 failed (-1000) -[2025.05.25-17.52.15:359][459]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2946 outside of frame bounds -[2025.05.25-17.52.15:360][459]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:360][459]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:360][459]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2947 outside of frame bounds -[2025.05.25-17.52.15:365][459]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2945 failed (-1006) -[2025.05.25-17.52.15:366][459]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:366][459]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2946 failed (-1000) -[2025.05.25-17.52.15:370][460]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2947 outside of frame bounds -[2025.05.25-17.52.15:371][460]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:371][460]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:371][460]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2948 outside of frame bounds -[2025.05.25-17.52.15:378][460]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2946 failed (-1006) -[2025.05.25-17.52.15:379][460]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:379][460]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2947 failed (-1000) -[2025.05.25-17.52.15:384][461]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2948 outside of frame bounds -[2025.05.25-17.52.15:384][461]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:384][461]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:384][461]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2949 outside of frame bounds -[2025.05.25-17.52.15:389][461]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2947 failed (-1006) -[2025.05.25-17.52.15:390][461]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:390][461]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2948 failed (-1000) -[2025.05.25-17.52.15:396][462]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2949 outside of frame bounds -[2025.05.25-17.52.15:397][462]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:397][462]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:397][462]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2950 outside of frame bounds -[2025.05.25-17.52.15:400][462]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2948 failed (-1006) -[2025.05.25-17.52.15:401][462]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:401][462]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2949 failed (-1000) -[2025.05.25-17.52.15:408][463]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2950 outside of frame bounds -[2025.05.25-17.52.15:408][463]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:408][463]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:408][463]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2951 outside of frame bounds -[2025.05.25-17.52.15:413][463]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2949 failed (-1006) -[2025.05.25-17.52.15:414][463]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:414][463]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2950 failed (-1000) -[2025.05.25-17.52.15:419][464]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2951 outside of frame bounds -[2025.05.25-17.52.15:419][464]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:419][464]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:419][464]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2952 outside of frame bounds -[2025.05.25-17.52.15:426][464]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2950 failed (-1006) -[2025.05.25-17.52.15:427][464]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:427][464]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2951 failed (-1000) -[2025.05.25-17.52.15:431][465]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2952 outside of frame bounds -[2025.05.25-17.52.15:432][465]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:432][465]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:432][465]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2953 outside of frame bounds -[2025.05.25-17.52.15:439][465]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2951 failed (-1006) -[2025.05.25-17.52.15:439][465]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:439][465]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2952 failed (-1000) -[2025.05.25-17.52.15:444][466]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2953 outside of frame bounds -[2025.05.25-17.52.15:445][466]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:445][466]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:445][466]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2954 outside of frame bounds -[2025.05.25-17.52.15:450][466]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2952 failed (-1006) -[2025.05.25-17.52.15:451][466]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:451][466]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2953 failed (-1000) -[2025.05.25-17.52.15:455][467]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2954 outside of frame bounds -[2025.05.25-17.52.15:456][467]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:456][467]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:456][467]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2955 outside of frame bounds -[2025.05.25-17.52.15:462][467]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2953 failed (-1006) -[2025.05.25-17.52.15:463][467]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:463][467]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2954 failed (-1000) -[2025.05.25-17.52.15:468][468]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2955 outside of frame bounds -[2025.05.25-17.52.15:469][468]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:469][468]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:469][468]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2956 outside of frame bounds -[2025.05.25-17.52.15:474][468]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2954 failed (-1006) -[2025.05.25-17.52.15:475][468]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:476][468]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2955 failed (-1000) -[2025.05.25-17.52.15:480][469]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2956 outside of frame bounds -[2025.05.25-17.52.15:481][469]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:481][469]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:481][469]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2957 outside of frame bounds -[2025.05.25-17.52.15:485][469]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2955 failed (-1006) -[2025.05.25-17.52.15:486][469]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:486][469]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2956 failed (-1000) -[2025.05.25-17.52.15:492][470]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2957 outside of frame bounds -[2025.05.25-17.52.15:493][470]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:493][470]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:493][470]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2958 outside of frame bounds -[2025.05.25-17.52.15:497][470]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2956 failed (-1006) -[2025.05.25-17.52.15:497][470]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:497][470]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2957 failed (-1000) -[2025.05.25-17.52.15:503][471]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2958 outside of frame bounds -[2025.05.25-17.52.15:503][471]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:503][471]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:503][471]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2959 outside of frame bounds -[2025.05.25-17.52.15:509][471]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2957 failed (-1006) -[2025.05.25-17.52.15:510][471]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:510][471]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2958 failed (-1000) -[2025.05.25-17.52.15:515][472]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2959 outside of frame bounds -[2025.05.25-17.52.15:515][472]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:515][472]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:515][472]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2960 outside of frame bounds -[2025.05.25-17.52.15:522][472]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2958 failed (-1006) -[2025.05.25-17.52.15:523][472]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:523][472]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2959 failed (-1000) -[2025.05.25-17.52.15:527][473]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2960 outside of frame bounds -[2025.05.25-17.52.15:528][473]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:528][473]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:528][473]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2961 outside of frame bounds -[2025.05.25-17.52.15:533][473]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2959 failed (-1006) -[2025.05.25-17.52.15:534][473]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:534][473]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2960 failed (-1000) -[2025.05.25-17.52.15:539][474]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2961 outside of frame bounds -[2025.05.25-17.52.15:540][474]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:540][474]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:540][474]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2962 outside of frame bounds -[2025.05.25-17.52.15:545][474]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2960 failed (-1006) -[2025.05.25-17.52.15:546][474]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:546][474]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2961 failed (-1000) -[2025.05.25-17.52.15:551][475]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2962 outside of frame bounds -[2025.05.25-17.52.15:552][475]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:552][475]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:552][475]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2963 outside of frame bounds -[2025.05.25-17.52.15:558][475]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2961 failed (-1006) -[2025.05.25-17.52.15:559][475]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:559][475]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2962 failed (-1000) -[2025.05.25-17.52.15:564][476]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2963 outside of frame bounds -[2025.05.25-17.52.15:564][476]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:564][476]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:564][476]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2964 outside of frame bounds -[2025.05.25-17.52.15:568][476]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2962 failed (-1006) -[2025.05.25-17.52.15:569][476]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:569][476]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2963 failed (-1000) -[2025.05.25-17.52.15:575][477]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2964 outside of frame bounds -[2025.05.25-17.52.15:575][477]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:575][477]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:575][477]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2965 outside of frame bounds -[2025.05.25-17.52.15:580][477]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2963 failed (-1006) -[2025.05.25-17.52.15:581][477]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:581][477]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2964 failed (-1000) -[2025.05.25-17.52.15:586][478]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2965 outside of frame bounds -[2025.05.25-17.52.15:586][478]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:586][478]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:586][478]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2966 outside of frame bounds -[2025.05.25-17.52.15:592][478]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2964 failed (-1006) -[2025.05.25-17.52.15:593][478]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:593][478]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2965 failed (-1000) -[2025.05.25-17.52.15:597][479]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2966 outside of frame bounds -[2025.05.25-17.52.15:597][479]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:597][479]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:598][479]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2967 outside of frame bounds -[2025.05.25-17.52.15:603][479]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2965 failed (-1006) -[2025.05.25-17.52.15:604][479]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:604][479]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2966 failed (-1000) -[2025.05.25-17.52.15:610][480]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2967 outside of frame bounds -[2025.05.25-17.52.15:610][480]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:610][480]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:610][480]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2968 outside of frame bounds -[2025.05.25-17.52.15:615][480]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2966 failed (-1006) -[2025.05.25-17.52.15:617][480]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:617][480]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2967 failed (-1000) -[2025.05.25-17.52.15:621][481]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2968 outside of frame bounds -[2025.05.25-17.52.15:621][481]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:621][481]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:621][481]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2969 outside of frame bounds -[2025.05.25-17.52.15:629][481]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2967 failed (-1006) -[2025.05.25-17.52.15:629][481]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:629][481]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2968 failed (-1000) -[2025.05.25-17.52.15:634][482]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2969 outside of frame bounds -[2025.05.25-17.52.15:634][482]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:634][482]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:634][482]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2970 outside of frame bounds -[2025.05.25-17.52.15:638][482]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2968 failed (-1006) -[2025.05.25-17.52.15:640][482]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:640][482]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2969 failed (-1000) -[2025.05.25-17.52.15:645][483]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2970 outside of frame bounds -[2025.05.25-17.52.15:646][483]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:646][483]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:646][483]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2971 outside of frame bounds -[2025.05.25-17.52.15:650][483]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2969 failed (-1006) -[2025.05.25-17.52.15:651][483]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:651][483]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2970 failed (-1000) -[2025.05.25-17.52.15:656][484]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2971 outside of frame bounds -[2025.05.25-17.52.15:657][484]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:657][484]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:657][484]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2972 outside of frame bounds -[2025.05.25-17.52.15:663][484]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2970 failed (-1006) -[2025.05.25-17.52.15:664][484]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:664][484]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2971 failed (-1000) -[2025.05.25-17.52.15:668][485]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2972 outside of frame bounds -[2025.05.25-17.52.15:669][485]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:669][485]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:669][485]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2973 outside of frame bounds -[2025.05.25-17.52.15:674][485]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2971 failed (-1006) -[2025.05.25-17.52.15:676][485]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:676][485]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2972 failed (-1000) -[2025.05.25-17.52.15:680][486]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2973 outside of frame bounds -[2025.05.25-17.52.15:680][486]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:680][486]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:680][486]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2974 outside of frame bounds -[2025.05.25-17.52.15:687][486]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2972 failed (-1006) -[2025.05.25-17.52.15:688][486]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:688][486]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2973 failed (-1000) -[2025.05.25-17.52.15:693][487]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2974 outside of frame bounds -[2025.05.25-17.52.15:694][487]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:694][487]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:694][487]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2975 outside of frame bounds -[2025.05.25-17.52.15:700][487]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2973 failed (-1006) -[2025.05.25-17.52.15:701][487]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:701][487]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2974 failed (-1000) -[2025.05.25-17.52.15:706][488]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2975 outside of frame bounds -[2025.05.25-17.52.15:706][488]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:706][488]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:706][488]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2976 outside of frame bounds -[2025.05.25-17.52.15:712][488]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2974 failed (-1006) -[2025.05.25-17.52.15:713][488]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:713][488]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2975 failed (-1000) -[2025.05.25-17.52.15:717][489]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2976 outside of frame bounds -[2025.05.25-17.52.15:717][489]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:717][489]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:717][489]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2977 outside of frame bounds -[2025.05.25-17.52.15:725][489]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2975 failed (-1006) -[2025.05.25-17.52.15:726][489]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:726][489]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2976 failed (-1000) -[2025.05.25-17.52.15:730][490]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2977 outside of frame bounds -[2025.05.25-17.52.15:731][490]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:731][490]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:731][490]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2978 outside of frame bounds -[2025.05.25-17.52.15:736][490]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2976 failed (-1006) -[2025.05.25-17.52.15:737][490]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:738][490]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2977 failed (-1000) -[2025.05.25-17.52.15:742][491]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2978 outside of frame bounds -[2025.05.25-17.52.15:743][491]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:743][491]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:743][491]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2979 outside of frame bounds -[2025.05.25-17.52.15:748][491]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2977 failed (-1006) -[2025.05.25-17.52.15:748][491]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:748][491]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2978 failed (-1000) -[2025.05.25-17.52.15:753][492]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2979 outside of frame bounds -[2025.05.25-17.52.15:753][492]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:753][492]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:753][492]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2980 outside of frame bounds -[2025.05.25-17.52.15:760][492]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2978 failed (-1006) -[2025.05.25-17.52.15:761][492]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:761][492]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2979 failed (-1000) -[2025.05.25-17.52.15:766][493]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2980 outside of frame bounds -[2025.05.25-17.52.15:767][493]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:767][493]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:767][493]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2981 outside of frame bounds -[2025.05.25-17.52.15:773][493]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2979 failed (-1006) -[2025.05.25-17.52.15:774][493]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:774][493]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2980 failed (-1000) -[2025.05.25-17.52.15:778][494]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2981 outside of frame bounds -[2025.05.25-17.52.15:779][494]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:779][494]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:779][494]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2982 outside of frame bounds -[2025.05.25-17.52.15:784][494]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2980 failed (-1006) -[2025.05.25-17.52.15:785][494]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:785][494]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2981 failed (-1000) -[2025.05.25-17.52.15:791][495]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2982 outside of frame bounds -[2025.05.25-17.52.15:791][495]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:791][495]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:791][495]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2983 outside of frame bounds -[2025.05.25-17.52.15:797][495]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2981 failed (-1006) -[2025.05.25-17.52.15:798][495]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:798][495]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2982 failed (-1000) -[2025.05.25-17.52.15:803][496]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2983 outside of frame bounds -[2025.05.25-17.52.15:803][496]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:803][496]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:803][496]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2984 outside of frame bounds -[2025.05.25-17.52.15:810][496]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2982 failed (-1006) -[2025.05.25-17.52.15:811][496]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:811][496]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2983 failed (-1000) -[2025.05.25-17.52.15:816][497]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2984 outside of frame bounds -[2025.05.25-17.52.15:816][497]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:816][497]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:816][497]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2985 outside of frame bounds -[2025.05.25-17.52.15:823][497]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2983 failed (-1006) -[2025.05.25-17.52.15:824][497]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:824][497]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2984 failed (-1000) -[2025.05.25-17.52.15:828][498]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2985 outside of frame bounds -[2025.05.25-17.52.15:829][498]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:829][498]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:829][498]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2986 outside of frame bounds -[2025.05.25-17.52.15:833][498]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2984 failed (-1006) -[2025.05.25-17.52.15:834][498]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:834][498]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2985 failed (-1000) -[2025.05.25-17.52.15:840][499]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2986 outside of frame bounds -[2025.05.25-17.52.15:841][499]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:841][499]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:841][499]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2987 outside of frame bounds -[2025.05.25-17.52.15:845][499]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2985 failed (-1006) -[2025.05.25-17.52.15:845][499]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:845][499]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2986 failed (-1000) -[2025.05.25-17.52.15:850][500]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2987 outside of frame bounds -[2025.05.25-17.52.15:851][500]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:851][500]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:851][500]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2988 outside of frame bounds -[2025.05.25-17.52.15:858][500]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2986 failed (-1006) -[2025.05.25-17.52.15:858][500]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:858][500]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2987 failed (-1000) -[2025.05.25-17.52.15:863][501]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2988 outside of frame bounds -[2025.05.25-17.52.15:864][501]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:864][501]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:864][501]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2989 outside of frame bounds -[2025.05.25-17.52.15:870][501]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2987 failed (-1006) -[2025.05.25-17.52.15:871][501]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:871][501]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2988 failed (-1000) -[2025.05.25-17.52.15:875][502]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2989 outside of frame bounds -[2025.05.25-17.52.15:876][502]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:876][502]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:876][502]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2990 outside of frame bounds -[2025.05.25-17.52.15:882][502]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2988 failed (-1006) -[2025.05.25-17.52.15:882][502]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:882][502]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2989 failed (-1000) -[2025.05.25-17.52.15:887][503]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2990 outside of frame bounds -[2025.05.25-17.52.15:888][503]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:888][503]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:888][503]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2991 outside of frame bounds -[2025.05.25-17.52.15:894][503]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2989 failed (-1006) -[2025.05.25-17.52.15:895][503]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:895][503]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2990 failed (-1000) -[2025.05.25-17.52.15:899][504]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2991 outside of frame bounds -[2025.05.25-17.52.15:900][504]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:900][504]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:900][504]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2992 outside of frame bounds -[2025.05.25-17.52.15:906][504]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2990 failed (-1006) -[2025.05.25-17.52.15:907][504]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:907][504]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2991 failed (-1000) -[2025.05.25-17.52.15:911][505]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2992 outside of frame bounds -[2025.05.25-17.52.15:912][505]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:912][505]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:912][505]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2993 outside of frame bounds -[2025.05.25-17.52.15:915][505]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2991 failed (-1006) -[2025.05.25-17.52.15:917][505]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:917][505]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2992 failed (-1000) -[2025.05.25-17.52.15:922][506]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2993 outside of frame bounds -[2025.05.25-17.52.15:923][506]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:923][506]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:923][506]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2994 outside of frame bounds -[2025.05.25-17.52.15:927][506]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2992 failed (-1006) -[2025.05.25-17.52.15:929][506]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:929][506]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2993 failed (-1000) -[2025.05.25-17.52.15:934][507]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2994 outside of frame bounds -[2025.05.25-17.52.15:934][507]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:934][507]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:934][507]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2995 outside of frame bounds -[2025.05.25-17.52.15:940][507]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2993 failed (-1006) -[2025.05.25-17.52.15:941][507]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:941][507]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2994 failed (-1000) -[2025.05.25-17.52.15:944][508]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2995 outside of frame bounds -[2025.05.25-17.52.15:945][508]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:945][508]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:945][508]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2996 outside of frame bounds -[2025.05.25-17.52.15:951][508]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2994 failed (-1006) -[2025.05.25-17.52.15:952][508]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:952][508]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2995 failed (-1000) -[2025.05.25-17.52.15:957][509]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2996 outside of frame bounds -[2025.05.25-17.52.15:958][509]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:958][509]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:958][509]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2997 outside of frame bounds -[2025.05.25-17.52.15:963][509]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2995 failed (-1006) -[2025.05.25-17.52.15:965][509]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:965][509]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2996 failed (-1000) -[2025.05.25-17.52.15:969][510]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2997 outside of frame bounds -[2025.05.25-17.52.15:970][510]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:970][510]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:970][510]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2998 outside of frame bounds -[2025.05.25-17.52.15:976][510]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2996 failed (-1006) -[2025.05.25-17.52.15:976][510]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:976][510]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2997 failed (-1000) -[2025.05.25-17.52.15:981][511]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2998 outside of frame bounds -[2025.05.25-17.52.15:982][511]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:982][511]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:982][511]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2999 outside of frame bounds -[2025.05.25-17.52.15:986][511]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2997 failed (-1006) -[2025.05.25-17.52.15:987][511]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:988][511]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2998 failed (-1000) -[2025.05.25-17.52.15:993][512]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2999 outside of frame bounds -[2025.05.25-17.52.15:993][512]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.15:993][512]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.15:993][512]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3000 outside of frame bounds -[2025.05.25-17.52.15:998][512]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2998 failed (-1006) -[2025.05.25-17.52.15:999][512]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.15:999][512]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 2999 failed (-1000) -[2025.05.25-17.52.16:003][513]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3000 outside of frame bounds -[2025.05.25-17.52.16:003][513]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:003][513]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:003][513]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3001 outside of frame bounds -[2025.05.25-17.52.16:009][513]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 2999 failed (-1006) -[2025.05.25-17.52.16:011][513]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:011][513]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3000 failed (-1000) -[2025.05.25-17.52.16:014][514]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3001 outside of frame bounds -[2025.05.25-17.52.16:015][514]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:015][514]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:015][514]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3002 outside of frame bounds -[2025.05.25-17.52.16:021][514]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3000 failed (-1006) -[2025.05.25-17.52.16:022][514]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:022][514]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3001 failed (-1000) -[2025.05.25-17.52.16:027][515]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3002 outside of frame bounds -[2025.05.25-17.52.16:028][515]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:028][515]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:028][515]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3003 outside of frame bounds -[2025.05.25-17.52.16:034][515]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3001 failed (-1006) -[2025.05.25-17.52.16:035][515]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:035][515]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3002 failed (-1000) -[2025.05.25-17.52.16:039][516]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3003 outside of frame bounds -[2025.05.25-17.52.16:039][516]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:040][516]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:040][516]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3004 outside of frame bounds -[2025.05.25-17.52.16:046][516]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3002 failed (-1006) -[2025.05.25-17.52.16:046][516]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:046][516]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3003 failed (-1000) -[2025.05.25-17.52.16:051][517]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3004 outside of frame bounds -[2025.05.25-17.52.16:052][517]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:052][517]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:052][517]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3005 outside of frame bounds -[2025.05.25-17.52.16:058][517]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3003 failed (-1006) -[2025.05.25-17.52.16:059][517]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:059][517]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3004 failed (-1000) -[2025.05.25-17.52.16:063][518]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3005 outside of frame bounds -[2025.05.25-17.52.16:063][518]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:063][518]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:063][518]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3006 outside of frame bounds -[2025.05.25-17.52.16:068][518]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3004 failed (-1006) -[2025.05.25-17.52.16:069][518]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:069][518]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3005 failed (-1000) -[2025.05.25-17.52.16:075][519]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3006 outside of frame bounds -[2025.05.25-17.52.16:075][519]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:075][519]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:075][519]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3007 outside of frame bounds -[2025.05.25-17.52.16:080][519]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3005 failed (-1006) -[2025.05.25-17.52.16:081][519]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:081][519]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3006 failed (-1000) -[2025.05.25-17.52.16:085][520]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3007 outside of frame bounds -[2025.05.25-17.52.16:086][520]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:086][520]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:086][520]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3008 outside of frame bounds -[2025.05.25-17.52.16:109][520]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3006 failed (-1006) -[2025.05.25-17.52.16:110][520]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:110][520]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3007 failed (-1000) -[2025.05.25-17.52.16:113][521]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3008 outside of frame bounds -[2025.05.25-17.52.16:113][521]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:113][521]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:113][521]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3009 outside of frame bounds -[2025.05.25-17.52.16:114][521]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3007 failed (-1006) -[2025.05.25-17.52.16:115][521]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:115][521]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3008 failed (-1000) -[2025.05.25-17.52.16:117][521]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3009 outside of frame bounds -[2025.05.25-17.52.16:121][522]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:121][522]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:121][522]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3010 outside of frame bounds -[2025.05.25-17.52.16:123][522]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3008 failed (-1006) -[2025.05.25-17.52.16:124][522]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:124][522]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3009 failed (-1000) -[2025.05.25-17.52.16:129][522]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3010 outside of frame bounds -[2025.05.25-17.52.16:130][523]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:131][523]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:131][523]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3011 outside of frame bounds -[2025.05.25-17.52.16:135][523]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3009 failed (-1006) -[2025.05.25-17.52.16:136][523]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:136][523]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3010 failed (-1000) -[2025.05.25-17.52.16:141][524]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3011 outside of frame bounds -[2025.05.25-17.52.16:141][524]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:141][524]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:141][524]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3012 outside of frame bounds -[2025.05.25-17.52.16:147][524]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3010 failed (-1006) -[2025.05.25-17.52.16:148][524]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:148][524]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3011 failed (-1000) -[2025.05.25-17.52.16:151][525]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3012 outside of frame bounds -[2025.05.25-17.52.16:152][525]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:152][525]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:152][525]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3013 outside of frame bounds -[2025.05.25-17.52.16:159][525]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3011 failed (-1006) -[2025.05.25-17.52.16:159][525]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:159][525]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3012 failed (-1000) -[2025.05.25-17.52.16:164][526]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3013 outside of frame bounds -[2025.05.25-17.52.16:165][526]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:165][526]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:165][526]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3014 outside of frame bounds -[2025.05.25-17.52.16:175][526]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3014 outside of frame bounds -[2025.05.25-17.52.16:187][526]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3012 failed (-1006) -[2025.05.25-17.52.16:188][526]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:188][526]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3013 failed (-1000) -[2025.05.25-17.52.16:191][527]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:191][527]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:191][527]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3015 outside of frame bounds -[2025.05.25-17.52.16:191][527]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3013 failed (-1006) -[2025.05.25-17.52.16:192][527]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:192][527]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3014 failed (-1000) -[2025.05.25-17.52.16:195][527]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3015 outside of frame bounds -[2025.05.25-17.52.16:199][528]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:199][528]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:200][528]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3016 outside of frame bounds -[2025.05.25-17.52.16:201][528]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3014 failed (-1006) -[2025.05.25-17.52.16:202][528]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:202][528]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3015 failed (-1000) -[2025.05.25-17.52.16:207][528]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3016 outside of frame bounds -[2025.05.25-17.52.16:208][529]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:208][529]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:208][529]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3017 outside of frame bounds -[2025.05.25-17.52.16:213][529]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3015 failed (-1006) -[2025.05.25-17.52.16:214][529]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:214][529]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3016 failed (-1000) -[2025.05.25-17.52.16:218][530]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3017 outside of frame bounds -[2025.05.25-17.52.16:219][530]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:219][530]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:219][530]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3018 outside of frame bounds -[2025.05.25-17.52.16:225][530]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3016 failed (-1006) -[2025.05.25-17.52.16:226][530]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:226][530]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3017 failed (-1000) -[2025.05.25-17.52.16:231][531]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3018 outside of frame bounds -[2025.05.25-17.52.16:232][531]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:232][531]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:232][531]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3019 outside of frame bounds -[2025.05.25-17.52.16:236][531]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3017 failed (-1006) -[2025.05.25-17.52.16:237][531]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:237][531]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3018 failed (-1000) -[2025.05.25-17.52.16:243][532]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3019 outside of frame bounds -[2025.05.25-17.52.16:244][532]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:244][532]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:244][532]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3020 outside of frame bounds -[2025.05.25-17.52.16:252][532]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3020 outside of frame bounds -[2025.05.25-17.52.16:278][532]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3018 failed (-1006) -[2025.05.25-17.52.16:279][532]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:279][532]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3019 failed (-1000) -[2025.05.25-17.52.16:283][533]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3019 failed (-1006) -[2025.05.25-17.52.16:283][533]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:283][533]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:283][533]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:283][533]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3020 failed (-1000) -[2025.05.25-17.52.16:283][533]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3021 outside of frame bounds -[2025.05.25-17.52.16:287][533]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3021 outside of frame bounds -[2025.05.25-17.52.16:291][534]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:291][534]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:291][534]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3022 outside of frame bounds -[2025.05.25-17.52.16:292][534]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3020 failed (-1006) -[2025.05.25-17.52.16:293][534]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:293][534]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3021 failed (-1000) -[2025.05.25-17.52.16:298][535]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3022 outside of frame bounds -[2025.05.25-17.52.16:299][535]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:299][535]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:299][535]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3023 outside of frame bounds -[2025.05.25-17.52.16:304][535]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3021 failed (-1006) -[2025.05.25-17.52.16:305][535]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:305][535]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3022 failed (-1000) -[2025.05.25-17.52.16:309][536]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3023 outside of frame bounds -[2025.05.25-17.52.16:310][536]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:310][536]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:310][536]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3024 outside of frame bounds -[2025.05.25-17.52.16:315][536]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3022 failed (-1006) -[2025.05.25-17.52.16:316][536]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:316][536]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3023 failed (-1000) -[2025.05.25-17.52.16:321][537]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3024 outside of frame bounds -[2025.05.25-17.52.16:322][537]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:322][537]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:322][537]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3025 outside of frame bounds -[2025.05.25-17.52.16:328][537]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3023 failed (-1006) -[2025.05.25-17.52.16:329][537]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:329][537]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3024 failed (-1000) -[2025.05.25-17.52.16:333][538]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3025 outside of frame bounds -[2025.05.25-17.52.16:334][538]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:334][538]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:334][538]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3026 outside of frame bounds -[2025.05.25-17.52.16:345][538]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3026 outside of frame bounds -[2025.05.25-17.52.16:371][538]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3024 failed (-1006) -[2025.05.25-17.52.16:372][538]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:372][538]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3025 failed (-1000) -[2025.05.25-17.52.16:375][539]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3025 failed (-1006) -[2025.05.25-17.52.16:376][539]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:376][539]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:376][539]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3027 outside of frame bounds -[2025.05.25-17.52.16:376][539]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:376][539]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3026 failed (-1000) -[2025.05.25-17.52.16:380][539]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3027 outside of frame bounds -[2025.05.25-17.52.16:384][540]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:384][540]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:384][540]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3028 outside of frame bounds -[2025.05.25-17.52.16:385][540]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3026 failed (-1006) -[2025.05.25-17.52.16:386][540]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:386][540]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3027 failed (-1000) -[2025.05.25-17.52.16:392][540]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3028 outside of frame bounds -[2025.05.25-17.52.16:393][541]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:393][541]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:393][541]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3029 outside of frame bounds -[2025.05.25-17.52.16:398][541]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3027 failed (-1006) -[2025.05.25-17.52.16:399][541]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:399][541]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3028 failed (-1000) -[2025.05.25-17.52.16:403][542]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3029 outside of frame bounds -[2025.05.25-17.52.16:403][542]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:403][542]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:403][542]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3030 outside of frame bounds -[2025.05.25-17.52.16:410][542]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3028 failed (-1006) -[2025.05.25-17.52.16:410][542]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:410][542]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3029 failed (-1000) -[2025.05.25-17.52.16:415][543]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3030 outside of frame bounds -[2025.05.25-17.52.16:416][543]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:416][543]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:416][543]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3031 outside of frame bounds -[2025.05.25-17.52.16:421][543]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3029 failed (-1006) -[2025.05.25-17.52.16:422][543]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:422][543]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3030 failed (-1000) -[2025.05.25-17.52.16:427][544]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3031 outside of frame bounds -[2025.05.25-17.52.16:428][544]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:428][544]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:428][544]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3032 outside of frame bounds -[2025.05.25-17.52.16:434][544]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3030 failed (-1006) -[2025.05.25-17.52.16:435][544]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:435][544]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3031 failed (-1000) -[2025.05.25-17.52.16:440][545]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3032 outside of frame bounds -[2025.05.25-17.52.16:440][545]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:440][545]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:440][545]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3033 outside of frame bounds -[2025.05.25-17.52.16:445][545]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3031 failed (-1006) -[2025.05.25-17.52.16:446][545]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:446][545]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3032 failed (-1000) -[2025.05.25-17.52.16:451][546]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3033 outside of frame bounds -[2025.05.25-17.52.16:452][546]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:452][546]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:452][546]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3034 outside of frame bounds -[2025.05.25-17.52.16:457][546]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3032 failed (-1006) -[2025.05.25-17.52.16:458][546]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:458][546]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3033 failed (-1000) -[2025.05.25-17.52.16:463][547]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3034 outside of frame bounds -[2025.05.25-17.52.16:464][547]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:464][547]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:464][547]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3035 outside of frame bounds -[2025.05.25-17.52.16:469][547]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3033 failed (-1006) -[2025.05.25-17.52.16:470][547]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:470][547]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3034 failed (-1000) -[2025.05.25-17.52.16:475][548]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3035 outside of frame bounds -[2025.05.25-17.52.16:476][548]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:476][548]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:476][548]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3036 outside of frame bounds -[2025.05.25-17.52.16:481][548]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3034 failed (-1006) -[2025.05.25-17.52.16:481][548]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:481][548]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3035 failed (-1000) -[2025.05.25-17.52.16:486][549]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3036 outside of frame bounds -[2025.05.25-17.52.16:486][549]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:486][549]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:486][549]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3037 outside of frame bounds -[2025.05.25-17.52.16:494][549]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3035 failed (-1006) -[2025.05.25-17.52.16:494][549]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:494][549]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3036 failed (-1000) -[2025.05.25-17.52.16:498][550]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3037 outside of frame bounds -[2025.05.25-17.52.16:499][550]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:499][550]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:499][550]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3038 outside of frame bounds -[2025.05.25-17.52.16:505][550]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3036 failed (-1006) -[2025.05.25-17.52.16:506][550]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:506][550]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3037 failed (-1000) -[2025.05.25-17.52.16:511][551]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3038 outside of frame bounds -[2025.05.25-17.52.16:512][551]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:512][551]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:512][551]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3039 outside of frame bounds -[2025.05.25-17.52.16:517][551]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3037 failed (-1006) -[2025.05.25-17.52.16:518][551]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:518][551]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3038 failed (-1000) -[2025.05.25-17.52.16:523][552]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3039 outside of frame bounds -[2025.05.25-17.52.16:523][552]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:524][552]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:524][552]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3040 outside of frame bounds -[2025.05.25-17.52.16:528][552]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3038 failed (-1006) -[2025.05.25-17.52.16:528][552]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:528][552]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3039 failed (-1000) -[2025.05.25-17.52.16:535][553]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3040 outside of frame bounds -[2025.05.25-17.52.16:535][553]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:535][553]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:536][553]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3041 outside of frame bounds -[2025.05.25-17.52.16:540][553]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3039 failed (-1006) -[2025.05.25-17.52.16:541][553]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:541][553]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3040 failed (-1000) -[2025.05.25-17.52.16:547][554]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3041 outside of frame bounds -[2025.05.25-17.52.16:547][554]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:547][554]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:547][554]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3042 outside of frame bounds -[2025.05.25-17.52.16:552][554]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3040 failed (-1006) -[2025.05.25-17.52.16:553][554]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:553][554]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3041 failed (-1000) -[2025.05.25-17.52.16:557][555]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3042 outside of frame bounds -[2025.05.25-17.52.16:558][555]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:558][555]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:558][555]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3043 outside of frame bounds -[2025.05.25-17.52.16:564][555]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3041 failed (-1006) -[2025.05.25-17.52.16:565][555]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:565][555]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3042 failed (-1000) -[2025.05.25-17.52.16:569][556]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3043 outside of frame bounds -[2025.05.25-17.52.16:569][556]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:569][556]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:569][556]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3044 outside of frame bounds -[2025.05.25-17.52.16:575][556]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3042 failed (-1006) -[2025.05.25-17.52.16:576][556]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:576][556]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3043 failed (-1000) -[2025.05.25-17.52.16:580][557]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3044 outside of frame bounds -[2025.05.25-17.52.16:581][557]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:581][557]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:581][557]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3045 outside of frame bounds -[2025.05.25-17.52.16:588][557]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3043 failed (-1006) -[2025.05.25-17.52.16:589][557]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:589][557]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3044 failed (-1000) -[2025.05.25-17.52.16:593][558]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3045 outside of frame bounds -[2025.05.25-17.52.16:593][558]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:593][558]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:593][558]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3046 outside of frame bounds -[2025.05.25-17.52.16:598][558]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3044 failed (-1006) -[2025.05.25-17.52.16:599][558]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:599][558]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3045 failed (-1000) -[2025.05.25-17.52.16:604][559]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3046 outside of frame bounds -[2025.05.25-17.52.16:605][559]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:605][559]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:605][559]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3047 outside of frame bounds -[2025.05.25-17.52.16:610][559]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3045 failed (-1006) -[2025.05.25-17.52.16:611][559]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:611][559]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3046 failed (-1000) -[2025.05.25-17.52.16:616][560]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3047 outside of frame bounds -[2025.05.25-17.52.16:616][560]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:616][560]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:616][560]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3048 outside of frame bounds -[2025.05.25-17.52.16:622][560]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3046 failed (-1006) -[2025.05.25-17.52.16:623][560]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:623][560]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3047 failed (-1000) -[2025.05.25-17.52.16:627][561]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3048 outside of frame bounds -[2025.05.25-17.52.16:628][561]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:628][561]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:628][561]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3049 outside of frame bounds -[2025.05.25-17.52.16:634][561]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3047 failed (-1006) -[2025.05.25-17.52.16:635][561]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:635][561]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3048 failed (-1000) -[2025.05.25-17.52.16:640][562]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3049 outside of frame bounds -[2025.05.25-17.52.16:640][562]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:640][562]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:640][562]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3050 outside of frame bounds -[2025.05.25-17.52.16:646][562]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3048 failed (-1006) -[2025.05.25-17.52.16:647][562]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:647][562]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3049 failed (-1000) -[2025.05.25-17.52.16:652][563]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3050 outside of frame bounds -[2025.05.25-17.52.16:653][563]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:653][563]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:653][563]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3051 outside of frame bounds -[2025.05.25-17.52.16:658][563]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3049 failed (-1006) -[2025.05.25-17.52.16:660][563]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:660][563]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3050 failed (-1000) -[2025.05.25-17.52.16:664][564]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3051 outside of frame bounds -[2025.05.25-17.52.16:665][564]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:665][564]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:665][564]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3052 outside of frame bounds -[2025.05.25-17.52.16:670][564]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3050 failed (-1006) -[2025.05.25-17.52.16:670][564]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:670][564]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3051 failed (-1000) -[2025.05.25-17.52.16:676][565]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3052 outside of frame bounds -[2025.05.25-17.52.16:676][565]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:676][565]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:677][565]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3053 outside of frame bounds -[2025.05.25-17.52.16:681][565]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3051 failed (-1006) -[2025.05.25-17.52.16:681][565]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:681][565]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3052 failed (-1000) -[2025.05.25-17.52.16:688][566]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3053 outside of frame bounds -[2025.05.25-17.52.16:688][566]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:688][566]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:688][566]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3054 outside of frame bounds -[2025.05.25-17.52.16:694][566]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3052 failed (-1006) -[2025.05.25-17.52.16:694][566]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:694][566]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3053 failed (-1000) -[2025.05.25-17.52.16:700][567]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3054 outside of frame bounds -[2025.05.25-17.52.16:700][567]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:700][567]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:700][567]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3055 outside of frame bounds -[2025.05.25-17.52.16:706][567]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3053 failed (-1006) -[2025.05.25-17.52.16:707][567]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:707][567]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3054 failed (-1000) -[2025.05.25-17.52.16:712][568]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3055 outside of frame bounds -[2025.05.25-17.52.16:712][568]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:712][568]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:712][568]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3056 outside of frame bounds -[2025.05.25-17.52.16:718][568]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3054 failed (-1006) -[2025.05.25-17.52.16:719][568]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:719][568]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3055 failed (-1000) -[2025.05.25-17.52.16:724][569]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3056 outside of frame bounds -[2025.05.25-17.52.16:724][569]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:724][569]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:725][569]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3057 outside of frame bounds -[2025.05.25-17.52.16:731][569]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3055 failed (-1006) -[2025.05.25-17.52.16:731][569]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:731][569]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3056 failed (-1000) -[2025.05.25-17.52.16:736][570]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3057 outside of frame bounds -[2025.05.25-17.52.16:737][570]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:737][570]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:737][570]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3058 outside of frame bounds -[2025.05.25-17.52.16:743][570]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3056 failed (-1006) -[2025.05.25-17.52.16:744][570]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:744][570]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3057 failed (-1000) -[2025.05.25-17.52.16:748][571]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3058 outside of frame bounds -[2025.05.25-17.52.16:749][571]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:749][571]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:749][571]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3059 outside of frame bounds -[2025.05.25-17.52.16:755][571]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3057 failed (-1006) -[2025.05.25-17.52.16:756][571]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:756][571]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3058 failed (-1000) -[2025.05.25-17.52.16:761][572]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3059 outside of frame bounds -[2025.05.25-17.52.16:761][572]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:761][572]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:761][572]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3060 outside of frame bounds -[2025.05.25-17.52.16:767][572]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3058 failed (-1006) -[2025.05.25-17.52.16:769][572]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:769][572]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3059 failed (-1000) -[2025.05.25-17.52.16:774][573]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3060 outside of frame bounds -[2025.05.25-17.52.16:775][573]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:775][573]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:775][573]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3061 outside of frame bounds -[2025.05.25-17.52.16:780][573]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3059 failed (-1006) -[2025.05.25-17.52.16:781][573]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:781][573]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3060 failed (-1000) -[2025.05.25-17.52.16:785][574]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3061 outside of frame bounds -[2025.05.25-17.52.16:786][574]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:786][574]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:786][574]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3062 outside of frame bounds -[2025.05.25-17.52.16:791][574]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3060 failed (-1006) -[2025.05.25-17.52.16:792][574]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:792][574]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3061 failed (-1000) -[2025.05.25-17.52.16:798][575]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3062 outside of frame bounds -[2025.05.25-17.52.16:799][575]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:799][575]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:799][575]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3063 outside of frame bounds -[2025.05.25-17.52.16:804][575]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3061 failed (-1006) -[2025.05.25-17.52.16:805][575]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:805][575]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3062 failed (-1000) -[2025.05.25-17.52.16:809][576]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3063 outside of frame bounds -[2025.05.25-17.52.16:809][576]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:809][576]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:809][576]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3064 outside of frame bounds -[2025.05.25-17.52.16:816][576]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3062 failed (-1006) -[2025.05.25-17.52.16:817][576]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:817][576]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3063 failed (-1000) -[2025.05.25-17.52.16:821][577]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3064 outside of frame bounds -[2025.05.25-17.52.16:821][577]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:821][577]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:821][577]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3065 outside of frame bounds -[2025.05.25-17.52.16:829][577]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3063 failed (-1006) -[2025.05.25-17.52.16:830][577]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:830][577]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3064 failed (-1000) -[2025.05.25-17.52.16:834][578]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3065 outside of frame bounds -[2025.05.25-17.52.16:835][578]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:835][578]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:835][578]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3066 outside of frame bounds -[2025.05.25-17.52.16:840][578]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3064 failed (-1006) -[2025.05.25-17.52.16:841][578]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:841][578]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3065 failed (-1000) -[2025.05.25-17.52.16:846][579]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3066 outside of frame bounds -[2025.05.25-17.52.16:847][579]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:847][579]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:847][579]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3067 outside of frame bounds -[2025.05.25-17.52.16:853][579]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3065 failed (-1006) -[2025.05.25-17.52.16:853][579]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:853][579]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3066 failed (-1000) -[2025.05.25-17.52.16:858][580]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3067 outside of frame bounds -[2025.05.25-17.52.16:859][580]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:859][580]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:859][580]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3068 outside of frame bounds -[2025.05.25-17.52.16:865][580]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3066 failed (-1006) -[2025.05.25-17.52.16:866][580]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:866][580]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3067 failed (-1000) -[2025.05.25-17.52.16:870][581]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3068 outside of frame bounds -[2025.05.25-17.52.16:871][581]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:871][581]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:871][581]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3069 outside of frame bounds -[2025.05.25-17.52.16:877][581]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3067 failed (-1006) -[2025.05.25-17.52.16:877][581]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:877][581]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3068 failed (-1000) -[2025.05.25-17.52.16:882][582]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3069 outside of frame bounds -[2025.05.25-17.52.16:883][582]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:883][582]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:883][582]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3070 outside of frame bounds -[2025.05.25-17.52.16:888][582]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3068 failed (-1006) -[2025.05.25-17.52.16:889][582]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:889][582]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3069 failed (-1000) -[2025.05.25-17.52.16:894][583]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3070 outside of frame bounds -[2025.05.25-17.52.16:895][583]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:895][583]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:895][583]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3071 outside of frame bounds -[2025.05.25-17.52.16:900][583]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3069 failed (-1006) -[2025.05.25-17.52.16:900][583]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:900][583]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3070 failed (-1000) -[2025.05.25-17.52.16:905][584]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3071 outside of frame bounds -[2025.05.25-17.52.16:905][584]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:905][584]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:905][584]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3072 outside of frame bounds -[2025.05.25-17.52.16:912][584]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3070 failed (-1006) -[2025.05.25-17.52.16:913][584]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:913][584]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3071 failed (-1000) -[2025.05.25-17.52.16:917][585]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3072 outside of frame bounds -[2025.05.25-17.52.16:917][585]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:917][585]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:917][585]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3073 outside of frame bounds -[2025.05.25-17.52.16:923][585]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3071 failed (-1006) -[2025.05.25-17.52.16:924][585]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:924][585]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3072 failed (-1000) -[2025.05.25-17.52.16:929][586]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3073 outside of frame bounds -[2025.05.25-17.52.16:929][586]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:929][586]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:929][586]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3074 outside of frame bounds -[2025.05.25-17.52.16:935][586]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3072 failed (-1006) -[2025.05.25-17.52.16:936][586]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:936][586]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3073 failed (-1000) -[2025.05.25-17.52.16:941][587]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3074 outside of frame bounds -[2025.05.25-17.52.16:941][587]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:941][587]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:941][587]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3075 outside of frame bounds -[2025.05.25-17.52.16:947][587]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3073 failed (-1006) -[2025.05.25-17.52.16:948][587]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:948][587]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3074 failed (-1000) -[2025.05.25-17.52.16:953][588]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3075 outside of frame bounds -[2025.05.25-17.52.16:954][588]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:954][588]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:954][588]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3076 outside of frame bounds -[2025.05.25-17.52.16:958][588]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3074 failed (-1006) -[2025.05.25-17.52.16:959][588]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:959][588]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3075 failed (-1000) -[2025.05.25-17.52.16:964][589]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3076 outside of frame bounds -[2025.05.25-17.52.16:965][589]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:965][589]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:965][589]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3077 outside of frame bounds -[2025.05.25-17.52.16:969][589]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3075 failed (-1006) -[2025.05.25-17.52.16:970][589]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:971][589]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3076 failed (-1000) -[2025.05.25-17.52.16:975][590]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3077 outside of frame bounds -[2025.05.25-17.52.16:975][590]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:975][590]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:975][590]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3078 outside of frame bounds -[2025.05.25-17.52.16:982][590]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3076 failed (-1006) -[2025.05.25-17.52.16:982][590]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:982][590]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3077 failed (-1000) -[2025.05.25-17.52.16:987][591]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3078 outside of frame bounds -[2025.05.25-17.52.16:987][591]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.16:987][591]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.16:987][591]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3079 outside of frame bounds -[2025.05.25-17.52.16:994][591]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3077 failed (-1006) -[2025.05.25-17.52.16:995][591]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.16:995][591]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3078 failed (-1000) -[2025.05.25-17.52.16:999][592]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3079 outside of frame bounds -[2025.05.25-17.52.17:000][592]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:000][592]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:000][592]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3080 outside of frame bounds -[2025.05.25-17.52.17:006][592]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3078 failed (-1006) -[2025.05.25-17.52.17:007][592]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:007][592]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3079 failed (-1000) -[2025.05.25-17.52.17:011][593]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3080 outside of frame bounds -[2025.05.25-17.52.17:012][593]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:012][593]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:012][593]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3081 outside of frame bounds -[2025.05.25-17.52.17:017][593]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3079 failed (-1006) -[2025.05.25-17.52.17:018][593]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:018][593]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3080 failed (-1000) -[2025.05.25-17.52.17:023][594]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3081 outside of frame bounds -[2025.05.25-17.52.17:023][594]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:023][594]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:023][594]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3082 outside of frame bounds -[2025.05.25-17.52.17:028][594]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3080 failed (-1006) -[2025.05.25-17.52.17:029][594]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:029][594]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3081 failed (-1000) -[2025.05.25-17.52.17:034][595]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3082 outside of frame bounds -[2025.05.25-17.52.17:035][595]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:035][595]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:035][595]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3083 outside of frame bounds -[2025.05.25-17.52.17:041][595]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3081 failed (-1006) -[2025.05.25-17.52.17:042][595]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:042][595]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3082 failed (-1000) -[2025.05.25-17.52.17:047][596]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3083 outside of frame bounds -[2025.05.25-17.52.17:047][596]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:047][596]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:047][596]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3084 outside of frame bounds -[2025.05.25-17.52.17:052][596]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3082 failed (-1006) -[2025.05.25-17.52.17:052][596]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:053][596]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3083 failed (-1000) -[2025.05.25-17.52.17:057][597]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3084 outside of frame bounds -[2025.05.25-17.52.17:058][597]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:058][597]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:058][597]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3085 outside of frame bounds -[2025.05.25-17.52.17:064][597]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3083 failed (-1006) -[2025.05.25-17.52.17:064][597]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:065][597]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3084 failed (-1000) -[2025.05.25-17.52.17:069][598]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3085 outside of frame bounds -[2025.05.25-17.52.17:070][598]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:070][598]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:070][598]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3086 outside of frame bounds -[2025.05.25-17.52.17:075][598]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3084 failed (-1006) -[2025.05.25-17.52.17:076][598]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:076][598]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3085 failed (-1000) -[2025.05.25-17.52.17:081][599]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3086 outside of frame bounds -[2025.05.25-17.52.17:082][599]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:082][599]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:082][599]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3087 outside of frame bounds -[2025.05.25-17.52.17:087][599]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3085 failed (-1006) -[2025.05.25-17.52.17:089][599]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:089][599]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3086 failed (-1000) -[2025.05.25-17.52.17:093][600]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3087 outside of frame bounds -[2025.05.25-17.52.17:094][600]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:094][600]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:094][600]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3088 outside of frame bounds -[2025.05.25-17.52.17:098][600]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3086 failed (-1006) -[2025.05.25-17.52.17:099][600]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:099][600]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3087 failed (-1000) -[2025.05.25-17.52.17:105][601]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3088 outside of frame bounds -[2025.05.25-17.52.17:105][601]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:105][601]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:105][601]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3089 outside of frame bounds -[2025.05.25-17.52.17:110][601]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3087 failed (-1006) -[2025.05.25-17.52.17:111][601]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:111][601]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3088 failed (-1000) -[2025.05.25-17.52.17:116][602]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3089 outside of frame bounds -[2025.05.25-17.52.17:117][602]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:117][602]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:117][602]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3090 outside of frame bounds -[2025.05.25-17.52.17:123][602]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3088 failed (-1006) -[2025.05.25-17.52.17:124][602]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:124][602]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3089 failed (-1000) -[2025.05.25-17.52.17:128][603]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3090 outside of frame bounds -[2025.05.25-17.52.17:129][603]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:129][603]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:129][603]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3091 outside of frame bounds -[2025.05.25-17.52.17:134][603]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3089 failed (-1006) -[2025.05.25-17.52.17:135][603]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:135][603]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3090 failed (-1000) -[2025.05.25-17.52.17:141][604]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3091 outside of frame bounds -[2025.05.25-17.52.17:141][604]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:141][604]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:141][604]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3092 outside of frame bounds -[2025.05.25-17.52.17:147][604]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3090 failed (-1006) -[2025.05.25-17.52.17:148][604]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:148][604]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3091 failed (-1000) -[2025.05.25-17.52.17:152][605]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3092 outside of frame bounds -[2025.05.25-17.52.17:152][605]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:152][605]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:152][605]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3093 outside of frame bounds -[2025.05.25-17.52.17:159][605]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3091 failed (-1006) -[2025.05.25-17.52.17:160][605]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:160][605]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3092 failed (-1000) -[2025.05.25-17.52.17:165][606]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3093 outside of frame bounds -[2025.05.25-17.52.17:165][606]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:165][606]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:165][606]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3094 outside of frame bounds -[2025.05.25-17.52.17:171][606]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3092 failed (-1006) -[2025.05.25-17.52.17:172][606]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:172][606]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3093 failed (-1000) -[2025.05.25-17.52.17:177][607]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3094 outside of frame bounds -[2025.05.25-17.52.17:177][607]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:177][607]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:177][607]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3095 outside of frame bounds -[2025.05.25-17.52.17:183][607]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3093 failed (-1006) -[2025.05.25-17.52.17:183][607]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:183][607]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3094 failed (-1000) -[2025.05.25-17.52.17:188][608]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3095 outside of frame bounds -[2025.05.25-17.52.17:189][608]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:189][608]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:189][608]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3096 outside of frame bounds -[2025.05.25-17.52.17:195][608]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3094 failed (-1006) -[2025.05.25-17.52.17:195][608]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:195][608]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3095 failed (-1000) -[2025.05.25-17.52.17:201][609]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3096 outside of frame bounds -[2025.05.25-17.52.17:201][609]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:201][609]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:201][609]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3097 outside of frame bounds -[2025.05.25-17.52.17:206][609]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3095 failed (-1006) -[2025.05.25-17.52.17:207][609]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:207][609]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3096 failed (-1000) -[2025.05.25-17.52.17:212][610]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3097 outside of frame bounds -[2025.05.25-17.52.17:212][610]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:212][610]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:212][610]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3098 outside of frame bounds -[2025.05.25-17.52.17:218][610]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3096 failed (-1006) -[2025.05.25-17.52.17:219][610]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:219][610]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3097 failed (-1000) -[2025.05.25-17.52.17:224][611]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3098 outside of frame bounds -[2025.05.25-17.52.17:225][611]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:225][611]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:225][611]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3099 outside of frame bounds -[2025.05.25-17.52.17:231][611]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3097 failed (-1006) -[2025.05.25-17.52.17:232][611]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:232][611]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3098 failed (-1000) -[2025.05.25-17.52.17:236][612]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3099 outside of frame bounds -[2025.05.25-17.52.17:236][612]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:236][612]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:236][612]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3100 outside of frame bounds -[2025.05.25-17.52.17:244][612]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3098 failed (-1006) -[2025.05.25-17.52.17:244][612]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:244][612]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3099 failed (-1000) -[2025.05.25-17.52.17:248][613]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3100 outside of frame bounds -[2025.05.25-17.52.17:249][613]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:249][613]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:249][613]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3101 outside of frame bounds -[2025.05.25-17.52.17:255][613]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3099 failed (-1006) -[2025.05.25-17.52.17:256][613]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:256][613]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3100 failed (-1000) -[2025.05.25-17.52.17:261][614]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3101 outside of frame bounds -[2025.05.25-17.52.17:261][614]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:261][614]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:261][614]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3102 outside of frame bounds -[2025.05.25-17.52.17:267][614]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3100 failed (-1006) -[2025.05.25-17.52.17:268][614]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:268][614]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3101 failed (-1000) -[2025.05.25-17.52.17:273][615]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3102 outside of frame bounds -[2025.05.25-17.52.17:273][615]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:273][615]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:273][615]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3103 outside of frame bounds -[2025.05.25-17.52.17:278][615]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3101 failed (-1006) -[2025.05.25-17.52.17:279][615]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:279][615]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3102 failed (-1000) -[2025.05.25-17.52.17:285][616]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3103 outside of frame bounds -[2025.05.25-17.52.17:285][616]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:285][616]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:285][616]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3104 outside of frame bounds -[2025.05.25-17.52.17:291][616]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3102 failed (-1006) -[2025.05.25-17.52.17:292][616]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:292][616]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3103 failed (-1000) -[2025.05.25-17.52.17:297][617]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3104 outside of frame bounds -[2025.05.25-17.52.17:298][617]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:298][617]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:298][617]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3105 outside of frame bounds -[2025.05.25-17.52.17:303][617]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3103 failed (-1006) -[2025.05.25-17.52.17:304][617]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:304][617]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3104 failed (-1000) -[2025.05.25-17.52.17:308][618]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3105 outside of frame bounds -[2025.05.25-17.52.17:309][618]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:309][618]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:309][618]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3106 outside of frame bounds -[2025.05.25-17.52.17:315][618]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3104 failed (-1006) -[2025.05.25-17.52.17:316][618]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:316][618]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3105 failed (-1000) -[2025.05.25-17.52.17:320][619]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3106 outside of frame bounds -[2025.05.25-17.52.17:321][619]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:321][619]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:321][619]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3107 outside of frame bounds -[2025.05.25-17.52.17:328][619]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3105 failed (-1006) -[2025.05.25-17.52.17:328][619]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:328][619]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3106 failed (-1000) -[2025.05.25-17.52.17:333][620]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3107 outside of frame bounds -[2025.05.25-17.52.17:333][620]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:333][620]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:333][620]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3108 outside of frame bounds -[2025.05.25-17.52.17:340][620]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3106 failed (-1006) -[2025.05.25-17.52.17:340][620]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:340][620]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3107 failed (-1000) -[2025.05.25-17.52.17:346][621]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3108 outside of frame bounds -[2025.05.25-17.52.17:346][621]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:346][621]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:346][621]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3109 outside of frame bounds -[2025.05.25-17.52.17:351][621]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3107 failed (-1006) -[2025.05.25-17.52.17:352][621]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:352][621]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3108 failed (-1000) -[2025.05.25-17.52.17:357][622]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3109 outside of frame bounds -[2025.05.25-17.52.17:357][622]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:357][622]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:357][622]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3110 outside of frame bounds -[2025.05.25-17.52.17:364][622]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3108 failed (-1006) -[2025.05.25-17.52.17:365][622]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:365][622]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3109 failed (-1000) -[2025.05.25-17.52.17:370][623]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3110 outside of frame bounds -[2025.05.25-17.52.17:370][623]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:370][623]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:370][623]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3111 outside of frame bounds -[2025.05.25-17.52.17:375][623]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3109 failed (-1006) -[2025.05.25-17.52.17:376][623]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:376][623]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3110 failed (-1000) -[2025.05.25-17.52.17:381][624]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3111 outside of frame bounds -[2025.05.25-17.52.17:382][624]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:382][624]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:382][624]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3112 outside of frame bounds -[2025.05.25-17.52.17:387][624]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3110 failed (-1006) -[2025.05.25-17.52.17:388][624]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:388][624]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3111 failed (-1000) -[2025.05.25-17.52.17:393][625]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3112 outside of frame bounds -[2025.05.25-17.52.17:393][625]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:393][625]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:393][625]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3113 outside of frame bounds -[2025.05.25-17.52.17:399][625]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3111 failed (-1006) -[2025.05.25-17.52.17:400][625]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:400][625]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3112 failed (-1000) -[2025.05.25-17.52.17:405][626]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3113 outside of frame bounds -[2025.05.25-17.52.17:405][626]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:405][626]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:405][626]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3114 outside of frame bounds -[2025.05.25-17.52.17:411][626]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3112 failed (-1006) -[2025.05.25-17.52.17:412][626]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:412][626]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3113 failed (-1000) -[2025.05.25-17.52.17:417][627]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3114 outside of frame bounds -[2025.05.25-17.52.17:417][627]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:417][627]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:417][627]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3115 outside of frame bounds -[2025.05.25-17.52.17:423][627]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3113 failed (-1006) -[2025.05.25-17.52.17:424][627]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:424][627]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3114 failed (-1000) -[2025.05.25-17.52.17:428][628]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3115 outside of frame bounds -[2025.05.25-17.52.17:429][628]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:429][628]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:429][628]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3116 outside of frame bounds -[2025.05.25-17.52.17:435][628]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3114 failed (-1006) -[2025.05.25-17.52.17:436][628]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:437][628]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3115 failed (-1000) -[2025.05.25-17.52.17:441][629]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3116 outside of frame bounds -[2025.05.25-17.52.17:442][629]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:442][629]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:442][629]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3117 outside of frame bounds -[2025.05.25-17.52.17:448][629]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3115 failed (-1006) -[2025.05.25-17.52.17:448][629]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:448][629]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3116 failed (-1000) -[2025.05.25-17.52.17:453][630]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3117 outside of frame bounds -[2025.05.25-17.52.17:453][630]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:453][630]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:453][630]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3118 outside of frame bounds -[2025.05.25-17.52.17:459][630]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3116 failed (-1006) -[2025.05.25-17.52.17:459][630]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:459][630]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3117 failed (-1000) -[2025.05.25-17.52.17:465][631]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3118 outside of frame bounds -[2025.05.25-17.52.17:465][631]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:465][631]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:465][631]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3119 outside of frame bounds -[2025.05.25-17.52.17:471][631]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3117 failed (-1006) -[2025.05.25-17.52.17:472][631]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:472][631]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3118 failed (-1000) -[2025.05.25-17.52.17:477][632]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3119 outside of frame bounds -[2025.05.25-17.52.17:477][632]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:477][632]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:477][632]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3120 outside of frame bounds -[2025.05.25-17.52.17:482][632]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3118 failed (-1006) -[2025.05.25-17.52.17:483][632]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:483][632]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3119 failed (-1000) -[2025.05.25-17.52.17:488][633]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3120 outside of frame bounds -[2025.05.25-17.52.17:488][633]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:488][633]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:488][633]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3121 outside of frame bounds -[2025.05.25-17.52.17:495][633]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3119 failed (-1006) -[2025.05.25-17.52.17:495][633]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:495][633]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3120 failed (-1000) -[2025.05.25-17.52.17:499][634]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3121 outside of frame bounds -[2025.05.25-17.52.17:500][634]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:500][634]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:500][634]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3122 outside of frame bounds -[2025.05.25-17.52.17:507][634]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3120 failed (-1006) -[2025.05.25-17.52.17:508][634]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:508][634]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3121 failed (-1000) -[2025.05.25-17.52.17:512][635]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3122 outside of frame bounds -[2025.05.25-17.52.17:512][635]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:512][635]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:513][635]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3123 outside of frame bounds -[2025.05.25-17.52.17:520][635]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3121 failed (-1006) -[2025.05.25-17.52.17:521][635]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:521][635]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3122 failed (-1000) -[2025.05.25-17.52.17:524][636]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3123 outside of frame bounds -[2025.05.25-17.52.17:525][636]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:525][636]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:525][636]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3124 outside of frame bounds -[2025.05.25-17.52.17:531][636]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3122 failed (-1006) -[2025.05.25-17.52.17:532][636]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:532][636]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3123 failed (-1000) -[2025.05.25-17.52.17:536][637]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3124 outside of frame bounds -[2025.05.25-17.52.17:537][637]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:537][637]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:537][637]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3125 outside of frame bounds -[2025.05.25-17.52.17:542][637]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3123 failed (-1006) -[2025.05.25-17.52.17:543][637]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:543][637]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3124 failed (-1000) -[2025.05.25-17.52.17:549][638]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3125 outside of frame bounds -[2025.05.25-17.52.17:549][638]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:549][638]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:550][638]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3126 outside of frame bounds -[2025.05.25-17.52.17:554][638]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3124 failed (-1006) -[2025.05.25-17.52.17:555][638]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:555][638]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3125 failed (-1000) -[2025.05.25-17.52.17:560][639]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3126 outside of frame bounds -[2025.05.25-17.52.17:561][639]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:561][639]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:561][639]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3127 outside of frame bounds -[2025.05.25-17.52.17:566][639]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3125 failed (-1006) -[2025.05.25-17.52.17:567][639]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:567][639]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3126 failed (-1000) -[2025.05.25-17.52.17:572][640]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3127 outside of frame bounds -[2025.05.25-17.52.17:573][640]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:573][640]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:573][640]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3128 outside of frame bounds -[2025.05.25-17.52.17:578][640]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3126 failed (-1006) -[2025.05.25-17.52.17:579][640]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:579][640]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3127 failed (-1000) -[2025.05.25-17.52.17:584][641]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3128 outside of frame bounds -[2025.05.25-17.52.17:584][641]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:584][641]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:584][641]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3129 outside of frame bounds -[2025.05.25-17.52.17:590][641]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3127 failed (-1006) -[2025.05.25-17.52.17:591][641]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:591][641]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3128 failed (-1000) -[2025.05.25-17.52.17:597][642]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3129 outside of frame bounds -[2025.05.25-17.52.17:597][642]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:597][642]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:597][642]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3130 outside of frame bounds -[2025.05.25-17.52.17:603][642]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3128 failed (-1006) -[2025.05.25-17.52.17:604][642]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:604][642]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3129 failed (-1000) -[2025.05.25-17.52.17:608][643]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3130 outside of frame bounds -[2025.05.25-17.52.17:609][643]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:609][643]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:609][643]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3131 outside of frame bounds -[2025.05.25-17.52.17:615][643]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3129 failed (-1006) -[2025.05.25-17.52.17:616][643]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:616][643]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3130 failed (-1000) -[2025.05.25-17.52.17:620][644]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3131 outside of frame bounds -[2025.05.25-17.52.17:621][644]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:621][644]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:621][644]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3132 outside of frame bounds -[2025.05.25-17.52.17:626][644]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3130 failed (-1006) -[2025.05.25-17.52.17:627][644]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:627][644]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3131 failed (-1000) -[2025.05.25-17.52.17:633][645]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3132 outside of frame bounds -[2025.05.25-17.52.17:633][645]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:633][645]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:633][645]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3133 outside of frame bounds -[2025.05.25-17.52.17:638][645]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3131 failed (-1006) -[2025.05.25-17.52.17:639][645]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:639][645]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3132 failed (-1000) -[2025.05.25-17.52.17:645][646]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3133 outside of frame bounds -[2025.05.25-17.52.17:646][646]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:646][646]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:646][646]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3134 outside of frame bounds -[2025.05.25-17.52.17:650][646]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3132 failed (-1006) -[2025.05.25-17.52.17:651][646]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:651][646]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3133 failed (-1000) -[2025.05.25-17.52.17:656][647]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3134 outside of frame bounds -[2025.05.25-17.52.17:656][647]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:656][647]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:656][647]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3135 outside of frame bounds -[2025.05.25-17.52.17:663][647]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3133 failed (-1006) -[2025.05.25-17.52.17:664][647]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:664][647]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3134 failed (-1000) -[2025.05.25-17.52.17:667][648]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3135 outside of frame bounds -[2025.05.25-17.52.17:668][648]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:668][648]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:668][648]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3136 outside of frame bounds -[2025.05.25-17.52.17:675][648]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3134 failed (-1006) -[2025.05.25-17.52.17:676][648]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:676][648]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3135 failed (-1000) -[2025.05.25-17.52.17:679][649]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3136 outside of frame bounds -[2025.05.25-17.52.17:680][649]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:680][649]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:680][649]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3137 outside of frame bounds -[2025.05.25-17.52.17:686][649]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3135 failed (-1006) -[2025.05.25-17.52.17:687][649]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:687][649]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3136 failed (-1000) -[2025.05.25-17.52.17:692][650]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3137 outside of frame bounds -[2025.05.25-17.52.17:692][650]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:692][650]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:692][650]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3138 outside of frame bounds -[2025.05.25-17.52.17:698][650]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3136 failed (-1006) -[2025.05.25-17.52.17:698][650]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:699][650]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3137 failed (-1000) -[2025.05.25-17.52.17:703][651]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3138 outside of frame bounds -[2025.05.25-17.52.17:704][651]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:704][651]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:704][651]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3139 outside of frame bounds -[2025.05.25-17.52.17:708][651]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3137 failed (-1006) -[2025.05.25-17.52.17:709][651]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:709][651]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3138 failed (-1000) -[2025.05.25-17.52.17:716][652]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3139 outside of frame bounds -[2025.05.25-17.52.17:716][652]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:716][652]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:716][652]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3140 outside of frame bounds -[2025.05.25-17.52.17:721][652]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3138 failed (-1006) -[2025.05.25-17.52.17:722][652]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:722][652]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3139 failed (-1000) -[2025.05.25-17.52.17:728][653]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3140 outside of frame bounds -[2025.05.25-17.52.17:728][653]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:728][653]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:728][653]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3141 outside of frame bounds -[2025.05.25-17.52.17:734][653]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3139 failed (-1006) -[2025.05.25-17.52.17:735][653]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:735][653]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3140 failed (-1000) -[2025.05.25-17.52.17:739][654]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3141 outside of frame bounds -[2025.05.25-17.52.17:739][654]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:739][654]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:739][654]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3142 outside of frame bounds -[2025.05.25-17.52.17:746][654]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3140 failed (-1006) -[2025.05.25-17.52.17:747][654]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:747][654]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3141 failed (-1000) -[2025.05.25-17.52.17:750][655]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3142 outside of frame bounds -[2025.05.25-17.52.17:751][655]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:751][655]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:751][655]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3143 outside of frame bounds -[2025.05.25-17.52.17:758][655]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3141 failed (-1006) -[2025.05.25-17.52.17:758][655]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:758][655]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3142 failed (-1000) -[2025.05.25-17.52.17:763][656]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3143 outside of frame bounds -[2025.05.25-17.52.17:763][656]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:763][656]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:763][656]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3144 outside of frame bounds -[2025.05.25-17.52.17:770][656]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3142 failed (-1006) -[2025.05.25-17.52.17:771][656]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:771][656]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3143 failed (-1000) -[2025.05.25-17.52.17:775][657]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3144 outside of frame bounds -[2025.05.25-17.52.17:776][657]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:776][657]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:776][657]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3145 outside of frame bounds -[2025.05.25-17.52.17:782][657]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3143 failed (-1006) -[2025.05.25-17.52.17:783][657]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:783][657]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3144 failed (-1000) -[2025.05.25-17.52.17:788][658]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3145 outside of frame bounds -[2025.05.25-17.52.17:789][658]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:789][658]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:789][658]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3146 outside of frame bounds -[2025.05.25-17.52.17:795][658]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3144 failed (-1006) -[2025.05.25-17.52.17:796][658]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:796][658]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3145 failed (-1000) -[2025.05.25-17.52.17:800][659]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3146 outside of frame bounds -[2025.05.25-17.52.17:800][659]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:800][659]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:800][659]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3147 outside of frame bounds -[2025.05.25-17.52.17:806][659]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3145 failed (-1006) -[2025.05.25-17.52.17:807][659]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:807][659]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3146 failed (-1000) -[2025.05.25-17.52.17:812][660]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3147 outside of frame bounds -[2025.05.25-17.52.17:812][660]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:813][660]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:813][660]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3148 outside of frame bounds -[2025.05.25-17.52.17:817][660]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3146 failed (-1006) -[2025.05.25-17.52.17:818][660]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:818][660]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3147 failed (-1000) -[2025.05.25-17.52.17:823][661]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3148 outside of frame bounds -[2025.05.25-17.52.17:823][661]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:823][661]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:823][661]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3149 outside of frame bounds -[2025.05.25-17.52.17:829][661]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3147 failed (-1006) -[2025.05.25-17.52.17:831][661]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:831][661]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3148 failed (-1000) -[2025.05.25-17.52.17:835][662]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3149 outside of frame bounds -[2025.05.25-17.52.17:835][662]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:835][662]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:835][662]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3150 outside of frame bounds -[2025.05.25-17.52.17:842][662]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3148 failed (-1006) -[2025.05.25-17.52.17:843][662]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:843][662]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3149 failed (-1000) -[2025.05.25-17.52.17:847][663]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3150 outside of frame bounds -[2025.05.25-17.52.17:847][663]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:847][663]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:847][663]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3151 outside of frame bounds -[2025.05.25-17.52.17:853][663]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3149 failed (-1006) -[2025.05.25-17.52.17:854][663]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:854][663]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3150 failed (-1000) -[2025.05.25-17.52.17:859][664]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3151 outside of frame bounds -[2025.05.25-17.52.17:860][664]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:860][664]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:860][664]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3152 outside of frame bounds -[2025.05.25-17.52.17:866][664]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3150 failed (-1006) -[2025.05.25-17.52.17:866][664]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:867][664]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3151 failed (-1000) -[2025.05.25-17.52.17:872][665]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3152 outside of frame bounds -[2025.05.25-17.52.17:872][665]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:872][665]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:872][665]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3153 outside of frame bounds -[2025.05.25-17.52.17:879][665]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3151 failed (-1006) -[2025.05.25-17.52.17:879][665]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:879][665]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3152 failed (-1000) -[2025.05.25-17.52.17:884][666]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3153 outside of frame bounds -[2025.05.25-17.52.17:884][666]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:884][666]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:884][666]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3154 outside of frame bounds -[2025.05.25-17.52.17:889][666]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3152 failed (-1006) -[2025.05.25-17.52.17:890][666]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:890][666]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3153 failed (-1000) -[2025.05.25-17.52.17:896][667]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3154 outside of frame bounds -[2025.05.25-17.52.17:897][667]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:897][667]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:897][667]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3155 outside of frame bounds -[2025.05.25-17.52.17:900][667]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3153 failed (-1006) -[2025.05.25-17.52.17:902][667]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:902][667]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3154 failed (-1000) -[2025.05.25-17.52.17:907][668]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3155 outside of frame bounds -[2025.05.25-17.52.17:907][668]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:907][668]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:907][668]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3156 outside of frame bounds -[2025.05.25-17.52.17:913][668]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3154 failed (-1006) -[2025.05.25-17.52.17:913][668]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:914][668]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3155 failed (-1000) -[2025.05.25-17.52.17:918][669]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3156 outside of frame bounds -[2025.05.25-17.52.17:919][669]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:919][669]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:919][669]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3157 outside of frame bounds -[2025.05.25-17.52.17:924][669]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3155 failed (-1006) -[2025.05.25-17.52.17:925][669]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:925][669]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3156 failed (-1000) -[2025.05.25-17.52.17:930][670]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3157 outside of frame bounds -[2025.05.25-17.52.17:930][670]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:930][670]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:930][670]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3158 outside of frame bounds -[2025.05.25-17.52.17:937][670]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3156 failed (-1006) -[2025.05.25-17.52.17:937][670]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:937][670]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3157 failed (-1000) -[2025.05.25-17.52.17:943][671]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3158 outside of frame bounds -[2025.05.25-17.52.17:943][671]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:943][671]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:943][671]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3159 outside of frame bounds -[2025.05.25-17.52.17:949][671]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3157 failed (-1006) -[2025.05.25-17.52.17:950][671]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:950][671]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3158 failed (-1000) -[2025.05.25-17.52.17:954][672]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3159 outside of frame bounds -[2025.05.25-17.52.17:954][672]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:954][672]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:954][672]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3160 outside of frame bounds -[2025.05.25-17.52.17:961][672]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3158 failed (-1006) -[2025.05.25-17.52.17:962][672]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:962][672]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3159 failed (-1000) -[2025.05.25-17.52.17:967][673]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3160 outside of frame bounds -[2025.05.25-17.52.17:967][673]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:967][673]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:967][673]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3161 outside of frame bounds -[2025.05.25-17.52.17:972][673]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3159 failed (-1006) -[2025.05.25-17.52.17:973][673]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:973][673]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3160 failed (-1000) -[2025.05.25-17.52.17:979][674]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3161 outside of frame bounds -[2025.05.25-17.52.17:980][674]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:980][674]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:980][674]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3162 outside of frame bounds -[2025.05.25-17.52.17:984][674]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3160 failed (-1006) -[2025.05.25-17.52.17:984][674]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:984][674]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3161 failed (-1000) -[2025.05.25-17.52.17:988][675]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3162 outside of frame bounds -[2025.05.25-17.52.17:989][675]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.17:989][675]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.17:989][675]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3163 outside of frame bounds -[2025.05.25-17.52.17:996][675]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3161 failed (-1006) -[2025.05.25-17.52.17:997][675]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.17:997][675]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3162 failed (-1000) -[2025.05.25-17.52.18:001][676]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3163 outside of frame bounds -[2025.05.25-17.52.18:001][676]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:001][676]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:001][676]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3164 outside of frame bounds -[2025.05.25-17.52.18:007][676]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3162 failed (-1006) -[2025.05.25-17.52.18:009][676]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:009][676]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3163 failed (-1000) -[2025.05.25-17.52.18:013][677]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3164 outside of frame bounds -[2025.05.25-17.52.18:013][677]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:013][677]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:013][677]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3165 outside of frame bounds -[2025.05.25-17.52.18:020][677]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3163 failed (-1006) -[2025.05.25-17.52.18:020][677]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:021][677]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3164 failed (-1000) -[2025.05.25-17.52.18:026][678]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3165 outside of frame bounds -[2025.05.25-17.52.18:027][678]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:027][678]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:027][678]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3166 outside of frame bounds -[2025.05.25-17.52.18:032][678]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3164 failed (-1006) -[2025.05.25-17.52.18:033][678]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:033][678]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3165 failed (-1000) -[2025.05.25-17.52.18:037][679]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3166 outside of frame bounds -[2025.05.25-17.52.18:037][679]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:037][679]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:037][679]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3167 outside of frame bounds -[2025.05.25-17.52.18:043][679]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3165 failed (-1006) -[2025.05.25-17.52.18:044][679]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:044][679]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3166 failed (-1000) -[2025.05.25-17.52.18:049][680]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3167 outside of frame bounds -[2025.05.25-17.52.18:049][680]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:049][680]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:049][680]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3168 outside of frame bounds -[2025.05.25-17.52.18:055][680]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3166 failed (-1006) -[2025.05.25-17.52.18:056][680]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:056][680]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3167 failed (-1000) -[2025.05.25-17.52.18:061][681]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3168 outside of frame bounds -[2025.05.25-17.52.18:061][681]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:061][681]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:062][681]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3169 outside of frame bounds -[2025.05.25-17.52.18:067][681]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3167 failed (-1006) -[2025.05.25-17.52.18:067][681]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:067][681]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3168 failed (-1000) -[2025.05.25-17.52.18:073][682]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3169 outside of frame bounds -[2025.05.25-17.52.18:073][682]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:073][682]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:073][682]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3170 outside of frame bounds -[2025.05.25-17.52.18:078][682]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3168 failed (-1006) -[2025.05.25-17.52.18:079][682]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:079][682]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3169 failed (-1000) -[2025.05.25-17.52.18:084][683]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3170 outside of frame bounds -[2025.05.25-17.52.18:085][683]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:085][683]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:085][683]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3171 outside of frame bounds -[2025.05.25-17.52.18:091][683]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3169 failed (-1006) -[2025.05.25-17.52.18:092][683]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:092][683]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3170 failed (-1000) -[2025.05.25-17.52.18:096][684]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3171 outside of frame bounds -[2025.05.25-17.52.18:096][684]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:096][684]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:096][684]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3172 outside of frame bounds -[2025.05.25-17.52.18:103][684]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3170 failed (-1006) -[2025.05.25-17.52.18:104][684]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:104][684]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3171 failed (-1000) -[2025.05.25-17.52.18:108][685]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3172 outside of frame bounds -[2025.05.25-17.52.18:109][685]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:109][685]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:109][685]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3173 outside of frame bounds -[2025.05.25-17.52.18:115][685]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3171 failed (-1006) -[2025.05.25-17.52.18:116][685]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:116][685]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3172 failed (-1000) -[2025.05.25-17.52.18:120][686]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3173 outside of frame bounds -[2025.05.25-17.52.18:121][686]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:121][686]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:121][686]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3174 outside of frame bounds -[2025.05.25-17.52.18:127][686]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3172 failed (-1006) -[2025.05.25-17.52.18:128][686]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:128][686]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3173 failed (-1000) -[2025.05.25-17.52.18:133][687]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3174 outside of frame bounds -[2025.05.25-17.52.18:133][687]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:133][687]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:133][687]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3175 outside of frame bounds -[2025.05.25-17.52.18:139][687]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3173 failed (-1006) -[2025.05.25-17.52.18:140][687]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:140][687]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3174 failed (-1000) -[2025.05.25-17.52.18:145][688]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3175 outside of frame bounds -[2025.05.25-17.52.18:146][688]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:146][688]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:146][688]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3176 outside of frame bounds -[2025.05.25-17.52.18:150][688]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3174 failed (-1006) -[2025.05.25-17.52.18:151][688]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:151][688]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3175 failed (-1000) -[2025.05.25-17.52.18:155][689]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3176 outside of frame bounds -[2025.05.25-17.52.18:156][689]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:156][689]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:156][689]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3177 outside of frame bounds -[2025.05.25-17.52.18:163][689]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3175 failed (-1006) -[2025.05.25-17.52.18:164][689]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:164][689]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3176 failed (-1000) -[2025.05.25-17.52.18:168][690]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3177 outside of frame bounds -[2025.05.25-17.52.18:168][690]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:168][690]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:168][690]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3178 outside of frame bounds -[2025.05.25-17.52.18:175][690]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3176 failed (-1006) -[2025.05.25-17.52.18:176][690]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:176][690]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3177 failed (-1000) -[2025.05.25-17.52.18:180][691]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3178 outside of frame bounds -[2025.05.25-17.52.18:181][691]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:181][691]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:181][691]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3179 outside of frame bounds -[2025.05.25-17.52.18:186][691]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3177 failed (-1006) -[2025.05.25-17.52.18:187][691]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:187][691]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3178 failed (-1000) -[2025.05.25-17.52.18:192][692]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3179 outside of frame bounds -[2025.05.25-17.52.18:193][692]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:193][692]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:193][692]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3180 outside of frame bounds -[2025.05.25-17.52.18:199][692]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3178 failed (-1006) -[2025.05.25-17.52.18:201][692]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:201][692]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3179 failed (-1000) -[2025.05.25-17.52.18:205][693]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3180 outside of frame bounds -[2025.05.25-17.52.18:206][693]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:206][693]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:206][693]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3181 outside of frame bounds -[2025.05.25-17.52.18:212][693]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3179 failed (-1006) -[2025.05.25-17.52.18:213][693]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:213][693]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3180 failed (-1000) -[2025.05.25-17.52.18:218][694]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3181 outside of frame bounds -[2025.05.25-17.52.18:218][694]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:218][694]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:218][694]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3182 outside of frame bounds -[2025.05.25-17.52.18:222][694]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3180 failed (-1006) -[2025.05.25-17.52.18:224][694]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:224][694]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3181 failed (-1000) -[2025.05.25-17.52.18:229][695]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3182 outside of frame bounds -[2025.05.25-17.52.18:230][695]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:230][695]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:230][695]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3183 outside of frame bounds -[2025.05.25-17.52.18:235][695]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3181 failed (-1006) -[2025.05.25-17.52.18:235][695]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:235][695]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3182 failed (-1000) -[2025.05.25-17.52.18:242][696]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3183 outside of frame bounds -[2025.05.25-17.52.18:242][696]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:242][696]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:242][696]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3184 outside of frame bounds -[2025.05.25-17.52.18:247][696]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3182 failed (-1006) -[2025.05.25-17.52.18:248][696]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:248][696]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3183 failed (-1000) -[2025.05.25-17.52.18:252][697]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3184 outside of frame bounds -[2025.05.25-17.52.18:253][697]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:253][697]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:253][697]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3185 outside of frame bounds -[2025.05.25-17.52.18:259][697]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3183 failed (-1006) -[2025.05.25-17.52.18:260][697]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:260][697]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3184 failed (-1000) -[2025.05.25-17.52.18:264][698]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3185 outside of frame bounds -[2025.05.25-17.52.18:265][698]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:265][698]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:265][698]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3186 outside of frame bounds -[2025.05.25-17.52.18:272][698]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3184 failed (-1006) -[2025.05.25-17.52.18:273][698]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:273][698]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3185 failed (-1000) -[2025.05.25-17.52.18:278][699]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3186 outside of frame bounds -[2025.05.25-17.52.18:278][699]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:278][699]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:278][699]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3187 outside of frame bounds -[2025.05.25-17.52.18:283][699]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3185 failed (-1006) -[2025.05.25-17.52.18:284][699]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:284][699]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3186 failed (-1000) -[2025.05.25-17.52.18:290][700]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3187 outside of frame bounds -[2025.05.25-17.52.18:290][700]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:290][700]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:290][700]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3188 outside of frame bounds -[2025.05.25-17.52.18:297][700]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3186 failed (-1006) -[2025.05.25-17.52.18:297][700]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:298][700]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3187 failed (-1000) -[2025.05.25-17.52.18:303][701]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3188 outside of frame bounds -[2025.05.25-17.52.18:303][701]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:303][701]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:303][701]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3189 outside of frame bounds -[2025.05.25-17.52.18:309][701]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3187 failed (-1006) -[2025.05.25-17.52.18:310][701]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:310][701]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3188 failed (-1000) -[2025.05.25-17.52.18:314][702]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3189 outside of frame bounds -[2025.05.25-17.52.18:315][702]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:315][702]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:315][702]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3190 outside of frame bounds -[2025.05.25-17.52.18:320][702]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3188 failed (-1006) -[2025.05.25-17.52.18:320][702]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:320][702]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3189 failed (-1000) -[2025.05.25-17.52.18:327][703]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3190 outside of frame bounds -[2025.05.25-17.52.18:327][703]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:327][703]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:327][703]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3191 outside of frame bounds -[2025.05.25-17.52.18:332][703]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3189 failed (-1006) -[2025.05.25-17.52.18:332][703]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:332][703]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3190 failed (-1000) -[2025.05.25-17.52.18:337][704]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3191 outside of frame bounds -[2025.05.25-17.52.18:338][704]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:338][704]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:338][704]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3192 outside of frame bounds -[2025.05.25-17.52.18:343][704]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3190 failed (-1006) -[2025.05.25-17.52.18:344][704]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:344][704]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3191 failed (-1000) -[2025.05.25-17.52.18:349][705]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3192 outside of frame bounds -[2025.05.25-17.52.18:350][705]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:350][705]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:350][705]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3193 outside of frame bounds -[2025.05.25-17.52.18:356][705]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3191 failed (-1006) -[2025.05.25-17.52.18:356][705]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:357][705]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3192 failed (-1000) -[2025.05.25-17.52.18:360][706]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3193 outside of frame bounds -[2025.05.25-17.52.18:362][706]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:362][706]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:362][706]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3194 outside of frame bounds -[2025.05.25-17.52.18:367][706]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3192 failed (-1006) -[2025.05.25-17.52.18:368][706]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:368][706]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3193 failed (-1000) -[2025.05.25-17.52.18:373][707]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3194 outside of frame bounds -[2025.05.25-17.52.18:373][707]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:373][707]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:373][707]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3195 outside of frame bounds -[2025.05.25-17.52.18:380][707]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3193 failed (-1006) -[2025.05.25-17.52.18:380][707]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:380][707]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3194 failed (-1000) -[2025.05.25-17.52.18:385][708]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3195 outside of frame bounds -[2025.05.25-17.52.18:385][708]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:385][708]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:386][708]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3196 outside of frame bounds -[2025.05.25-17.52.18:392][708]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3194 failed (-1006) -[2025.05.25-17.52.18:393][708]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:393][708]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3195 failed (-1000) -[2025.05.25-17.52.18:397][709]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3196 outside of frame bounds -[2025.05.25-17.52.18:397][709]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:397][709]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:397][709]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3197 outside of frame bounds -[2025.05.25-17.52.18:402][709]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3195 failed (-1006) -[2025.05.25-17.52.18:403][709]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:403][709]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3196 failed (-1000) -[2025.05.25-17.52.18:408][710]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3197 outside of frame bounds -[2025.05.25-17.52.18:409][710]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:409][710]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:409][710]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3198 outside of frame bounds -[2025.05.25-17.52.18:413][710]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3196 failed (-1006) -[2025.05.25-17.52.18:414][710]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:414][710]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3197 failed (-1000) -[2025.05.25-17.52.18:419][711]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3198 outside of frame bounds -[2025.05.25-17.52.18:419][711]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:419][711]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:420][711]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3199 outside of frame bounds -[2025.05.25-17.52.18:426][711]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3197 failed (-1006) -[2025.05.25-17.52.18:427][711]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:427][711]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3198 failed (-1000) -[2025.05.25-17.52.18:431][712]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3199 outside of frame bounds -[2025.05.25-17.52.18:431][712]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:431][712]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:431][712]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3200 outside of frame bounds -[2025.05.25-17.52.18:438][712]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3198 failed (-1006) -[2025.05.25-17.52.18:439][712]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:439][712]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3199 failed (-1000) -[2025.05.25-17.52.18:444][713]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3200 outside of frame bounds -[2025.05.25-17.52.18:444][713]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:444][713]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:444][713]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3201 outside of frame bounds -[2025.05.25-17.52.18:450][713]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3199 failed (-1006) -[2025.05.25-17.52.18:451][713]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:451][713]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3200 failed (-1000) -[2025.05.25-17.52.18:455][714]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3201 outside of frame bounds -[2025.05.25-17.52.18:456][714]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:456][714]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:456][714]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3202 outside of frame bounds -[2025.05.25-17.52.18:462][714]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3200 failed (-1006) -[2025.05.25-17.52.18:463][714]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:463][714]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3201 failed (-1000) -[2025.05.25-17.52.18:467][715]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3202 outside of frame bounds -[2025.05.25-17.52.18:467][715]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:467][715]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:467][715]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3203 outside of frame bounds -[2025.05.25-17.52.18:473][715]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3201 failed (-1006) -[2025.05.25-17.52.18:474][715]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:474][715]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3202 failed (-1000) -[2025.05.25-17.52.18:479][716]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3203 outside of frame bounds -[2025.05.25-17.52.18:480][716]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:480][716]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:480][716]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3204 outside of frame bounds -[2025.05.25-17.52.18:484][716]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3202 failed (-1006) -[2025.05.25-17.52.18:485][716]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:485][716]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3203 failed (-1000) -[2025.05.25-17.52.18:490][717]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3204 outside of frame bounds -[2025.05.25-17.52.18:491][717]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:491][717]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:491][717]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3205 outside of frame bounds -[2025.05.25-17.52.18:496][717]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3203 failed (-1006) -[2025.05.25-17.52.18:497][717]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:497][717]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3204 failed (-1000) -[2025.05.25-17.52.18:502][718]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3205 outside of frame bounds -[2025.05.25-17.52.18:503][718]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:503][718]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:503][718]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3206 outside of frame bounds -[2025.05.25-17.52.18:509][718]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3204 failed (-1006) -[2025.05.25-17.52.18:509][718]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:509][718]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3205 failed (-1000) -[2025.05.25-17.52.18:513][719]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3206 outside of frame bounds -[2025.05.25-17.52.18:514][719]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:514][719]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:514][719]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3207 outside of frame bounds -[2025.05.25-17.52.18:520][719]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3205 failed (-1006) -[2025.05.25-17.52.18:521][719]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:521][719]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3206 failed (-1000) -[2025.05.25-17.52.18:525][720]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3207 outside of frame bounds -[2025.05.25-17.52.18:526][720]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:526][720]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:526][720]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3208 outside of frame bounds -[2025.05.25-17.52.18:533][720]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3206 failed (-1006) -[2025.05.25-17.52.18:533][720]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:533][720]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3207 failed (-1000) -[2025.05.25-17.52.18:538][721]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3208 outside of frame bounds -[2025.05.25-17.52.18:539][721]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:539][721]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:539][721]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3209 outside of frame bounds -[2025.05.25-17.52.18:544][721]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3207 failed (-1006) -[2025.05.25-17.52.18:545][721]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:545][721]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3208 failed (-1000) -[2025.05.25-17.52.18:549][722]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3209 outside of frame bounds -[2025.05.25-17.52.18:550][722]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:550][722]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:550][722]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3210 outside of frame bounds -[2025.05.25-17.52.18:556][722]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3208 failed (-1006) -[2025.05.25-17.52.18:557][722]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:557][722]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3209 failed (-1000) -[2025.05.25-17.52.18:562][723]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3210 outside of frame bounds -[2025.05.25-17.52.18:563][723]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:563][723]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:563][723]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3211 outside of frame bounds -[2025.05.25-17.52.18:568][723]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3209 failed (-1006) -[2025.05.25-17.52.18:569][723]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:569][723]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3210 failed (-1000) -[2025.05.25-17.52.18:574][724]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3211 outside of frame bounds -[2025.05.25-17.52.18:574][724]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:574][724]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:574][724]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3212 outside of frame bounds -[2025.05.25-17.52.18:580][724]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3210 failed (-1006) -[2025.05.25-17.52.18:581][724]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:581][724]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3211 failed (-1000) -[2025.05.25-17.52.18:586][725]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3212 outside of frame bounds -[2025.05.25-17.52.18:586][725]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:586][725]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:586][725]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3213 outside of frame bounds -[2025.05.25-17.52.18:593][725]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3211 failed (-1006) -[2025.05.25-17.52.18:594][725]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:594][725]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3212 failed (-1000) -[2025.05.25-17.52.18:598][726]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3213 outside of frame bounds -[2025.05.25-17.52.18:598][726]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:598][726]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:598][726]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3214 outside of frame bounds -[2025.05.25-17.52.18:605][726]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3212 failed (-1006) -[2025.05.25-17.52.18:606][726]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:606][726]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3213 failed (-1000) -[2025.05.25-17.52.18:610][727]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3214 outside of frame bounds -[2025.05.25-17.52.18:611][727]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:611][727]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:611][727]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3215 outside of frame bounds -[2025.05.25-17.52.18:618][727]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3213 failed (-1006) -[2025.05.25-17.52.18:618][727]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:618][727]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3214 failed (-1000) -[2025.05.25-17.52.18:622][728]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3215 outside of frame bounds -[2025.05.25-17.52.18:623][728]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:623][728]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:623][728]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3216 outside of frame bounds -[2025.05.25-17.52.18:630][728]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3214 failed (-1006) -[2025.05.25-17.52.18:631][728]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:631][728]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3215 failed (-1000) -[2025.05.25-17.52.18:635][729]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3216 outside of frame bounds -[2025.05.25-17.52.18:636][729]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:636][729]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:636][729]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3217 outside of frame bounds -[2025.05.25-17.52.18:643][729]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3215 failed (-1006) -[2025.05.25-17.52.18:644][729]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:644][729]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3216 failed (-1000) -[2025.05.25-17.52.18:648][730]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3217 outside of frame bounds -[2025.05.25-17.52.18:648][730]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:648][730]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:648][730]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3218 outside of frame bounds -[2025.05.25-17.52.18:653][730]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3216 failed (-1006) -[2025.05.25-17.52.18:654][730]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:654][730]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3217 failed (-1000) -[2025.05.25-17.52.18:660][731]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3218 outside of frame bounds -[2025.05.25-17.52.18:661][731]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:661][731]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:661][731]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3219 outside of frame bounds -[2025.05.25-17.52.18:665][731]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3217 failed (-1006) -[2025.05.25-17.52.18:666][731]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:666][731]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3218 failed (-1000) -[2025.05.25-17.52.18:672][732]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3219 outside of frame bounds -[2025.05.25-17.52.18:672][732]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:672][732]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:672][732]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3220 outside of frame bounds -[2025.05.25-17.52.18:678][732]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3218 failed (-1006) -[2025.05.25-17.52.18:678][732]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:678][732]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3219 failed (-1000) -[2025.05.25-17.52.18:683][733]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3220 outside of frame bounds -[2025.05.25-17.52.18:683][733]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:683][733]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:684][733]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3221 outside of frame bounds -[2025.05.25-17.52.18:690][733]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3219 failed (-1006) -[2025.05.25-17.52.18:691][733]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:691][733]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3220 failed (-1000) -[2025.05.25-17.52.18:696][734]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3221 outside of frame bounds -[2025.05.25-17.52.18:696][734]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:696][734]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:696][734]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3222 outside of frame bounds -[2025.05.25-17.52.18:702][734]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3220 failed (-1006) -[2025.05.25-17.52.18:703][734]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:703][734]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3221 failed (-1000) -[2025.05.25-17.52.18:708][735]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3222 outside of frame bounds -[2025.05.25-17.52.18:708][735]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:708][735]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:708][735]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3223 outside of frame bounds -[2025.05.25-17.52.18:715][735]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3221 failed (-1006) -[2025.05.25-17.52.18:715][735]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:716][735]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3222 failed (-1000) -[2025.05.25-17.52.18:720][736]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3223 outside of frame bounds -[2025.05.25-17.52.18:721][736]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:721][736]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:721][736]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3224 outside of frame bounds -[2025.05.25-17.52.18:726][736]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3222 failed (-1006) -[2025.05.25-17.52.18:727][736]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:727][736]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3223 failed (-1000) -[2025.05.25-17.52.18:732][737]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3224 outside of frame bounds -[2025.05.25-17.52.18:733][737]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:733][737]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:733][737]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3225 outside of frame bounds -[2025.05.25-17.52.18:739][737]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3223 failed (-1006) -[2025.05.25-17.52.18:739][737]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:739][737]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3224 failed (-1000) -[2025.05.25-17.52.18:744][738]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3225 outside of frame bounds -[2025.05.25-17.52.18:745][738]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:745][738]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:745][738]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3226 outside of frame bounds -[2025.05.25-17.52.18:749][738]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3224 failed (-1006) -[2025.05.25-17.52.18:750][738]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:750][738]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3225 failed (-1000) -[2025.05.25-17.52.18:755][739]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3226 outside of frame bounds -[2025.05.25-17.52.18:756][739]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:756][739]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:756][739]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3227 outside of frame bounds -[2025.05.25-17.52.18:762][739]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3225 failed (-1006) -[2025.05.25-17.52.18:762][739]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:762][739]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3226 failed (-1000) -[2025.05.25-17.52.18:767][740]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3227 outside of frame bounds -[2025.05.25-17.52.18:767][740]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:767][740]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:767][740]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3228 outside of frame bounds -[2025.05.25-17.52.18:774][740]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3226 failed (-1006) -[2025.05.25-17.52.18:774][740]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:774][740]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3227 failed (-1000) -[2025.05.25-17.52.18:779][741]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3228 outside of frame bounds -[2025.05.25-17.52.18:779][741]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:779][741]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:779][741]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3229 outside of frame bounds -[2025.05.25-17.52.18:785][741]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3227 failed (-1006) -[2025.05.25-17.52.18:786][741]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:786][741]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3228 failed (-1000) -[2025.05.25-17.52.18:791][742]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3229 outside of frame bounds -[2025.05.25-17.52.18:791][742]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:791][742]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:791][742]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3230 outside of frame bounds -[2025.05.25-17.52.18:798][742]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3228 failed (-1006) -[2025.05.25-17.52.18:798][742]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:798][742]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3229 failed (-1000) -[2025.05.25-17.52.18:803][743]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3230 outside of frame bounds -[2025.05.25-17.52.18:804][743]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:804][743]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:804][743]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3231 outside of frame bounds -[2025.05.25-17.52.18:810][743]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3229 failed (-1006) -[2025.05.25-17.52.18:811][743]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:811][743]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3230 failed (-1000) -[2025.05.25-17.52.18:815][744]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3231 outside of frame bounds -[2025.05.25-17.52.18:815][744]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:815][744]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:815][744]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3232 outside of frame bounds -[2025.05.25-17.52.18:820][744]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3230 failed (-1006) -[2025.05.25-17.52.18:821][744]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:821][744]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3231 failed (-1000) -[2025.05.25-17.52.18:827][745]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3232 outside of frame bounds -[2025.05.25-17.52.18:827][745]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:827][745]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:827][745]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3233 outside of frame bounds -[2025.05.25-17.52.18:833][745]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3231 failed (-1006) -[2025.05.25-17.52.18:833][745]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:833][745]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3232 failed (-1000) -[2025.05.25-17.52.18:838][746]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3233 outside of frame bounds -[2025.05.25-17.52.18:839][746]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:839][746]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:839][746]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3234 outside of frame bounds -[2025.05.25-17.52.18:845][746]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3232 failed (-1006) -[2025.05.25-17.52.18:846][746]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:846][746]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3233 failed (-1000) -[2025.05.25-17.52.18:849][747]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3234 outside of frame bounds -[2025.05.25-17.52.18:850][747]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:850][747]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:850][747]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3235 outside of frame bounds -[2025.05.25-17.52.18:857][747]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3233 failed (-1006) -[2025.05.25-17.52.18:858][747]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:858][747]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3234 failed (-1000) -[2025.05.25-17.52.18:862][748]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3235 outside of frame bounds -[2025.05.25-17.52.18:863][748]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:863][748]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:863][748]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3236 outside of frame bounds -[2025.05.25-17.52.18:868][748]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3234 failed (-1006) -[2025.05.25-17.52.18:869][748]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:869][748]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3235 failed (-1000) -[2025.05.25-17.52.18:874][749]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3236 outside of frame bounds -[2025.05.25-17.52.18:874][749]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:874][749]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:874][749]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3237 outside of frame bounds -[2025.05.25-17.52.18:880][749]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3235 failed (-1006) -[2025.05.25-17.52.18:881][749]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:881][749]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3236 failed (-1000) -[2025.05.25-17.52.18:886][750]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3237 outside of frame bounds -[2025.05.25-17.52.18:886][750]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:886][750]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:886][750]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3238 outside of frame bounds -[2025.05.25-17.52.18:893][750]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3236 failed (-1006) -[2025.05.25-17.52.18:893][750]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:893][750]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3237 failed (-1000) -[2025.05.25-17.52.18:898][751]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3238 outside of frame bounds -[2025.05.25-17.52.18:898][751]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:898][751]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:898][751]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3239 outside of frame bounds -[2025.05.25-17.52.18:903][751]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3237 failed (-1006) -[2025.05.25-17.52.18:904][751]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:904][751]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3238 failed (-1000) -[2025.05.25-17.52.18:910][752]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3239 outside of frame bounds -[2025.05.25-17.52.18:910][752]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:910][752]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:910][752]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3240 outside of frame bounds -[2025.05.25-17.52.18:915][752]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3238 failed (-1006) -[2025.05.25-17.52.18:916][752]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:916][752]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3239 failed (-1000) -[2025.05.25-17.52.18:920][753]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3240 outside of frame bounds -[2025.05.25-17.52.18:920][753]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:920][753]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:920][753]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3241 outside of frame bounds -[2025.05.25-17.52.18:926][753]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3239 failed (-1006) -[2025.05.25-17.52.18:927][753]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:927][753]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3240 failed (-1000) -[2025.05.25-17.52.18:932][754]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3241 outside of frame bounds -[2025.05.25-17.52.18:932][754]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:933][754]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:933][754]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3242 outside of frame bounds -[2025.05.25-17.52.18:939][754]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3240 failed (-1006) -[2025.05.25-17.52.18:940][754]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:940][754]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3241 failed (-1000) -[2025.05.25-17.52.18:944][755]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3242 outside of frame bounds -[2025.05.25-17.52.18:945][755]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:945][755]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:945][755]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3243 outside of frame bounds -[2025.05.25-17.52.18:950][755]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3241 failed (-1006) -[2025.05.25-17.52.18:952][755]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:952][755]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3242 failed (-1000) -[2025.05.25-17.52.18:956][756]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3243 outside of frame bounds -[2025.05.25-17.52.18:957][756]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:957][756]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:957][756]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3244 outside of frame bounds -[2025.05.25-17.52.18:963][756]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3242 failed (-1006) -[2025.05.25-17.52.18:964][756]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:964][756]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3243 failed (-1000) -[2025.05.25-17.52.18:969][757]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3244 outside of frame bounds -[2025.05.25-17.52.18:969][757]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:970][757]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:970][757]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3245 outside of frame bounds -[2025.05.25-17.52.18:975][757]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3243 failed (-1006) -[2025.05.25-17.52.18:976][757]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:976][757]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3244 failed (-1000) -[2025.05.25-17.52.18:982][758]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3245 outside of frame bounds -[2025.05.25-17.52.18:982][758]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:982][758]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:982][758]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3246 outside of frame bounds -[2025.05.25-17.52.18:986][758]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3244 failed (-1006) -[2025.05.25-17.52.18:987][758]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.18:987][758]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3245 failed (-1000) -[2025.05.25-17.52.18:993][759]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3246 outside of frame bounds -[2025.05.25-17.52.18:994][759]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.18:994][759]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.18:994][759]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3247 outside of frame bounds -[2025.05.25-17.52.18:999][759]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3245 failed (-1006) -[2025.05.25-17.52.19:000][759]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:000][759]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3246 failed (-1000) -[2025.05.25-17.52.19:005][760]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3247 outside of frame bounds -[2025.05.25-17.52.19:006][760]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:006][760]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:006][760]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3248 outside of frame bounds -[2025.05.25-17.52.19:011][760]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3246 failed (-1006) -[2025.05.25-17.52.19:012][760]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:012][760]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3247 failed (-1000) -[2025.05.25-17.52.19:016][761]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3248 outside of frame bounds -[2025.05.25-17.52.19:016][761]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:016][761]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:016][761]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3249 outside of frame bounds -[2025.05.25-17.52.19:023][761]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3247 failed (-1006) -[2025.05.25-17.52.19:024][761]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:024][761]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3248 failed (-1000) -[2025.05.25-17.52.19:029][762]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3249 outside of frame bounds -[2025.05.25-17.52.19:029][762]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:029][762]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:029][762]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3250 outside of frame bounds -[2025.05.25-17.52.19:036][762]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3248 failed (-1006) -[2025.05.25-17.52.19:036][762]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:036][762]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3249 failed (-1000) -[2025.05.25-17.52.19:041][763]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3250 outside of frame bounds -[2025.05.25-17.52.19:041][763]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:041][763]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:041][763]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3251 outside of frame bounds -[2025.05.25-17.52.19:047][763]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3249 failed (-1006) -[2025.05.25-17.52.19:048][763]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:048][763]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3250 failed (-1000) -[2025.05.25-17.52.19:054][764]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3251 outside of frame bounds -[2025.05.25-17.52.19:054][764]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:054][764]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:054][764]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3252 outside of frame bounds -[2025.05.25-17.52.19:060][764]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3250 failed (-1006) -[2025.05.25-17.52.19:061][764]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:061][764]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3251 failed (-1000) -[2025.05.25-17.52.19:065][765]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3252 outside of frame bounds -[2025.05.25-17.52.19:066][765]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:066][765]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:066][765]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3253 outside of frame bounds -[2025.05.25-17.52.19:072][765]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3251 failed (-1006) -[2025.05.25-17.52.19:073][765]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:073][765]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3252 failed (-1000) -[2025.05.25-17.52.19:078][766]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3253 outside of frame bounds -[2025.05.25-17.52.19:079][766]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:079][766]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:079][766]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3254 outside of frame bounds -[2025.05.25-17.52.19:083][766]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3252 failed (-1006) -[2025.05.25-17.52.19:083][766]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:083][766]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3253 failed (-1000) -[2025.05.25-17.52.19:090][767]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3254 outside of frame bounds -[2025.05.25-17.52.19:090][767]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:090][767]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:090][767]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3255 outside of frame bounds -[2025.05.25-17.52.19:095][767]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3253 failed (-1006) -[2025.05.25-17.52.19:095][767]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:095][767]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3254 failed (-1000) -[2025.05.25-17.52.19:101][768]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3255 outside of frame bounds -[2025.05.25-17.52.19:101][768]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:101][768]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:101][768]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3256 outside of frame bounds -[2025.05.25-17.52.19:108][768]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3254 failed (-1006) -[2025.05.25-17.52.19:109][768]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:109][768]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3255 failed (-1000) -[2025.05.25-17.52.19:113][769]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3256 outside of frame bounds -[2025.05.25-17.52.19:114][769]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:114][769]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:114][769]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3257 outside of frame bounds -[2025.05.25-17.52.19:119][769]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3255 failed (-1006) -[2025.05.25-17.52.19:120][769]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:120][769]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3256 failed (-1000) -[2025.05.25-17.52.19:125][770]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3257 outside of frame bounds -[2025.05.25-17.52.19:126][770]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:126][770]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:126][770]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3258 outside of frame bounds -[2025.05.25-17.52.19:132][770]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3256 failed (-1006) -[2025.05.25-17.52.19:133][770]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:133][770]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3257 failed (-1000) -[2025.05.25-17.52.19:138][771]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3258 outside of frame bounds -[2025.05.25-17.52.19:138][771]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:138][771]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:138][771]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3259 outside of frame bounds -[2025.05.25-17.52.19:144][771]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3257 failed (-1006) -[2025.05.25-17.52.19:145][771]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:145][771]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3258 failed (-1000) -[2025.05.25-17.52.19:150][772]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3259 outside of frame bounds -[2025.05.25-17.52.19:150][772]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:150][772]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:150][772]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3260 outside of frame bounds -[2025.05.25-17.52.19:157][772]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3258 failed (-1006) -[2025.05.25-17.52.19:157][772]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:157][772]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3259 failed (-1000) -[2025.05.25-17.52.19:161][773]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3260 outside of frame bounds -[2025.05.25-17.52.19:162][773]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:162][773]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:162][773]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3261 outside of frame bounds -[2025.05.25-17.52.19:166][773]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3259 failed (-1006) -[2025.05.25-17.52.19:167][773]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:167][773]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3260 failed (-1000) -[2025.05.25-17.52.19:174][774]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3261 outside of frame bounds -[2025.05.25-17.52.19:174][774]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:174][774]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:174][774]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3262 outside of frame bounds -[2025.05.25-17.52.19:179][774]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3260 failed (-1006) -[2025.05.25-17.52.19:180][774]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:180][774]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3261 failed (-1000) -[2025.05.25-17.52.19:185][775]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3262 outside of frame bounds -[2025.05.25-17.52.19:186][775]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:186][775]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:186][775]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3263 outside of frame bounds -[2025.05.25-17.52.19:191][775]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3261 failed (-1006) -[2025.05.25-17.52.19:192][775]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:192][775]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3262 failed (-1000) -[2025.05.25-17.52.19:196][776]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3263 outside of frame bounds -[2025.05.25-17.52.19:197][776]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:197][776]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:197][776]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3264 outside of frame bounds -[2025.05.25-17.52.19:203][776]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3262 failed (-1006) -[2025.05.25-17.52.19:204][776]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:204][776]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3263 failed (-1000) -[2025.05.25-17.52.19:208][777]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3264 outside of frame bounds -[2025.05.25-17.52.19:209][777]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:209][777]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:209][777]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3265 outside of frame bounds -[2025.05.25-17.52.19:215][777]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3263 failed (-1006) -[2025.05.25-17.52.19:216][777]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:216][777]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3264 failed (-1000) -[2025.05.25-17.52.19:220][778]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3265 outside of frame bounds -[2025.05.25-17.52.19:221][778]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:221][778]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:221][778]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3266 outside of frame bounds -[2025.05.25-17.52.19:227][778]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3264 failed (-1006) -[2025.05.25-17.52.19:228][778]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:228][778]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3265 failed (-1000) -[2025.05.25-17.52.19:232][779]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3266 outside of frame bounds -[2025.05.25-17.52.19:232][779]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:232][779]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:232][779]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3267 outside of frame bounds -[2025.05.25-17.52.19:239][779]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3265 failed (-1006) -[2025.05.25-17.52.19:240][779]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:240][779]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3266 failed (-1000) -[2025.05.25-17.52.19:245][780]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3267 outside of frame bounds -[2025.05.25-17.52.19:245][780]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:245][780]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:245][780]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3268 outside of frame bounds -[2025.05.25-17.52.19:249][780]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3266 failed (-1006) -[2025.05.25-17.52.19:250][780]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:250][780]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3267 failed (-1000) -[2025.05.25-17.52.19:256][781]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3268 outside of frame bounds -[2025.05.25-17.52.19:256][781]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:256][781]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:256][781]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3269 outside of frame bounds -[2025.05.25-17.52.19:261][781]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3267 failed (-1006) -[2025.05.25-17.52.19:262][781]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:262][781]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3268 failed (-1000) -[2025.05.25-17.52.19:267][782]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3269 outside of frame bounds -[2025.05.25-17.52.19:267][782]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:267][782]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:267][782]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3270 outside of frame bounds -[2025.05.25-17.52.19:273][782]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3268 failed (-1006) -[2025.05.25-17.52.19:275][782]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:275][782]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3269 failed (-1000) -[2025.05.25-17.52.19:279][783]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3270 outside of frame bounds -[2025.05.25-17.52.19:279][783]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:279][783]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:279][783]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3271 outside of frame bounds -[2025.05.25-17.52.19:285][783]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3269 failed (-1006) -[2025.05.25-17.52.19:286][783]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:286][783]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3270 failed (-1000) -[2025.05.25-17.52.19:290][784]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3271 outside of frame bounds -[2025.05.25-17.52.19:291][784]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:291][784]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:291][784]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3272 outside of frame bounds -[2025.05.25-17.52.19:297][784]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3270 failed (-1006) -[2025.05.25-17.52.19:298][784]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:298][784]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3271 failed (-1000) -[2025.05.25-17.52.19:303][785]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3272 outside of frame bounds -[2025.05.25-17.52.19:303][785]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:303][785]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:303][785]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3273 outside of frame bounds -[2025.05.25-17.52.19:309][785]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3271 failed (-1006) -[2025.05.25-17.52.19:310][785]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:310][785]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3272 failed (-1000) -[2025.05.25-17.52.19:315][786]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3273 outside of frame bounds -[2025.05.25-17.52.19:316][786]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:316][786]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:316][786]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3274 outside of frame bounds -[2025.05.25-17.52.19:319][786]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3272 failed (-1006) -[2025.05.25-17.52.19:320][786]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:320][786]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3273 failed (-1000) -[2025.05.25-17.52.19:327][787]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3274 outside of frame bounds -[2025.05.25-17.52.19:327][787]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:327][787]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:327][787]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3275 outside of frame bounds -[2025.05.25-17.52.19:332][787]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3273 failed (-1006) -[2025.05.25-17.52.19:332][787]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:333][787]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3274 failed (-1000) -[2025.05.25-17.52.19:338][788]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3275 outside of frame bounds -[2025.05.25-17.52.19:339][788]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:339][788]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:339][788]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3276 outside of frame bounds -[2025.05.25-17.52.19:344][788]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3274 failed (-1006) -[2025.05.25-17.52.19:345][788]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:345][788]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3275 failed (-1000) -[2025.05.25-17.52.19:349][789]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3276 outside of frame bounds -[2025.05.25-17.52.19:349][789]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:349][789]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:349][789]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3277 outside of frame bounds -[2025.05.25-17.52.19:356][789]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3275 failed (-1006) -[2025.05.25-17.52.19:357][789]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:357][789]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3276 failed (-1000) -[2025.05.25-17.52.19:361][790]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3277 outside of frame bounds -[2025.05.25-17.52.19:361][790]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:361][790]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:361][790]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3278 outside of frame bounds -[2025.05.25-17.52.19:368][790]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3276 failed (-1006) -[2025.05.25-17.52.19:369][790]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:369][790]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3277 failed (-1000) -[2025.05.25-17.52.19:373][791]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3278 outside of frame bounds -[2025.05.25-17.52.19:374][791]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:374][791]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:374][791]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3279 outside of frame bounds -[2025.05.25-17.52.19:380][791]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3277 failed (-1006) -[2025.05.25-17.52.19:381][791]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:381][791]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3278 failed (-1000) -[2025.05.25-17.52.19:386][792]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3279 outside of frame bounds -[2025.05.25-17.52.19:386][792]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:386][792]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:386][792]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3280 outside of frame bounds -[2025.05.25-17.52.19:392][792]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3278 failed (-1006) -[2025.05.25-17.52.19:393][792]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:393][792]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3279 failed (-1000) -[2025.05.25-17.52.19:398][793]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3280 outside of frame bounds -[2025.05.25-17.52.19:398][793]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:398][793]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:398][793]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3281 outside of frame bounds -[2025.05.25-17.52.19:402][793]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3279 failed (-1006) -[2025.05.25-17.52.19:403][793]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:403][793]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3280 failed (-1000) -[2025.05.25-17.52.19:410][794]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3281 outside of frame bounds -[2025.05.25-17.52.19:411][794]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:411][794]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:411][794]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3282 outside of frame bounds -[2025.05.25-17.52.19:415][794]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3280 failed (-1006) -[2025.05.25-17.52.19:416][794]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:416][794]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3281 failed (-1000) -[2025.05.25-17.52.19:421][795]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3282 outside of frame bounds -[2025.05.25-17.52.19:421][795]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:421][795]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:421][795]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3283 outside of frame bounds -[2025.05.25-17.52.19:428][795]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3281 failed (-1006) -[2025.05.25-17.52.19:428][795]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:429][795]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3282 failed (-1000) -[2025.05.25-17.52.19:433][796]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3283 outside of frame bounds -[2025.05.25-17.52.19:433][796]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:433][796]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:433][796]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3284 outside of frame bounds -[2025.05.25-17.52.19:440][796]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3282 failed (-1006) -[2025.05.25-17.52.19:441][796]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:441][796]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3283 failed (-1000) -[2025.05.25-17.52.19:445][797]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3284 outside of frame bounds -[2025.05.25-17.52.19:445][797]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:445][797]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:445][797]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3285 outside of frame bounds -[2025.05.25-17.52.19:451][797]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3283 failed (-1006) -[2025.05.25-17.52.19:452][797]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:452][797]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3284 failed (-1000) -[2025.05.25-17.52.19:456][798]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3285 outside of frame bounds -[2025.05.25-17.52.19:457][798]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:457][798]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:457][798]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3286 outside of frame bounds -[2025.05.25-17.52.19:464][798]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3284 failed (-1006) -[2025.05.25-17.52.19:465][798]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:465][798]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3285 failed (-1000) -[2025.05.25-17.52.19:469][799]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3286 outside of frame bounds -[2025.05.25-17.52.19:469][799]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:469][799]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:469][799]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3287 outside of frame bounds -[2025.05.25-17.52.19:476][799]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3285 failed (-1006) -[2025.05.25-17.52.19:477][799]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:477][799]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3286 failed (-1000) -[2025.05.25-17.52.19:482][800]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3287 outside of frame bounds -[2025.05.25-17.52.19:482][800]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:482][800]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:482][800]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3288 outside of frame bounds -[2025.05.25-17.52.19:487][800]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3286 failed (-1006) -[2025.05.25-17.52.19:488][800]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:488][800]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3287 failed (-1000) -[2025.05.25-17.52.19:494][801]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3288 outside of frame bounds -[2025.05.25-17.52.19:495][801]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:495][801]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:495][801]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3289 outside of frame bounds -[2025.05.25-17.52.19:499][801]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3287 failed (-1006) -[2025.05.25-17.52.19:500][801]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:500][801]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3288 failed (-1000) -[2025.05.25-17.52.19:506][802]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3289 outside of frame bounds -[2025.05.25-17.52.19:507][802]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:507][802]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:507][802]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3290 outside of frame bounds -[2025.05.25-17.52.19:511][802]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3288 failed (-1006) -[2025.05.25-17.52.19:512][802]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:512][802]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3289 failed (-1000) -[2025.05.25-17.52.19:517][803]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3290 outside of frame bounds -[2025.05.25-17.52.19:517][803]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:517][803]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:518][803]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3291 outside of frame bounds -[2025.05.25-17.52.19:523][803]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3289 failed (-1006) -[2025.05.25-17.52.19:525][803]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:525][803]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3290 failed (-1000) -[2025.05.25-17.52.19:529][804]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3291 outside of frame bounds -[2025.05.25-17.52.19:529][804]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:529][804]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:529][804]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3292 outside of frame bounds -[2025.05.25-17.52.19:535][804]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3290 failed (-1006) -[2025.05.25-17.52.19:536][804]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:536][804]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3291 failed (-1000) -[2025.05.25-17.52.19:541][805]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3292 outside of frame bounds -[2025.05.25-17.52.19:542][805]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:542][805]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:542][805]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3293 outside of frame bounds -[2025.05.25-17.52.19:548][805]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3291 failed (-1006) -[2025.05.25-17.52.19:549][805]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:549][805]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3292 failed (-1000) -[2025.05.25-17.52.19:554][806]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3293 outside of frame bounds -[2025.05.25-17.52.19:554][806]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:554][806]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:554][806]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3294 outside of frame bounds -[2025.05.25-17.52.19:560][806]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3292 failed (-1006) -[2025.05.25-17.52.19:561][806]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:561][806]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3293 failed (-1000) -[2025.05.25-17.52.19:566][807]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3294 outside of frame bounds -[2025.05.25-17.52.19:566][807]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:566][807]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:566][807]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3295 outside of frame bounds -[2025.05.25-17.52.19:573][807]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3293 failed (-1006) -[2025.05.25-17.52.19:573][807]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:573][807]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3294 failed (-1000) -[2025.05.25-17.52.19:578][808]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3295 outside of frame bounds -[2025.05.25-17.52.19:578][808]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:579][808]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:579][808]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3296 outside of frame bounds -[2025.05.25-17.52.19:583][808]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3294 failed (-1006) -[2025.05.25-17.52.19:584][808]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:584][808]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3295 failed (-1000) -[2025.05.25-17.52.19:591][809]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3296 outside of frame bounds -[2025.05.25-17.52.19:591][809]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:591][809]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:591][809]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3297 outside of frame bounds -[2025.05.25-17.52.19:596][809]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3295 failed (-1006) -[2025.05.25-17.52.19:597][809]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:597][809]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3296 failed (-1000) -[2025.05.25-17.52.19:601][810]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3297 outside of frame bounds -[2025.05.25-17.52.19:601][810]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:601][810]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:602][810]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3298 outside of frame bounds -[2025.05.25-17.52.19:609][810]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3296 failed (-1006) -[2025.05.25-17.52.19:609][810]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:609][810]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3297 failed (-1000) -[2025.05.25-17.52.19:614][811]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3298 outside of frame bounds -[2025.05.25-17.52.19:614][811]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:614][811]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:614][811]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3299 outside of frame bounds -[2025.05.25-17.52.19:620][811]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3297 failed (-1006) -[2025.05.25-17.52.19:621][811]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:621][811]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3298 failed (-1000) -[2025.05.25-17.52.19:626][812]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3299 outside of frame bounds -[2025.05.25-17.52.19:627][812]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:627][812]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:627][812]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3300 outside of frame bounds -[2025.05.25-17.52.19:633][812]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3298 failed (-1006) -[2025.05.25-17.52.19:634][812]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:634][812]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3299 failed (-1000) -[2025.05.25-17.52.19:638][813]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3300 outside of frame bounds -[2025.05.25-17.52.19:639][813]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:639][813]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:639][813]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3301 outside of frame bounds -[2025.05.25-17.52.19:645][813]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3299 failed (-1006) -[2025.05.25-17.52.19:646][813]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:646][813]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3300 failed (-1000) -[2025.05.25-17.52.19:650][814]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3301 outside of frame bounds -[2025.05.25-17.52.19:650][814]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:650][814]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:650][814]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3302 outside of frame bounds -[2025.05.25-17.52.19:657][814]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3300 failed (-1006) -[2025.05.25-17.52.19:658][814]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:658][814]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3301 failed (-1000) -[2025.05.25-17.52.19:663][815]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3302 outside of frame bounds -[2025.05.25-17.52.19:663][815]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:663][815]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:663][815]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3303 outside of frame bounds -[2025.05.25-17.52.19:670][815]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3301 failed (-1006) -[2025.05.25-17.52.19:671][815]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:671][815]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3302 failed (-1000) -[2025.05.25-17.52.19:675][816]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3303 outside of frame bounds -[2025.05.25-17.52.19:675][816]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:675][816]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:675][816]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3304 outside of frame bounds -[2025.05.25-17.52.19:681][816]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3302 failed (-1006) -[2025.05.25-17.52.19:681][816]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:681][816]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3303 failed (-1000) -[2025.05.25-17.52.19:686][817]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3304 outside of frame bounds -[2025.05.25-17.52.19:686][817]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:686][817]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:686][817]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3305 outside of frame bounds -[2025.05.25-17.52.19:693][817]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3303 failed (-1006) -[2025.05.25-17.52.19:693][817]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:693][817]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3304 failed (-1000) -[2025.05.25-17.52.19:698][818]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3305 outside of frame bounds -[2025.05.25-17.52.19:698][818]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:698][818]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:698][818]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3306 outside of frame bounds -[2025.05.25-17.52.19:705][818]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3304 failed (-1006) -[2025.05.25-17.52.19:706][818]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:706][818]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3305 failed (-1000) -[2025.05.25-17.52.19:711][819]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3306 outside of frame bounds -[2025.05.25-17.52.19:711][819]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:711][819]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:711][819]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3307 outside of frame bounds -[2025.05.25-17.52.19:717][819]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3305 failed (-1006) -[2025.05.25-17.52.19:718][819]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:718][819]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3306 failed (-1000) -[2025.05.25-17.52.19:722][820]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3307 outside of frame bounds -[2025.05.25-17.52.19:722][820]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:722][820]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:722][820]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3308 outside of frame bounds -[2025.05.25-17.52.19:729][820]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3306 failed (-1006) -[2025.05.25-17.52.19:730][820]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:730][820]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3307 failed (-1000) -[2025.05.25-17.52.19:735][821]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3308 outside of frame bounds -[2025.05.25-17.52.19:735][821]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:735][821]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:736][821]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3309 outside of frame bounds -[2025.05.25-17.52.19:742][821]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3307 failed (-1006) -[2025.05.25-17.52.19:743][821]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:743][821]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3308 failed (-1000) -[2025.05.25-17.52.19:746][822]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3309 outside of frame bounds -[2025.05.25-17.52.19:747][822]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:747][822]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:747][822]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3310 outside of frame bounds -[2025.05.25-17.52.19:754][822]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3308 failed (-1006) -[2025.05.25-17.52.19:755][822]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:755][822]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3309 failed (-1000) -[2025.05.25-17.52.19:759][823]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3310 outside of frame bounds -[2025.05.25-17.52.19:759][823]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:759][823]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:759][823]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3311 outside of frame bounds -[2025.05.25-17.52.19:766][823]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3309 failed (-1006) -[2025.05.25-17.52.19:767][823]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:767][823]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3310 failed (-1000) -[2025.05.25-17.52.19:772][824]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3311 outside of frame bounds -[2025.05.25-17.52.19:772][824]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:772][824]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:772][824]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3312 outside of frame bounds -[2025.05.25-17.52.19:776][824]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3310 failed (-1006) -[2025.05.25-17.52.19:778][824]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:778][824]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3311 failed (-1000) -[2025.05.25-17.52.19:783][825]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3312 outside of frame bounds -[2025.05.25-17.52.19:783][825]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:783][825]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:783][825]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3313 outside of frame bounds -[2025.05.25-17.52.19:789][825]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3311 failed (-1006) -[2025.05.25-17.52.19:789][825]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:790][825]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3312 failed (-1000) -[2025.05.25-17.52.19:794][826]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3313 outside of frame bounds -[2025.05.25-17.52.19:795][826]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:795][826]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:795][826]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3314 outside of frame bounds -[2025.05.25-17.52.19:802][826]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3312 failed (-1006) -[2025.05.25-17.52.19:802][826]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:802][826]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3313 failed (-1000) -[2025.05.25-17.52.19:806][827]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3314 outside of frame bounds -[2025.05.25-17.52.19:807][827]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:807][827]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:807][827]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3315 outside of frame bounds -[2025.05.25-17.52.19:813][827]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3313 failed (-1006) -[2025.05.25-17.52.19:813][827]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:813][827]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3314 failed (-1000) -[2025.05.25-17.52.19:818][828]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3315 outside of frame bounds -[2025.05.25-17.52.19:818][828]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:819][828]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:819][828]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3316 outside of frame bounds -[2025.05.25-17.52.19:825][828]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3314 failed (-1006) -[2025.05.25-17.52.19:825][828]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:825][828]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3315 failed (-1000) -[2025.05.25-17.52.19:830][829]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3316 outside of frame bounds -[2025.05.25-17.52.19:830][829]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:831][829]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:831][829]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3317 outside of frame bounds -[2025.05.25-17.52.19:836][829]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3315 failed (-1006) -[2025.05.25-17.52.19:838][829]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:838][829]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3316 failed (-1000) -[2025.05.25-17.52.19:843][830]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3317 outside of frame bounds -[2025.05.25-17.52.19:843][830]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:843][830]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:843][830]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3318 outside of frame bounds -[2025.05.25-17.52.19:847][830]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3316 failed (-1006) -[2025.05.25-17.52.19:848][830]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:848][830]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3317 failed (-1000) -[2025.05.25-17.52.19:854][831]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3318 outside of frame bounds -[2025.05.25-17.52.19:854][831]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:854][831]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:854][831]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3319 outside of frame bounds -[2025.05.25-17.52.19:859][831]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3317 failed (-1006) -[2025.05.25-17.52.19:860][831]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:860][831]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3318 failed (-1000) -[2025.05.25-17.52.19:865][832]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3319 outside of frame bounds -[2025.05.25-17.52.19:865][832]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:865][832]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:865][832]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3320 outside of frame bounds -[2025.05.25-17.52.19:871][832]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3318 failed (-1006) -[2025.05.25-17.52.19:871][832]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:872][832]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3319 failed (-1000) -[2025.05.25-17.52.19:877][833]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3320 outside of frame bounds -[2025.05.25-17.52.19:878][833]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:878][833]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:878][833]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3321 outside of frame bounds -[2025.05.25-17.52.19:883][833]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3319 failed (-1006) -[2025.05.25-17.52.19:884][833]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:884][833]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3320 failed (-1000) -[2025.05.25-17.52.19:889][834]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3321 outside of frame bounds -[2025.05.25-17.52.19:889][834]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:889][834]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:889][834]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3322 outside of frame bounds -[2025.05.25-17.52.19:895][834]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3320 failed (-1006) -[2025.05.25-17.52.19:896][834]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:896][834]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3321 failed (-1000) -[2025.05.25-17.52.19:900][835]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3322 outside of frame bounds -[2025.05.25-17.52.19:901][835]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:901][835]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:901][835]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3323 outside of frame bounds -[2025.05.25-17.52.19:907][835]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3321 failed (-1006) -[2025.05.25-17.52.19:908][835]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:908][835]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3322 failed (-1000) -[2025.05.25-17.52.19:913][836]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3323 outside of frame bounds -[2025.05.25-17.52.19:913][836]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:913][836]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:913][836]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3324 outside of frame bounds -[2025.05.25-17.52.19:918][836]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3322 failed (-1006) -[2025.05.25-17.52.19:919][836]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:919][836]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3323 failed (-1000) -[2025.05.25-17.52.19:924][837]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3324 outside of frame bounds -[2025.05.25-17.52.19:925][837]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:925][837]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:925][837]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3325 outside of frame bounds -[2025.05.25-17.52.19:929][837]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3323 failed (-1006) -[2025.05.25-17.52.19:930][837]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:930][837]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3324 failed (-1000) -[2025.05.25-17.52.19:936][838]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3325 outside of frame bounds -[2025.05.25-17.52.19:936][838]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:936][838]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:936][838]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3326 outside of frame bounds -[2025.05.25-17.52.19:942][838]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3324 failed (-1006) -[2025.05.25-17.52.19:943][838]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:943][838]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3325 failed (-1000) -[2025.05.25-17.52.19:947][839]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3326 outside of frame bounds -[2025.05.25-17.52.19:948][839]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:948][839]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:948][839]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3327 outside of frame bounds -[2025.05.25-17.52.19:954][839]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3325 failed (-1006) -[2025.05.25-17.52.19:954][839]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:954][839]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3326 failed (-1000) -[2025.05.25-17.52.19:960][840]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3327 outside of frame bounds -[2025.05.25-17.52.19:960][840]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:960][840]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:960][840]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3328 outside of frame bounds -[2025.05.25-17.52.19:966][840]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3326 failed (-1006) -[2025.05.25-17.52.19:967][840]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:967][840]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3327 failed (-1000) -[2025.05.25-17.52.19:972][841]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3328 outside of frame bounds -[2025.05.25-17.52.19:973][841]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:973][841]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:973][841]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3329 outside of frame bounds -[2025.05.25-17.52.19:979][841]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3327 failed (-1006) -[2025.05.25-17.52.19:980][841]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:980][841]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3328 failed (-1000) -[2025.05.25-17.52.19:984][842]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3329 outside of frame bounds -[2025.05.25-17.52.19:985][842]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:985][842]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:985][842]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3330 outside of frame bounds -[2025.05.25-17.52.19:990][842]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3328 failed (-1006) -[2025.05.25-17.52.19:991][842]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.19:991][842]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3329 failed (-1000) -[2025.05.25-17.52.19:996][843]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3330 outside of frame bounds -[2025.05.25-17.52.19:997][843]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.19:997][843]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.19:997][843]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3331 outside of frame bounds -[2025.05.25-17.52.20:003][843]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3329 failed (-1006) -[2025.05.25-17.52.20:003][843]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:003][843]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3330 failed (-1000) -[2025.05.25-17.52.20:009][844]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3331 outside of frame bounds -[2025.05.25-17.52.20:010][844]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:010][844]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:010][844]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3332 outside of frame bounds -[2025.05.25-17.52.20:014][844]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3330 failed (-1006) -[2025.05.25-17.52.20:015][844]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:015][844]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3331 failed (-1000) -[2025.05.25-17.52.20:021][845]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3332 outside of frame bounds -[2025.05.25-17.52.20:021][845]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:021][845]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:021][845]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3333 outside of frame bounds -[2025.05.25-17.52.20:027][845]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3331 failed (-1006) -[2025.05.25-17.52.20:028][845]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:028][845]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3332 failed (-1000) -[2025.05.25-17.52.20:033][846]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3333 outside of frame bounds -[2025.05.25-17.52.20:034][846]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:034][846]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:034][846]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3334 outside of frame bounds -[2025.05.25-17.52.20:040][846]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3332 failed (-1006) -[2025.05.25-17.52.20:041][846]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:041][846]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3333 failed (-1000) -[2025.05.25-17.52.20:046][847]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3334 outside of frame bounds -[2025.05.25-17.52.20:047][847]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:047][847]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:047][847]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3335 outside of frame bounds -[2025.05.25-17.52.20:051][847]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3333 failed (-1006) -[2025.05.25-17.52.20:052][847]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:052][847]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3334 failed (-1000) -[2025.05.25-17.52.20:058][848]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3335 outside of frame bounds -[2025.05.25-17.52.20:059][848]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:059][848]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:059][848]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3336 outside of frame bounds -[2025.05.25-17.52.20:064][848]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3334 failed (-1006) -[2025.05.25-17.52.20:065][848]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:066][848]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3335 failed (-1000) -[2025.05.25-17.52.20:071][849]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3336 outside of frame bounds -[2025.05.25-17.52.20:072][849]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:072][849]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:073][849]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3337 outside of frame bounds -[2025.05.25-17.52.20:077][849]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3335 failed (-1006) -[2025.05.25-17.52.20:078][849]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:078][849]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3336 failed (-1000) -[2025.05.25-17.52.20:084][850]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3337 outside of frame bounds -[2025.05.25-17.52.20:084][850]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:084][850]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:084][850]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3338 outside of frame bounds -[2025.05.25-17.52.20:090][850]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3336 failed (-1006) -[2025.05.25-17.52.20:091][850]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:091][850]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3337 failed (-1000) -[2025.05.25-17.52.20:095][851]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3338 outside of frame bounds -[2025.05.25-17.52.20:096][851]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:096][851]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:096][851]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3339 outside of frame bounds -[2025.05.25-17.52.20:102][851]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3337 failed (-1006) -[2025.05.25-17.52.20:103][851]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:103][851]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3338 failed (-1000) -[2025.05.25-17.52.20:109][852]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3339 outside of frame bounds -[2025.05.25-17.52.20:110][852]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:110][852]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:110][852]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3340 outside of frame bounds -[2025.05.25-17.52.20:114][852]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3338 failed (-1006) -[2025.05.25-17.52.20:116][852]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:116][852]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3339 failed (-1000) -[2025.05.25-17.52.20:121][853]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3340 outside of frame bounds -[2025.05.25-17.52.20:121][853]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:122][853]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:122][853]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3341 outside of frame bounds -[2025.05.25-17.52.20:125][853]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3339 failed (-1006) -[2025.05.25-17.52.20:126][853]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:126][853]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3340 failed (-1000) -[2025.05.25-17.52.20:133][854]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3341 outside of frame bounds -[2025.05.25-17.52.20:133][854]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:133][854]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:134][854]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3342 outside of frame bounds -[2025.05.25-17.52.20:138][854]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3340 failed (-1006) -[2025.05.25-17.52.20:139][854]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:139][854]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3341 failed (-1000) -[2025.05.25-17.52.20:146][855]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3342 outside of frame bounds -[2025.05.25-17.52.20:146][855]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:146][855]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:146][855]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3343 outside of frame bounds -[2025.05.25-17.52.20:150][855]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3341 failed (-1006) -[2025.05.25-17.52.20:151][855]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:151][855]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3342 failed (-1000) -[2025.05.25-17.52.20:156][856]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3343 outside of frame bounds -[2025.05.25-17.52.20:157][856]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:157][856]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:157][856]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3344 outside of frame bounds -[2025.05.25-17.52.20:163][856]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3342 failed (-1006) -[2025.05.25-17.52.20:164][856]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:164][856]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3343 failed (-1000) -[2025.05.25-17.52.20:168][857]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3344 outside of frame bounds -[2025.05.25-17.52.20:169][857]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:169][857]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:169][857]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3345 outside of frame bounds -[2025.05.25-17.52.20:176][857]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3343 failed (-1006) -[2025.05.25-17.52.20:176][857]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:176][857]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3344 failed (-1000) -[2025.05.25-17.52.20:181][858]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3345 outside of frame bounds -[2025.05.25-17.52.20:182][858]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:182][858]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:182][858]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3346 outside of frame bounds -[2025.05.25-17.52.20:187][858]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3344 failed (-1006) -[2025.05.25-17.52.20:188][858]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:188][858]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3345 failed (-1000) -[2025.05.25-17.52.20:192][859]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3346 outside of frame bounds -[2025.05.25-17.52.20:192][859]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:193][859]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:193][859]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3347 outside of frame bounds -[2025.05.25-17.52.20:199][859]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3345 failed (-1006) -[2025.05.25-17.52.20:200][859]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:200][859]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3346 failed (-1000) -[2025.05.25-17.52.20:204][860]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3347 outside of frame bounds -[2025.05.25-17.52.20:205][860]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:205][860]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:205][860]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3348 outside of frame bounds -[2025.05.25-17.52.20:211][860]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3346 failed (-1006) -[2025.05.25-17.52.20:212][860]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:212][860]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3347 failed (-1000) -[2025.05.25-17.52.20:217][861]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3348 outside of frame bounds -[2025.05.25-17.52.20:218][861]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:218][861]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:218][861]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3349 outside of frame bounds -[2025.05.25-17.52.20:221][861]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3347 failed (-1006) -[2025.05.25-17.52.20:221][861]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:222][861]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3348 failed (-1000) -[2025.05.25-17.52.20:229][862]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3349 outside of frame bounds -[2025.05.25-17.52.20:229][862]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:229][862]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:229][862]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3350 outside of frame bounds -[2025.05.25-17.52.20:234][862]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3348 failed (-1006) -[2025.05.25-17.52.20:234][862]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:234][862]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3349 failed (-1000) -[2025.05.25-17.52.20:239][863]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3350 outside of frame bounds -[2025.05.25-17.52.20:240][863]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:240][863]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:240][863]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3351 outside of frame bounds -[2025.05.25-17.52.20:245][863]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3349 failed (-1006) -[2025.05.25-17.52.20:246][863]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:246][863]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3350 failed (-1000) -[2025.05.25-17.52.20:251][864]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3351 outside of frame bounds -[2025.05.25-17.52.20:251][864]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:251][864]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:251][864]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3352 outside of frame bounds -[2025.05.25-17.52.20:257][864]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3350 failed (-1006) -[2025.05.25-17.52.20:258][864]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:258][864]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3351 failed (-1000) -[2025.05.25-17.52.20:262][865]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3352 outside of frame bounds -[2025.05.25-17.52.20:263][865]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:263][865]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:263][865]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3353 outside of frame bounds -[2025.05.25-17.52.20:269][865]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3351 failed (-1006) -[2025.05.25-17.52.20:269][865]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:269][865]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3352 failed (-1000) -[2025.05.25-17.52.20:275][866]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3353 outside of frame bounds -[2025.05.25-17.52.20:275][866]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:275][866]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:275][866]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3354 outside of frame bounds -[2025.05.25-17.52.20:281][866]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3352 failed (-1006) -[2025.05.25-17.52.20:282][866]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:282][866]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3353 failed (-1000) -[2025.05.25-17.52.20:287][867]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3354 outside of frame bounds -[2025.05.25-17.52.20:287][867]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:287][867]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:287][867]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3355 outside of frame bounds -[2025.05.25-17.52.20:292][867]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3353 failed (-1006) -[2025.05.25-17.52.20:293][867]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:293][867]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3354 failed (-1000) -[2025.05.25-17.52.20:298][868]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3355 outside of frame bounds -[2025.05.25-17.52.20:299][868]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:299][868]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:299][868]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3356 outside of frame bounds -[2025.05.25-17.52.20:304][868]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3354 failed (-1006) -[2025.05.25-17.52.20:305][868]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:305][868]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3355 failed (-1000) -[2025.05.25-17.52.20:310][869]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3356 outside of frame bounds -[2025.05.25-17.52.20:310][869]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:310][869]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:310][869]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3357 outside of frame bounds -[2025.05.25-17.52.20:316][869]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3355 failed (-1006) -[2025.05.25-17.52.20:316][869]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:316][869]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3356 failed (-1000) -[2025.05.25-17.52.20:321][870]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3357 outside of frame bounds -[2025.05.25-17.52.20:321][870]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:321][870]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:321][870]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3358 outside of frame bounds -[2025.05.25-17.52.20:327][870]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3356 failed (-1006) -[2025.05.25-17.52.20:328][870]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:328][870]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3357 failed (-1000) -[2025.05.25-17.52.20:332][871]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3358 outside of frame bounds -[2025.05.25-17.52.20:333][871]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:333][871]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:333][871]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3359 outside of frame bounds -[2025.05.25-17.52.20:339][871]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3357 failed (-1006) -[2025.05.25-17.52.20:340][871]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:340][871]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3358 failed (-1000) -[2025.05.25-17.52.20:344][872]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3359 outside of frame bounds -[2025.05.25-17.52.20:345][872]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:345][872]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:345][872]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3360 outside of frame bounds -[2025.05.25-17.52.20:350][872]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3358 failed (-1006) -[2025.05.25-17.52.20:351][872]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:351][872]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3359 failed (-1000) -[2025.05.25-17.52.20:356][873]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3360 outside of frame bounds -[2025.05.25-17.52.20:357][873]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:357][873]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:357][873]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3361 outside of frame bounds -[2025.05.25-17.52.20:361][873]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3359 failed (-1006) -[2025.05.25-17.52.20:362][873]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:362][873]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3360 failed (-1000) -[2025.05.25-17.52.20:368][874]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3361 outside of frame bounds -[2025.05.25-17.52.20:368][874]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:368][874]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:368][874]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3362 outside of frame bounds -[2025.05.25-17.52.20:373][874]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3360 failed (-1006) -[2025.05.25-17.52.20:374][874]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:374][874]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3361 failed (-1000) -[2025.05.25-17.52.20:380][875]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3362 outside of frame bounds -[2025.05.25-17.52.20:380][875]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:380][875]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:380][875]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3363 outside of frame bounds -[2025.05.25-17.52.20:385][875]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3361 failed (-1006) -[2025.05.25-17.52.20:386][875]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:386][875]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3362 failed (-1000) -[2025.05.25-17.52.20:391][876]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3363 outside of frame bounds -[2025.05.25-17.52.20:391][876]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:391][876]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:391][876]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3364 outside of frame bounds -[2025.05.25-17.52.20:398][876]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3362 failed (-1006) -[2025.05.25-17.52.20:398][876]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:398][876]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3363 failed (-1000) -[2025.05.25-17.52.20:403][877]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3364 outside of frame bounds -[2025.05.25-17.52.20:404][877]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:404][877]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:404][877]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3365 outside of frame bounds -[2025.05.25-17.52.20:410][877]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3363 failed (-1006) -[2025.05.25-17.52.20:411][877]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:411][877]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3364 failed (-1000) -[2025.05.25-17.52.20:415][878]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3365 outside of frame bounds -[2025.05.25-17.52.20:416][878]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:416][878]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:416][878]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3366 outside of frame bounds -[2025.05.25-17.52.20:421][878]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3364 failed (-1006) -[2025.05.25-17.52.20:422][878]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:422][878]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3365 failed (-1000) -[2025.05.25-17.52.20:428][879]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3366 outside of frame bounds -[2025.05.25-17.52.20:429][879]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:429][879]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:429][879]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3367 outside of frame bounds -[2025.05.25-17.52.20:434][879]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3365 failed (-1006) -[2025.05.25-17.52.20:435][879]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:435][879]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3366 failed (-1000) -[2025.05.25-17.52.20:441][880]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3367 outside of frame bounds -[2025.05.25-17.52.20:442][880]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:442][880]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:442][880]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3368 outside of frame bounds -[2025.05.25-17.52.20:445][880]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3366 failed (-1006) -[2025.05.25-17.52.20:447][880]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:447][880]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3367 failed (-1000) -[2025.05.25-17.52.20:452][880]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3368 outside of frame bounds -[2025.05.25-17.52.20:453][881]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:453][881]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:453][881]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3369 outside of frame bounds -[2025.05.25-17.52.20:457][881]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3367 failed (-1006) -[2025.05.25-17.52.20:459][881]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:459][881]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3368 failed (-1000) -[2025.05.25-17.52.20:464][882]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3369 outside of frame bounds -[2025.05.25-17.52.20:464][882]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:464][882]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:464][882]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3370 outside of frame bounds -[2025.05.25-17.52.20:470][882]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3368 failed (-1006) -[2025.05.25-17.52.20:470][882]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:470][882]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3369 failed (-1000) -[2025.05.25-17.52.20:475][883]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3370 outside of frame bounds -[2025.05.25-17.52.20:475][883]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:475][883]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:475][883]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3371 outside of frame bounds -[2025.05.25-17.52.20:482][883]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3369 failed (-1006) -[2025.05.25-17.52.20:483][883]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:483][883]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3370 failed (-1000) -[2025.05.25-17.52.20:487][884]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3371 outside of frame bounds -[2025.05.25-17.52.20:487][884]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:487][884]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:487][884]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3372 outside of frame bounds -[2025.05.25-17.52.20:494][884]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3370 failed (-1006) -[2025.05.25-17.52.20:494][884]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:494][884]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3371 failed (-1000) -[2025.05.25-17.52.20:499][885]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3372 outside of frame bounds -[2025.05.25-17.52.20:499][885]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:499][885]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:499][885]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3373 outside of frame bounds -[2025.05.25-17.52.20:505][885]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3371 failed (-1006) -[2025.05.25-17.52.20:506][885]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:506][885]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3372 failed (-1000) -[2025.05.25-17.52.20:512][886]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3373 outside of frame bounds -[2025.05.25-17.52.20:512][886]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:512][886]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:512][886]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3374 outside of frame bounds -[2025.05.25-17.52.20:517][886]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3372 failed (-1006) -[2025.05.25-17.52.20:519][886]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:519][886]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3373 failed (-1000) -[2025.05.25-17.52.20:523][887]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3374 outside of frame bounds -[2025.05.25-17.52.20:524][887]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:524][887]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:524][887]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3375 outside of frame bounds -[2025.05.25-17.52.20:529][887]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3373 failed (-1006) -[2025.05.25-17.52.20:530][887]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:530][887]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3374 failed (-1000) -[2025.05.25-17.52.20:535][888]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3375 outside of frame bounds -[2025.05.25-17.52.20:536][888]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:536][888]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:536][888]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3376 outside of frame bounds -[2025.05.25-17.52.20:541][888]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3374 failed (-1006) -[2025.05.25-17.52.20:542][888]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:542][888]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3375 failed (-1000) -[2025.05.25-17.52.20:548][889]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3376 outside of frame bounds -[2025.05.25-17.52.20:548][889]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:548][889]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:548][889]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3377 outside of frame bounds -[2025.05.25-17.52.20:553][889]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3375 failed (-1006) -[2025.05.25-17.52.20:554][889]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:554][889]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3376 failed (-1000) -[2025.05.25-17.52.20:558][890]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3377 outside of frame bounds -[2025.05.25-17.52.20:559][890]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:559][890]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:559][890]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3378 outside of frame bounds -[2025.05.25-17.52.20:566][890]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3376 failed (-1006) -[2025.05.25-17.52.20:566][890]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:566][890]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3377 failed (-1000) -[2025.05.25-17.52.20:570][891]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3378 outside of frame bounds -[2025.05.25-17.52.20:571][891]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:571][891]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:571][891]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3379 outside of frame bounds -[2025.05.25-17.52.20:578][891]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3377 failed (-1006) -[2025.05.25-17.52.20:579][891]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:579][891]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3378 failed (-1000) -[2025.05.25-17.52.20:582][892]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3379 outside of frame bounds -[2025.05.25-17.52.20:584][892]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:584][892]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:584][892]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3380 outside of frame bounds -[2025.05.25-17.52.20:590][892]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3378 failed (-1006) -[2025.05.25-17.52.20:591][892]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:591][892]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3379 failed (-1000) -[2025.05.25-17.52.20:598][893]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3380 outside of frame bounds -[2025.05.25-17.52.20:599][893]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:599][893]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:599][893]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3381 outside of frame bounds -[2025.05.25-17.52.20:604][893]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3379 failed (-1006) -[2025.05.25-17.52.20:605][893]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:605][893]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3380 failed (-1000) -[2025.05.25-17.52.20:610][894]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3381 outside of frame bounds -[2025.05.25-17.52.20:611][894]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:611][894]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:611][894]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3382 outside of frame bounds -[2025.05.25-17.52.20:617][894]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3380 failed (-1006) -[2025.05.25-17.52.20:618][894]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:618][894]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3381 failed (-1000) -[2025.05.25-17.52.20:622][895]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3382 outside of frame bounds -[2025.05.25-17.52.20:622][895]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:622][895]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:622][895]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3383 outside of frame bounds -[2025.05.25-17.52.20:629][895]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3381 failed (-1006) -[2025.05.25-17.52.20:629][895]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:629][895]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3382 failed (-1000) -[2025.05.25-17.52.20:634][896]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3383 outside of frame bounds -[2025.05.25-17.52.20:634][896]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:635][896]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:635][896]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3384 outside of frame bounds -[2025.05.25-17.52.20:642][896]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3382 failed (-1006) -[2025.05.25-17.52.20:643][896]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:643][896]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3383 failed (-1000) -[2025.05.25-17.52.20:647][897]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3384 outside of frame bounds -[2025.05.25-17.52.20:648][897]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:648][897]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:648][897]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3385 outside of frame bounds -[2025.05.25-17.52.20:652][897]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3383 failed (-1006) -[2025.05.25-17.52.20:653][897]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:653][897]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3384 failed (-1000) -[2025.05.25-17.52.20:659][898]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3385 outside of frame bounds -[2025.05.25-17.52.20:660][898]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:660][898]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:660][898]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3386 outside of frame bounds -[2025.05.25-17.52.20:665][898]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3384 failed (-1006) -[2025.05.25-17.52.20:666][898]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:666][898]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3385 failed (-1000) -[2025.05.25-17.52.20:670][899]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3386 outside of frame bounds -[2025.05.25-17.52.20:670][899]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:670][899]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:670][899]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3387 outside of frame bounds -[2025.05.25-17.52.20:678][899]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3385 failed (-1006) -[2025.05.25-17.52.20:679][899]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:679][899]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3386 failed (-1000) -[2025.05.25-17.52.20:683][900]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3387 outside of frame bounds -[2025.05.25-17.52.20:683][900]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:683][900]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:683][900]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3388 outside of frame bounds -[2025.05.25-17.52.20:690][900]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3386 failed (-1006) -[2025.05.25-17.52.20:691][900]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:691][900]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3387 failed (-1000) -[2025.05.25-17.52.20:695][901]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3388 outside of frame bounds -[2025.05.25-17.52.20:695][901]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:695][901]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:695][901]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3389 outside of frame bounds -[2025.05.25-17.52.20:703][901]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3387 failed (-1006) -[2025.05.25-17.52.20:703][901]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:703][901]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3388 failed (-1000) -[2025.05.25-17.52.20:708][902]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3389 outside of frame bounds -[2025.05.25-17.52.20:708][902]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:708][902]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:708][902]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3390 outside of frame bounds -[2025.05.25-17.52.20:714][902]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3388 failed (-1006) -[2025.05.25-17.52.20:715][902]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:715][902]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3389 failed (-1000) -[2025.05.25-17.52.20:720][903]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3390 outside of frame bounds -[2025.05.25-17.52.20:721][903]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:721][903]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:721][903]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3391 outside of frame bounds -[2025.05.25-17.52.20:727][903]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3389 failed (-1006) -[2025.05.25-17.52.20:728][903]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:728][903]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3390 failed (-1000) -[2025.05.25-17.52.20:733][904]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3391 outside of frame bounds -[2025.05.25-17.52.20:733][904]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:733][904]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:733][904]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3392 outside of frame bounds -[2025.05.25-17.52.20:739][904]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3390 failed (-1006) -[2025.05.25-17.52.20:740][904]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:740][904]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3391 failed (-1000) -[2025.05.25-17.52.20:745][905]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3392 outside of frame bounds -[2025.05.25-17.52.20:745][905]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:745][905]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:745][905]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3393 outside of frame bounds -[2025.05.25-17.52.20:750][905]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3391 failed (-1006) -[2025.05.25-17.52.20:751][905]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:751][905]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3392 failed (-1000) -[2025.05.25-17.52.20:757][906]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3393 outside of frame bounds -[2025.05.25-17.52.20:757][906]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:757][906]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:757][906]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3394 outside of frame bounds -[2025.05.25-17.52.20:763][906]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3392 failed (-1006) -[2025.05.25-17.52.20:764][906]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:764][906]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3393 failed (-1000) -[2025.05.25-17.52.20:769][907]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3394 outside of frame bounds -[2025.05.25-17.52.20:769][907]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:769][907]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:769][907]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3395 outside of frame bounds -[2025.05.25-17.52.20:775][907]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3393 failed (-1006) -[2025.05.25-17.52.20:776][907]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:776][907]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3394 failed (-1000) -[2025.05.25-17.52.20:781][908]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3395 outside of frame bounds -[2025.05.25-17.52.20:781][908]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:781][908]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:781][908]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3396 outside of frame bounds -[2025.05.25-17.52.20:787][908]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3394 failed (-1006) -[2025.05.25-17.52.20:788][908]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:788][908]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3395 failed (-1000) -[2025.05.25-17.52.20:792][909]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3396 outside of frame bounds -[2025.05.25-17.52.20:793][909]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:793][909]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:793][909]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3397 outside of frame bounds -[2025.05.25-17.52.20:798][909]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3395 failed (-1006) -[2025.05.25-17.52.20:800][909]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:800][909]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3396 failed (-1000) -[2025.05.25-17.52.20:805][910]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3397 outside of frame bounds -[2025.05.25-17.52.20:805][910]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:805][910]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:805][910]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3398 outside of frame bounds -[2025.05.25-17.52.20:811][910]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3396 failed (-1006) -[2025.05.25-17.52.20:812][910]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:812][910]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3397 failed (-1000) -[2025.05.25-17.52.20:817][911]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3398 outside of frame bounds -[2025.05.25-17.52.20:818][911]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:818][911]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:818][911]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3399 outside of frame bounds -[2025.05.25-17.52.20:823][911]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3397 failed (-1006) -[2025.05.25-17.52.20:824][911]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:824][911]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3398 failed (-1000) -[2025.05.25-17.52.20:829][912]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3399 outside of frame bounds -[2025.05.25-17.52.20:829][912]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:829][912]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:829][912]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3400 outside of frame bounds -[2025.05.25-17.52.20:834][912]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3398 failed (-1006) -[2025.05.25-17.52.20:835][912]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:835][912]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3399 failed (-1000) -[2025.05.25-17.52.20:840][913]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3400 outside of frame bounds -[2025.05.25-17.52.20:841][913]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:841][913]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:841][913]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3401 outside of frame bounds -[2025.05.25-17.52.20:845][913]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3399 failed (-1006) -[2025.05.25-17.52.20:846][913]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:846][913]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3400 failed (-1000) -[2025.05.25-17.52.20:851][914]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3401 outside of frame bounds -[2025.05.25-17.52.20:851][914]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:851][914]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:851][914]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3402 outside of frame bounds -[2025.05.25-17.52.20:857][914]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3400 failed (-1006) -[2025.05.25-17.52.20:858][914]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:858][914]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3401 failed (-1000) -[2025.05.25-17.52.20:863][915]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3402 outside of frame bounds -[2025.05.25-17.52.20:863][915]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:863][915]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:863][915]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3403 outside of frame bounds -[2025.05.25-17.52.20:870][915]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3401 failed (-1006) -[2025.05.25-17.52.20:870][915]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:870][915]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3402 failed (-1000) -[2025.05.25-17.52.20:875][916]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3403 outside of frame bounds -[2025.05.25-17.52.20:876][916]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:876][916]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:876][916]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3404 outside of frame bounds -[2025.05.25-17.52.20:881][916]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3402 failed (-1006) -[2025.05.25-17.52.20:882][916]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:882][916]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3403 failed (-1000) -[2025.05.25-17.52.20:886][917]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3404 outside of frame bounds -[2025.05.25-17.52.20:887][917]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:887][917]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:887][917]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3405 outside of frame bounds -[2025.05.25-17.52.20:893][917]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3403 failed (-1006) -[2025.05.25-17.52.20:894][917]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:894][917]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3404 failed (-1000) -[2025.05.25-17.52.20:899][918]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3405 outside of frame bounds -[2025.05.25-17.52.20:899][918]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:899][918]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:899][918]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3406 outside of frame bounds -[2025.05.25-17.52.20:904][918]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3404 failed (-1006) -[2025.05.25-17.52.20:906][918]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:906][918]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3405 failed (-1000) -[2025.05.25-17.52.20:911][919]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3406 outside of frame bounds -[2025.05.25-17.52.20:911][919]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:911][919]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:911][919]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3407 outside of frame bounds -[2025.05.25-17.52.20:916][919]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3405 failed (-1006) -[2025.05.25-17.52.20:917][919]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:917][919]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3406 failed (-1000) -[2025.05.25-17.52.20:922][920]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3407 outside of frame bounds -[2025.05.25-17.52.20:922][920]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:922][920]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:922][920]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3408 outside of frame bounds -[2025.05.25-17.52.20:927][920]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3406 failed (-1006) -[2025.05.25-17.52.20:929][920]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:929][920]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3407 failed (-1000) -[2025.05.25-17.52.20:934][921]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3408 outside of frame bounds -[2025.05.25-17.52.20:934][921]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:934][921]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:934][921]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3409 outside of frame bounds -[2025.05.25-17.52.20:940][921]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3407 failed (-1006) -[2025.05.25-17.52.20:940][921]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:941][921]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3408 failed (-1000) -[2025.05.25-17.52.20:946][922]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3409 outside of frame bounds -[2025.05.25-17.52.20:946][922]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:946][922]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:946][922]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3410 outside of frame bounds -[2025.05.25-17.52.20:951][922]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3408 failed (-1006) -[2025.05.25-17.52.20:951][922]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:951][922]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3409 failed (-1000) -[2025.05.25-17.52.20:957][923]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3410 outside of frame bounds -[2025.05.25-17.52.20:957][923]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:957][923]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:957][923]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3411 outside of frame bounds -[2025.05.25-17.52.20:963][923]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3409 failed (-1006) -[2025.05.25-17.52.20:964][923]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:964][923]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3410 failed (-1000) -[2025.05.25-17.52.20:969][924]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3411 outside of frame bounds -[2025.05.25-17.52.20:969][924]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:969][924]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:969][924]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3412 outside of frame bounds -[2025.05.25-17.52.20:975][924]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3410 failed (-1006) -[2025.05.25-17.52.20:976][924]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:976][924]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3411 failed (-1000) -[2025.05.25-17.52.20:980][925]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3412 outside of frame bounds -[2025.05.25-17.52.20:981][925]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:981][925]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:981][925]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3413 outside of frame bounds -[2025.05.25-17.52.20:985][925]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3411 failed (-1006) -[2025.05.25-17.52.20:986][925]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:986][925]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3412 failed (-1000) -[2025.05.25-17.52.20:992][926]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3413 outside of frame bounds -[2025.05.25-17.52.20:992][926]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.20:992][926]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.20:992][926]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3414 outside of frame bounds -[2025.05.25-17.52.20:997][926]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3412 failed (-1006) -[2025.05.25-17.52.20:998][926]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.20:998][926]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3413 failed (-1000) -[2025.05.25-17.52.21:002][927]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3414 outside of frame bounds -[2025.05.25-17.52.21:003][927]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:003][927]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:003][927]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3415 outside of frame bounds -[2025.05.25-17.52.21:009][927]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3413 failed (-1006) -[2025.05.25-17.52.21:010][927]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:010][927]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3414 failed (-1000) -[2025.05.25-17.52.21:015][928]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3415 outside of frame bounds -[2025.05.25-17.52.21:016][928]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:016][928]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:016][928]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3416 outside of frame bounds -[2025.05.25-17.52.21:021][928]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3414 failed (-1006) -[2025.05.25-17.52.21:022][928]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:022][928]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3415 failed (-1000) -[2025.05.25-17.52.21:028][929]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3416 outside of frame bounds -[2025.05.25-17.52.21:028][929]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:028][929]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:028][929]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3417 outside of frame bounds -[2025.05.25-17.52.21:034][929]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3415 failed (-1006) -[2025.05.25-17.52.21:036][929]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:036][929]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3416 failed (-1000) -[2025.05.25-17.52.21:040][930]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3417 outside of frame bounds -[2025.05.25-17.52.21:040][930]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:040][930]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:040][930]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3418 outside of frame bounds -[2025.05.25-17.52.21:047][930]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3416 failed (-1006) -[2025.05.25-17.52.21:048][930]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:048][930]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3417 failed (-1000) -[2025.05.25-17.52.21:053][931]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3418 outside of frame bounds -[2025.05.25-17.52.21:053][931]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:053][931]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:053][931]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3419 outside of frame bounds -[2025.05.25-17.52.21:059][931]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3417 failed (-1006) -[2025.05.25-17.52.21:060][931]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:060][931]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3418 failed (-1000) -[2025.05.25-17.52.21:065][932]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3419 outside of frame bounds -[2025.05.25-17.52.21:065][932]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:065][932]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:065][932]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3420 outside of frame bounds -[2025.05.25-17.52.21:070][932]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3418 failed (-1006) -[2025.05.25-17.52.21:072][932]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:072][932]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3419 failed (-1000) -[2025.05.25-17.52.21:077][933]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3420 outside of frame bounds -[2025.05.25-17.52.21:077][933]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:077][933]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:077][933]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3421 outside of frame bounds -[2025.05.25-17.52.21:082][933]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3419 failed (-1006) -[2025.05.25-17.52.21:083][933]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:083][933]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3420 failed (-1000) -[2025.05.25-17.52.21:089][934]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3421 outside of frame bounds -[2025.05.25-17.52.21:089][934]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:089][934]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:089][934]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3422 outside of frame bounds -[2025.05.25-17.52.21:095][934]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3420 failed (-1006) -[2025.05.25-17.52.21:096][934]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:096][934]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3421 failed (-1000) -[2025.05.25-17.52.21:100][935]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3422 outside of frame bounds -[2025.05.25-17.52.21:101][935]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:101][935]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:101][935]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3423 outside of frame bounds -[2025.05.25-17.52.21:108][935]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3421 failed (-1006) -[2025.05.25-17.52.21:109][935]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:109][935]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3422 failed (-1000) -[2025.05.25-17.52.21:113][936]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3423 outside of frame bounds -[2025.05.25-17.52.21:113][936]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:113][936]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:113][936]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3424 outside of frame bounds -[2025.05.25-17.52.21:119][936]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3422 failed (-1006) -[2025.05.25-17.52.21:119][936]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:119][936]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3423 failed (-1000) -[2025.05.25-17.52.21:124][937]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3424 outside of frame bounds -[2025.05.25-17.52.21:125][937]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:125][937]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:125][937]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3425 outside of frame bounds -[2025.05.25-17.52.21:131][937]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3423 failed (-1006) -[2025.05.25-17.52.21:132][937]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:132][937]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3424 failed (-1000) -[2025.05.25-17.52.21:136][938]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3425 outside of frame bounds -[2025.05.25-17.52.21:137][938]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:137][938]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:137][938]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3426 outside of frame bounds -[2025.05.25-17.52.21:144][938]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3424 failed (-1006) -[2025.05.25-17.52.21:145][938]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:145][938]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3425 failed (-1000) -[2025.05.25-17.52.21:150][939]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3426 outside of frame bounds -[2025.05.25-17.52.21:150][939]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:150][939]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:150][939]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3427 outside of frame bounds -[2025.05.25-17.52.21:156][939]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3425 failed (-1006) -[2025.05.25-17.52.21:157][939]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:157][939]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3426 failed (-1000) -[2025.05.25-17.52.21:161][940]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3427 outside of frame bounds -[2025.05.25-17.52.21:162][940]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:162][940]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:162][940]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3428 outside of frame bounds -[2025.05.25-17.52.21:166][940]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3426 failed (-1006) -[2025.05.25-17.52.21:166][940]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:166][940]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3427 failed (-1000) -[2025.05.25-17.52.21:174][941]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3428 outside of frame bounds -[2025.05.25-17.52.21:174][941]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:174][941]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:174][941]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3429 outside of frame bounds -[2025.05.25-17.52.21:179][941]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3427 failed (-1006) -[2025.05.25-17.52.21:179][941]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:179][941]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3428 failed (-1000) -[2025.05.25-17.52.21:185][942]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3429 outside of frame bounds -[2025.05.25-17.52.21:186][942]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:186][942]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:186][942]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3430 outside of frame bounds -[2025.05.25-17.52.21:192][942]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3428 failed (-1006) -[2025.05.25-17.52.21:193][942]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:193][942]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3429 failed (-1000) -[2025.05.25-17.52.21:197][943]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3430 outside of frame bounds -[2025.05.25-17.52.21:197][943]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:197][943]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:197][943]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3431 outside of frame bounds -[2025.05.25-17.52.21:203][943]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3429 failed (-1006) -[2025.05.25-17.52.21:204][943]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:204][943]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3430 failed (-1000) -[2025.05.25-17.52.21:209][944]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3431 outside of frame bounds -[2025.05.25-17.52.21:209][944]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:209][944]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:209][944]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3432 outside of frame bounds -[2025.05.25-17.52.21:216][944]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3430 failed (-1006) -[2025.05.25-17.52.21:217][944]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:217][944]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3431 failed (-1000) -[2025.05.25-17.52.21:221][945]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3432 outside of frame bounds -[2025.05.25-17.52.21:221][945]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:222][945]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:222][945]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3433 outside of frame bounds -[2025.05.25-17.52.21:228][945]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3431 failed (-1006) -[2025.05.25-17.52.21:228][945]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:228][945]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3432 failed (-1000) -[2025.05.25-17.52.21:233][946]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3433 outside of frame bounds -[2025.05.25-17.52.21:233][946]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:233][946]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:233][946]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3434 outside of frame bounds -[2025.05.25-17.52.21:241][946]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3432 failed (-1006) -[2025.05.25-17.52.21:242][946]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:242][946]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3433 failed (-1000) -[2025.05.25-17.52.21:245][947]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3434 outside of frame bounds -[2025.05.25-17.52.21:246][947]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:247][947]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:247][947]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3435 outside of frame bounds -[2025.05.25-17.52.21:250][947]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3433 failed (-1006) -[2025.05.25-17.52.21:251][947]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:251][947]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3434 failed (-1000) -[2025.05.25-17.52.21:257][948]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3435 outside of frame bounds -[2025.05.25-17.52.21:257][948]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:258][948]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:258][948]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3436 outside of frame bounds -[2025.05.25-17.52.21:263][948]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3434 failed (-1006) -[2025.05.25-17.52.21:264][948]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:264][948]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3435 failed (-1000) -[2025.05.25-17.52.21:269][949]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3436 outside of frame bounds -[2025.05.25-17.52.21:269][949]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:269][949]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:269][949]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3437 outside of frame bounds -[2025.05.25-17.52.21:275][949]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3435 failed (-1006) -[2025.05.25-17.52.21:276][949]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:276][949]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3436 failed (-1000) -[2025.05.25-17.52.21:280][950]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3437 outside of frame bounds -[2025.05.25-17.52.21:281][950]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:281][950]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:281][950]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3438 outside of frame bounds -[2025.05.25-17.52.21:287][950]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3436 failed (-1006) -[2025.05.25-17.52.21:288][950]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:288][950]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3437 failed (-1000) -[2025.05.25-17.52.21:292][951]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3438 outside of frame bounds -[2025.05.25-17.52.21:292][951]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:292][951]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:292][951]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3439 outside of frame bounds -[2025.05.25-17.52.21:298][951]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3437 failed (-1006) -[2025.05.25-17.52.21:299][951]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:299][951]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3438 failed (-1000) -[2025.05.25-17.52.21:305][952]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3439 outside of frame bounds -[2025.05.25-17.52.21:305][952]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:305][952]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:305][952]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3440 outside of frame bounds -[2025.05.25-17.52.21:311][952]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3438 failed (-1006) -[2025.05.25-17.52.21:312][952]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:312][952]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3439 failed (-1000) -[2025.05.25-17.52.21:316][953]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3440 outside of frame bounds -[2025.05.25-17.52.21:317][953]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:317][953]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:317][953]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3441 outside of frame bounds -[2025.05.25-17.52.21:323][953]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3439 failed (-1006) -[2025.05.25-17.52.21:323][953]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:323][953]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3440 failed (-1000) -[2025.05.25-17.52.21:329][954]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3441 outside of frame bounds -[2025.05.25-17.52.21:329][954]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:329][954]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:329][954]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3442 outside of frame bounds -[2025.05.25-17.52.21:334][954]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3440 failed (-1006) -[2025.05.25-17.52.21:335][954]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:335][954]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3441 failed (-1000) -[2025.05.25-17.52.21:341][955]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3442 outside of frame bounds -[2025.05.25-17.52.21:342][955]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:342][955]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:342][955]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3443 outside of frame bounds -[2025.05.25-17.52.21:346][955]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3441 failed (-1006) -[2025.05.25-17.52.21:347][955]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:347][955]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3442 failed (-1000) -[2025.05.25-17.52.21:352][956]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3443 outside of frame bounds -[2025.05.25-17.52.21:353][956]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:353][956]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:353][956]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3444 outside of frame bounds -[2025.05.25-17.52.21:358][956]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3442 failed (-1006) -[2025.05.25-17.52.21:359][956]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:359][956]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3443 failed (-1000) -[2025.05.25-17.52.21:363][957]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3444 outside of frame bounds -[2025.05.25-17.52.21:364][957]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:364][957]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:364][957]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3445 outside of frame bounds -[2025.05.25-17.52.21:370][957]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3443 failed (-1006) -[2025.05.25-17.52.21:371][957]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:371][957]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3444 failed (-1000) -[2025.05.25-17.52.21:376][958]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3445 outside of frame bounds -[2025.05.25-17.52.21:376][958]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:376][958]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:376][958]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3446 outside of frame bounds -[2025.05.25-17.52.21:382][958]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3444 failed (-1006) -[2025.05.25-17.52.21:383][958]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:383][958]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3445 failed (-1000) -[2025.05.25-17.52.21:388][959]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3446 outside of frame bounds -[2025.05.25-17.52.21:388][959]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:389][959]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:389][959]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3447 outside of frame bounds -[2025.05.25-17.52.21:394][959]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3445 failed (-1006) -[2025.05.25-17.52.21:395][959]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:395][959]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3446 failed (-1000) -[2025.05.25-17.52.21:399][960]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3447 outside of frame bounds -[2025.05.25-17.52.21:400][960]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:400][960]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:400][960]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3448 outside of frame bounds -[2025.05.25-17.52.21:407][960]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3446 failed (-1006) -[2025.05.25-17.52.21:408][960]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:408][960]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3447 failed (-1000) -[2025.05.25-17.52.21:412][961]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3448 outside of frame bounds -[2025.05.25-17.52.21:413][961]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:413][961]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:413][961]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3449 outside of frame bounds -[2025.05.25-17.52.21:418][961]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3447 failed (-1006) -[2025.05.25-17.52.21:419][961]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:419][961]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3448 failed (-1000) -[2025.05.25-17.52.21:425][962]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3449 outside of frame bounds -[2025.05.25-17.52.21:425][962]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:425][962]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:425][962]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3450 outside of frame bounds -[2025.05.25-17.52.21:429][962]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3448 failed (-1006) -[2025.05.25-17.52.21:430][962]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:430][962]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3449 failed (-1000) -[2025.05.25-17.52.21:435][963]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3450 outside of frame bounds -[2025.05.25-17.52.21:436][963]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:436][963]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:436][963]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3451 outside of frame bounds -[2025.05.25-17.52.21:442][963]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3449 failed (-1006) -[2025.05.25-17.52.21:443][963]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:443][963]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3450 failed (-1000) -[2025.05.25-17.52.21:447][964]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3451 outside of frame bounds -[2025.05.25-17.52.21:448][964]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:448][964]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:448][964]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3452 outside of frame bounds -[2025.05.25-17.52.21:454][964]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3450 failed (-1006) -[2025.05.25-17.52.21:455][964]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:455][964]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3451 failed (-1000) -[2025.05.25-17.52.21:459][965]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3452 outside of frame bounds -[2025.05.25-17.52.21:460][965]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:460][965]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:460][965]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3453 outside of frame bounds -[2025.05.25-17.52.21:465][965]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3451 failed (-1006) -[2025.05.25-17.52.21:466][965]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:466][965]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3452 failed (-1000) -[2025.05.25-17.52.21:472][966]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3453 outside of frame bounds -[2025.05.25-17.52.21:472][966]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:472][966]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:472][966]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3454 outside of frame bounds -[2025.05.25-17.52.21:478][966]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3452 failed (-1006) -[2025.05.25-17.52.21:479][966]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:479][966]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3453 failed (-1000) -[2025.05.25-17.52.21:483][967]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3454 outside of frame bounds -[2025.05.25-17.52.21:483][967]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:483][967]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:483][967]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3455 outside of frame bounds -[2025.05.25-17.52.21:489][967]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3453 failed (-1006) -[2025.05.25-17.52.21:490][967]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:490][967]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3454 failed (-1000) -[2025.05.25-17.52.21:495][968]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3455 outside of frame bounds -[2025.05.25-17.52.21:496][968]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:496][968]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:496][968]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3456 outside of frame bounds -[2025.05.25-17.52.21:501][968]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3454 failed (-1006) -[2025.05.25-17.52.21:502][968]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:502][968]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3455 failed (-1000) -[2025.05.25-17.52.21:507][969]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3456 outside of frame bounds -[2025.05.25-17.52.21:508][969]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:508][969]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:508][969]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3457 outside of frame bounds -[2025.05.25-17.52.21:513][969]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3455 failed (-1006) -[2025.05.25-17.52.21:514][969]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:514][969]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3456 failed (-1000) -[2025.05.25-17.52.21:519][970]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3457 outside of frame bounds -[2025.05.25-17.52.21:519][970]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:519][970]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:519][970]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3458 outside of frame bounds -[2025.05.25-17.52.21:525][970]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3456 failed (-1006) -[2025.05.25-17.52.21:525][970]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:525][970]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3457 failed (-1000) -[2025.05.25-17.52.21:531][971]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3458 outside of frame bounds -[2025.05.25-17.52.21:531][971]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:532][971]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:532][971]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3459 outside of frame bounds -[2025.05.25-17.52.21:538][971]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3457 failed (-1006) -[2025.05.25-17.52.21:538][971]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:539][971]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3458 failed (-1000) -[2025.05.25-17.52.21:543][972]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3459 outside of frame bounds -[2025.05.25-17.52.21:544][972]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:544][972]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:544][972]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3460 outside of frame bounds -[2025.05.25-17.52.21:549][972]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3458 failed (-1006) -[2025.05.25-17.52.21:551][972]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:551][972]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3459 failed (-1000) -[2025.05.25-17.52.21:555][973]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3460 outside of frame bounds -[2025.05.25-17.52.21:556][973]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:556][973]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:556][973]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3461 outside of frame bounds -[2025.05.25-17.52.21:562][973]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3459 failed (-1006) -[2025.05.25-17.52.21:563][973]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:563][973]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3460 failed (-1000) -[2025.05.25-17.52.21:567][974]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3461 outside of frame bounds -[2025.05.25-17.52.21:568][974]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:568][974]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:568][974]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3462 outside of frame bounds -[2025.05.25-17.52.21:574][974]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3460 failed (-1006) -[2025.05.25-17.52.21:575][974]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:575][974]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3461 failed (-1000) -[2025.05.25-17.52.21:579][975]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3462 outside of frame bounds -[2025.05.25-17.52.21:580][975]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:580][975]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:580][975]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3463 outside of frame bounds -[2025.05.25-17.52.21:586][975]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3461 failed (-1006) -[2025.05.25-17.52.21:586][975]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:586][975]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3462 failed (-1000) -[2025.05.25-17.52.21:592][976]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3463 outside of frame bounds -[2025.05.25-17.52.21:592][976]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:592][976]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:593][976]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3464 outside of frame bounds -[2025.05.25-17.52.21:597][976]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3462 failed (-1006) -[2025.05.25-17.52.21:598][976]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:598][976]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3463 failed (-1000) -[2025.05.25-17.52.21:604][977]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3464 outside of frame bounds -[2025.05.25-17.52.21:605][977]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:605][977]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:605][977]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3465 outside of frame bounds -[2025.05.25-17.52.21:610][977]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3463 failed (-1006) -[2025.05.25-17.52.21:611][977]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:611][977]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3464 failed (-1000) -[2025.05.25-17.52.21:616][978]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3465 outside of frame bounds -[2025.05.25-17.52.21:616][978]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:616][978]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:616][978]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3466 outside of frame bounds -[2025.05.25-17.52.21:621][978]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3464 failed (-1006) -[2025.05.25-17.52.21:622][978]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:622][978]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3465 failed (-1000) -[2025.05.25-17.52.21:627][979]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3466 outside of frame bounds -[2025.05.25-17.52.21:628][979]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:628][979]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:628][979]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3467 outside of frame bounds -[2025.05.25-17.52.21:633][979]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3465 failed (-1006) -[2025.05.25-17.52.21:634][979]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:634][979]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3466 failed (-1000) -[2025.05.25-17.52.21:639][980]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3467 outside of frame bounds -[2025.05.25-17.52.21:639][980]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:639][980]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:639][980]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3468 outside of frame bounds -[2025.05.25-17.52.21:645][980]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3466 failed (-1006) -[2025.05.25-17.52.21:646][980]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:646][980]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3467 failed (-1000) -[2025.05.25-17.52.21:651][981]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3468 outside of frame bounds -[2025.05.25-17.52.21:651][981]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:651][981]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:651][981]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3469 outside of frame bounds -[2025.05.25-17.52.21:658][981]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3467 failed (-1006) -[2025.05.25-17.52.21:659][981]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:659][981]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3468 failed (-1000) -[2025.05.25-17.52.21:664][982]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3469 outside of frame bounds -[2025.05.25-17.52.21:664][982]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:664][982]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:664][982]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3470 outside of frame bounds -[2025.05.25-17.52.21:670][982]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3468 failed (-1006) -[2025.05.25-17.52.21:671][982]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:671][982]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3469 failed (-1000) -[2025.05.25-17.52.21:675][983]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3470 outside of frame bounds -[2025.05.25-17.52.21:676][983]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:676][983]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:676][983]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3471 outside of frame bounds -[2025.05.25-17.52.21:681][983]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3469 failed (-1006) -[2025.05.25-17.52.21:681][983]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:681][983]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3470 failed (-1000) -[2025.05.25-17.52.21:688][984]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3471 outside of frame bounds -[2025.05.25-17.52.21:688][984]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:688][984]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:688][984]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3472 outside of frame bounds -[2025.05.25-17.52.21:693][984]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3470 failed (-1006) -[2025.05.25-17.52.21:694][984]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:694][984]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3471 failed (-1000) -[2025.05.25-17.52.21:699][985]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3472 outside of frame bounds -[2025.05.25-17.52.21:700][985]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:700][985]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:700][985]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3473 outside of frame bounds -[2025.05.25-17.52.21:705][985]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3471 failed (-1006) -[2025.05.25-17.52.21:706][985]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:706][985]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3472 failed (-1000) -[2025.05.25-17.52.21:711][986]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3473 outside of frame bounds -[2025.05.25-17.52.21:711][986]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:711][986]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:712][986]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3474 outside of frame bounds -[2025.05.25-17.52.21:717][986]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3472 failed (-1006) -[2025.05.25-17.52.21:718][986]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:718][986]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3473 failed (-1000) -[2025.05.25-17.52.21:722][987]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3474 outside of frame bounds -[2025.05.25-17.52.21:723][987]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:723][987]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:723][987]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3475 outside of frame bounds -[2025.05.25-17.52.21:729][987]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3473 failed (-1006) -[2025.05.25-17.52.21:730][987]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:730][987]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3474 failed (-1000) -[2025.05.25-17.52.21:734][988]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3475 outside of frame bounds -[2025.05.25-17.52.21:735][988]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:735][988]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:735][988]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3476 outside of frame bounds -[2025.05.25-17.52.21:741][988]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3474 failed (-1006) -[2025.05.25-17.52.21:742][988]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:742][988]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3475 failed (-1000) -[2025.05.25-17.52.21:747][989]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3476 outside of frame bounds -[2025.05.25-17.52.21:747][989]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:747][989]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:747][989]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3477 outside of frame bounds -[2025.05.25-17.52.21:753][989]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3475 failed (-1006) -[2025.05.25-17.52.21:754][989]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:754][989]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3476 failed (-1000) -[2025.05.25-17.52.21:759][990]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3477 outside of frame bounds -[2025.05.25-17.52.21:759][990]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:759][990]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:759][990]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3478 outside of frame bounds -[2025.05.25-17.52.21:764][990]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3476 failed (-1006) -[2025.05.25-17.52.21:764][990]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:765][990]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3477 failed (-1000) -[2025.05.25-17.52.21:770][991]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3478 outside of frame bounds -[2025.05.25-17.52.21:771][991]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:771][991]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:771][991]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3479 outside of frame bounds -[2025.05.25-17.52.21:777][991]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3477 failed (-1006) -[2025.05.25-17.52.21:778][991]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:778][991]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3478 failed (-1000) -[2025.05.25-17.52.21:783][992]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3479 outside of frame bounds -[2025.05.25-17.52.21:783][992]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:783][992]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:783][992]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3480 outside of frame bounds -[2025.05.25-17.52.21:788][992]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3478 failed (-1006) -[2025.05.25-17.52.21:789][992]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:789][992]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3479 failed (-1000) -[2025.05.25-17.52.21:794][993]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3480 outside of frame bounds -[2025.05.25-17.52.21:795][993]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:795][993]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:795][993]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3481 outside of frame bounds -[2025.05.25-17.52.21:801][993]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3479 failed (-1006) -[2025.05.25-17.52.21:802][993]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:802][993]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3480 failed (-1000) -[2025.05.25-17.52.21:807][994]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3481 outside of frame bounds -[2025.05.25-17.52.21:807][994]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:807][994]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:807][994]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3482 outside of frame bounds -[2025.05.25-17.52.21:813][994]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3480 failed (-1006) -[2025.05.25-17.52.21:814][994]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:815][994]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3481 failed (-1000) -[2025.05.25-17.52.21:818][995]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3482 outside of frame bounds -[2025.05.25-17.52.21:819][995]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:819][995]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:819][995]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3483 outside of frame bounds -[2025.05.25-17.52.21:825][995]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3481 failed (-1006) -[2025.05.25-17.52.21:826][995]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:826][995]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3482 failed (-1000) -[2025.05.25-17.52.21:831][996]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3483 outside of frame bounds -[2025.05.25-17.52.21:831][996]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:831][996]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:831][996]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3484 outside of frame bounds -[2025.05.25-17.52.21:837][996]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3482 failed (-1006) -[2025.05.25-17.52.21:838][996]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:838][996]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3483 failed (-1000) -[2025.05.25-17.52.21:842][997]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3484 outside of frame bounds -[2025.05.25-17.52.21:843][997]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:843][997]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:843][997]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3485 outside of frame bounds -[2025.05.25-17.52.21:849][997]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3483 failed (-1006) -[2025.05.25-17.52.21:850][997]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:850][997]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3484 failed (-1000) -[2025.05.25-17.52.21:855][998]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3485 outside of frame bounds -[2025.05.25-17.52.21:855][998]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:855][998]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:855][998]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3486 outside of frame bounds -[2025.05.25-17.52.21:860][998]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3484 failed (-1006) -[2025.05.25-17.52.21:861][998]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:861][998]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3485 failed (-1000) -[2025.05.25-17.52.21:866][999]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3486 outside of frame bounds -[2025.05.25-17.52.21:867][999]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:867][999]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:867][999]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3487 outside of frame bounds -[2025.05.25-17.52.21:873][999]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3485 failed (-1006) -[2025.05.25-17.52.21:873][999]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:873][999]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3486 failed (-1000) -[2025.05.25-17.52.21:878][ 0]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3487 outside of frame bounds -[2025.05.25-17.52.21:879][ 0]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:879][ 0]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:879][ 0]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3488 outside of frame bounds -[2025.05.25-17.52.21:885][ 0]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3486 failed (-1006) -[2025.05.25-17.52.21:886][ 0]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:886][ 0]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3487 failed (-1000) -[2025.05.25-17.52.21:891][ 1]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3488 outside of frame bounds -[2025.05.25-17.52.21:891][ 1]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:891][ 1]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:891][ 1]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3489 outside of frame bounds -[2025.05.25-17.52.21:896][ 1]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3487 failed (-1006) -[2025.05.25-17.52.21:897][ 1]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:897][ 1]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3488 failed (-1000) -[2025.05.25-17.52.21:902][ 2]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3489 outside of frame bounds -[2025.05.25-17.52.21:903][ 2]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:903][ 2]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:903][ 2]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3490 outside of frame bounds -[2025.05.25-17.52.21:910][ 2]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3488 failed (-1006) -[2025.05.25-17.52.21:911][ 2]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:911][ 2]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3489 failed (-1000) -[2025.05.25-17.52.21:915][ 3]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3490 outside of frame bounds -[2025.05.25-17.52.21:915][ 3]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:915][ 3]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:915][ 3]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3491 outside of frame bounds -[2025.05.25-17.52.21:921][ 3]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3489 failed (-1006) -[2025.05.25-17.52.21:922][ 3]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:922][ 3]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3490 failed (-1000) -[2025.05.25-17.52.21:927][ 4]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3491 outside of frame bounds -[2025.05.25-17.52.21:927][ 4]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:927][ 4]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:927][ 4]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3492 outside of frame bounds -[2025.05.25-17.52.21:933][ 4]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3490 failed (-1006) -[2025.05.25-17.52.21:934][ 4]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:934][ 4]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3491 failed (-1000) -[2025.05.25-17.52.21:939][ 5]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3492 outside of frame bounds -[2025.05.25-17.52.21:940][ 5]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:940][ 5]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:940][ 5]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3493 outside of frame bounds -[2025.05.25-17.52.21:945][ 5]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3491 failed (-1006) -[2025.05.25-17.52.21:945][ 5]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:945][ 5]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3492 failed (-1000) -[2025.05.25-17.52.21:951][ 6]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3493 outside of frame bounds -[2025.05.25-17.52.21:952][ 6]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:952][ 6]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:952][ 6]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3494 outside of frame bounds -[2025.05.25-17.52.21:957][ 6]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3492 failed (-1006) -[2025.05.25-17.52.21:958][ 6]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:958][ 6]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3493 failed (-1000) -[2025.05.25-17.52.21:963][ 7]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3494 outside of frame bounds -[2025.05.25-17.52.21:963][ 7]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:963][ 7]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:963][ 7]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3495 outside of frame bounds -[2025.05.25-17.52.21:969][ 7]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3493 failed (-1006) -[2025.05.25-17.52.21:970][ 7]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:970][ 7]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3494 failed (-1000) -[2025.05.25-17.52.21:974][ 8]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3495 outside of frame bounds -[2025.05.25-17.52.21:975][ 8]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:975][ 8]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:975][ 8]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3496 outside of frame bounds -[2025.05.25-17.52.21:981][ 8]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3494 failed (-1006) -[2025.05.25-17.52.21:982][ 8]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:982][ 8]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3495 failed (-1000) -[2025.05.25-17.52.21:986][ 9]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3496 outside of frame bounds -[2025.05.25-17.52.21:986][ 9]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:987][ 9]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:987][ 9]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3497 outside of frame bounds -[2025.05.25-17.52.21:994][ 9]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3495 failed (-1006) -[2025.05.25-17.52.21:994][ 9]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.21:995][ 9]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3496 failed (-1000) -[2025.05.25-17.52.21:999][ 10]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3497 outside of frame bounds -[2025.05.25-17.52.21:999][ 10]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.21:999][ 10]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.21:999][ 10]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3498 outside of frame bounds -[2025.05.25-17.52.22:005][ 10]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3496 failed (-1006) -[2025.05.25-17.52.22:006][ 10]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:006][ 10]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3497 failed (-1000) -[2025.05.25-17.52.22:011][ 11]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3498 outside of frame bounds -[2025.05.25-17.52.22:011][ 11]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:011][ 11]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:011][ 11]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3499 outside of frame bounds -[2025.05.25-17.52.22:017][ 11]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3497 failed (-1006) -[2025.05.25-17.52.22:018][ 11]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:018][ 11]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3498 failed (-1000) -[2025.05.25-17.52.22:023][ 12]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3499 outside of frame bounds -[2025.05.25-17.52.22:023][ 12]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:023][ 12]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:023][ 12]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3500 outside of frame bounds -[2025.05.25-17.52.22:028][ 12]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3498 failed (-1006) -[2025.05.25-17.52.22:029][ 12]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:029][ 12]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3499 failed (-1000) -[2025.05.25-17.52.22:035][ 13]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3500 outside of frame bounds -[2025.05.25-17.52.22:035][ 13]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:035][ 13]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:035][ 13]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3501 outside of frame bounds -[2025.05.25-17.52.22:040][ 13]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3499 failed (-1006) -[2025.05.25-17.52.22:041][ 13]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:041][ 13]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3500 failed (-1000) -[2025.05.25-17.52.22:046][ 14]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3501 outside of frame bounds -[2025.05.25-17.52.22:047][ 14]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:047][ 14]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:047][ 14]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3502 outside of frame bounds -[2025.05.25-17.52.22:052][ 14]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3500 failed (-1006) -[2025.05.25-17.52.22:053][ 14]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:053][ 14]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3501 failed (-1000) -[2025.05.25-17.52.22:057][ 15]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3502 outside of frame bounds -[2025.05.25-17.52.22:058][ 15]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:058][ 15]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:058][ 15]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3503 outside of frame bounds -[2025.05.25-17.52.22:063][ 15]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3501 failed (-1006) -[2025.05.25-17.52.22:064][ 15]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:064][ 15]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3502 failed (-1000) -[2025.05.25-17.52.22:069][ 16]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3503 outside of frame bounds -[2025.05.25-17.52.22:070][ 16]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:070][ 16]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:070][ 16]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3504 outside of frame bounds -[2025.05.25-17.52.22:077][ 16]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3502 failed (-1006) -[2025.05.25-17.52.22:078][ 16]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:078][ 16]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3503 failed (-1000) -[2025.05.25-17.52.22:082][ 17]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3504 outside of frame bounds -[2025.05.25-17.52.22:082][ 17]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:083][ 17]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:083][ 17]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3505 outside of frame bounds -[2025.05.25-17.52.22:088][ 17]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3503 failed (-1006) -[2025.05.25-17.52.22:089][ 17]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:089][ 17]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3504 failed (-1000) -[2025.05.25-17.52.22:094][ 18]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3505 outside of frame bounds -[2025.05.25-17.52.22:094][ 18]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:094][ 18]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:094][ 18]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3506 outside of frame bounds -[2025.05.25-17.52.22:100][ 18]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3504 failed (-1006) -[2025.05.25-17.52.22:101][ 18]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:101][ 18]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3505 failed (-1000) -[2025.05.25-17.52.22:106][ 19]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3506 outside of frame bounds -[2025.05.25-17.52.22:106][ 19]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:106][ 19]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:106][ 19]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3507 outside of frame bounds -[2025.05.25-17.52.22:111][ 19]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3505 failed (-1006) -[2025.05.25-17.52.22:112][ 19]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:112][ 19]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3506 failed (-1000) -[2025.05.25-17.52.22:118][ 20]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3507 outside of frame bounds -[2025.05.25-17.52.22:119][ 20]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:119][ 20]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:119][ 20]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3508 outside of frame bounds -[2025.05.25-17.52.22:123][ 20]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3506 failed (-1006) -[2025.05.25-17.52.22:123][ 20]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:123][ 20]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3507 failed (-1000) -[2025.05.25-17.52.22:129][ 21]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3508 outside of frame bounds -[2025.05.25-17.52.22:130][ 21]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:130][ 21]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:130][ 21]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3509 outside of frame bounds -[2025.05.25-17.52.22:135][ 21]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3507 failed (-1006) -[2025.05.25-17.52.22:136][ 21]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:136][ 21]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3508 failed (-1000) -[2025.05.25-17.52.22:141][ 22]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3509 outside of frame bounds -[2025.05.25-17.52.22:141][ 22]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:142][ 22]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:142][ 22]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3510 outside of frame bounds -[2025.05.25-17.52.22:148][ 22]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3508 failed (-1006) -[2025.05.25-17.52.22:148][ 22]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:148][ 22]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3509 failed (-1000) -[2025.05.25-17.52.22:153][ 23]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3510 outside of frame bounds -[2025.05.25-17.52.22:153][ 23]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:153][ 23]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:153][ 23]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3511 outside of frame bounds -[2025.05.25-17.52.22:159][ 23]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3509 failed (-1006) -[2025.05.25-17.52.22:160][ 23]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:160][ 23]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3510 failed (-1000) -[2025.05.25-17.52.22:164][ 24]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3511 outside of frame bounds -[2025.05.25-17.52.22:165][ 24]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:165][ 24]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:165][ 24]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3512 outside of frame bounds -[2025.05.25-17.52.22:171][ 24]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3510 failed (-1006) -[2025.05.25-17.52.22:172][ 24]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:172][ 24]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3511 failed (-1000) -[2025.05.25-17.52.22:176][ 25]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3512 outside of frame bounds -[2025.05.25-17.52.22:176][ 25]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:176][ 25]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:176][ 25]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3513 outside of frame bounds -[2025.05.25-17.52.22:183][ 25]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3511 failed (-1006) -[2025.05.25-17.52.22:184][ 25]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:184][ 25]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3512 failed (-1000) -[2025.05.25-17.52.22:189][ 26]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3513 outside of frame bounds -[2025.05.25-17.52.22:190][ 26]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:190][ 26]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:190][ 26]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3514 outside of frame bounds -[2025.05.25-17.52.22:194][ 26]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3512 failed (-1006) -[2025.05.25-17.52.22:195][ 26]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:195][ 26]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3513 failed (-1000) -[2025.05.25-17.52.22:200][ 27]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3514 outside of frame bounds -[2025.05.25-17.52.22:201][ 27]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:201][ 27]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:201][ 27]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3515 outside of frame bounds -[2025.05.25-17.52.22:206][ 27]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3513 failed (-1006) -[2025.05.25-17.52.22:207][ 27]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:207][ 27]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3514 failed (-1000) -[2025.05.25-17.52.22:213][ 28]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3515 outside of frame bounds -[2025.05.25-17.52.22:213][ 28]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:213][ 28]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:213][ 28]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3516 outside of frame bounds -[2025.05.25-17.52.22:218][ 28]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3514 failed (-1006) -[2025.05.25-17.52.22:219][ 28]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:219][ 28]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3515 failed (-1000) -[2025.05.25-17.52.22:223][ 29]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3516 outside of frame bounds -[2025.05.25-17.52.22:224][ 29]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:224][ 29]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:224][ 29]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3517 outside of frame bounds -[2025.05.25-17.52.22:230][ 29]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3515 failed (-1006) -[2025.05.25-17.52.22:231][ 29]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:231][ 29]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3516 failed (-1000) -[2025.05.25-17.52.22:235][ 30]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3517 outside of frame bounds -[2025.05.25-17.52.22:236][ 30]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:236][ 30]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:236][ 30]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3518 outside of frame bounds -[2025.05.25-17.52.22:243][ 30]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3516 failed (-1006) -[2025.05.25-17.52.22:244][ 30]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:244][ 30]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3517 failed (-1000) -[2025.05.25-17.52.22:248][ 31]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3518 outside of frame bounds -[2025.05.25-17.52.22:248][ 31]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:248][ 31]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:248][ 31]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3519 outside of frame bounds -[2025.05.25-17.52.22:255][ 31]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3517 failed (-1006) -[2025.05.25-17.52.22:255][ 31]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:256][ 31]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3518 failed (-1000) -[2025.05.25-17.52.22:260][ 32]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3519 outside of frame bounds -[2025.05.25-17.52.22:261][ 32]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:261][ 32]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:261][ 32]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3520 outside of frame bounds -[2025.05.25-17.52.22:267][ 32]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3518 failed (-1006) -[2025.05.25-17.52.22:268][ 32]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:268][ 32]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3519 failed (-1000) -[2025.05.25-17.52.22:273][ 33]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3520 outside of frame bounds -[2025.05.25-17.52.22:274][ 33]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:274][ 33]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:274][ 33]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3521 outside of frame bounds -[2025.05.25-17.52.22:280][ 33]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3519 failed (-1006) -[2025.05.25-17.52.22:280][ 33]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:280][ 33]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3520 failed (-1000) -[2025.05.25-17.52.22:285][ 34]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3521 outside of frame bounds -[2025.05.25-17.52.22:286][ 34]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:286][ 34]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:286][ 34]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3522 outside of frame bounds -[2025.05.25-17.52.22:290][ 34]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3520 failed (-1006) -[2025.05.25-17.52.22:291][ 34]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:291][ 34]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3521 failed (-1000) -[2025.05.25-17.52.22:297][ 35]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3522 outside of frame bounds -[2025.05.25-17.52.22:297][ 35]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:297][ 35]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:297][ 35]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3523 outside of frame bounds -[2025.05.25-17.52.22:303][ 35]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3521 failed (-1006) -[2025.05.25-17.52.22:304][ 35]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:304][ 35]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3522 failed (-1000) -[2025.05.25-17.52.22:309][ 36]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3523 outside of frame bounds -[2025.05.25-17.52.22:309][ 36]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:309][ 36]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:309][ 36]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3524 outside of frame bounds -[2025.05.25-17.52.22:316][ 36]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3522 failed (-1006) -[2025.05.25-17.52.22:316][ 36]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:316][ 36]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3523 failed (-1000) -[2025.05.25-17.52.22:321][ 37]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3524 outside of frame bounds -[2025.05.25-17.52.22:321][ 37]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:321][ 37]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:321][ 37]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3525 outside of frame bounds -[2025.05.25-17.52.22:328][ 37]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3523 failed (-1006) -[2025.05.25-17.52.22:329][ 37]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:329][ 37]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3524 failed (-1000) -[2025.05.25-17.52.22:333][ 38]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3525 outside of frame bounds -[2025.05.25-17.52.22:334][ 38]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:334][ 38]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:334][ 38]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3526 outside of frame bounds -[2025.05.25-17.52.22:340][ 38]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3524 failed (-1006) -[2025.05.25-17.52.22:341][ 38]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:341][ 38]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3525 failed (-1000) -[2025.05.25-17.52.22:346][ 39]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3526 outside of frame bounds -[2025.05.25-17.52.22:347][ 39]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:347][ 39]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:347][ 39]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3527 outside of frame bounds -[2025.05.25-17.52.22:352][ 39]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3525 failed (-1006) -[2025.05.25-17.52.22:353][ 39]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:353][ 39]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3526 failed (-1000) -[2025.05.25-17.52.22:357][ 40]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3527 outside of frame bounds -[2025.05.25-17.52.22:358][ 40]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:358][ 40]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:358][ 40]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3528 outside of frame bounds -[2025.05.25-17.52.22:364][ 40]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3526 failed (-1006) -[2025.05.25-17.52.22:365][ 40]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:365][ 40]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3527 failed (-1000) -[2025.05.25-17.52.22:369][ 41]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3528 outside of frame bounds -[2025.05.25-17.52.22:370][ 41]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:370][ 41]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:370][ 41]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3529 outside of frame bounds -[2025.05.25-17.52.22:377][ 41]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3527 failed (-1006) -[2025.05.25-17.52.22:378][ 41]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:378][ 41]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3528 failed (-1000) -[2025.05.25-17.52.22:383][ 42]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3529 outside of frame bounds -[2025.05.25-17.52.22:383][ 42]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:383][ 42]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:383][ 42]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3530 outside of frame bounds -[2025.05.25-17.52.22:388][ 42]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3528 failed (-1006) -[2025.05.25-17.52.22:388][ 42]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:388][ 42]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3529 failed (-1000) -[2025.05.25-17.52.22:394][ 43]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3530 outside of frame bounds -[2025.05.25-17.52.22:394][ 43]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:394][ 43]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:394][ 43]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3531 outside of frame bounds -[2025.05.25-17.52.22:399][ 43]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3529 failed (-1006) -[2025.05.25-17.52.22:400][ 43]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:400][ 43]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3530 failed (-1000) -[2025.05.25-17.52.22:405][ 44]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3531 outside of frame bounds -[2025.05.25-17.52.22:406][ 44]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:406][ 44]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:406][ 44]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3532 outside of frame bounds -[2025.05.25-17.52.22:413][ 44]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3530 failed (-1006) -[2025.05.25-17.52.22:414][ 44]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:414][ 44]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3531 failed (-1000) -[2025.05.25-17.52.22:418][ 45]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3532 outside of frame bounds -[2025.05.25-17.52.22:418][ 45]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:418][ 45]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:418][ 45]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3533 outside of frame bounds -[2025.05.25-17.52.22:423][ 45]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3531 failed (-1006) -[2025.05.25-17.52.22:424][ 45]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:424][ 45]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3532 failed (-1000) -[2025.05.25-17.52.22:429][ 46]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3533 outside of frame bounds -[2025.05.25-17.52.22:430][ 46]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:430][ 46]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:430][ 46]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3534 outside of frame bounds -[2025.05.25-17.52.22:436][ 46]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3532 failed (-1006) -[2025.05.25-17.52.22:437][ 46]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:437][ 46]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3533 failed (-1000) -[2025.05.25-17.52.22:442][ 47]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3534 outside of frame bounds -[2025.05.25-17.52.22:442][ 47]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:442][ 47]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:442][ 47]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3535 outside of frame bounds -[2025.05.25-17.52.22:448][ 47]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3533 failed (-1006) -[2025.05.25-17.52.22:449][ 47]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:449][ 47]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3534 failed (-1000) -[2025.05.25-17.52.22:453][ 48]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3535 outside of frame bounds -[2025.05.25-17.52.22:454][ 48]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:454][ 48]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:454][ 48]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3536 outside of frame bounds -[2025.05.25-17.52.22:458][ 48]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3534 failed (-1006) -[2025.05.25-17.52.22:459][ 48]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:459][ 48]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3535 failed (-1000) -[2025.05.25-17.52.22:465][ 49]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3536 outside of frame bounds -[2025.05.25-17.52.22:466][ 49]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:466][ 49]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:466][ 49]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3537 outside of frame bounds -[2025.05.25-17.52.22:471][ 49]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3535 failed (-1006) -[2025.05.25-17.52.22:472][ 49]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:472][ 49]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3536 failed (-1000) -[2025.05.25-17.52.22:477][ 50]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3537 outside of frame bounds -[2025.05.25-17.52.22:478][ 50]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:478][ 50]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:478][ 50]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3538 outside of frame bounds -[2025.05.25-17.52.22:483][ 50]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3536 failed (-1006) -[2025.05.25-17.52.22:484][ 50]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:484][ 50]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3537 failed (-1000) -[2025.05.25-17.52.22:489][ 51]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3538 outside of frame bounds -[2025.05.25-17.52.22:489][ 51]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:489][ 51]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:489][ 51]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3539 outside of frame bounds -[2025.05.25-17.52.22:495][ 51]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3537 failed (-1006) -[2025.05.25-17.52.22:495][ 51]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:496][ 51]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3538 failed (-1000) -[2025.05.25-17.52.22:500][ 52]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3539 outside of frame bounds -[2025.05.25-17.52.22:500][ 52]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:501][ 52]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:501][ 52]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3540 outside of frame bounds -[2025.05.25-17.52.22:506][ 52]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3538 failed (-1006) -[2025.05.25-17.52.22:508][ 52]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:508][ 52]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3539 failed (-1000) -[2025.05.25-17.52.22:513][ 53]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3540 outside of frame bounds -[2025.05.25-17.52.22:513][ 53]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:513][ 53]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:513][ 53]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3541 outside of frame bounds -[2025.05.25-17.52.22:518][ 53]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3539 failed (-1006) -[2025.05.25-17.52.22:519][ 53]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:519][ 53]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3540 failed (-1000) -[2025.05.25-17.52.22:525][ 54]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3541 outside of frame bounds -[2025.05.25-17.52.22:525][ 54]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:525][ 54]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:525][ 54]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3542 outside of frame bounds -[2025.05.25-17.52.22:531][ 54]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3540 failed (-1006) -[2025.05.25-17.52.22:531][ 54]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:531][ 54]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3541 failed (-1000) -[2025.05.25-17.52.22:535][ 55]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3542 outside of frame bounds -[2025.05.25-17.52.22:536][ 55]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:536][ 55]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:536][ 55]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3543 outside of frame bounds -[2025.05.25-17.52.22:542][ 55]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3541 failed (-1006) -[2025.05.25-17.52.22:543][ 55]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:543][ 55]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3542 failed (-1000) -[2025.05.25-17.52.22:548][ 56]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3543 outside of frame bounds -[2025.05.25-17.52.22:549][ 56]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:549][ 56]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:549][ 56]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3544 outside of frame bounds -[2025.05.25-17.52.22:553][ 56]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3542 failed (-1006) -[2025.05.25-17.52.22:554][ 56]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:554][ 56]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3543 failed (-1000) -[2025.05.25-17.52.22:558][ 57]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3544 outside of frame bounds -[2025.05.25-17.52.22:559][ 57]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:559][ 57]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:559][ 57]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3545 outside of frame bounds -[2025.05.25-17.52.22:565][ 57]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3543 failed (-1006) -[2025.05.25-17.52.22:566][ 57]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:566][ 57]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3544 failed (-1000) -[2025.05.25-17.52.22:570][ 58]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3545 outside of frame bounds -[2025.05.25-17.52.22:571][ 58]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:571][ 58]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:571][ 58]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3546 outside of frame bounds -[2025.05.25-17.52.22:577][ 58]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3544 failed (-1006) -[2025.05.25-17.52.22:578][ 58]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:578][ 58]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3545 failed (-1000) -[2025.05.25-17.52.22:583][ 59]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3546 outside of frame bounds -[2025.05.25-17.52.22:584][ 59]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:584][ 59]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:584][ 59]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3547 outside of frame bounds -[2025.05.25-17.52.22:589][ 59]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3545 failed (-1006) -[2025.05.25-17.52.22:590][ 59]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:590][ 59]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3546 failed (-1000) -[2025.05.25-17.52.22:594][ 60]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3547 outside of frame bounds -[2025.05.25-17.52.22:594][ 60]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:594][ 60]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:594][ 60]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3548 outside of frame bounds -[2025.05.25-17.52.22:601][ 60]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3546 failed (-1006) -[2025.05.25-17.52.22:602][ 60]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:602][ 60]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3547 failed (-1000) -[2025.05.25-17.52.22:607][ 61]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3548 outside of frame bounds -[2025.05.25-17.52.22:607][ 61]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:607][ 61]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:607][ 61]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3549 outside of frame bounds -[2025.05.25-17.52.22:612][ 61]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3547 failed (-1006) -[2025.05.25-17.52.22:614][ 61]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:614][ 61]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3548 failed (-1000) -[2025.05.25-17.52.22:619][ 62]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3549 outside of frame bounds -[2025.05.25-17.52.22:619][ 62]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:619][ 62]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:619][ 62]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3550 outside of frame bounds -[2025.05.25-17.52.22:623][ 62]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3548 failed (-1006) -[2025.05.25-17.52.22:624][ 62]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:624][ 62]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3549 failed (-1000) -[2025.05.25-17.52.22:630][ 63]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3550 outside of frame bounds -[2025.05.25-17.52.22:630][ 63]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:630][ 63]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:630][ 63]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3551 outside of frame bounds -[2025.05.25-17.52.22:636][ 63]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3549 failed (-1006) -[2025.05.25-17.52.22:637][ 63]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:637][ 63]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3550 failed (-1000) -[2025.05.25-17.52.22:642][ 64]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3551 outside of frame bounds -[2025.05.25-17.52.22:642][ 64]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:642][ 64]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:642][ 64]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3552 outside of frame bounds -[2025.05.25-17.52.22:647][ 64]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3550 failed (-1006) -[2025.05.25-17.52.22:648][ 64]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:648][ 64]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3551 failed (-1000) -[2025.05.25-17.52.22:654][ 65]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3552 outside of frame bounds -[2025.05.25-17.52.22:654][ 65]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:654][ 65]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:654][ 65]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3553 outside of frame bounds -[2025.05.25-17.52.22:660][ 65]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3551 failed (-1006) -[2025.05.25-17.52.22:661][ 65]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:661][ 65]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3552 failed (-1000) -[2025.05.25-17.52.22:665][ 66]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3553 outside of frame bounds -[2025.05.25-17.52.22:666][ 66]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:666][ 66]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:666][ 66]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3554 outside of frame bounds -[2025.05.25-17.52.22:672][ 66]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3552 failed (-1006) -[2025.05.25-17.52.22:673][ 66]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:673][ 66]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3553 failed (-1000) -[2025.05.25-17.52.22:676][ 67]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3554 outside of frame bounds -[2025.05.25-17.52.22:677][ 67]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:677][ 67]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:677][ 67]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3555 outside of frame bounds -[2025.05.25-17.52.22:684][ 67]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3553 failed (-1006) -[2025.05.25-17.52.22:684][ 67]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:684][ 67]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3554 failed (-1000) -[2025.05.25-17.52.22:689][ 68]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3555 outside of frame bounds -[2025.05.25-17.52.22:689][ 68]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:689][ 68]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:689][ 68]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3556 outside of frame bounds -[2025.05.25-17.52.22:694][ 68]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3554 failed (-1006) -[2025.05.25-17.52.22:695][ 68]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:695][ 68]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3555 failed (-1000) -[2025.05.25-17.52.22:701][ 69]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3556 outside of frame bounds -[2025.05.25-17.52.22:702][ 69]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:702][ 69]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:703][ 69]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3557 outside of frame bounds -[2025.05.25-17.52.22:706][ 69]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3555 failed (-1006) -[2025.05.25-17.52.22:707][ 69]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:707][ 69]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3556 failed (-1000) -[2025.05.25-17.52.22:713][ 70]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3557 outside of frame bounds -[2025.05.25-17.52.22:714][ 70]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:714][ 70]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:714][ 70]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3558 outside of frame bounds -[2025.05.25-17.52.22:719][ 70]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3556 failed (-1006) -[2025.05.25-17.52.22:720][ 70]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:720][ 70]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3557 failed (-1000) -[2025.05.25-17.52.22:723][ 71]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3558 outside of frame bounds -[2025.05.25-17.52.22:724][ 71]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:724][ 71]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:724][ 71]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3559 outside of frame bounds -[2025.05.25-17.52.22:731][ 71]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3557 failed (-1006) -[2025.05.25-17.52.22:732][ 71]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:732][ 71]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3558 failed (-1000) -[2025.05.25-17.52.22:736][ 72]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3559 outside of frame bounds -[2025.05.25-17.52.22:736][ 72]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:736][ 72]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:736][ 72]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3560 outside of frame bounds -[2025.05.25-17.52.22:743][ 72]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3558 failed (-1006) -[2025.05.25-17.52.22:744][ 72]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:744][ 72]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3559 failed (-1000) -[2025.05.25-17.52.22:749][ 73]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3560 outside of frame bounds -[2025.05.25-17.52.22:749][ 73]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:749][ 73]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:749][ 73]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3561 outside of frame bounds -[2025.05.25-17.52.22:755][ 73]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3559 failed (-1006) -[2025.05.25-17.52.22:756][ 73]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:756][ 73]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3560 failed (-1000) -[2025.05.25-17.52.22:760][ 74]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3561 outside of frame bounds -[2025.05.25-17.52.22:761][ 74]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:761][ 74]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:761][ 74]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3562 outside of frame bounds -[2025.05.25-17.52.22:768][ 74]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3560 failed (-1006) -[2025.05.25-17.52.22:769][ 74]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:769][ 74]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3561 failed (-1000) -[2025.05.25-17.52.22:773][ 75]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3562 outside of frame bounds -[2025.05.25-17.52.22:773][ 75]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:774][ 75]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:774][ 75]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3563 outside of frame bounds -[2025.05.25-17.52.22:778][ 75]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3561 failed (-1006) -[2025.05.25-17.52.22:779][ 75]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:779][ 75]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3562 failed (-1000) -[2025.05.25-17.52.22:785][ 76]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3563 outside of frame bounds -[2025.05.25-17.52.22:786][ 76]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:786][ 76]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:786][ 76]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3564 outside of frame bounds -[2025.05.25-17.52.22:790][ 76]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3562 failed (-1006) -[2025.05.25-17.52.22:791][ 76]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:791][ 76]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3563 failed (-1000) -[2025.05.25-17.52.22:796][ 77]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3564 outside of frame bounds -[2025.05.25-17.52.22:797][ 77]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:797][ 77]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:797][ 77]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3565 outside of frame bounds -[2025.05.25-17.52.22:803][ 77]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3563 failed (-1006) -[2025.05.25-17.52.22:803][ 77]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:803][ 77]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3564 failed (-1000) -[2025.05.25-17.52.22:808][ 78]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3565 outside of frame bounds -[2025.05.25-17.52.22:808][ 78]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:808][ 78]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:808][ 78]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3566 outside of frame bounds -[2025.05.25-17.52.22:814][ 78]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3564 failed (-1006) -[2025.05.25-17.52.22:815][ 78]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:815][ 78]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3565 failed (-1000) -[2025.05.25-17.52.22:819][ 79]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3566 outside of frame bounds -[2025.05.25-17.52.22:820][ 79]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:820][ 79]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:820][ 79]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3567 outside of frame bounds -[2025.05.25-17.52.22:827][ 79]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3565 failed (-1006) -[2025.05.25-17.52.22:827][ 79]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:827][ 79]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3566 failed (-1000) -[2025.05.25-17.52.22:832][ 80]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3567 outside of frame bounds -[2025.05.25-17.52.22:833][ 80]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:833][ 80]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:833][ 80]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3568 outside of frame bounds -[2025.05.25-17.52.22:839][ 80]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3566 failed (-1006) -[2025.05.25-17.52.22:840][ 80]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:840][ 80]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3567 failed (-1000) -[2025.05.25-17.52.22:845][ 81]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3568 outside of frame bounds -[2025.05.25-17.52.22:845][ 81]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:845][ 81]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:845][ 81]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3569 outside of frame bounds -[2025.05.25-17.52.22:851][ 81]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3567 failed (-1006) -[2025.05.25-17.52.22:853][ 81]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:853][ 81]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3568 failed (-1000) -[2025.05.25-17.52.22:858][ 82]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3569 outside of frame bounds -[2025.05.25-17.52.22:858][ 82]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:858][ 82]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:858][ 82]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3570 outside of frame bounds -[2025.05.25-17.52.22:863][ 82]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3568 failed (-1006) -[2025.05.25-17.52.22:864][ 82]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:864][ 82]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3569 failed (-1000) -[2025.05.25-17.52.22:869][ 83]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3570 outside of frame bounds -[2025.05.25-17.52.22:870][ 83]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:870][ 83]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:870][ 83]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3571 outside of frame bounds -[2025.05.25-17.52.22:875][ 83]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3569 failed (-1006) -[2025.05.25-17.52.22:877][ 83]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:877][ 83]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3570 failed (-1000) -[2025.05.25-17.52.22:882][ 84]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3571 outside of frame bounds -[2025.05.25-17.52.22:883][ 84]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:883][ 84]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:883][ 84]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3572 outside of frame bounds -[2025.05.25-17.52.22:887][ 84]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3570 failed (-1006) -[2025.05.25-17.52.22:888][ 84]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:889][ 84]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3571 failed (-1000) -[2025.05.25-17.52.22:893][ 85]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3572 outside of frame bounds -[2025.05.25-17.52.22:893][ 85]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:893][ 85]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:893][ 85]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3573 outside of frame bounds -[2025.05.25-17.52.22:899][ 85]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3571 failed (-1006) -[2025.05.25-17.52.22:900][ 85]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:900][ 85]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3572 failed (-1000) -[2025.05.25-17.52.22:905][ 86]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3573 outside of frame bounds -[2025.05.25-17.52.22:906][ 86]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:906][ 86]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:906][ 86]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3574 outside of frame bounds -[2025.05.25-17.52.22:913][ 86]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3572 failed (-1006) -[2025.05.25-17.52.22:913][ 86]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:913][ 86]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3573 failed (-1000) -[2025.05.25-17.52.22:918][ 87]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3574 outside of frame bounds -[2025.05.25-17.52.22:919][ 87]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:919][ 87]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:919][ 87]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3575 outside of frame bounds -[2025.05.25-17.52.22:923][ 87]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3573 failed (-1006) -[2025.05.25-17.52.22:925][ 87]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:925][ 87]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3574 failed (-1000) -[2025.05.25-17.52.22:930][ 88]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3575 outside of frame bounds -[2025.05.25-17.52.22:930][ 88]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:931][ 88]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:931][ 88]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3576 outside of frame bounds -[2025.05.25-17.52.22:937][ 88]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3574 failed (-1006) -[2025.05.25-17.52.22:937][ 88]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:937][ 88]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3575 failed (-1000) -[2025.05.25-17.52.22:943][ 89]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3576 outside of frame bounds -[2025.05.25-17.52.22:943][ 89]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:943][ 89]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:943][ 89]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3577 outside of frame bounds -[2025.05.25-17.52.22:949][ 89]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3575 failed (-1006) -[2025.05.25-17.52.22:949][ 89]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:949][ 89]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3576 failed (-1000) -[2025.05.25-17.52.22:954][ 90]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3577 outside of frame bounds -[2025.05.25-17.52.22:955][ 90]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:955][ 90]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:955][ 90]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3578 outside of frame bounds -[2025.05.25-17.52.22:961][ 90]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3576 failed (-1006) -[2025.05.25-17.52.22:962][ 90]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:962][ 90]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3577 failed (-1000) -[2025.05.25-17.52.22:966][ 91]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3578 outside of frame bounds -[2025.05.25-17.52.22:967][ 91]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:967][ 91]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:967][ 91]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3579 outside of frame bounds -[2025.05.25-17.52.22:972][ 91]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3577 failed (-1006) -[2025.05.25-17.52.22:973][ 91]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:973][ 91]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3578 failed (-1000) -[2025.05.25-17.52.22:979][ 92]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3579 outside of frame bounds -[2025.05.25-17.52.22:980][ 92]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:980][ 92]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:980][ 92]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3580 outside of frame bounds -[2025.05.25-17.52.22:984][ 92]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3578 failed (-1006) -[2025.05.25-17.52.22:985][ 92]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:985][ 92]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3579 failed (-1000) -[2025.05.25-17.52.22:989][ 93]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3580 outside of frame bounds -[2025.05.25-17.52.22:990][ 93]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.22:990][ 93]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.22:990][ 93]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3581 outside of frame bounds -[2025.05.25-17.52.22:997][ 93]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3579 failed (-1006) -[2025.05.25-17.52.22:998][ 93]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.22:998][ 93]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3580 failed (-1000) -[2025.05.25-17.52.23:003][ 94]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3581 outside of frame bounds -[2025.05.25-17.52.23:003][ 94]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:003][ 94]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:003][ 94]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3582 outside of frame bounds -[2025.05.25-17.52.23:009][ 94]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3580 failed (-1006) -[2025.05.25-17.52.23:010][ 94]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:010][ 94]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3581 failed (-1000) -[2025.05.25-17.52.23:015][ 95]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3582 outside of frame bounds -[2025.05.25-17.52.23:016][ 95]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:016][ 95]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:016][ 95]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3583 outside of frame bounds -[2025.05.25-17.52.23:022][ 95]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3581 failed (-1006) -[2025.05.25-17.52.23:022][ 95]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:023][ 95]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3582 failed (-1000) -[2025.05.25-17.52.23:027][ 96]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3583 outside of frame bounds -[2025.05.25-17.52.23:027][ 96]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:028][ 96]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:028][ 96]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3584 outside of frame bounds -[2025.05.25-17.52.23:035][ 96]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3582 failed (-1006) -[2025.05.25-17.52.23:036][ 96]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:036][ 96]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3583 failed (-1000) -[2025.05.25-17.52.23:040][ 97]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3584 outside of frame bounds -[2025.05.25-17.52.23:040][ 97]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:040][ 97]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:040][ 97]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3585 outside of frame bounds -[2025.05.25-17.52.23:046][ 97]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3583 failed (-1006) -[2025.05.25-17.52.23:047][ 97]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:047][ 97]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3584 failed (-1000) -[2025.05.25-17.52.23:052][ 98]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3585 outside of frame bounds -[2025.05.25-17.52.23:053][ 98]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:053][ 98]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:053][ 98]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3586 outside of frame bounds -[2025.05.25-17.52.23:056][ 98]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3584 failed (-1006) -[2025.05.25-17.52.23:057][ 98]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:057][ 98]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3585 failed (-1000) -[2025.05.25-17.52.23:063][ 99]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3586 outside of frame bounds -[2025.05.25-17.52.23:063][ 99]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:063][ 99]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:064][ 99]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3587 outside of frame bounds -[2025.05.25-17.52.23:068][ 99]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3585 failed (-1006) -[2025.05.25-17.52.23:069][ 99]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:069][ 99]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3586 failed (-1000) -[2025.05.25-17.52.23:074][100]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3587 outside of frame bounds -[2025.05.25-17.52.23:075][100]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:075][100]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:075][100]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3588 outside of frame bounds -[2025.05.25-17.52.23:080][100]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3586 failed (-1006) -[2025.05.25-17.52.23:081][100]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:081][100]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3587 failed (-1000) -[2025.05.25-17.52.23:085][101]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3588 outside of frame bounds -[2025.05.25-17.52.23:086][101]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:086][101]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:086][101]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3589 outside of frame bounds -[2025.05.25-17.52.23:092][101]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3587 failed (-1006) -[2025.05.25-17.52.23:093][101]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:093][101]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3588 failed (-1000) -[2025.05.25-17.52.23:097][102]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3589 outside of frame bounds -[2025.05.25-17.52.23:098][102]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:098][102]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:098][102]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3590 outside of frame bounds -[2025.05.25-17.52.23:104][102]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3588 failed (-1006) -[2025.05.25-17.52.23:105][102]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:105][102]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3589 failed (-1000) -[2025.05.25-17.52.23:109][103]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3590 outside of frame bounds -[2025.05.25-17.52.23:109][103]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:109][103]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:110][103]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3591 outside of frame bounds -[2025.05.25-17.52.23:116][103]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3589 failed (-1006) -[2025.05.25-17.52.23:117][103]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:117][103]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3590 failed (-1000) -[2025.05.25-17.52.23:121][104]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3591 outside of frame bounds -[2025.05.25-17.52.23:122][104]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:122][104]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:122][104]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3592 outside of frame bounds -[2025.05.25-17.52.23:128][104]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3590 failed (-1006) -[2025.05.25-17.52.23:128][104]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:128][104]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3591 failed (-1000) -[2025.05.25-17.52.23:133][105]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3592 outside of frame bounds -[2025.05.25-17.52.23:134][105]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:134][105]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:134][105]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3593 outside of frame bounds -[2025.05.25-17.52.23:139][105]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3591 failed (-1006) -[2025.05.25-17.52.23:140][105]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:140][105]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3592 failed (-1000) -[2025.05.25-17.52.23:144][106]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3593 outside of frame bounds -[2025.05.25-17.52.23:145][106]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:145][106]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:145][106]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3594 outside of frame bounds -[2025.05.25-17.52.23:149][106]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3592 failed (-1006) -[2025.05.25-17.52.23:151][106]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:151][106]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3593 failed (-1000) -[2025.05.25-17.52.23:155][107]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3594 outside of frame bounds -[2025.05.25-17.52.23:155][107]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:155][107]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:155][107]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3595 outside of frame bounds -[2025.05.25-17.52.23:162][107]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3593 failed (-1006) -[2025.05.25-17.52.23:163][107]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:163][107]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3594 failed (-1000) -[2025.05.25-17.52.23:167][108]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3595 outside of frame bounds -[2025.05.25-17.52.23:168][108]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:168][108]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:168][108]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3596 outside of frame bounds -[2025.05.25-17.52.23:173][108]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3594 failed (-1006) -[2025.05.25-17.52.23:174][108]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:174][108]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3595 failed (-1000) -[2025.05.25-17.52.23:179][109]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3596 outside of frame bounds -[2025.05.25-17.52.23:180][109]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:180][109]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:180][109]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3597 outside of frame bounds -[2025.05.25-17.52.23:185][109]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3595 failed (-1006) -[2025.05.25-17.52.23:185][109]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:185][109]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3596 failed (-1000) -[2025.05.25-17.52.23:190][110]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3597 outside of frame bounds -[2025.05.25-17.52.23:191][110]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:191][110]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:191][110]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3598 outside of frame bounds -[2025.05.25-17.52.23:197][110]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3596 failed (-1006) -[2025.05.25-17.52.23:198][110]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:198][110]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3597 failed (-1000) -[2025.05.25-17.52.23:203][111]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3598 outside of frame bounds -[2025.05.25-17.52.23:203][111]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:203][111]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:203][111]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3599 outside of frame bounds -[2025.05.25-17.52.23:208][111]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3597 failed (-1006) -[2025.05.25-17.52.23:208][111]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:208][111]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3598 failed (-1000) -[2025.05.25-17.52.23:214][112]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3599 outside of frame bounds -[2025.05.25-17.52.23:215][112]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:215][112]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:215][112]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3600 outside of frame bounds -[2025.05.25-17.52.23:220][112]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3598 failed (-1006) -[2025.05.25-17.52.23:220][112]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:220][112]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3599 failed (-1000) -[2025.05.25-17.52.23:225][113]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3600 outside of frame bounds -[2025.05.25-17.52.23:225][113]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:225][113]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:225][113]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3601 outside of frame bounds -[2025.05.25-17.52.23:231][113]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3599 failed (-1006) -[2025.05.25-17.52.23:232][113]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:232][113]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3600 failed (-1000) -[2025.05.25-17.52.23:236][114]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3601 outside of frame bounds -[2025.05.25-17.52.23:237][114]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:237][114]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:237][114]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3602 outside of frame bounds -[2025.05.25-17.52.23:244][114]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3600 failed (-1006) -[2025.05.25-17.52.23:245][114]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:245][114]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3601 failed (-1000) -[2025.05.25-17.52.23:249][115]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3602 outside of frame bounds -[2025.05.25-17.52.23:249][115]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:249][115]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:249][115]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3603 outside of frame bounds -[2025.05.25-17.52.23:255][115]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3601 failed (-1006) -[2025.05.25-17.52.23:256][115]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:256][115]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3602 failed (-1000) -[2025.05.25-17.52.23:260][116]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3603 outside of frame bounds -[2025.05.25-17.52.23:261][116]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:261][116]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:261][116]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3604 outside of frame bounds -[2025.05.25-17.52.23:268][116]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3602 failed (-1006) -[2025.05.25-17.52.23:269][116]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:269][116]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3603 failed (-1000) -[2025.05.25-17.52.23:274][117]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3604 outside of frame bounds -[2025.05.25-17.52.23:274][117]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:274][117]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:274][117]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3605 outside of frame bounds -[2025.05.25-17.52.23:280][117]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3603 failed (-1006) -[2025.05.25-17.52.23:280][117]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:281][117]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3604 failed (-1000) -[2025.05.25-17.52.23:286][118]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3605 outside of frame bounds -[2025.05.25-17.52.23:286][118]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:286][118]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:286][118]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3606 outside of frame bounds -[2025.05.25-17.52.23:291][118]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3604 failed (-1006) -[2025.05.25-17.52.23:291][118]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:291][118]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3605 failed (-1000) -[2025.05.25-17.52.23:299][119]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3606 outside of frame bounds -[2025.05.25-17.52.23:299][119]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:299][119]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:299][119]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3607 outside of frame bounds -[2025.05.25-17.52.23:304][119]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3605 failed (-1006) -[2025.05.25-17.52.23:305][119]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:305][119]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3606 failed (-1000) -[2025.05.25-17.52.23:309][120]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3607 outside of frame bounds -[2025.05.25-17.52.23:310][120]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:310][120]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:310][120]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3608 outside of frame bounds -[2025.05.25-17.52.23:315][120]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3606 failed (-1006) -[2025.05.25-17.52.23:316][120]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:316][120]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3607 failed (-1000) -[2025.05.25-17.52.23:321][121]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3608 outside of frame bounds -[2025.05.25-17.52.23:321][121]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:321][121]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:321][121]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3609 outside of frame bounds -[2025.05.25-17.52.23:328][121]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3607 failed (-1006) -[2025.05.25-17.52.23:329][121]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:329][121]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3608 failed (-1000) -[2025.05.25-17.52.23:333][122]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3609 outside of frame bounds -[2025.05.25-17.52.23:334][122]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:334][122]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:334][122]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3610 outside of frame bounds -[2025.05.25-17.52.23:341][122]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3608 failed (-1006) -[2025.05.25-17.52.23:341][122]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:341][122]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3609 failed (-1000) -[2025.05.25-17.52.23:347][123]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3610 outside of frame bounds -[2025.05.25-17.52.23:347][123]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:347][123]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:347][123]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3611 outside of frame bounds -[2025.05.25-17.52.23:353][123]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3609 failed (-1006) -[2025.05.25-17.52.23:354][123]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:354][123]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3610 failed (-1000) -[2025.05.25-17.52.23:358][124]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3611 outside of frame bounds -[2025.05.25-17.52.23:359][124]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:359][124]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:359][124]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3612 outside of frame bounds -[2025.05.25-17.52.23:365][124]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3610 failed (-1006) -[2025.05.25-17.52.23:365][124]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:366][124]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3611 failed (-1000) -[2025.05.25-17.52.23:372][125]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3612 outside of frame bounds -[2025.05.25-17.52.23:372][125]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:372][125]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:372][125]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3613 outside of frame bounds -[2025.05.25-17.52.23:378][125]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3611 failed (-1006) -[2025.05.25-17.52.23:379][125]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:379][125]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3612 failed (-1000) -[2025.05.25-17.52.23:383][126]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3613 outside of frame bounds -[2025.05.25-17.52.23:384][126]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:384][126]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:384][126]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3614 outside of frame bounds -[2025.05.25-17.52.23:387][126]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3612 failed (-1006) -[2025.05.25-17.52.23:388][126]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:389][126]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3613 failed (-1000) -[2025.05.25-17.52.23:394][127]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3614 outside of frame bounds -[2025.05.25-17.52.23:394][127]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:394][127]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:394][127]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3615 outside of frame bounds -[2025.05.25-17.52.23:401][127]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3613 failed (-1006) -[2025.05.25-17.52.23:401][127]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:401][127]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3614 failed (-1000) -[2025.05.25-17.52.23:406][128]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3615 outside of frame bounds -[2025.05.25-17.52.23:406][128]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:406][128]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:406][128]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3616 outside of frame bounds -[2025.05.25-17.52.23:413][128]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3614 failed (-1006) -[2025.05.25-17.52.23:414][128]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:414][128]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3615 failed (-1000) -[2025.05.25-17.52.23:418][129]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3616 outside of frame bounds -[2025.05.25-17.52.23:418][129]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:418][129]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:418][129]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3617 outside of frame bounds -[2025.05.25-17.52.23:424][129]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3615 failed (-1006) -[2025.05.25-17.52.23:425][129]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:425][129]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3616 failed (-1000) -[2025.05.25-17.52.23:430][130]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3617 outside of frame bounds -[2025.05.25-17.52.23:430][130]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:430][130]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:431][130]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3618 outside of frame bounds -[2025.05.25-17.52.23:436][130]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3616 failed (-1006) -[2025.05.25-17.52.23:437][130]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:437][130]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3617 failed (-1000) -[2025.05.25-17.52.23:441][131]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3618 outside of frame bounds -[2025.05.25-17.52.23:442][131]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:442][131]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:442][131]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3619 outside of frame bounds -[2025.05.25-17.52.23:449][131]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3617 failed (-1006) -[2025.05.25-17.52.23:450][131]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:450][131]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3618 failed (-1000) -[2025.05.25-17.52.23:454][132]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3619 outside of frame bounds -[2025.05.25-17.52.23:454][132]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:455][132]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:455][132]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3620 outside of frame bounds -[2025.05.25-17.52.23:462][132]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3618 failed (-1006) -[2025.05.25-17.52.23:462][132]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:463][132]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3619 failed (-1000) -[2025.05.25-17.52.23:466][133]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3620 outside of frame bounds -[2025.05.25-17.52.23:467][133]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:467][133]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:467][133]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3621 outside of frame bounds -[2025.05.25-17.52.23:472][133]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3619 failed (-1006) -[2025.05.25-17.52.23:473][133]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:473][133]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3620 failed (-1000) -[2025.05.25-17.52.23:480][134]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3621 outside of frame bounds -[2025.05.25-17.52.23:480][134]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:480][134]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:480][134]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3622 outside of frame bounds -[2025.05.25-17.52.23:484][134]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3620 failed (-1006) -[2025.05.25-17.52.23:485][134]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:485][134]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3621 failed (-1000) -[2025.05.25-17.52.23:491][135]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3622 outside of frame bounds -[2025.05.25-17.52.23:491][135]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:491][135]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:491][135]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3623 outside of frame bounds -[2025.05.25-17.52.23:497][135]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3621 failed (-1006) -[2025.05.25-17.52.23:498][135]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:498][135]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3622 failed (-1000) -[2025.05.25-17.52.23:503][136]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3623 outside of frame bounds -[2025.05.25-17.52.23:503][136]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:503][136]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:503][136]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3624 outside of frame bounds -[2025.05.25-17.52.23:510][136]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3622 failed (-1006) -[2025.05.25-17.52.23:511][136]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:511][136]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3623 failed (-1000) -[2025.05.25-17.52.23:516][137]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3624 outside of frame bounds -[2025.05.25-17.52.23:516][137]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:516][137]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:516][137]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3625 outside of frame bounds -[2025.05.25-17.52.23:521][137]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3623 failed (-1006) -[2025.05.25-17.52.23:522][137]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:522][137]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3624 failed (-1000) -[2025.05.25-17.52.23:526][138]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3625 outside of frame bounds -[2025.05.25-17.52.23:527][138]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:527][138]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:527][138]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3626 outside of frame bounds -[2025.05.25-17.52.23:534][138]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3624 failed (-1006) -[2025.05.25-17.52.23:535][138]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:535][138]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3625 failed (-1000) -[2025.05.25-17.52.23:540][139]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3626 outside of frame bounds -[2025.05.25-17.52.23:540][139]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:540][139]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:540][139]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3627 outside of frame bounds -[2025.05.25-17.52.23:547][139]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3625 failed (-1006) -[2025.05.25-17.52.23:547][139]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:547][139]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3626 failed (-1000) -[2025.05.25-17.52.23:552][140]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3627 outside of frame bounds -[2025.05.25-17.52.23:552][140]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:552][140]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:553][140]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3628 outside of frame bounds -[2025.05.25-17.52.23:556][140]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3626 failed (-1006) -[2025.05.25-17.52.23:557][140]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:557][140]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3627 failed (-1000) -[2025.05.25-17.52.23:564][141]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3628 outside of frame bounds -[2025.05.25-17.52.23:564][141]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:564][141]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:564][141]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3629 outside of frame bounds -[2025.05.25-17.52.23:569][141]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3627 failed (-1006) -[2025.05.25-17.52.23:570][141]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:570][141]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3628 failed (-1000) -[2025.05.25-17.52.23:575][142]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3629 outside of frame bounds -[2025.05.25-17.52.23:575][142]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:575][142]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:575][142]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3630 outside of frame bounds -[2025.05.25-17.52.23:581][142]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3628 failed (-1006) -[2025.05.25-17.52.23:582][142]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:582][142]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3629 failed (-1000) -[2025.05.25-17.52.23:587][143]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3630 outside of frame bounds -[2025.05.25-17.52.23:587][143]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:587][143]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:588][143]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3631 outside of frame bounds -[2025.05.25-17.52.23:594][143]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3629 failed (-1006) -[2025.05.25-17.52.23:594][143]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:595][143]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3630 failed (-1000) -[2025.05.25-17.52.23:599][144]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3631 outside of frame bounds -[2025.05.25-17.52.23:599][144]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:599][144]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:599][144]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3632 outside of frame bounds -[2025.05.25-17.52.23:606][144]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3630 failed (-1006) -[2025.05.25-17.52.23:607][144]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:607][144]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3631 failed (-1000) -[2025.05.25-17.52.23:611][145]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3632 outside of frame bounds -[2025.05.25-17.52.23:611][145]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:611][145]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:611][145]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3633 outside of frame bounds -[2025.05.25-17.52.23:618][145]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3631 failed (-1006) -[2025.05.25-17.52.23:619][145]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:619][145]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3632 failed (-1000) -[2025.05.25-17.52.23:623][146]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3633 outside of frame bounds -[2025.05.25-17.52.23:624][146]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:624][146]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:624][146]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3634 outside of frame bounds -[2025.05.25-17.52.23:630][146]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3632 failed (-1006) -[2025.05.25-17.52.23:631][146]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:631][146]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3633 failed (-1000) -[2025.05.25-17.52.23:635][147]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3634 outside of frame bounds -[2025.05.25-17.52.23:635][147]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:635][147]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:637][147]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3635 outside of frame bounds -[2025.05.25-17.52.23:643][147]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3633 failed (-1006) -[2025.05.25-17.52.23:644][147]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:644][147]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3634 failed (-1000) -[2025.05.25-17.52.23:647][148]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3635 outside of frame bounds -[2025.05.25-17.52.23:648][148]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:648][148]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:648][148]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3636 outside of frame bounds -[2025.05.25-17.52.23:653][148]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3634 failed (-1006) -[2025.05.25-17.52.23:654][148]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:654][148]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3635 failed (-1000) -[2025.05.25-17.52.23:659][149]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3636 outside of frame bounds -[2025.05.25-17.52.23:660][149]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:660][149]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:660][149]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3637 outside of frame bounds -[2025.05.25-17.52.23:666][149]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3635 failed (-1006) -[2025.05.25-17.52.23:666][149]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:667][149]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3636 failed (-1000) -[2025.05.25-17.52.23:672][150]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3637 outside of frame bounds -[2025.05.25-17.52.23:673][150]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:673][150]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:673][150]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3638 outside of frame bounds -[2025.05.25-17.52.23:677][150]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3636 failed (-1006) -[2025.05.25-17.52.23:678][150]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:678][150]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3637 failed (-1000) -[2025.05.25-17.52.23:683][151]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3638 outside of frame bounds -[2025.05.25-17.52.23:683][151]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:683][151]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:683][151]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3639 outside of frame bounds -[2025.05.25-17.52.23:689][151]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3637 failed (-1006) -[2025.05.25-17.52.23:690][151]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:690][151]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3638 failed (-1000) -[2025.05.25-17.52.23:695][152]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3639 outside of frame bounds -[2025.05.25-17.52.23:695][152]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:695][152]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:695][152]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3640 outside of frame bounds -[2025.05.25-17.52.23:702][152]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3638 failed (-1006) -[2025.05.25-17.52.23:703][152]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:703][152]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3639 failed (-1000) -[2025.05.25-17.52.23:707][153]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3640 outside of frame bounds -[2025.05.25-17.52.23:707][153]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:707][153]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:707][153]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3641 outside of frame bounds -[2025.05.25-17.52.23:714][153]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3639 failed (-1006) -[2025.05.25-17.52.23:715][153]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:715][153]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3640 failed (-1000) -[2025.05.25-17.52.23:719][154]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3641 outside of frame bounds -[2025.05.25-17.52.23:720][154]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:720][154]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:720][154]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3642 outside of frame bounds -[2025.05.25-17.52.23:725][154]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3640 failed (-1006) -[2025.05.25-17.52.23:726][154]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:726][154]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3641 failed (-1000) -[2025.05.25-17.52.23:731][155]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3642 outside of frame bounds -[2025.05.25-17.52.23:731][155]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:731][155]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:731][155]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3643 outside of frame bounds -[2025.05.25-17.52.23:736][155]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3641 failed (-1006) -[2025.05.25-17.52.23:737][155]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:737][155]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3642 failed (-1000) -[2025.05.25-17.52.23:743][156]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3643 outside of frame bounds -[2025.05.25-17.52.23:744][156]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:744][156]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:744][156]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3644 outside of frame bounds -[2025.05.25-17.52.23:748][156]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3642 failed (-1006) -[2025.05.25-17.52.23:749][156]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:749][156]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3643 failed (-1000) -[2025.05.25-17.52.23:755][157]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3644 outside of frame bounds -[2025.05.25-17.52.23:755][157]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:755][157]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:755][157]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3645 outside of frame bounds -[2025.05.25-17.52.23:760][157]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3643 failed (-1006) -[2025.05.25-17.52.23:761][157]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:761][157]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3644 failed (-1000) -[2025.05.25-17.52.23:766][158]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3645 outside of frame bounds -[2025.05.25-17.52.23:766][158]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:766][158]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:766][158]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3646 outside of frame bounds -[2025.05.25-17.52.23:773][158]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3644 failed (-1006) -[2025.05.25-17.52.23:773][158]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:773][158]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3645 failed (-1000) -[2025.05.25-17.52.23:778][159]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3646 outside of frame bounds -[2025.05.25-17.52.23:778][159]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:778][159]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:778][159]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3647 outside of frame bounds -[2025.05.25-17.52.23:785][159]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3645 failed (-1006) -[2025.05.25-17.52.23:785][159]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:785][159]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3646 failed (-1000) -[2025.05.25-17.52.23:790][160]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3647 outside of frame bounds -[2025.05.25-17.52.23:790][160]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:790][160]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:790][160]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3648 outside of frame bounds -[2025.05.25-17.52.23:796][160]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3646 failed (-1006) -[2025.05.25-17.52.23:797][160]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:797][160]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3647 failed (-1000) -[2025.05.25-17.52.23:803][161]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3648 outside of frame bounds -[2025.05.25-17.52.23:803][161]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:803][161]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:803][161]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3649 outside of frame bounds -[2025.05.25-17.52.23:809][161]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3647 failed (-1006) -[2025.05.25-17.52.23:810][161]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:810][161]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3648 failed (-1000) -[2025.05.25-17.52.23:815][162]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3649 outside of frame bounds -[2025.05.25-17.52.23:815][162]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:815][162]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:815][162]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3650 outside of frame bounds -[2025.05.25-17.52.23:819][162]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3648 failed (-1006) -[2025.05.25-17.52.23:820][162]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:820][162]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3649 failed (-1000) -[2025.05.25-17.52.23:825][163]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3650 outside of frame bounds -[2025.05.25-17.52.23:826][163]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:826][163]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:826][163]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3651 outside of frame bounds -[2025.05.25-17.52.23:831][163]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3649 failed (-1006) -[2025.05.25-17.52.23:832][163]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:832][163]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3650 failed (-1000) -[2025.05.25-17.52.23:837][164]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3651 outside of frame bounds -[2025.05.25-17.52.23:837][164]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:837][164]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:837][164]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3652 outside of frame bounds -[2025.05.25-17.52.23:843][164]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3650 failed (-1006) -[2025.05.25-17.52.23:844][164]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:844][164]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3651 failed (-1000) -[2025.05.25-17.52.23:849][165]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3652 outside of frame bounds -[2025.05.25-17.52.23:850][165]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:850][165]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:850][165]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3653 outside of frame bounds -[2025.05.25-17.52.23:855][165]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3651 failed (-1006) -[2025.05.25-17.52.23:856][165]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:856][165]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3652 failed (-1000) -[2025.05.25-17.52.23:861][166]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3653 outside of frame bounds -[2025.05.25-17.52.23:861][166]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:861][166]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:861][166]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3654 outside of frame bounds -[2025.05.25-17.52.23:868][166]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3652 failed (-1006) -[2025.05.25-17.52.23:869][166]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:869][166]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3653 failed (-1000) -[2025.05.25-17.52.23:873][167]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3654 outside of frame bounds -[2025.05.25-17.52.23:874][167]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:874][167]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:874][167]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3655 outside of frame bounds -[2025.05.25-17.52.23:880][167]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3653 failed (-1006) -[2025.05.25-17.52.23:881][167]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:881][167]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3654 failed (-1000) -[2025.05.25-17.52.23:885][168]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3655 outside of frame bounds -[2025.05.25-17.52.23:885][168]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:885][168]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:885][168]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3656 outside of frame bounds -[2025.05.25-17.52.23:892][168]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3654 failed (-1006) -[2025.05.25-17.52.23:893][168]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:893][168]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3655 failed (-1000) -[2025.05.25-17.52.23:898][169]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3656 outside of frame bounds -[2025.05.25-17.52.23:898][169]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:898][169]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:898][169]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3657 outside of frame bounds -[2025.05.25-17.52.23:903][169]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3655 failed (-1006) -[2025.05.25-17.52.23:904][169]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:904][169]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3656 failed (-1000) -[2025.05.25-17.52.23:910][170]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3657 outside of frame bounds -[2025.05.25-17.52.23:911][170]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:911][170]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:911][170]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3658 outside of frame bounds -[2025.05.25-17.52.23:915][170]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3656 failed (-1006) -[2025.05.25-17.52.23:916][170]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:916][170]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3657 failed (-1000) -[2025.05.25-17.52.23:922][171]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3658 outside of frame bounds -[2025.05.25-17.52.23:923][171]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:923][171]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:923][171]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3659 outside of frame bounds -[2025.05.25-17.52.23:928][171]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3657 failed (-1006) -[2025.05.25-17.52.23:928][171]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:929][171]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3658 failed (-1000) -[2025.05.25-17.52.23:933][172]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3659 outside of frame bounds -[2025.05.25-17.52.23:933][172]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:933][172]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:933][172]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3660 outside of frame bounds -[2025.05.25-17.52.23:939][172]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3658 failed (-1006) -[2025.05.25-17.52.23:940][172]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:940][172]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3659 failed (-1000) -[2025.05.25-17.52.23:946][173]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3660 outside of frame bounds -[2025.05.25-17.52.23:946][173]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:946][173]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:946][173]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3661 outside of frame bounds -[2025.05.25-17.52.23:952][173]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3659 failed (-1006) -[2025.05.25-17.52.23:953][173]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:953][173]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3660 failed (-1000) -[2025.05.25-17.52.23:958][174]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3661 outside of frame bounds -[2025.05.25-17.52.23:958][174]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:958][174]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:958][174]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3662 outside of frame bounds -[2025.05.25-17.52.23:965][174]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3660 failed (-1006) -[2025.05.25-17.52.23:965][174]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:965][174]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3661 failed (-1000) -[2025.05.25-17.52.23:971][175]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3662 outside of frame bounds -[2025.05.25-17.52.23:971][175]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:971][175]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:971][175]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3663 outside of frame bounds -[2025.05.25-17.52.23:977][175]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3661 failed (-1006) -[2025.05.25-17.52.23:978][175]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:978][175]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3662 failed (-1000) -[2025.05.25-17.52.23:983][176]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3663 outside of frame bounds -[2025.05.25-17.52.23:983][176]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:983][176]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:983][176]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3664 outside of frame bounds -[2025.05.25-17.52.23:989][176]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3662 failed (-1006) -[2025.05.25-17.52.23:989][176]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.23:989][176]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3663 failed (-1000) -[2025.05.25-17.52.23:994][177]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3664 outside of frame bounds -[2025.05.25-17.52.23:994][177]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.23:994][177]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.23:994][177]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3665 outside of frame bounds -[2025.05.25-17.52.24:000][177]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3663 failed (-1006) -[2025.05.25-17.52.24:001][177]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:001][177]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3664 failed (-1000) -[2025.05.25-17.52.24:007][178]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3665 outside of frame bounds -[2025.05.25-17.52.24:007][178]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:008][178]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:008][178]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3666 outside of frame bounds -[2025.05.25-17.52.24:012][178]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3664 failed (-1006) -[2025.05.25-17.52.24:012][178]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:012][178]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3665 failed (-1000) -[2025.05.25-17.52.24:019][179]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3666 outside of frame bounds -[2025.05.25-17.52.24:019][179]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:019][179]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:019][179]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3667 outside of frame bounds -[2025.05.25-17.52.24:024][179]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3665 failed (-1006) -[2025.05.25-17.52.24:025][179]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:025][179]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3666 failed (-1000) -[2025.05.25-17.52.24:030][180]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3667 outside of frame bounds -[2025.05.25-17.52.24:030][180]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:030][180]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:030][180]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3668 outside of frame bounds -[2025.05.25-17.52.24:037][180]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3666 failed (-1006) -[2025.05.25-17.52.24:038][180]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:038][180]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3667 failed (-1000) -[2025.05.25-17.52.24:042][181]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3668 outside of frame bounds -[2025.05.25-17.52.24:043][181]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:043][181]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:043][181]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3669 outside of frame bounds -[2025.05.25-17.52.24:049][181]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3667 failed (-1006) -[2025.05.25-17.52.24:050][181]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:050][181]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3668 failed (-1000) -[2025.05.25-17.52.24:054][182]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3669 outside of frame bounds -[2025.05.25-17.52.24:054][182]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:054][182]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:054][182]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3670 outside of frame bounds -[2025.05.25-17.52.24:061][182]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3668 failed (-1006) -[2025.05.25-17.52.24:061][182]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:061][182]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3669 failed (-1000) -[2025.05.25-17.52.24:066][183]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3670 outside of frame bounds -[2025.05.25-17.52.24:066][183]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:066][183]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:066][183]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3671 outside of frame bounds -[2025.05.25-17.52.24:073][183]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3669 failed (-1006) -[2025.05.25-17.52.24:073][183]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:073][183]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3670 failed (-1000) -[2025.05.25-17.52.24:078][184]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3671 outside of frame bounds -[2025.05.25-17.52.24:079][184]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:079][184]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:079][184]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3672 outside of frame bounds -[2025.05.25-17.52.24:083][184]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3670 failed (-1006) -[2025.05.25-17.52.24:084][184]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:084][184]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3671 failed (-1000) -[2025.05.25-17.52.24:090][185]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3672 outside of frame bounds -[2025.05.25-17.52.24:091][185]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:091][185]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:091][185]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3673 outside of frame bounds -[2025.05.25-17.52.24:096][185]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3671 failed (-1006) -[2025.05.25-17.52.24:096][185]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:096][185]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3672 failed (-1000) -[2025.05.25-17.52.24:103][186]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3673 outside of frame bounds -[2025.05.25-17.52.24:103][186]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:103][186]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:103][186]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3674 outside of frame bounds -[2025.05.25-17.52.24:108][186]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3672 failed (-1006) -[2025.05.25-17.52.24:109][186]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:109][186]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3673 failed (-1000) -[2025.05.25-17.52.24:113][187]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3674 outside of frame bounds -[2025.05.25-17.52.24:114][187]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:114][187]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:114][187]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3675 outside of frame bounds -[2025.05.25-17.52.24:120][187]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3673 failed (-1006) -[2025.05.25-17.52.24:120][187]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:120][187]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3674 failed (-1000) -[2025.05.25-17.52.24:125][188]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3675 outside of frame bounds -[2025.05.25-17.52.24:126][188]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:126][188]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:126][188]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3676 outside of frame bounds -[2025.05.25-17.52.24:132][188]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3674 failed (-1006) -[2025.05.25-17.52.24:133][188]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:133][188]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3675 failed (-1000) -[2025.05.25-17.52.24:138][189]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3676 outside of frame bounds -[2025.05.25-17.52.24:138][189]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:138][189]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:138][189]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3677 outside of frame bounds -[2025.05.25-17.52.24:149][189]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3677 outside of frame bounds -[2025.05.25-17.52.24:161][189]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3675 failed (-1006) -[2025.05.25-17.52.24:162][189]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:162][189]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3676 failed (-1000) -[2025.05.25-17.52.24:165][190]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:165][190]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:165][190]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3678 outside of frame bounds -[2025.05.25-17.52.24:165][190]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3676 failed (-1006) -[2025.05.25-17.52.24:165][190]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:165][190]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3677 failed (-1000) -[2025.05.25-17.52.24:168][190]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3678 outside of frame bounds -[2025.05.25-17.52.24:173][191]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:173][191]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:173][191]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3679 outside of frame bounds -[2025.05.25-17.52.24:175][191]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3677 failed (-1006) -[2025.05.25-17.52.24:175][191]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:175][191]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3678 failed (-1000) -[2025.05.25-17.52.24:181][191]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3679 outside of frame bounds -[2025.05.25-17.52.24:182][192]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:182][192]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:182][192]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3680 outside of frame bounds -[2025.05.25-17.52.24:187][192]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3678 failed (-1006) -[2025.05.25-17.52.24:187][192]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:187][192]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3679 failed (-1000) -[2025.05.25-17.52.24:193][193]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3680 outside of frame bounds -[2025.05.25-17.52.24:193][193]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:193][193]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:193][193]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3681 outside of frame bounds -[2025.05.25-17.52.24:200][193]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3679 failed (-1006) -[2025.05.25-17.52.24:201][193]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:201][193]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3680 failed (-1000) -[2025.05.25-17.52.24:205][194]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3681 outside of frame bounds -[2025.05.25-17.52.24:206][194]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:206][194]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:206][194]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3682 outside of frame bounds -[2025.05.25-17.52.24:211][194]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3680 failed (-1006) -[2025.05.25-17.52.24:212][194]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:212][194]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3681 failed (-1000) -[2025.05.25-17.52.24:217][195]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3682 outside of frame bounds -[2025.05.25-17.52.24:217][195]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:217][195]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:217][195]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3683 outside of frame bounds -[2025.05.25-17.52.24:227][195]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3683 outside of frame bounds -[2025.05.25-17.52.24:239][195]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3681 failed (-1006) -[2025.05.25-17.52.24:240][195]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:240][195]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3682 failed (-1000) -[2025.05.25-17.52.24:243][195]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3682 failed (-1006) -[2025.05.25-17.52.24:244][196]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:244][196]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3683 failed (-1000) -[2025.05.25-17.52.24:244][196]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:245][196]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:245][196]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3684 outside of frame bounds -[2025.05.25-17.52.24:248][196]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3684 outside of frame bounds -[2025.05.25-17.52.24:253][197]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:253][197]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:253][197]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3685 outside of frame bounds -[2025.05.25-17.52.24:253][197]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3683 failed (-1006) -[2025.05.25-17.52.24:254][197]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:254][197]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3684 failed (-1000) -[2025.05.25-17.52.24:258][197]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3685 outside of frame bounds -[2025.05.25-17.52.24:262][198]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:262][198]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:262][198]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3686 outside of frame bounds -[2025.05.25-17.52.24:264][198]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3684 failed (-1006) -[2025.05.25-17.52.24:265][198]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:265][198]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3685 failed (-1000) -[2025.05.25-17.52.24:271][199]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3686 outside of frame bounds -[2025.05.25-17.52.24:272][199]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:272][199]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:272][199]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3687 outside of frame bounds -[2025.05.25-17.52.24:276][199]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3685 failed (-1006) -[2025.05.25-17.52.24:277][199]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:277][199]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3686 failed (-1000) -[2025.05.25-17.52.24:283][200]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3687 outside of frame bounds -[2025.05.25-17.52.24:284][200]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:284][200]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:284][200]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3688 outside of frame bounds -[2025.05.25-17.52.24:288][200]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3686 failed (-1006) -[2025.05.25-17.52.24:289][200]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:289][200]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3687 failed (-1000) -[2025.05.25-17.52.24:293][201]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3688 outside of frame bounds -[2025.05.25-17.52.24:294][201]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:294][201]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:294][201]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3689 outside of frame bounds -[2025.05.25-17.52.24:305][201]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3689 outside of frame bounds -[2025.05.25-17.52.24:332][201]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3687 failed (-1006) -[2025.05.25-17.52.24:333][201]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:333][201]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3688 failed (-1000) -[2025.05.25-17.52.24:336][202]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3688 failed (-1006) -[2025.05.25-17.52.24:336][202]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:336][202]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:336][202]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3690 outside of frame bounds -[2025.05.25-17.52.24:337][202]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:337][202]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3689 failed (-1000) -[2025.05.25-17.52.24:342][202]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3690 outside of frame bounds -[2025.05.25-17.52.24:345][203]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:345][203]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:345][203]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3691 outside of frame bounds -[2025.05.25-17.52.24:346][203]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3689 failed (-1006) -[2025.05.25-17.52.24:347][203]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:347][203]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3690 failed (-1000) -[2025.05.25-17.52.24:354][204]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3691 outside of frame bounds -[2025.05.25-17.52.24:354][204]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:354][204]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:354][204]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3692 outside of frame bounds -[2025.05.25-17.52.24:358][204]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3690 failed (-1006) -[2025.05.25-17.52.24:359][204]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:359][204]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3691 failed (-1000) -[2025.05.25-17.52.24:363][205]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3692 outside of frame bounds -[2025.05.25-17.52.24:364][205]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:364][205]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:364][205]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3693 outside of frame bounds -[2025.05.25-17.52.24:371][205]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3691 failed (-1006) -[2025.05.25-17.52.24:372][205]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:372][205]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3692 failed (-1000) -[2025.05.25-17.52.24:376][206]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3693 outside of frame bounds -[2025.05.25-17.52.24:377][206]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:377][206]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:377][206]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3694 outside of frame bounds -[2025.05.25-17.52.24:383][206]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3692 failed (-1006) -[2025.05.25-17.52.24:383][206]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:383][206]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3693 failed (-1000) -[2025.05.25-17.52.24:387][207]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3694 outside of frame bounds -[2025.05.25-17.52.24:388][207]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:388][207]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:388][207]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3695 outside of frame bounds -[2025.05.25-17.52.24:399][207]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3695 outside of frame bounds -[2025.05.25-17.52.24:423][207]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3693 failed (-1006) -[2025.05.25-17.52.24:424][207]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:424][207]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3694 failed (-1000) -[2025.05.25-17.52.24:427][207]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3694 failed (-1006) -[2025.05.25-17.52.24:428][208]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:428][208]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3695 failed (-1000) -[2025.05.25-17.52.24:429][208]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:429][208]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:429][208]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3696 outside of frame bounds -[2025.05.25-17.52.24:432][208]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3696 outside of frame bounds -[2025.05.25-17.52.24:437][209]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:437][209]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:437][209]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3697 outside of frame bounds -[2025.05.25-17.52.24:438][209]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3695 failed (-1006) -[2025.05.25-17.52.24:439][209]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:439][209]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3696 failed (-1000) -[2025.05.25-17.52.24:444][209]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3697 outside of frame bounds -[2025.05.25-17.52.24:446][210]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:446][210]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:446][210]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3698 outside of frame bounds -[2025.05.25-17.52.24:450][210]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3696 failed (-1006) -[2025.05.25-17.52.24:451][210]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:451][210]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3697 failed (-1000) -[2025.05.25-17.52.24:455][211]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3698 outside of frame bounds -[2025.05.25-17.52.24:456][211]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:456][211]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:456][211]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3699 outside of frame bounds -[2025.05.25-17.52.24:462][211]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3697 failed (-1006) -[2025.05.25-17.52.24:462][211]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:463][211]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3698 failed (-1000) -[2025.05.25-17.52.24:467][212]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3699 outside of frame bounds -[2025.05.25-17.52.24:468][212]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:468][212]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:468][212]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3700 outside of frame bounds -[2025.05.25-17.52.24:472][212]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3698 failed (-1006) -[2025.05.25-17.52.24:474][212]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:474][212]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3699 failed (-1000) -[2025.05.25-17.52.24:480][213]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3700 outside of frame bounds -[2025.05.25-17.52.24:480][213]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:480][213]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:480][213]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3701 outside of frame bounds -[2025.05.25-17.52.24:485][213]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3699 failed (-1006) -[2025.05.25-17.52.24:485][213]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:485][213]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3700 failed (-1000) -[2025.05.25-17.52.24:491][214]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3701 outside of frame bounds -[2025.05.25-17.52.24:492][214]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:492][214]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:492][214]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3702 outside of frame bounds -[2025.05.25-17.52.24:497][214]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3700 failed (-1006) -[2025.05.25-17.52.24:498][214]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:498][214]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3701 failed (-1000) -[2025.05.25-17.52.24:502][215]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3702 outside of frame bounds -[2025.05.25-17.52.24:503][215]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:503][215]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:503][215]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3703 outside of frame bounds -[2025.05.25-17.52.24:509][215]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3701 failed (-1006) -[2025.05.25-17.52.24:510][215]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:510][215]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3702 failed (-1000) -[2025.05.25-17.52.24:514][216]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3703 outside of frame bounds -[2025.05.25-17.52.24:515][216]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:515][216]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:515][216]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3704 outside of frame bounds -[2025.05.25-17.52.24:520][216]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3702 failed (-1006) -[2025.05.25-17.52.24:521][216]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:521][216]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3703 failed (-1000) -[2025.05.25-17.52.24:526][217]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3704 outside of frame bounds -[2025.05.25-17.52.24:527][217]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:527][217]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:527][217]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3705 outside of frame bounds -[2025.05.25-17.52.24:532][217]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3703 failed (-1006) -[2025.05.25-17.52.24:533][217]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:533][217]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3704 failed (-1000) -[2025.05.25-17.52.24:538][218]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3705 outside of frame bounds -[2025.05.25-17.52.24:539][218]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:539][218]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:539][218]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3706 outside of frame bounds -[2025.05.25-17.52.24:544][218]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3704 failed (-1006) -[2025.05.25-17.52.24:545][218]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:545][218]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3705 failed (-1000) -[2025.05.25-17.52.24:550][219]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3706 outside of frame bounds -[2025.05.25-17.52.24:550][219]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:550][219]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:550][219]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3707 outside of frame bounds -[2025.05.25-17.52.24:555][219]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3705 failed (-1006) -[2025.05.25-17.52.24:556][219]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:556][219]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3706 failed (-1000) -[2025.05.25-17.52.24:561][220]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3707 outside of frame bounds -[2025.05.25-17.52.24:561][220]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:561][220]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:561][220]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3708 outside of frame bounds -[2025.05.25-17.52.24:566][220]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3706 failed (-1006) -[2025.05.25-17.52.24:567][220]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:567][220]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3707 failed (-1000) -[2025.05.25-17.52.24:572][221]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3708 outside of frame bounds -[2025.05.25-17.52.24:572][221]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:572][221]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:573][221]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3709 outside of frame bounds -[2025.05.25-17.52.24:579][221]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3707 failed (-1006) -[2025.05.25-17.52.24:580][221]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:580][221]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3708 failed (-1000) -[2025.05.25-17.52.24:585][222]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3709 outside of frame bounds -[2025.05.25-17.52.24:585][222]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:585][222]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:585][222]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3710 outside of frame bounds -[2025.05.25-17.52.24:590][222]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3708 failed (-1006) -[2025.05.25-17.52.24:591][222]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:591][222]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3709 failed (-1000) -[2025.05.25-17.52.24:595][223]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3710 outside of frame bounds -[2025.05.25-17.52.24:595][223]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:596][223]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:596][223]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3711 outside of frame bounds -[2025.05.25-17.52.24:603][223]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3709 failed (-1006) -[2025.05.25-17.52.24:604][223]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:604][223]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3710 failed (-1000) -[2025.05.25-17.52.24:609][224]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3711 outside of frame bounds -[2025.05.25-17.52.24:609][224]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:609][224]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:609][224]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3712 outside of frame bounds -[2025.05.25-17.52.24:614][224]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3710 failed (-1006) -[2025.05.25-17.52.24:615][224]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:615][224]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3711 failed (-1000) -[2025.05.25-17.52.24:619][225]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3712 outside of frame bounds -[2025.05.25-17.52.24:620][225]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:620][225]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:620][225]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3713 outside of frame bounds -[2025.05.25-17.52.24:625][225]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3711 failed (-1006) -[2025.05.25-17.52.24:626][225]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:626][225]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3712 failed (-1000) -[2025.05.25-17.52.24:631][226]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3713 outside of frame bounds -[2025.05.25-17.52.24:631][226]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:631][226]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:631][226]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3714 outside of frame bounds -[2025.05.25-17.52.24:636][226]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3712 failed (-1006) -[2025.05.25-17.52.24:638][226]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:638][226]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3713 failed (-1000) -[2025.05.25-17.52.24:642][227]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3714 outside of frame bounds -[2025.05.25-17.52.24:643][227]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:643][227]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:643][227]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3715 outside of frame bounds -[2025.05.25-17.52.24:648][227]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3713 failed (-1006) -[2025.05.25-17.52.24:649][227]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:649][227]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3714 failed (-1000) -[2025.05.25-17.52.24:654][228]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3715 outside of frame bounds -[2025.05.25-17.52.24:654][228]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:654][228]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:654][228]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3716 outside of frame bounds -[2025.05.25-17.52.24:661][228]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3714 failed (-1006) -[2025.05.25-17.52.24:661][228]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:661][228]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3715 failed (-1000) -[2025.05.25-17.52.24:666][229]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3716 outside of frame bounds -[2025.05.25-17.52.24:666][229]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:666][229]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:666][229]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3717 outside of frame bounds -[2025.05.25-17.52.24:672][229]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3715 failed (-1006) -[2025.05.25-17.52.24:673][229]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:673][229]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3716 failed (-1000) -[2025.05.25-17.52.24:677][230]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3717 outside of frame bounds -[2025.05.25-17.52.24:678][230]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:678][230]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:678][230]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3718 outside of frame bounds -[2025.05.25-17.52.24:685][230]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3716 failed (-1006) -[2025.05.25-17.52.24:685][230]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:685][230]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3717 failed (-1000) -[2025.05.25-17.52.24:690][231]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3718 outside of frame bounds -[2025.05.25-17.52.24:690][231]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:690][231]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:690][231]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3719 outside of frame bounds -[2025.05.25-17.52.24:697][231]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3717 failed (-1006) -[2025.05.25-17.52.24:697][231]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:698][231]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3718 failed (-1000) -[2025.05.25-17.52.24:702][232]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3719 outside of frame bounds -[2025.05.25-17.52.24:703][232]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:703][232]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:703][232]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3720 outside of frame bounds -[2025.05.25-17.52.24:708][232]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3718 failed (-1006) -[2025.05.25-17.52.24:709][232]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:709][232]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3719 failed (-1000) -[2025.05.25-17.52.24:713][233]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3720 outside of frame bounds -[2025.05.25-17.52.24:714][233]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:714][233]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:714][233]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3721 outside of frame bounds -[2025.05.25-17.52.24:720][233]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3719 failed (-1006) -[2025.05.25-17.52.24:720][233]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:721][233]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3720 failed (-1000) -[2025.05.25-17.52.24:725][234]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3721 outside of frame bounds -[2025.05.25-17.52.24:725][234]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:725][234]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:725][234]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3722 outside of frame bounds -[2025.05.25-17.52.24:732][234]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3720 failed (-1006) -[2025.05.25-17.52.24:733][234]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:733][234]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3721 failed (-1000) -[2025.05.25-17.52.24:738][235]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3722 outside of frame bounds -[2025.05.25-17.52.24:738][235]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:738][235]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:738][235]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3723 outside of frame bounds -[2025.05.25-17.52.24:745][235]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3721 failed (-1006) -[2025.05.25-17.52.24:745][235]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:745][235]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3722 failed (-1000) -[2025.05.25-17.52.24:749][236]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3723 outside of frame bounds -[2025.05.25-17.52.24:750][236]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:750][236]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:750][236]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3724 outside of frame bounds -[2025.05.25-17.52.24:756][236]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3722 failed (-1006) -[2025.05.25-17.52.24:757][236]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:757][236]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3723 failed (-1000) -[2025.05.25-17.52.24:761][237]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3724 outside of frame bounds -[2025.05.25-17.52.24:761][237]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:761][237]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:761][237]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3725 outside of frame bounds -[2025.05.25-17.52.24:769][237]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3723 failed (-1006) -[2025.05.25-17.52.24:769][237]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:769][237]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3724 failed (-1000) -[2025.05.25-17.52.24:774][238]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3725 outside of frame bounds -[2025.05.25-17.52.24:774][238]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:774][238]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:775][238]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3726 outside of frame bounds -[2025.05.25-17.52.24:780][238]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3724 failed (-1006) -[2025.05.25-17.52.24:781][238]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:781][238]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3725 failed (-1000) -[2025.05.25-17.52.24:786][239]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3726 outside of frame bounds -[2025.05.25-17.52.24:786][239]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:787][239]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:787][239]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3727 outside of frame bounds -[2025.05.25-17.52.24:790][239]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3725 failed (-1006) -[2025.05.25-17.52.24:791][239]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:791][239]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3726 failed (-1000) -[2025.05.25-17.52.24:797][240]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3727 outside of frame bounds -[2025.05.25-17.52.24:798][240]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:798][240]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:798][240]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3728 outside of frame bounds -[2025.05.25-17.52.24:803][240]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3726 failed (-1006) -[2025.05.25-17.52.24:804][240]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:804][240]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3727 failed (-1000) -[2025.05.25-17.52.24:809][241]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3728 outside of frame bounds -[2025.05.25-17.52.24:809][241]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:809][241]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:809][241]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3729 outside of frame bounds -[2025.05.25-17.52.24:816][241]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3727 failed (-1006) -[2025.05.25-17.52.24:817][241]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:817][241]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3728 failed (-1000) -[2025.05.25-17.52.24:821][242]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3729 outside of frame bounds -[2025.05.25-17.52.24:821][242]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:821][242]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:821][242]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3730 outside of frame bounds -[2025.05.25-17.52.24:827][242]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3728 failed (-1006) -[2025.05.25-17.52.24:829][242]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:829][242]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3729 failed (-1000) -[2025.05.25-17.52.24:833][243]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3730 outside of frame bounds -[2025.05.25-17.52.24:834][243]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:834][243]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:834][243]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3731 outside of frame bounds -[2025.05.25-17.52.24:839][243]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3729 failed (-1006) -[2025.05.25-17.52.24:840][243]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:840][243]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3730 failed (-1000) -[2025.05.25-17.52.24:845][244]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3731 outside of frame bounds -[2025.05.25-17.52.24:845][244]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:845][244]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:845][244]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3732 outside of frame bounds -[2025.05.25-17.52.24:852][244]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3730 failed (-1006) -[2025.05.25-17.52.24:853][244]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:853][244]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3731 failed (-1000) -[2025.05.25-17.52.24:857][245]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3732 outside of frame bounds -[2025.05.25-17.52.24:857][245]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:857][245]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:857][245]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3733 outside of frame bounds -[2025.05.25-17.52.24:864][245]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3731 failed (-1006) -[2025.05.25-17.52.24:865][245]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:865][245]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3732 failed (-1000) -[2025.05.25-17.52.24:869][246]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3733 outside of frame bounds -[2025.05.25-17.52.24:870][246]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:870][246]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:870][246]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3734 outside of frame bounds -[2025.05.25-17.52.24:874][246]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3732 failed (-1006) -[2025.05.25-17.52.24:875][246]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:875][246]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3733 failed (-1000) -[2025.05.25-17.52.24:882][247]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3734 outside of frame bounds -[2025.05.25-17.52.24:883][247]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:883][247]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:883][247]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3735 outside of frame bounds -[2025.05.25-17.52.24:887][247]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3733 failed (-1006) -[2025.05.25-17.52.24:888][247]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:888][247]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3734 failed (-1000) -[2025.05.25-17.52.24:892][248]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3735 outside of frame bounds -[2025.05.25-17.52.24:893][248]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:893][248]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:893][248]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3736 outside of frame bounds -[2025.05.25-17.52.24:899][248]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3734 failed (-1006) -[2025.05.25-17.52.24:900][248]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:900][248]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3735 failed (-1000) -[2025.05.25-17.52.24:905][249]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3736 outside of frame bounds -[2025.05.25-17.52.24:905][249]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:905][249]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:906][249]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3737 outside of frame bounds -[2025.05.25-17.52.24:912][249]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3735 failed (-1006) -[2025.05.25-17.52.24:913][249]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:913][249]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3736 failed (-1000) -[2025.05.25-17.52.24:917][250]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3737 outside of frame bounds -[2025.05.25-17.52.24:917][250]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:917][250]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:917][250]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3738 outside of frame bounds -[2025.05.25-17.52.24:923][250]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3736 failed (-1006) -[2025.05.25-17.52.24:924][250]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:924][250]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3737 failed (-1000) -[2025.05.25-17.52.24:930][251]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3738 outside of frame bounds -[2025.05.25-17.52.24:930][251]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:930][251]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:930][251]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3739 outside of frame bounds -[2025.05.25-17.52.24:936][251]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3737 failed (-1006) -[2025.05.25-17.52.24:937][251]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:937][251]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3738 failed (-1000) -[2025.05.25-17.52.24:943][252]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3739 outside of frame bounds -[2025.05.25-17.52.24:943][252]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:943][252]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:943][252]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3740 outside of frame bounds -[2025.05.25-17.52.24:950][252]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3738 failed (-1006) -[2025.05.25-17.52.24:950][252]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:950][252]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3739 failed (-1000) -[2025.05.25-17.52.24:954][253]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3740 outside of frame bounds -[2025.05.25-17.52.24:955][253]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:955][253]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:955][253]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3741 outside of frame bounds -[2025.05.25-17.52.24:960][253]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3739 failed (-1006) -[2025.05.25-17.52.24:961][253]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:961][253]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3740 failed (-1000) -[2025.05.25-17.52.24:966][254]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3741 outside of frame bounds -[2025.05.25-17.52.24:967][254]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:967][254]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:967][254]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3742 outside of frame bounds -[2025.05.25-17.52.24:972][254]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3740 failed (-1006) -[2025.05.25-17.52.24:973][254]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:973][254]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3741 failed (-1000) -[2025.05.25-17.52.24:978][255]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3742 outside of frame bounds -[2025.05.25-17.52.24:979][255]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:979][255]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:979][255]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3743 outside of frame bounds -[2025.05.25-17.52.24:984][255]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3741 failed (-1006) -[2025.05.25-17.52.24:985][255]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:985][255]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3742 failed (-1000) -[2025.05.25-17.52.24:991][256]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3743 outside of frame bounds -[2025.05.25-17.52.24:991][256]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.24:991][256]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.24:991][256]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3744 outside of frame bounds -[2025.05.25-17.52.24:997][256]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3742 failed (-1006) -[2025.05.25-17.52.24:998][256]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.24:998][256]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3743 failed (-1000) -[2025.05.25-17.52.25:002][257]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3744 outside of frame bounds -[2025.05.25-17.52.25:003][257]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:003][257]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:003][257]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3745 outside of frame bounds -[2025.05.25-17.52.25:009][257]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3743 failed (-1006) -[2025.05.25-17.52.25:010][257]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:010][257]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3744 failed (-1000) -[2025.05.25-17.52.25:015][258]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3745 outside of frame bounds -[2025.05.25-17.52.25:015][258]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:015][258]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:015][258]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3746 outside of frame bounds -[2025.05.25-17.52.25:021][258]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3744 failed (-1006) -[2025.05.25-17.52.25:022][258]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:023][258]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3745 failed (-1000) -[2025.05.25-17.52.25:027][259]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3746 outside of frame bounds -[2025.05.25-17.52.25:028][259]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:028][259]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:028][259]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3747 outside of frame bounds -[2025.05.25-17.52.25:034][259]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3745 failed (-1006) -[2025.05.25-17.52.25:034][259]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:034][259]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3746 failed (-1000) -[2025.05.25-17.52.25:040][260]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3747 outside of frame bounds -[2025.05.25-17.52.25:040][260]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:040][260]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:040][260]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3748 outside of frame bounds -[2025.05.25-17.52.25:046][260]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3746 failed (-1006) -[2025.05.25-17.52.25:046][260]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:047][260]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3747 failed (-1000) -[2025.05.25-17.52.25:051][261]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3748 outside of frame bounds -[2025.05.25-17.52.25:052][261]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:052][261]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:052][261]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3749 outside of frame bounds -[2025.05.25-17.52.25:056][261]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3747 failed (-1006) -[2025.05.25-17.52.25:057][261]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:057][261]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3748 failed (-1000) -[2025.05.25-17.52.25:063][262]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3749 outside of frame bounds -[2025.05.25-17.52.25:064][262]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:064][262]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:064][262]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3750 outside of frame bounds -[2025.05.25-17.52.25:069][262]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3748 failed (-1006) -[2025.05.25-17.52.25:070][262]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:070][262]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3749 failed (-1000) -[2025.05.25-17.52.25:076][263]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3750 outside of frame bounds -[2025.05.25-17.52.25:076][263]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:076][263]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:076][263]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3751 outside of frame bounds -[2025.05.25-17.52.25:081][263]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3749 failed (-1006) -[2025.05.25-17.52.25:082][263]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:082][263]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3750 failed (-1000) -[2025.05.25-17.52.25:086][264]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3751 outside of frame bounds -[2025.05.25-17.52.25:087][264]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:087][264]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:087][264]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3752 outside of frame bounds -[2025.05.25-17.52.25:093][264]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3750 failed (-1006) -[2025.05.25-17.52.25:093][264]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:093][264]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3751 failed (-1000) -[2025.05.25-17.52.25:098][265]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3752 outside of frame bounds -[2025.05.25-17.52.25:099][265]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:099][265]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:099][265]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3753 outside of frame bounds -[2025.05.25-17.52.25:105][265]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3751 failed (-1006) -[2025.05.25-17.52.25:106][265]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:106][265]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3752 failed (-1000) -[2025.05.25-17.52.25:111][266]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3753 outside of frame bounds -[2025.05.25-17.52.25:111][266]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:111][266]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:111][266]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3754 outside of frame bounds -[2025.05.25-17.52.25:117][266]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3752 failed (-1006) -[2025.05.25-17.52.25:118][266]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:118][266]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3753 failed (-1000) -[2025.05.25-17.52.25:122][267]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3754 outside of frame bounds -[2025.05.25-17.52.25:123][267]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:123][267]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:123][267]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3755 outside of frame bounds -[2025.05.25-17.52.25:128][267]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3753 failed (-1006) -[2025.05.25-17.52.25:129][267]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:129][267]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3754 failed (-1000) -[2025.05.25-17.52.25:133][268]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3755 outside of frame bounds -[2025.05.25-17.52.25:134][268]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:134][268]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:134][268]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3756 outside of frame bounds -[2025.05.25-17.52.25:139][268]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3754 failed (-1006) -[2025.05.25-17.52.25:140][268]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:140][268]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3755 failed (-1000) -[2025.05.25-17.52.25:146][269]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3756 outside of frame bounds -[2025.05.25-17.52.25:146][269]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:146][269]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:146][269]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3757 outside of frame bounds -[2025.05.25-17.52.25:151][269]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3755 failed (-1006) -[2025.05.25-17.52.25:152][269]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:153][269]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3756 failed (-1000) -[2025.05.25-17.52.25:157][270]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3757 outside of frame bounds -[2025.05.25-17.52.25:158][270]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:158][270]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:158][270]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3758 outside of frame bounds -[2025.05.25-17.52.25:164][270]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3756 failed (-1006) -[2025.05.25-17.52.25:164][270]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:164][270]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3757 failed (-1000) -[2025.05.25-17.52.25:169][271]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3758 outside of frame bounds -[2025.05.25-17.52.25:170][271]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:170][271]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:170][271]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3759 outside of frame bounds -[2025.05.25-17.52.25:175][271]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3757 failed (-1006) -[2025.05.25-17.52.25:176][271]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:176][271]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3758 failed (-1000) -[2025.05.25-17.52.25:181][272]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3759 outside of frame bounds -[2025.05.25-17.52.25:182][272]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:182][272]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:182][272]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3760 outside of frame bounds -[2025.05.25-17.52.25:187][272]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3758 failed (-1006) -[2025.05.25-17.52.25:188][272]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:188][272]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3759 failed (-1000) -[2025.05.25-17.52.25:193][273]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3760 outside of frame bounds -[2025.05.25-17.52.25:194][273]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:194][273]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:194][273]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3761 outside of frame bounds -[2025.05.25-17.52.25:199][273]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3759 failed (-1006) -[2025.05.25-17.52.25:200][273]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:200][273]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3760 failed (-1000) -[2025.05.25-17.52.25:205][274]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3761 outside of frame bounds -[2025.05.25-17.52.25:206][274]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:206][274]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:206][274]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3762 outside of frame bounds -[2025.05.25-17.52.25:211][274]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3760 failed (-1006) -[2025.05.25-17.52.25:212][274]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:212][274]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3761 failed (-1000) -[2025.05.25-17.52.25:217][275]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3762 outside of frame bounds -[2025.05.25-17.52.25:218][275]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:218][275]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:218][275]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3763 outside of frame bounds -[2025.05.25-17.52.25:222][275]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3761 failed (-1006) -[2025.05.25-17.52.25:222][275]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:222][275]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3762 failed (-1000) -[2025.05.25-17.52.25:228][276]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3763 outside of frame bounds -[2025.05.25-17.52.25:228][276]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:228][276]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:228][276]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3764 outside of frame bounds -[2025.05.25-17.52.25:234][276]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3762 failed (-1006) -[2025.05.25-17.52.25:234][276]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:234][276]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3763 failed (-1000) -[2025.05.25-17.52.25:239][277]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3764 outside of frame bounds -[2025.05.25-17.52.25:240][277]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:240][277]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:240][277]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3765 outside of frame bounds -[2025.05.25-17.52.25:247][277]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3763 failed (-1006) -[2025.05.25-17.52.25:247][277]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:248][277]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3764 failed (-1000) -[2025.05.25-17.52.25:252][278]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3765 outside of frame bounds -[2025.05.25-17.52.25:253][278]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:253][278]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:253][278]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3766 outside of frame bounds -[2025.05.25-17.52.25:258][278]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3764 failed (-1006) -[2025.05.25-17.52.25:259][278]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:259][278]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3765 failed (-1000) -[2025.05.25-17.52.25:263][279]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3766 outside of frame bounds -[2025.05.25-17.52.25:264][279]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:264][279]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:264][279]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3767 outside of frame bounds -[2025.05.25-17.52.25:270][279]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3765 failed (-1006) -[2025.05.25-17.52.25:271][279]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:271][279]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3766 failed (-1000) -[2025.05.25-17.52.25:275][280]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3767 outside of frame bounds -[2025.05.25-17.52.25:276][280]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:276][280]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:276][280]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3768 outside of frame bounds -[2025.05.25-17.52.25:283][280]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3766 failed (-1006) -[2025.05.25-17.52.25:284][280]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:284][280]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3767 failed (-1000) -[2025.05.25-17.52.25:288][281]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3768 outside of frame bounds -[2025.05.25-17.52.25:288][281]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:288][281]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:288][281]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3769 outside of frame bounds -[2025.05.25-17.52.25:294][281]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3767 failed (-1006) -[2025.05.25-17.52.25:295][281]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:295][281]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3768 failed (-1000) -[2025.05.25-17.52.25:301][282]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3769 outside of frame bounds -[2025.05.25-17.52.25:301][282]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:302][282]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:302][282]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3770 outside of frame bounds -[2025.05.25-17.52.25:306][282]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3768 failed (-1006) -[2025.05.25-17.52.25:307][282]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:307][282]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3769 failed (-1000) -[2025.05.25-17.52.25:313][283]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3770 outside of frame bounds -[2025.05.25-17.52.25:313][283]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:313][283]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:313][283]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3771 outside of frame bounds -[2025.05.25-17.52.25:318][283]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3769 failed (-1006) -[2025.05.25-17.52.25:319][283]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:319][283]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3770 failed (-1000) -[2025.05.25-17.52.25:325][284]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3771 outside of frame bounds -[2025.05.25-17.52.25:325][284]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:325][284]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:325][284]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3772 outside of frame bounds -[2025.05.25-17.52.25:331][284]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3770 failed (-1006) -[2025.05.25-17.52.25:331][284]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:331][284]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3771 failed (-1000) -[2025.05.25-17.52.25:336][285]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3772 outside of frame bounds -[2025.05.25-17.52.25:337][285]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:337][285]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:337][285]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3773 outside of frame bounds -[2025.05.25-17.52.25:343][285]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3771 failed (-1006) -[2025.05.25-17.52.25:344][285]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:344][285]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3772 failed (-1000) -[2025.05.25-17.52.25:349][286]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3773 outside of frame bounds -[2025.05.25-17.52.25:349][286]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:349][286]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:349][286]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3774 outside of frame bounds -[2025.05.25-17.52.25:356][286]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3772 failed (-1006) -[2025.05.25-17.52.25:357][286]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:357][286]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3773 failed (-1000) -[2025.05.25-17.52.25:361][287]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3774 outside of frame bounds -[2025.05.25-17.52.25:361][287]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:361][287]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:361][287]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3775 outside of frame bounds -[2025.05.25-17.52.25:368][287]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3773 failed (-1006) -[2025.05.25-17.52.25:369][287]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:369][287]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3774 failed (-1000) -[2025.05.25-17.52.25:374][288]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3775 outside of frame bounds -[2025.05.25-17.52.25:375][288]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:375][288]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:375][288]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3776 outside of frame bounds -[2025.05.25-17.52.25:381][288]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3774 failed (-1006) -[2025.05.25-17.52.25:382][288]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:382][288]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3775 failed (-1000) -[2025.05.25-17.52.25:386][289]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3776 outside of frame bounds -[2025.05.25-17.52.25:387][289]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:387][289]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:387][289]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3777 outside of frame bounds -[2025.05.25-17.52.25:393][289]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3775 failed (-1006) -[2025.05.25-17.52.25:393][289]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:393][289]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3776 failed (-1000) -[2025.05.25-17.52.25:398][290]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3777 outside of frame bounds -[2025.05.25-17.52.25:399][290]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:399][290]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:399][290]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3778 outside of frame bounds -[2025.05.25-17.52.25:405][290]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3776 failed (-1006) -[2025.05.25-17.52.25:406][290]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:406][290]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3777 failed (-1000) -[2025.05.25-17.52.25:411][291]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3778 outside of frame bounds -[2025.05.25-17.52.25:411][291]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:412][291]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:412][291]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3779 outside of frame bounds -[2025.05.25-17.52.25:417][291]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3777 failed (-1006) -[2025.05.25-17.52.25:417][291]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:417][291]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3778 failed (-1000) -[2025.05.25-17.52.25:423][292]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3779 outside of frame bounds -[2025.05.25-17.52.25:424][292]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:424][292]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:424][292]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3780 outside of frame bounds -[2025.05.25-17.52.25:429][292]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3778 failed (-1006) -[2025.05.25-17.52.25:430][292]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:430][292]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3779 failed (-1000) -[2025.05.25-17.52.25:435][293]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3780 outside of frame bounds -[2025.05.25-17.52.25:436][293]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:436][293]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:436][293]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3781 outside of frame bounds -[2025.05.25-17.52.25:442][293]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3779 failed (-1006) -[2025.05.25-17.52.25:442][293]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:443][293]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3780 failed (-1000) -[2025.05.25-17.52.25:447][294]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3781 outside of frame bounds -[2025.05.25-17.52.25:448][294]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:448][294]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:448][294]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3782 outside of frame bounds -[2025.05.25-17.52.25:454][294]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3780 failed (-1006) -[2025.05.25-17.52.25:455][294]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:455][294]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3781 failed (-1000) -[2025.05.25-17.52.25:460][295]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3782 outside of frame bounds -[2025.05.25-17.52.25:460][295]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:460][295]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:460][295]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3783 outside of frame bounds -[2025.05.25-17.52.25:466][295]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3781 failed (-1006) -[2025.05.25-17.52.25:467][295]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:467][295]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3782 failed (-1000) -[2025.05.25-17.52.25:472][296]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3783 outside of frame bounds -[2025.05.25-17.52.25:472][296]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:473][296]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:473][296]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3784 outside of frame bounds -[2025.05.25-17.52.25:479][296]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3782 failed (-1006) -[2025.05.25-17.52.25:480][296]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:480][296]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3783 failed (-1000) -[2025.05.25-17.52.25:484][297]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3784 outside of frame bounds -[2025.05.25-17.52.25:485][297]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:485][297]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:485][297]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3785 outside of frame bounds -[2025.05.25-17.52.25:490][297]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3783 failed (-1006) -[2025.05.25-17.52.25:491][297]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:491][297]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3784 failed (-1000) -[2025.05.25-17.52.25:496][298]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3785 outside of frame bounds -[2025.05.25-17.52.25:496][298]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:496][298]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:496][298]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3786 outside of frame bounds -[2025.05.25-17.52.25:503][298]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3784 failed (-1006) -[2025.05.25-17.52.25:503][298]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:503][298]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3785 failed (-1000) -[2025.05.25-17.52.25:508][299]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3786 outside of frame bounds -[2025.05.25-17.52.25:509][299]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:509][299]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:509][299]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3787 outside of frame bounds -[2025.05.25-17.52.25:514][299]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3785 failed (-1006) -[2025.05.25-17.52.25:514][299]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:514][299]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3786 failed (-1000) -[2025.05.25-17.52.25:520][300]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3787 outside of frame bounds -[2025.05.25-17.52.25:521][300]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:521][300]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:521][300]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3788 outside of frame bounds -[2025.05.25-17.52.25:525][300]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3786 failed (-1006) -[2025.05.25-17.52.25:525][300]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:525][300]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3787 failed (-1000) -[2025.05.25-17.52.25:531][301]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3788 outside of frame bounds -[2025.05.25-17.52.25:531][301]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:531][301]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:531][301]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3789 outside of frame bounds -[2025.05.25-17.52.25:537][301]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3787 failed (-1006) -[2025.05.25-17.52.25:538][301]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:538][301]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3788 failed (-1000) -[2025.05.25-17.52.25:543][302]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3789 outside of frame bounds -[2025.05.25-17.52.25:543][302]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:543][302]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:543][302]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3790 outside of frame bounds -[2025.05.25-17.52.25:549][302]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3788 failed (-1006) -[2025.05.25-17.52.25:549][302]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:549][302]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3789 failed (-1000) -[2025.05.25-17.52.25:554][303]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3790 outside of frame bounds -[2025.05.25-17.52.25:554][303]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:554][303]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:555][303]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3791 outside of frame bounds -[2025.05.25-17.52.25:561][303]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3789 failed (-1006) -[2025.05.25-17.52.25:562][303]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:562][303]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3790 failed (-1000) -[2025.05.25-17.52.25:566][304]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3791 outside of frame bounds -[2025.05.25-17.52.25:566][304]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:566][304]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:566][304]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3792 outside of frame bounds -[2025.05.25-17.52.25:573][304]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3790 failed (-1006) -[2025.05.25-17.52.25:573][304]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:573][304]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3791 failed (-1000) -[2025.05.25-17.52.25:578][305]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3792 outside of frame bounds -[2025.05.25-17.52.25:578][305]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:578][305]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:578][305]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3793 outside of frame bounds -[2025.05.25-17.52.25:583][305]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3791 failed (-1006) -[2025.05.25-17.52.25:584][305]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:584][305]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3792 failed (-1000) -[2025.05.25-17.52.25:590][306]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3793 outside of frame bounds -[2025.05.25-17.52.25:591][306]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:591][306]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:591][306]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3794 outside of frame bounds -[2025.05.25-17.52.25:594][306]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3792 failed (-1006) -[2025.05.25-17.52.25:595][306]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:595][306]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3793 failed (-1000) -[2025.05.25-17.52.25:601][307]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3794 outside of frame bounds -[2025.05.25-17.52.25:601][307]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:601][307]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:601][307]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3795 outside of frame bounds -[2025.05.25-17.52.25:607][307]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3793 failed (-1006) -[2025.05.25-17.52.25:608][307]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:608][307]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3794 failed (-1000) -[2025.05.25-17.52.25:612][308]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3795 outside of frame bounds -[2025.05.25-17.52.25:613][308]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:613][308]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:613][308]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3796 outside of frame bounds -[2025.05.25-17.52.25:619][308]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3794 failed (-1006) -[2025.05.25-17.52.25:619][308]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:619][308]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3795 failed (-1000) -[2025.05.25-17.52.25:624][309]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3796 outside of frame bounds -[2025.05.25-17.52.25:624][309]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:625][309]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:625][309]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3797 outside of frame bounds -[2025.05.25-17.52.25:630][309]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3795 failed (-1006) -[2025.05.25-17.52.25:631][309]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:631][309]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3796 failed (-1000) -[2025.05.25-17.52.25:635][310]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3797 outside of frame bounds -[2025.05.25-17.52.25:635][310]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:635][310]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:636][310]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3798 outside of frame bounds -[2025.05.25-17.52.25:642][310]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3796 failed (-1006) -[2025.05.25-17.52.25:643][310]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:643][310]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3797 failed (-1000) -[2025.05.25-17.52.25:647][311]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3798 outside of frame bounds -[2025.05.25-17.52.25:648][311]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:648][311]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:648][311]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3799 outside of frame bounds -[2025.05.25-17.52.25:653][311]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3797 failed (-1006) -[2025.05.25-17.52.25:653][311]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:653][311]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3798 failed (-1000) -[2025.05.25-17.52.25:659][312]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3799 outside of frame bounds -[2025.05.25-17.52.25:660][312]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:660][312]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:660][312]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3800 outside of frame bounds -[2025.05.25-17.52.25:664][312]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3798 failed (-1006) -[2025.05.25-17.52.25:665][312]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:665][312]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3799 failed (-1000) -[2025.05.25-17.52.25:669][313]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3800 outside of frame bounds -[2025.05.25-17.52.25:670][313]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:670][313]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:670][313]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3801 outside of frame bounds -[2025.05.25-17.52.25:676][313]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3799 failed (-1006) -[2025.05.25-17.52.25:677][313]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:677][313]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3800 failed (-1000) -[2025.05.25-17.52.25:682][314]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3801 outside of frame bounds -[2025.05.25-17.52.25:683][314]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:683][314]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:683][314]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3802 outside of frame bounds -[2025.05.25-17.52.25:688][314]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3800 failed (-1006) -[2025.05.25-17.52.25:689][314]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:689][314]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3801 failed (-1000) -[2025.05.25-17.52.25:693][315]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3802 outside of frame bounds -[2025.05.25-17.52.25:694][315]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:694][315]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:694][315]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3803 outside of frame bounds -[2025.05.25-17.52.25:700][315]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3801 failed (-1006) -[2025.05.25-17.52.25:701][315]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:701][315]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3802 failed (-1000) -[2025.05.25-17.52.25:705][316]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3803 outside of frame bounds -[2025.05.25-17.52.25:706][316]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:706][316]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:706][316]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3804 outside of frame bounds -[2025.05.25-17.52.25:712][316]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3802 failed (-1006) -[2025.05.25-17.52.25:713][316]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:713][316]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3803 failed (-1000) -[2025.05.25-17.52.25:718][317]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3804 outside of frame bounds -[2025.05.25-17.52.25:718][317]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:718][317]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:718][317]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3805 outside of frame bounds -[2025.05.25-17.52.25:723][317]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3803 failed (-1006) -[2025.05.25-17.52.25:723][317]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:723][317]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3804 failed (-1000) -[2025.05.25-17.52.25:729][318]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3805 outside of frame bounds -[2025.05.25-17.52.25:730][318]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:730][318]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:730][318]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3806 outside of frame bounds -[2025.05.25-17.52.25:735][318]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3804 failed (-1006) -[2025.05.25-17.52.25:735][318]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:735][318]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3805 failed (-1000) -[2025.05.25-17.52.25:740][319]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3806 outside of frame bounds -[2025.05.25-17.52.25:740][319]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:740][319]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:740][319]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3807 outside of frame bounds -[2025.05.25-17.52.25:747][319]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3805 failed (-1006) -[2025.05.25-17.52.25:748][319]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:748][319]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3806 failed (-1000) -[2025.05.25-17.52.25:753][320]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3807 outside of frame bounds -[2025.05.25-17.52.25:753][320]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:753][320]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:753][320]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3808 outside of frame bounds -[2025.05.25-17.52.25:759][320]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3806 failed (-1006) -[2025.05.25-17.52.25:760][320]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:760][320]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3807 failed (-1000) -[2025.05.25-17.52.25:765][321]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3808 outside of frame bounds -[2025.05.25-17.52.25:766][321]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:766][321]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:766][321]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3809 outside of frame bounds -[2025.05.25-17.52.25:771][321]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3807 failed (-1006) -[2025.05.25-17.52.25:772][321]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:772][321]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3808 failed (-1000) -[2025.05.25-17.52.25:778][322]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3809 outside of frame bounds -[2025.05.25-17.52.25:778][322]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:778][322]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:778][322]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3810 outside of frame bounds -[2025.05.25-17.52.25:784][322]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3808 failed (-1006) -[2025.05.25-17.52.25:785][322]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:785][322]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3809 failed (-1000) -[2025.05.25-17.52.25:788][323]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3810 outside of frame bounds -[2025.05.25-17.52.25:789][323]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:789][323]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:789][323]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3811 outside of frame bounds -[2025.05.25-17.52.25:795][323]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3809 failed (-1006) -[2025.05.25-17.52.25:796][323]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:796][323]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3810 failed (-1000) -[2025.05.25-17.52.25:801][324]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3811 outside of frame bounds -[2025.05.25-17.52.25:801][324]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:801][324]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:801][324]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3812 outside of frame bounds -[2025.05.25-17.52.25:806][324]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3810 failed (-1006) -[2025.05.25-17.52.25:806][324]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:806][324]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3811 failed (-1000) -[2025.05.25-17.52.25:813][325]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3812 outside of frame bounds -[2025.05.25-17.52.25:813][325]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:813][325]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:813][325]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3813 outside of frame bounds -[2025.05.25-17.52.25:818][325]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3811 failed (-1006) -[2025.05.25-17.52.25:819][325]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:819][325]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3812 failed (-1000) -[2025.05.25-17.52.25:824][326]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3813 outside of frame bounds -[2025.05.25-17.52.25:825][326]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:825][326]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:825][326]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3814 outside of frame bounds -[2025.05.25-17.52.25:830][326]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3812 failed (-1006) -[2025.05.25-17.52.25:831][326]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:831][326]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3813 failed (-1000) -[2025.05.25-17.52.25:835][327]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3814 outside of frame bounds -[2025.05.25-17.52.25:835][327]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:835][327]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:835][327]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3815 outside of frame bounds -[2025.05.25-17.52.25:841][327]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3813 failed (-1006) -[2025.05.25-17.52.25:843][327]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:843][327]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3814 failed (-1000) -[2025.05.25-17.52.25:847][328]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3815 outside of frame bounds -[2025.05.25-17.52.25:848][328]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:848][328]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:848][328]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3816 outside of frame bounds -[2025.05.25-17.52.25:854][328]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3814 failed (-1006) -[2025.05.25-17.52.25:855][328]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:855][328]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3815 failed (-1000) -[2025.05.25-17.52.25:859][329]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3816 outside of frame bounds -[2025.05.25-17.52.25:859][329]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:859][329]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:859][329]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3817 outside of frame bounds -[2025.05.25-17.52.25:866][329]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3815 failed (-1006) -[2025.05.25-17.52.25:867][329]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:867][329]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3816 failed (-1000) -[2025.05.25-17.52.25:871][330]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3817 outside of frame bounds -[2025.05.25-17.52.25:872][330]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:872][330]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:872][330]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3818 outside of frame bounds -[2025.05.25-17.52.25:878][330]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3816 failed (-1006) -[2025.05.25-17.52.25:879][330]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:879][330]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3817 failed (-1000) -[2025.05.25-17.52.25:884][331]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3818 outside of frame bounds -[2025.05.25-17.52.25:884][331]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:884][331]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:884][331]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3819 outside of frame bounds -[2025.05.25-17.52.25:889][331]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3817 failed (-1006) -[2025.05.25-17.52.25:890][331]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:890][331]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3818 failed (-1000) -[2025.05.25-17.52.25:894][332]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3819 outside of frame bounds -[2025.05.25-17.52.25:895][332]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:895][332]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:895][332]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3820 outside of frame bounds -[2025.05.25-17.52.25:901][332]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3818 failed (-1006) -[2025.05.25-17.52.25:901][332]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:901][332]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3819 failed (-1000) -[2025.05.25-17.52.25:906][333]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3820 outside of frame bounds -[2025.05.25-17.52.25:906][333]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:906][333]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:906][333]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3821 outside of frame bounds -[2025.05.25-17.52.25:913][333]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3819 failed (-1006) -[2025.05.25-17.52.25:914][333]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:914][333]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3820 failed (-1000) -[2025.05.25-17.52.25:918][334]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3821 outside of frame bounds -[2025.05.25-17.52.25:919][334]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:919][334]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:919][334]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3822 outside of frame bounds -[2025.05.25-17.52.25:924][334]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3820 failed (-1006) -[2025.05.25-17.52.25:925][334]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:925][334]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3821 failed (-1000) -[2025.05.25-17.52.25:930][335]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3822 outside of frame bounds -[2025.05.25-17.52.25:930][335]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:930][335]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:930][335]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3823 outside of frame bounds -[2025.05.25-17.52.25:938][335]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3821 failed (-1006) -[2025.05.25-17.52.25:938][335]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:938][335]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3822 failed (-1000) -[2025.05.25-17.52.25:943][336]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3823 outside of frame bounds -[2025.05.25-17.52.25:943][336]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:943][336]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:943][336]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3824 outside of frame bounds -[2025.05.25-17.52.25:950][336]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3822 failed (-1006) -[2025.05.25-17.52.25:950][336]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:950][336]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3823 failed (-1000) -[2025.05.25-17.52.25:955][337]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3824 outside of frame bounds -[2025.05.25-17.52.25:955][337]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:956][337]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:956][337]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3825 outside of frame bounds -[2025.05.25-17.52.25:961][337]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3823 failed (-1006) -[2025.05.25-17.52.25:962][337]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:962][337]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3824 failed (-1000) -[2025.05.25-17.52.25:967][338]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3825 outside of frame bounds -[2025.05.25-17.52.25:968][338]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:968][338]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:968][338]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3826 outside of frame bounds -[2025.05.25-17.52.25:972][338]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3824 failed (-1006) -[2025.05.25-17.52.25:972][338]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:974][338]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3825 failed (-1000) -[2025.05.25-17.52.25:979][339]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3826 outside of frame bounds -[2025.05.25-17.52.25:980][339]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:980][339]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:980][339]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3827 outside of frame bounds -[2025.05.25-17.52.25:985][339]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3825 failed (-1006) -[2025.05.25-17.52.25:986][339]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:986][339]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3826 failed (-1000) -[2025.05.25-17.52.25:992][340]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3827 outside of frame bounds -[2025.05.25-17.52.25:992][340]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.25:992][340]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.25:992][340]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3828 outside of frame bounds -[2025.05.25-17.52.25:998][340]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3826 failed (-1006) -[2025.05.25-17.52.25:998][340]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.25:998][340]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3827 failed (-1000) -[2025.05.25-17.52.26:003][341]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3828 outside of frame bounds -[2025.05.25-17.52.26:003][341]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:003][341]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:003][341]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3829 outside of frame bounds -[2025.05.25-17.52.26:009][341]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3827 failed (-1006) -[2025.05.25-17.52.26:010][341]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:010][341]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3828 failed (-1000) -[2025.05.25-17.52.26:016][342]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3829 outside of frame bounds -[2025.05.25-17.52.26:016][342]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:016][342]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:016][342]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3830 outside of frame bounds -[2025.05.25-17.52.26:022][342]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3828 failed (-1006) -[2025.05.25-17.52.26:023][342]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:023][342]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3829 failed (-1000) -[2025.05.25-17.52.26:026][343]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3830 outside of frame bounds -[2025.05.25-17.52.26:027][343]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:027][343]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:027][343]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3831 outside of frame bounds -[2025.05.25-17.52.26:034][343]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3829 failed (-1006) -[2025.05.25-17.52.26:034][343]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:034][343]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3830 failed (-1000) -[2025.05.25-17.52.26:039][344]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3831 outside of frame bounds -[2025.05.25-17.52.26:040][344]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:040][344]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:040][344]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3832 outside of frame bounds -[2025.05.25-17.52.26:046][344]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3830 failed (-1006) -[2025.05.25-17.52.26:047][344]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:047][344]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3831 failed (-1000) -[2025.05.25-17.52.26:052][345]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3832 outside of frame bounds -[2025.05.25-17.52.26:052][345]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:052][345]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:052][345]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3833 outside of frame bounds -[2025.05.25-17.52.26:056][345]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3831 failed (-1006) -[2025.05.25-17.52.26:058][345]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:058][345]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3832 failed (-1000) -[2025.05.25-17.52.26:063][346]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3833 outside of frame bounds -[2025.05.25-17.52.26:063][346]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:063][346]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:063][346]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3834 outside of frame bounds -[2025.05.25-17.52.26:069][346]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3832 failed (-1006) -[2025.05.25-17.52.26:070][346]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:070][346]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3833 failed (-1000) -[2025.05.25-17.52.26:075][347]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3834 outside of frame bounds -[2025.05.25-17.52.26:076][347]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:076][347]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:076][347]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3835 outside of frame bounds -[2025.05.25-17.52.26:081][347]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3833 failed (-1006) -[2025.05.25-17.52.26:082][347]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:082][347]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3834 failed (-1000) -[2025.05.25-17.52.26:087][348]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3835 outside of frame bounds -[2025.05.25-17.52.26:087][348]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:087][348]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:087][348]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3836 outside of frame bounds -[2025.05.25-17.52.26:093][348]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3834 failed (-1006) -[2025.05.25-17.52.26:094][348]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:094][348]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3835 failed (-1000) -[2025.05.25-17.52.26:099][349]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3836 outside of frame bounds -[2025.05.25-17.52.26:099][349]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:099][349]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:100][349]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3837 outside of frame bounds -[2025.05.25-17.52.26:105][349]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3835 failed (-1006) -[2025.05.25-17.52.26:106][349]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:107][349]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3836 failed (-1000) -[2025.05.25-17.52.26:112][350]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3837 outside of frame bounds -[2025.05.25-17.52.26:112][350]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:112][350]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:112][350]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3838 outside of frame bounds -[2025.05.25-17.52.26:118][350]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3836 failed (-1006) -[2025.05.25-17.52.26:119][350]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:119][350]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3837 failed (-1000) -[2025.05.25-17.52.26:123][351]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3838 outside of frame bounds -[2025.05.25-17.52.26:123][351]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:123][351]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:123][351]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3839 outside of frame bounds -[2025.05.25-17.52.26:130][351]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3837 failed (-1006) -[2025.05.25-17.52.26:131][351]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:131][351]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3838 failed (-1000) -[2025.05.25-17.52.26:135][352]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3839 outside of frame bounds -[2025.05.25-17.52.26:136][352]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:136][352]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:136][352]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3840 outside of frame bounds -[2025.05.25-17.52.26:143][352]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3838 failed (-1006) -[2025.05.25-17.52.26:143][352]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:143][352]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3839 failed (-1000) -[2025.05.25-17.52.26:148][353]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3840 outside of frame bounds -[2025.05.25-17.52.26:149][353]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:149][353]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:149][353]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3841 outside of frame bounds -[2025.05.25-17.52.26:153][353]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3839 failed (-1006) -[2025.05.25-17.52.26:154][353]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:154][353]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3840 failed (-1000) -[2025.05.25-17.52.26:160][354]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3841 outside of frame bounds -[2025.05.25-17.52.26:160][354]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:160][354]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:160][354]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3842 outside of frame bounds -[2025.05.25-17.52.26:166][354]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3840 failed (-1006) -[2025.05.25-17.52.26:167][354]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:167][354]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3841 failed (-1000) -[2025.05.25-17.52.26:172][355]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3842 outside of frame bounds -[2025.05.25-17.52.26:172][355]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:172][355]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:172][355]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3843 outside of frame bounds -[2025.05.25-17.52.26:177][355]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3841 failed (-1006) -[2025.05.25-17.52.26:178][355]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:178][355]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3842 failed (-1000) -[2025.05.25-17.52.26:183][356]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3843 outside of frame bounds -[2025.05.25-17.52.26:183][356]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:184][356]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:184][356]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3844 outside of frame bounds -[2025.05.25-17.52.26:190][356]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3842 failed (-1006) -[2025.05.25-17.52.26:190][356]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:191][356]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3843 failed (-1000) -[2025.05.25-17.52.26:195][357]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3844 outside of frame bounds -[2025.05.25-17.52.26:196][357]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:196][357]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:196][357]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3845 outside of frame bounds -[2025.05.25-17.52.26:202][357]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3843 failed (-1006) -[2025.05.25-17.52.26:203][357]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:203][357]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3844 failed (-1000) -[2025.05.25-17.52.26:208][358]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3845 outside of frame bounds -[2025.05.25-17.52.26:209][358]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:209][358]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:209][358]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3846 outside of frame bounds -[2025.05.25-17.52.26:215][358]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3844 failed (-1006) -[2025.05.25-17.52.26:215][358]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:215][358]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3845 failed (-1000) -[2025.05.25-17.52.26:219][359]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3846 outside of frame bounds -[2025.05.25-17.52.26:220][359]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:220][359]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:220][359]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3847 outside of frame bounds -[2025.05.25-17.52.26:226][359]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3845 failed (-1006) -[2025.05.25-17.52.26:226][359]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:226][359]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3846 failed (-1000) -[2025.05.25-17.52.26:231][360]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3847 outside of frame bounds -[2025.05.25-17.52.26:232][360]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:232][360]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:232][360]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3848 outside of frame bounds -[2025.05.25-17.52.26:239][360]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3846 failed (-1006) -[2025.05.25-17.52.26:240][360]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:240][360]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3847 failed (-1000) -[2025.05.25-17.52.26:245][361]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3848 outside of frame bounds -[2025.05.25-17.52.26:245][361]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:245][361]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:245][361]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3849 outside of frame bounds -[2025.05.25-17.52.26:249][361]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3847 failed (-1006) -[2025.05.25-17.52.26:250][361]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:250][361]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3848 failed (-1000) -[2025.05.25-17.52.26:257][362]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3849 outside of frame bounds -[2025.05.25-17.52.26:258][362]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:258][362]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:258][362]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3850 outside of frame bounds -[2025.05.25-17.52.26:262][362]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3848 failed (-1006) -[2025.05.25-17.52.26:263][362]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:263][362]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3849 failed (-1000) -[2025.05.25-17.52.26:267][363]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3850 outside of frame bounds -[2025.05.25-17.52.26:268][363]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:268][363]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:268][363]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3851 outside of frame bounds -[2025.05.25-17.52.26:274][363]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3849 failed (-1006) -[2025.05.25-17.52.26:275][363]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:275][363]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3850 failed (-1000) -[2025.05.25-17.52.26:279][364]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3851 outside of frame bounds -[2025.05.25-17.52.26:279][364]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:279][364]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:279][364]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3852 outside of frame bounds -[2025.05.25-17.52.26:286][364]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3850 failed (-1006) -[2025.05.25-17.52.26:286][364]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:287][364]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3851 failed (-1000) -[2025.05.25-17.52.26:292][365]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3852 outside of frame bounds -[2025.05.25-17.52.26:292][365]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:292][365]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:292][365]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3853 outside of frame bounds -[2025.05.25-17.52.26:299][365]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3851 failed (-1006) -[2025.05.25-17.52.26:299][365]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:299][365]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3852 failed (-1000) -[2025.05.25-17.52.26:304][366]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3853 outside of frame bounds -[2025.05.25-17.52.26:304][366]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:304][366]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:304][366]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3854 outside of frame bounds -[2025.05.25-17.52.26:310][366]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3852 failed (-1006) -[2025.05.25-17.52.26:311][366]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:311][366]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3853 failed (-1000) -[2025.05.25-17.52.26:317][367]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3854 outside of frame bounds -[2025.05.25-17.52.26:317][367]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:317][367]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:317][367]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3855 outside of frame bounds -[2025.05.25-17.52.26:322][367]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3853 failed (-1006) -[2025.05.25-17.52.26:323][367]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:323][367]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3854 failed (-1000) -[2025.05.25-17.52.26:328][368]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3855 outside of frame bounds -[2025.05.25-17.52.26:329][368]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:329][368]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:329][368]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3856 outside of frame bounds -[2025.05.25-17.52.26:333][368]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3854 failed (-1006) -[2025.05.25-17.52.26:334][368]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:334][368]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3855 failed (-1000) -[2025.05.25-17.52.26:340][369]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3856 outside of frame bounds -[2025.05.25-17.52.26:341][369]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:341][369]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:341][369]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3857 outside of frame bounds -[2025.05.25-17.52.26:346][369]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3855 failed (-1006) -[2025.05.25-17.52.26:347][369]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:347][369]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3856 failed (-1000) -[2025.05.25-17.52.26:352][370]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3857 outside of frame bounds -[2025.05.25-17.52.26:353][370]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:353][370]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:353][370]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3858 outside of frame bounds -[2025.05.25-17.52.26:357][370]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3856 failed (-1006) -[2025.05.25-17.52.26:358][370]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:358][370]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3857 failed (-1000) -[2025.05.25-17.52.26:362][371]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3858 outside of frame bounds -[2025.05.25-17.52.26:363][371]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:363][371]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:363][371]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3859 outside of frame bounds -[2025.05.25-17.52.26:370][371]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3857 failed (-1006) -[2025.05.25-17.52.26:371][371]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:371][371]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3858 failed (-1000) -[2025.05.25-17.52.26:375][372]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3859 outside of frame bounds -[2025.05.25-17.52.26:376][372]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:376][372]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:376][372]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3860 outside of frame bounds -[2025.05.25-17.52.26:381][372]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3858 failed (-1006) -[2025.05.25-17.52.26:383][372]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:383][372]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3859 failed (-1000) -[2025.05.25-17.52.26:387][373]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3860 outside of frame bounds -[2025.05.25-17.52.26:387][373]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:387][373]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:387][373]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3861 outside of frame bounds -[2025.05.25-17.52.26:393][373]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3859 failed (-1006) -[2025.05.25-17.52.26:394][373]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:394][373]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3860 failed (-1000) -[2025.05.25-17.52.26:399][374]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3861 outside of frame bounds -[2025.05.25-17.52.26:399][374]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:399][374]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:399][374]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3862 outside of frame bounds -[2025.05.25-17.52.26:407][374]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3860 failed (-1006) -[2025.05.25-17.52.26:408][374]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:408][374]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3861 failed (-1000) -[2025.05.25-17.52.26:411][375]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3862 outside of frame bounds -[2025.05.25-17.52.26:412][375]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:412][375]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:412][375]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3863 outside of frame bounds -[2025.05.25-17.52.26:417][375]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3861 failed (-1006) -[2025.05.25-17.52.26:418][375]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:418][375]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3862 failed (-1000) -[2025.05.25-17.52.26:424][376]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3863 outside of frame bounds -[2025.05.25-17.52.26:425][376]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:425][376]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:425][376]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3864 outside of frame bounds -[2025.05.25-17.52.26:429][376]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3862 failed (-1006) -[2025.05.25-17.52.26:430][376]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:430][376]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3863 failed (-1000) -[2025.05.25-17.52.26:436][377]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3864 outside of frame bounds -[2025.05.25-17.52.26:436][377]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:436][377]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:436][377]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3865 outside of frame bounds -[2025.05.25-17.52.26:442][377]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3863 failed (-1006) -[2025.05.25-17.52.26:442][377]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:442][377]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3864 failed (-1000) -[2025.05.25-17.52.26:447][378]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3865 outside of frame bounds -[2025.05.25-17.52.26:448][378]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:448][378]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:448][378]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3866 outside of frame bounds -[2025.05.25-17.52.26:453][378]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3864 failed (-1006) -[2025.05.25-17.52.26:454][378]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:454][378]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3865 failed (-1000) -[2025.05.25-17.52.26:458][379]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3866 outside of frame bounds -[2025.05.25-17.52.26:459][379]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:459][379]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:459][379]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3867 outside of frame bounds -[2025.05.25-17.52.26:465][379]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3865 failed (-1006) -[2025.05.25-17.52.26:466][379]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:466][379]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3866 failed (-1000) -[2025.05.25-17.52.26:471][380]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3867 outside of frame bounds -[2025.05.25-17.52.26:471][380]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:471][380]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:471][380]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3868 outside of frame bounds -[2025.05.25-17.52.26:478][380]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3866 failed (-1006) -[2025.05.25-17.52.26:479][380]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:479][380]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3867 failed (-1000) -[2025.05.25-17.52.26:484][381]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3868 outside of frame bounds -[2025.05.25-17.52.26:484][381]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:484][381]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:484][381]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3869 outside of frame bounds -[2025.05.25-17.52.26:490][381]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3867 failed (-1006) -[2025.05.25-17.52.26:491][381]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:491][381]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3868 failed (-1000) -[2025.05.25-17.52.26:496][382]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3869 outside of frame bounds -[2025.05.25-17.52.26:496][382]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:496][382]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:496][382]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3870 outside of frame bounds -[2025.05.25-17.52.26:501][382]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3868 failed (-1006) -[2025.05.25-17.52.26:502][382]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:502][382]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3869 failed (-1000) -[2025.05.25-17.52.26:507][383]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3870 outside of frame bounds -[2025.05.25-17.52.26:508][383]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:508][383]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:508][383]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3871 outside of frame bounds -[2025.05.25-17.52.26:513][383]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3869 failed (-1006) -[2025.05.25-17.52.26:514][383]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:514][383]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3870 failed (-1000) -[2025.05.25-17.52.26:520][384]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3871 outside of frame bounds -[2025.05.25-17.52.26:520][384]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:520][384]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:520][384]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3872 outside of frame bounds -[2025.05.25-17.52.26:524][384]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3870 failed (-1006) -[2025.05.25-17.52.26:525][384]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:525][384]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3871 failed (-1000) -[2025.05.25-17.52.26:530][385]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3872 outside of frame bounds -[2025.05.25-17.52.26:530][385]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:530][385]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:530][385]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3873 outside of frame bounds -[2025.05.25-17.52.26:537][385]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3871 failed (-1006) -[2025.05.25-17.52.26:538][385]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:538][385]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3872 failed (-1000) -[2025.05.25-17.52.26:542][386]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3873 outside of frame bounds -[2025.05.25-17.52.26:542][386]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:542][386]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:543][386]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3874 outside of frame bounds -[2025.05.25-17.52.26:549][386]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3872 failed (-1006) -[2025.05.25-17.52.26:550][386]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:550][386]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3873 failed (-1000) -[2025.05.25-17.52.26:554][387]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3874 outside of frame bounds -[2025.05.25-17.52.26:554][387]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:554][387]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:554][387]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3875 outside of frame bounds -[2025.05.25-17.52.26:561][387]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3873 failed (-1006) -[2025.05.25-17.52.26:562][387]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:562][387]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3874 failed (-1000) -[2025.05.25-17.52.26:567][388]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3875 outside of frame bounds -[2025.05.25-17.52.26:567][388]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:567][388]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:567][388]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3876 outside of frame bounds -[2025.05.25-17.52.26:574][388]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3874 failed (-1006) -[2025.05.25-17.52.26:574][388]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:574][388]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3875 failed (-1000) -[2025.05.25-17.52.26:579][389]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3876 outside of frame bounds -[2025.05.25-17.52.26:579][389]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:579][389]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:579][389]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3877 outside of frame bounds -[2025.05.25-17.52.26:586][389]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3875 failed (-1006) -[2025.05.25-17.52.26:587][389]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:587][389]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3876 failed (-1000) -[2025.05.25-17.52.26:591][390]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3877 outside of frame bounds -[2025.05.25-17.52.26:592][390]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:592][390]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:592][390]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3878 outside of frame bounds -[2025.05.25-17.52.26:597][390]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3876 failed (-1006) -[2025.05.25-17.52.26:598][390]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:598][390]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3877 failed (-1000) -[2025.05.25-17.52.26:604][391]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3878 outside of frame bounds -[2025.05.25-17.52.26:604][391]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:604][391]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:605][391]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3879 outside of frame bounds -[2025.05.25-17.52.26:609][391]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3877 failed (-1006) -[2025.05.25-17.52.26:610][391]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:610][391]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3878 failed (-1000) -[2025.05.25-17.52.26:617][392]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3879 outside of frame bounds -[2025.05.25-17.52.26:617][392]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:617][392]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:617][392]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3880 outside of frame bounds -[2025.05.25-17.52.26:622][392]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3878 failed (-1006) -[2025.05.25-17.52.26:622][392]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:623][392]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3879 failed (-1000) -[2025.05.25-17.52.26:627][393]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3880 outside of frame bounds -[2025.05.25-17.52.26:627][393]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:627][393]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:627][393]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3881 outside of frame bounds -[2025.05.25-17.52.26:634][393]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3879 failed (-1006) -[2025.05.25-17.52.26:635][393]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:635][393]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3880 failed (-1000) -[2025.05.25-17.52.26:639][394]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3881 outside of frame bounds -[2025.05.25-17.52.26:639][394]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:639][394]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:639][394]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3882 outside of frame bounds -[2025.05.25-17.52.26:646][394]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3880 failed (-1006) -[2025.05.25-17.52.26:647][394]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:647][394]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3881 failed (-1000) -[2025.05.25-17.52.26:651][395]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3882 outside of frame bounds -[2025.05.25-17.52.26:652][395]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:652][395]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:652][395]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3883 outside of frame bounds -[2025.05.25-17.52.26:657][395]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3881 failed (-1006) -[2025.05.25-17.52.26:658][395]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:659][395]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3882 failed (-1000) -[2025.05.25-17.52.26:664][396]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3883 outside of frame bounds -[2025.05.25-17.52.26:664][396]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:664][396]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:664][396]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3884 outside of frame bounds -[2025.05.25-17.52.26:671][396]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3882 failed (-1006) -[2025.05.25-17.52.26:672][396]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:672][396]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3883 failed (-1000) -[2025.05.25-17.52.26:677][397]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3884 outside of frame bounds -[2025.05.25-17.52.26:677][397]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:677][397]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:677][397]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3885 outside of frame bounds -[2025.05.25-17.52.26:683][397]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3883 failed (-1006) -[2025.05.25-17.52.26:683][397]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:683][397]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3884 failed (-1000) -[2025.05.25-17.52.26:689][398]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3885 outside of frame bounds -[2025.05.25-17.52.26:689][398]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:689][398]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:689][398]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3886 outside of frame bounds -[2025.05.25-17.52.26:693][398]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3884 failed (-1006) -[2025.05.25-17.52.26:694][398]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:694][398]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3885 failed (-1000) -[2025.05.25-17.52.26:700][399]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3886 outside of frame bounds -[2025.05.25-17.52.26:700][399]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:700][399]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:700][399]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3887 outside of frame bounds -[2025.05.25-17.52.26:706][399]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3885 failed (-1006) -[2025.05.25-17.52.26:707][399]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:707][399]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3886 failed (-1000) -[2025.05.25-17.52.26:711][400]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3887 outside of frame bounds -[2025.05.25-17.52.26:711][400]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:711][400]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:711][400]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3888 outside of frame bounds -[2025.05.25-17.52.26:718][400]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3886 failed (-1006) -[2025.05.25-17.52.26:718][400]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:718][400]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3887 failed (-1000) -[2025.05.25-17.52.26:723][401]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3888 outside of frame bounds -[2025.05.25-17.52.26:724][401]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:724][401]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:724][401]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3889 outside of frame bounds -[2025.05.25-17.52.26:730][401]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3887 failed (-1006) -[2025.05.25-17.52.26:731][401]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:731][401]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3888 failed (-1000) -[2025.05.25-17.52.26:736][402]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3889 outside of frame bounds -[2025.05.25-17.52.26:736][402]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:736][402]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:736][402]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3890 outside of frame bounds -[2025.05.25-17.52.26:741][402]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3888 failed (-1006) -[2025.05.25-17.52.26:743][402]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:743][402]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3889 failed (-1000) -[2025.05.25-17.52.26:747][403]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3890 outside of frame bounds -[2025.05.25-17.52.26:748][403]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:748][403]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:748][403]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3891 outside of frame bounds -[2025.05.25-17.52.26:754][403]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3889 failed (-1006) -[2025.05.25-17.52.26:754][403]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:754][403]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3890 failed (-1000) -[2025.05.25-17.52.26:759][404]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3891 outside of frame bounds -[2025.05.25-17.52.26:760][404]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:760][404]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:760][404]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3892 outside of frame bounds -[2025.05.25-17.52.26:765][404]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3890 failed (-1006) -[2025.05.25-17.52.26:766][404]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:766][404]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3891 failed (-1000) -[2025.05.25-17.52.26:772][405]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3892 outside of frame bounds -[2025.05.25-17.52.26:773][405]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:773][405]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:773][405]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3893 outside of frame bounds -[2025.05.25-17.52.26:777][405]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3891 failed (-1006) -[2025.05.25-17.52.26:778][405]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:778][405]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3892 failed (-1000) -[2025.05.25-17.52.26:784][406]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3893 outside of frame bounds -[2025.05.25-17.52.26:784][406]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:784][406]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:784][406]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3894 outside of frame bounds -[2025.05.25-17.52.26:789][406]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3892 failed (-1006) -[2025.05.25-17.52.26:790][406]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:790][406]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3893 failed (-1000) -[2025.05.25-17.52.26:794][407]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3894 outside of frame bounds -[2025.05.25-17.52.26:794][407]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:794][407]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:794][407]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3895 outside of frame bounds -[2025.05.25-17.52.26:801][407]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3893 failed (-1006) -[2025.05.25-17.52.26:802][407]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:802][407]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3894 failed (-1000) -[2025.05.25-17.52.26:806][408]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3895 outside of frame bounds -[2025.05.25-17.52.26:807][408]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:807][408]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:807][408]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3896 outside of frame bounds -[2025.05.25-17.52.26:813][408]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3894 failed (-1006) -[2025.05.25-17.52.26:815][408]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:815][408]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3895 failed (-1000) -[2025.05.25-17.52.26:819][409]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3896 outside of frame bounds -[2025.05.25-17.52.26:819][409]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:819][409]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:819][409]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3897 outside of frame bounds -[2025.05.25-17.52.26:825][409]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3895 failed (-1006) -[2025.05.25-17.52.26:826][409]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:826][409]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3896 failed (-1000) -[2025.05.25-17.52.26:831][410]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3897 outside of frame bounds -[2025.05.25-17.52.26:831][410]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:831][410]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:831][410]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3898 outside of frame bounds -[2025.05.25-17.52.26:838][410]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3896 failed (-1006) -[2025.05.25-17.52.26:838][410]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:838][410]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3897 failed (-1000) -[2025.05.25-17.52.26:843][411]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3898 outside of frame bounds -[2025.05.25-17.52.26:843][411]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:843][411]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:843][411]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3899 outside of frame bounds -[2025.05.25-17.52.26:850][411]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3897 failed (-1006) -[2025.05.25-17.52.26:851][411]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:851][411]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3898 failed (-1000) -[2025.05.25-17.52.26:855][412]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3899 outside of frame bounds -[2025.05.25-17.52.26:856][412]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:856][412]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:856][412]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3900 outside of frame bounds -[2025.05.25-17.52.26:859][412]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3898 failed (-1006) -[2025.05.25-17.52.26:861][412]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:861][412]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3899 failed (-1000) -[2025.05.25-17.52.26:866][413]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3900 outside of frame bounds -[2025.05.25-17.52.26:867][413]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:867][413]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:867][413]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3901 outside of frame bounds -[2025.05.25-17.52.26:872][413]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3899 failed (-1006) -[2025.05.25-17.52.26:873][413]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:873][413]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3900 failed (-1000) -[2025.05.25-17.52.26:877][414]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3901 outside of frame bounds -[2025.05.25-17.52.26:878][414]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:878][414]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:878][414]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3902 outside of frame bounds -[2025.05.25-17.52.26:885][414]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3900 failed (-1006) -[2025.05.25-17.52.26:886][414]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:886][414]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3901 failed (-1000) -[2025.05.25-17.52.26:890][415]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3902 outside of frame bounds -[2025.05.25-17.52.26:890][415]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:890][415]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:890][415]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3903 outside of frame bounds -[2025.05.25-17.52.26:896][415]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3901 failed (-1006) -[2025.05.25-17.52.26:897][415]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:897][415]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3902 failed (-1000) -[2025.05.25-17.52.26:901][416]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3903 outside of frame bounds -[2025.05.25-17.52.26:902][416]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:902][416]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:902][416]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3904 outside of frame bounds -[2025.05.25-17.52.26:908][416]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3902 failed (-1006) -[2025.05.25-17.52.26:910][416]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:910][416]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3903 failed (-1000) -[2025.05.25-17.52.26:915][417]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3904 outside of frame bounds -[2025.05.25-17.52.26:915][417]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:915][417]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:915][417]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3905 outside of frame bounds -[2025.05.25-17.52.26:921][417]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3903 failed (-1006) -[2025.05.25-17.52.26:921][417]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:921][417]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3904 failed (-1000) -[2025.05.25-17.52.26:927][418]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3905 outside of frame bounds -[2025.05.25-17.52.26:927][418]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:927][418]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:927][418]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3906 outside of frame bounds -[2025.05.25-17.52.26:933][418]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3904 failed (-1006) -[2025.05.25-17.52.26:934][418]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:934][418]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3905 failed (-1000) -[2025.05.25-17.52.26:939][419]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3906 outside of frame bounds -[2025.05.25-17.52.26:939][419]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:939][419]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:939][419]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3907 outside of frame bounds -[2025.05.25-17.52.26:944][419]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3905 failed (-1006) -[2025.05.25-17.52.26:945][419]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:945][419]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3906 failed (-1000) -[2025.05.25-17.52.26:952][420]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3907 outside of frame bounds -[2025.05.25-17.52.26:952][420]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:952][420]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:952][420]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3908 outside of frame bounds -[2025.05.25-17.52.26:956][420]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3906 failed (-1006) -[2025.05.25-17.52.26:957][420]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:957][420]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3907 failed (-1000) -[2025.05.25-17.52.26:962][421]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3908 outside of frame bounds -[2025.05.25-17.52.26:962][421]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:962][421]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:962][421]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3909 outside of frame bounds -[2025.05.25-17.52.26:969][421]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3907 failed (-1006) -[2025.05.25-17.52.26:970][421]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:970][421]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3908 failed (-1000) -[2025.05.25-17.52.26:975][422]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3909 outside of frame bounds -[2025.05.25-17.52.26:975][422]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:975][422]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:975][422]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3910 outside of frame bounds -[2025.05.25-17.52.26:982][422]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3908 failed (-1006) -[2025.05.25-17.52.26:983][422]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:983][422]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3909 failed (-1000) -[2025.05.25-17.52.26:987][423]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3910 outside of frame bounds -[2025.05.25-17.52.26:988][423]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.26:988][423]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.26:988][423]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3911 outside of frame bounds -[2025.05.25-17.52.26:994][423]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3909 failed (-1006) -[2025.05.25-17.52.26:995][423]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.26:995][423]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3910 failed (-1000) -[2025.05.25-17.52.26:999][424]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3911 outside of frame bounds -[2025.05.25-17.52.27:000][424]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:000][424]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:000][424]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3912 outside of frame bounds -[2025.05.25-17.52.27:006][424]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3910 failed (-1006) -[2025.05.25-17.52.27:007][424]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:007][424]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3911 failed (-1000) -[2025.05.25-17.52.27:011][425]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3912 outside of frame bounds -[2025.05.25-17.52.27:012][425]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:012][425]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:012][425]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3913 outside of frame bounds -[2025.05.25-17.52.27:019][425]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3911 failed (-1006) -[2025.05.25-17.52.27:019][425]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:019][425]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3912 failed (-1000) -[2025.05.25-17.52.27:025][426]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3913 outside of frame bounds -[2025.05.25-17.52.27:025][426]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:025][426]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:025][426]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3914 outside of frame bounds -[2025.05.25-17.52.27:031][426]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3912 failed (-1006) -[2025.05.25-17.52.27:032][426]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:032][426]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3913 failed (-1000) -[2025.05.25-17.52.27:037][427]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3914 outside of frame bounds -[2025.05.25-17.52.27:037][427]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:037][427]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:038][427]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3915 outside of frame bounds -[2025.05.25-17.52.27:042][427]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3913 failed (-1006) -[2025.05.25-17.52.27:043][427]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:043][427]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3914 failed (-1000) -[2025.05.25-17.52.27:049][428]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3915 outside of frame bounds -[2025.05.25-17.52.27:049][428]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:049][428]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:049][428]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3916 outside of frame bounds -[2025.05.25-17.52.27:054][428]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3914 failed (-1006) -[2025.05.25-17.52.27:054][428]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:054][428]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3915 failed (-1000) -[2025.05.25-17.52.27:060][429]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3916 outside of frame bounds -[2025.05.25-17.52.27:060][429]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:060][429]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:060][429]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3917 outside of frame bounds -[2025.05.25-17.52.27:066][429]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3915 failed (-1006) -[2025.05.25-17.52.27:067][429]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:067][429]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3916 failed (-1000) -[2025.05.25-17.52.27:073][430]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3917 outside of frame bounds -[2025.05.25-17.52.27:073][430]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:073][430]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:073][430]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3918 outside of frame bounds -[2025.05.25-17.52.27:080][430]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3916 failed (-1006) -[2025.05.25-17.52.27:080][430]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:080][430]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3917 failed (-1000) -[2025.05.25-17.52.27:084][431]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3918 outside of frame bounds -[2025.05.25-17.52.27:085][431]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:085][431]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:085][431]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3919 outside of frame bounds -[2025.05.25-17.52.27:091][431]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3917 failed (-1006) -[2025.05.25-17.52.27:091][431]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:092][431]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3918 failed (-1000) -[2025.05.25-17.52.27:097][432]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3919 outside of frame bounds -[2025.05.25-17.52.27:097][432]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:097][432]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:097][432]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3920 outside of frame bounds -[2025.05.25-17.52.27:104][432]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3918 failed (-1006) -[2025.05.25-17.52.27:105][432]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:105][432]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3919 failed (-1000) -[2025.05.25-17.52.27:109][433]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3920 outside of frame bounds -[2025.05.25-17.52.27:109][433]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:109][433]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:109][433]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3921 outside of frame bounds -[2025.05.25-17.52.27:116][433]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3919 failed (-1006) -[2025.05.25-17.52.27:117][433]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:117][433]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3920 failed (-1000) -[2025.05.25-17.52.27:123][434]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3921 outside of frame bounds -[2025.05.25-17.52.27:124][434]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:124][434]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:124][434]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3922 outside of frame bounds -[2025.05.25-17.52.27:128][434]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3920 failed (-1006) -[2025.05.25-17.52.27:129][434]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:129][434]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3921 failed (-1000) -[2025.05.25-17.52.27:135][435]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3922 outside of frame bounds -[2025.05.25-17.52.27:135][435]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:135][435]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:135][435]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3923 outside of frame bounds -[2025.05.25-17.52.27:139][435]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3921 failed (-1006) -[2025.05.25-17.52.27:140][435]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:140][435]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3922 failed (-1000) -[2025.05.25-17.52.27:146][436]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3923 outside of frame bounds -[2025.05.25-17.52.27:147][436]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:147][436]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:147][436]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3924 outside of frame bounds -[2025.05.25-17.52.27:151][436]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3922 failed (-1006) -[2025.05.25-17.52.27:152][436]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:152][436]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3923 failed (-1000) -[2025.05.25-17.52.27:157][437]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3924 outside of frame bounds -[2025.05.25-17.52.27:158][437]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:158][437]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:158][437]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3925 outside of frame bounds -[2025.05.25-17.52.27:163][437]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3923 failed (-1006) -[2025.05.25-17.52.27:165][437]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:165][437]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3924 failed (-1000) -[2025.05.25-17.52.27:169][438]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3925 outside of frame bounds -[2025.05.25-17.52.27:169][438]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:170][438]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:170][438]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3926 outside of frame bounds -[2025.05.25-17.52.27:176][438]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3924 failed (-1006) -[2025.05.25-17.52.27:176][438]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:176][438]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3925 failed (-1000) -[2025.05.25-17.52.27:181][439]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3926 outside of frame bounds -[2025.05.25-17.52.27:181][439]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:181][439]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:181][439]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3927 outside of frame bounds -[2025.05.25-17.52.27:187][439]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3925 failed (-1006) -[2025.05.25-17.52.27:187][439]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:187][439]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3926 failed (-1000) -[2025.05.25-17.52.27:193][440]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3927 outside of frame bounds -[2025.05.25-17.52.27:193][440]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:193][440]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:193][440]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3928 outside of frame bounds -[2025.05.25-17.52.27:199][440]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3926 failed (-1006) -[2025.05.25-17.52.27:200][440]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:200][440]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3927 failed (-1000) -[2025.05.25-17.52.27:204][441]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3928 outside of frame bounds -[2025.05.25-17.52.27:205][441]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:205][441]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:205][441]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3929 outside of frame bounds -[2025.05.25-17.52.27:209][441]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3927 failed (-1006) -[2025.05.25-17.52.27:210][441]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:210][441]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3928 failed (-1000) -[2025.05.25-17.52.27:217][442]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3929 outside of frame bounds -[2025.05.25-17.52.27:217][442]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:217][442]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:217][442]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3930 outside of frame bounds -[2025.05.25-17.52.27:222][442]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3928 failed (-1006) -[2025.05.25-17.52.27:222][442]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:222][442]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3929 failed (-1000) -[2025.05.25-17.52.27:227][443]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3930 outside of frame bounds -[2025.05.25-17.52.27:227][443]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:227][443]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:227][443]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3931 outside of frame bounds -[2025.05.25-17.52.27:234][443]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3929 failed (-1006) -[2025.05.25-17.52.27:234][443]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:234][443]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3930 failed (-1000) -[2025.05.25-17.52.27:239][444]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3931 outside of frame bounds -[2025.05.25-17.52.27:240][444]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:240][444]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:240][444]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3932 outside of frame bounds -[2025.05.25-17.52.27:245][444]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3930 failed (-1006) -[2025.05.25-17.52.27:246][444]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:246][444]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3931 failed (-1000) -[2025.05.25-17.52.27:250][445]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3932 outside of frame bounds -[2025.05.25-17.52.27:251][445]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:251][445]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:251][445]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3933 outside of frame bounds -[2025.05.25-17.52.27:256][445]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3931 failed (-1006) -[2025.05.25-17.52.27:257][445]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:257][445]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3932 failed (-1000) -[2025.05.25-17.52.27:262][446]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3933 outside of frame bounds -[2025.05.25-17.52.27:262][446]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:262][446]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:262][446]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3934 outside of frame bounds -[2025.05.25-17.52.27:269][446]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3932 failed (-1006) -[2025.05.25-17.52.27:270][446]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:270][446]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3933 failed (-1000) -[2025.05.25-17.52.27:274][447]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3934 outside of frame bounds -[2025.05.25-17.52.27:275][447]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:275][447]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:275][447]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3935 outside of frame bounds -[2025.05.25-17.52.27:280][447]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3933 failed (-1006) -[2025.05.25-17.52.27:281][447]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:281][447]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3934 failed (-1000) -[2025.05.25-17.52.27:286][448]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3935 outside of frame bounds -[2025.05.25-17.52.27:287][448]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:287][448]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:287][448]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3936 outside of frame bounds -[2025.05.25-17.52.27:290][448]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3934 failed (-1006) -[2025.05.25-17.52.27:291][448]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:291][448]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3935 failed (-1000) -[2025.05.25-17.52.27:297][449]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3936 outside of frame bounds -[2025.05.25-17.52.27:298][449]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:298][449]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:298][449]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3937 outside of frame bounds -[2025.05.25-17.52.27:303][449]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3935 failed (-1006) -[2025.05.25-17.52.27:304][449]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:304][449]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3936 failed (-1000) -[2025.05.25-17.52.27:308][450]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3937 outside of frame bounds -[2025.05.25-17.52.27:310][450]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:310][450]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:310][450]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3938 outside of frame bounds -[2025.05.25-17.52.27:314][450]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3936 failed (-1006) -[2025.05.25-17.52.27:315][450]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:316][450]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3937 failed (-1000) -[2025.05.25-17.52.27:320][451]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3938 outside of frame bounds -[2025.05.25-17.52.27:321][451]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:322][451]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:322][451]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3939 outside of frame bounds -[2025.05.25-17.52.27:325][451]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3937 failed (-1006) -[2025.05.25-17.52.27:326][451]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:326][451]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3938 failed (-1000) -[2025.05.25-17.52.27:332][452]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3939 outside of frame bounds -[2025.05.25-17.52.27:333][452]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:333][452]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:333][452]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3940 outside of frame bounds -[2025.05.25-17.52.27:339][452]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3938 failed (-1006) -[2025.05.25-17.52.27:339][452]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:340][452]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3939 failed (-1000) -[2025.05.25-17.52.27:344][453]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3940 outside of frame bounds -[2025.05.25-17.52.27:345][453]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:345][453]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:345][453]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3941 outside of frame bounds -[2025.05.25-17.52.27:351][453]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3939 failed (-1006) -[2025.05.25-17.52.27:352][453]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:352][453]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3940 failed (-1000) -[2025.05.25-17.52.27:356][454]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3941 outside of frame bounds -[2025.05.25-17.52.27:357][454]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:357][454]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:357][454]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3942 outside of frame bounds -[2025.05.25-17.52.27:361][454]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3940 failed (-1006) -[2025.05.25-17.52.27:362][454]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:362][454]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3941 failed (-1000) -[2025.05.25-17.52.27:369][455]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3942 outside of frame bounds -[2025.05.25-17.52.27:370][455]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:370][455]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:370][455]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3943 outside of frame bounds -[2025.05.25-17.52.27:373][455]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3941 failed (-1006) -[2025.05.25-17.52.27:374][455]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:374][455]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3942 failed (-1000) -[2025.05.25-17.52.27:379][456]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3943 outside of frame bounds -[2025.05.25-17.52.27:380][456]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:380][456]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:380][456]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3944 outside of frame bounds -[2025.05.25-17.52.27:385][456]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3942 failed (-1006) -[2025.05.25-17.52.27:386][456]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:386][456]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3943 failed (-1000) -[2025.05.25-17.52.27:390][457]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3944 outside of frame bounds -[2025.05.25-17.52.27:392][457]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:392][457]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:392][457]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3945 outside of frame bounds -[2025.05.25-17.52.27:397][457]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3943 failed (-1006) -[2025.05.25-17.52.27:398][457]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:398][457]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3944 failed (-1000) -[2025.05.25-17.52.27:403][458]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3945 outside of frame bounds -[2025.05.25-17.52.27:405][458]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:405][458]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:405][458]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3946 outside of frame bounds -[2025.05.25-17.52.27:409][458]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3944 failed (-1006) -[2025.05.25-17.52.27:410][458]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:410][458]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3945 failed (-1000) -[2025.05.25-17.52.27:415][459]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3946 outside of frame bounds -[2025.05.25-17.52.27:416][459]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:416][459]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:416][459]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3947 outside of frame bounds -[2025.05.25-17.52.27:421][459]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3945 failed (-1006) -[2025.05.25-17.52.27:423][459]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:423][459]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3946 failed (-1000) -[2025.05.25-17.52.27:426][460]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3947 outside of frame bounds -[2025.05.25-17.52.27:428][460]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:428][460]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:428][460]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3948 outside of frame bounds -[2025.05.25-17.52.27:433][460]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3946 failed (-1006) -[2025.05.25-17.52.27:434][460]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:434][460]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3947 failed (-1000) -[2025.05.25-17.52.27:440][461]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3948 outside of frame bounds -[2025.05.25-17.52.27:441][461]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:441][461]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:441][461]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3949 outside of frame bounds -[2025.05.25-17.52.27:445][461]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3947 failed (-1006) -[2025.05.25-17.52.27:446][461]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:446][461]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3948 failed (-1000) -[2025.05.25-17.52.27:452][462]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3949 outside of frame bounds -[2025.05.25-17.52.27:453][462]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:453][462]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:453][462]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3950 outside of frame bounds -[2025.05.25-17.52.27:456][462]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3948 failed (-1006) -[2025.05.25-17.52.27:457][462]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:457][462]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3949 failed (-1000) -[2025.05.25-17.52.27:462][463]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3950 outside of frame bounds -[2025.05.25-17.52.27:463][463]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:463][463]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:463][463]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3951 outside of frame bounds -[2025.05.25-17.52.27:469][463]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3949 failed (-1006) -[2025.05.25-17.52.27:470][463]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:470][463]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3950 failed (-1000) -[2025.05.25-17.52.27:474][464]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3951 outside of frame bounds -[2025.05.25-17.52.27:475][464]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:475][464]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:475][464]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3952 outside of frame bounds -[2025.05.25-17.52.27:481][464]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3950 failed (-1006) -[2025.05.25-17.52.27:482][464]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:482][464]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3951 failed (-1000) -[2025.05.25-17.52.27:487][465]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3952 outside of frame bounds -[2025.05.25-17.52.27:488][465]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:488][465]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:488][465]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3953 outside of frame bounds -[2025.05.25-17.52.27:492][465]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3951 failed (-1006) -[2025.05.25-17.52.27:492][465]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:494][465]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3952 failed (-1000) -[2025.05.25-17.52.27:498][466]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3953 outside of frame bounds -[2025.05.25-17.52.27:499][466]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:499][466]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:499][466]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3954 outside of frame bounds -[2025.05.25-17.52.27:505][466]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3952 failed (-1006) -[2025.05.25-17.52.27:506][466]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:506][466]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3953 failed (-1000) -[2025.05.25-17.52.27:510][467]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3954 outside of frame bounds -[2025.05.25-17.52.27:511][467]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:511][467]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:511][467]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3955 outside of frame bounds -[2025.05.25-17.52.27:516][467]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3953 failed (-1006) -[2025.05.25-17.52.27:517][467]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:517][467]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3954 failed (-1000) -[2025.05.25-17.52.27:522][468]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3955 outside of frame bounds -[2025.05.25-17.52.27:523][468]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:523][468]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:523][468]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3956 outside of frame bounds -[2025.05.25-17.52.27:526][468]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3954 failed (-1006) -[2025.05.25-17.52.27:527][468]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:527][468]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3955 failed (-1000) -[2025.05.25-17.52.27:533][469]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3956 outside of frame bounds -[2025.05.25-17.52.27:535][469]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:535][469]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:535][469]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3957 outside of frame bounds -[2025.05.25-17.52.27:539][469]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3955 failed (-1006) -[2025.05.25-17.52.27:539][469]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:539][469]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3956 failed (-1000) -[2025.05.25-17.52.27:545][470]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3957 outside of frame bounds -[2025.05.25-17.52.27:546][470]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:546][470]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:546][470]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3958 outside of frame bounds -[2025.05.25-17.52.27:551][470]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3956 failed (-1006) -[2025.05.25-17.52.27:552][470]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:552][470]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3957 failed (-1000) -[2025.05.25-17.52.27:556][471]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3958 outside of frame bounds -[2025.05.25-17.52.27:558][471]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:558][471]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:558][471]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3959 outside of frame bounds -[2025.05.25-17.52.27:563][471]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3957 failed (-1006) -[2025.05.25-17.52.27:564][471]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:564][471]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3958 failed (-1000) -[2025.05.25-17.52.27:568][472]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3959 outside of frame bounds -[2025.05.25-17.52.27:569][472]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:569][472]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:569][472]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3960 outside of frame bounds -[2025.05.25-17.52.27:575][472]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3958 failed (-1006) -[2025.05.25-17.52.27:576][472]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:576][472]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3959 failed (-1000) -[2025.05.25-17.52.27:581][473]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3960 outside of frame bounds -[2025.05.25-17.52.27:582][473]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:582][473]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:582][473]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3961 outside of frame bounds -[2025.05.25-17.52.27:588][473]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3959 failed (-1006) -[2025.05.25-17.52.27:590][473]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:590][473]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3960 failed (-1000) -[2025.05.25-17.52.27:594][474]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3961 outside of frame bounds -[2025.05.25-17.52.27:595][474]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:595][474]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:595][474]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3962 outside of frame bounds -[2025.05.25-17.52.27:601][474]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3960 failed (-1006) -[2025.05.25-17.52.27:602][474]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:602][474]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3961 failed (-1000) -[2025.05.25-17.52.27:607][475]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3962 outside of frame bounds -[2025.05.25-17.52.27:608][475]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:608][475]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:608][475]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3963 outside of frame bounds -[2025.05.25-17.52.27:611][475]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3961 failed (-1006) -[2025.05.25-17.52.27:612][475]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:612][475]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3962 failed (-1000) -[2025.05.25-17.52.27:619][476]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3963 outside of frame bounds -[2025.05.25-17.52.27:620][476]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:620][476]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:620][476]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3964 outside of frame bounds -[2025.05.25-17.52.27:623][476]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3962 failed (-1006) -[2025.05.25-17.52.27:624][476]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:624][476]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3963 failed (-1000) -[2025.05.25-17.52.27:630][477]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3964 outside of frame bounds -[2025.05.25-17.52.27:631][477]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:631][477]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:631][477]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3965 outside of frame bounds -[2025.05.25-17.52.27:637][477]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3963 failed (-1006) -[2025.05.25-17.52.27:638][477]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:638][477]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3964 failed (-1000) -[2025.05.25-17.52.27:642][478]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3965 outside of frame bounds -[2025.05.25-17.52.27:643][478]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:643][478]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:643][478]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3966 outside of frame bounds -[2025.05.25-17.52.27:649][478]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3964 failed (-1006) -[2025.05.25-17.52.27:649][478]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:650][478]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3965 failed (-1000) -[2025.05.25-17.52.27:654][479]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3966 outside of frame bounds -[2025.05.25-17.52.27:656][479]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:656][479]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:656][479]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3967 outside of frame bounds -[2025.05.25-17.52.27:660][479]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3965 failed (-1006) -[2025.05.25-17.52.27:661][479]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:661][479]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3966 failed (-1000) -[2025.05.25-17.52.27:667][480]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3967 outside of frame bounds -[2025.05.25-17.52.27:668][480]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:668][480]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:668][480]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3968 outside of frame bounds -[2025.05.25-17.52.27:674][480]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3966 failed (-1006) -[2025.05.25-17.52.27:675][480]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:675][480]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3967 failed (-1000) -[2025.05.25-17.52.27:679][481]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3968 outside of frame bounds -[2025.05.25-17.52.27:680][481]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:680][481]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:680][481]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3969 outside of frame bounds -[2025.05.25-17.52.27:685][481]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3967 failed (-1006) -[2025.05.25-17.52.27:686][481]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:686][481]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3968 failed (-1000) -[2025.05.25-17.52.27:691][482]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3969 outside of frame bounds -[2025.05.25-17.52.27:693][482]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:693][482]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:693][482]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3970 outside of frame bounds -[2025.05.25-17.52.27:698][482]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3968 failed (-1006) -[2025.05.25-17.52.27:699][482]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:699][482]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3969 failed (-1000) -[2025.05.25-17.52.27:703][483]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3970 outside of frame bounds -[2025.05.25-17.52.27:704][483]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:704][483]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:704][483]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3971 outside of frame bounds -[2025.05.25-17.52.27:708][483]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3969 failed (-1006) -[2025.05.25-17.52.27:709][483]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:709][483]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3970 failed (-1000) -[2025.05.25-17.52.27:716][484]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3971 outside of frame bounds -[2025.05.25-17.52.27:717][484]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:717][484]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:717][484]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3972 outside of frame bounds -[2025.05.25-17.52.27:720][484]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3970 failed (-1006) -[2025.05.25-17.52.27:721][484]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:721][484]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3971 failed (-1000) -[2025.05.25-17.52.27:726][485]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3972 outside of frame bounds -[2025.05.25-17.52.27:727][485]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:727][485]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:727][485]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3973 outside of frame bounds -[2025.05.25-17.52.27:733][485]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3971 failed (-1006) -[2025.05.25-17.52.27:734][485]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:734][485]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3972 failed (-1000) -[2025.05.25-17.52.27:739][486]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3973 outside of frame bounds -[2025.05.25-17.52.27:740][486]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:740][486]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:740][486]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3974 outside of frame bounds -[2025.05.25-17.52.27:745][486]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3972 failed (-1006) -[2025.05.25-17.52.27:746][486]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:746][486]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3973 failed (-1000) -[2025.05.25-17.52.27:751][487]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3974 outside of frame bounds -[2025.05.25-17.52.27:752][487]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:752][487]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:752][487]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3975 outside of frame bounds -[2025.05.25-17.52.27:757][487]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3973 failed (-1006) -[2025.05.25-17.52.27:758][487]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:758][487]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3974 failed (-1000) -[2025.05.25-17.52.27:762][488]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3975 outside of frame bounds -[2025.05.25-17.52.27:763][488]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:763][488]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:763][488]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3976 outside of frame bounds -[2025.05.25-17.52.27:770][488]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3974 failed (-1006) -[2025.05.25-17.52.27:770][488]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:770][488]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3975 failed (-1000) -[2025.05.25-17.52.27:775][489]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3976 outside of frame bounds -[2025.05.25-17.52.27:777][489]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:777][489]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:777][489]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3977 outside of frame bounds -[2025.05.25-17.52.27:782][489]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3975 failed (-1006) -[2025.05.25-17.52.27:783][489]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:783][489]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3976 failed (-1000) -[2025.05.25-17.52.27:787][490]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3977 outside of frame bounds -[2025.05.25-17.52.27:787][490]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:787][490]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:787][490]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3978 outside of frame bounds -[2025.05.25-17.52.27:792][490]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3976 failed (-1006) -[2025.05.25-17.52.27:793][490]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:793][490]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3977 failed (-1000) -[2025.05.25-17.52.27:799][491]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3978 outside of frame bounds -[2025.05.25-17.52.27:800][491]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:800][491]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:800][491]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3979 outside of frame bounds -[2025.05.25-17.52.27:805][491]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3977 failed (-1006) -[2025.05.25-17.52.27:806][491]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:806][491]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3978 failed (-1000) -[2025.05.25-17.52.27:811][492]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3979 outside of frame bounds -[2025.05.25-17.52.27:812][492]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:812][492]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:812][492]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3980 outside of frame bounds -[2025.05.25-17.52.27:817][492]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3978 failed (-1006) -[2025.05.25-17.52.27:818][492]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:818][492]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3979 failed (-1000) -[2025.05.25-17.52.27:823][493]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3980 outside of frame bounds -[2025.05.25-17.52.27:823][493]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:823][493]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:823][493]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3981 outside of frame bounds -[2025.05.25-17.52.27:830][493]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3979 failed (-1006) -[2025.05.25-17.52.27:830][493]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:830][493]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3980 failed (-1000) -[2025.05.25-17.52.27:835][494]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3981 outside of frame bounds -[2025.05.25-17.52.27:835][494]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:835][494]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:835][494]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3982 outside of frame bounds -[2025.05.25-17.52.27:841][494]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3980 failed (-1006) -[2025.05.25-17.52.27:842][494]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:842][494]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3981 failed (-1000) -[2025.05.25-17.52.27:847][495]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3982 outside of frame bounds -[2025.05.25-17.52.27:847][495]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:847][495]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:847][495]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3983 outside of frame bounds -[2025.05.25-17.52.27:853][495]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3981 failed (-1006) -[2025.05.25-17.52.27:854][495]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:854][495]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3982 failed (-1000) -[2025.05.25-17.52.27:858][496]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3983 outside of frame bounds -[2025.05.25-17.52.27:858][496]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:858][496]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:858][496]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3984 outside of frame bounds -[2025.05.25-17.52.27:866][496]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3982 failed (-1006) -[2025.05.25-17.52.27:866][496]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:866][496]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3983 failed (-1000) -[2025.05.25-17.52.27:871][497]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3984 outside of frame bounds -[2025.05.25-17.52.27:872][497]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:872][497]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:872][497]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3985 outside of frame bounds -[2025.05.25-17.52.27:877][497]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3983 failed (-1006) -[2025.05.25-17.52.27:877][497]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:878][497]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3984 failed (-1000) -[2025.05.25-17.52.27:884][498]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3985 outside of frame bounds -[2025.05.25-17.52.27:884][498]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:884][498]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:885][498]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3986 outside of frame bounds -[2025.05.25-17.52.27:888][498]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3984 failed (-1006) -[2025.05.25-17.52.27:889][498]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:889][498]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3985 failed (-1000) -[2025.05.25-17.52.27:894][499]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3986 outside of frame bounds -[2025.05.25-17.52.27:895][499]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:895][499]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:895][499]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3987 outside of frame bounds -[2025.05.25-17.52.27:901][499]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3985 failed (-1006) -[2025.05.25-17.52.27:902][499]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:902][499]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3986 failed (-1000) -[2025.05.25-17.52.27:908][500]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3987 outside of frame bounds -[2025.05.25-17.52.27:908][500]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:908][500]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:908][500]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3988 outside of frame bounds -[2025.05.25-17.52.27:913][500]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3986 failed (-1006) -[2025.05.25-17.52.27:914][500]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:914][500]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3987 failed (-1000) -[2025.05.25-17.52.27:919][501]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3988 outside of frame bounds -[2025.05.25-17.52.27:919][501]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:919][501]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:919][501]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3989 outside of frame bounds -[2025.05.25-17.52.27:925][501]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3987 failed (-1006) -[2025.05.25-17.52.27:926][501]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:926][501]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3988 failed (-1000) -[2025.05.25-17.52.27:930][502]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3989 outside of frame bounds -[2025.05.25-17.52.27:931][502]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:931][502]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:931][502]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3990 outside of frame bounds -[2025.05.25-17.52.27:938][502]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3988 failed (-1006) -[2025.05.25-17.52.27:939][502]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:939][502]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3989 failed (-1000) -[2025.05.25-17.52.27:943][503]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3990 outside of frame bounds -[2025.05.25-17.52.27:945][503]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:945][503]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:945][503]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3991 outside of frame bounds -[2025.05.25-17.52.27:949][503]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3989 failed (-1006) -[2025.05.25-17.52.27:950][503]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:950][503]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3990 failed (-1000) -[2025.05.25-17.52.27:955][504]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3991 outside of frame bounds -[2025.05.25-17.52.27:956][504]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:956][504]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:956][504]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3992 outside of frame bounds -[2025.05.25-17.52.27:960][504]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3990 failed (-1006) -[2025.05.25-17.52.27:961][504]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:961][504]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3991 failed (-1000) -[2025.05.25-17.52.27:968][505]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3992 outside of frame bounds -[2025.05.25-17.52.27:969][505]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:969][505]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:969][505]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3993 outside of frame bounds -[2025.05.25-17.52.27:973][505]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3991 failed (-1006) -[2025.05.25-17.52.27:974][505]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:974][505]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3992 failed (-1000) -[2025.05.25-17.52.27:979][506]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3993 outside of frame bounds -[2025.05.25-17.52.27:980][506]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:980][506]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:980][506]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3994 outside of frame bounds -[2025.05.25-17.52.27:985][506]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3992 failed (-1006) -[2025.05.25-17.52.27:986][506]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:986][506]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3993 failed (-1000) -[2025.05.25-17.52.27:991][507]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3994 outside of frame bounds -[2025.05.25-17.52.27:991][507]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.27:991][507]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.27:991][507]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3995 outside of frame bounds -[2025.05.25-17.52.27:997][507]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3993 failed (-1006) -[2025.05.25-17.52.27:998][507]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.27:998][507]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3994 failed (-1000) -[2025.05.25-17.52.28:002][508]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3995 outside of frame bounds -[2025.05.25-17.52.28:003][508]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:003][508]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:003][508]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3996 outside of frame bounds -[2025.05.25-17.52.28:009][508]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3994 failed (-1006) -[2025.05.25-17.52.28:009][508]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:009][508]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3995 failed (-1000) -[2025.05.25-17.52.28:014][509]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3996 outside of frame bounds -[2025.05.25-17.52.28:015][509]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:015][509]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:015][509]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3997 outside of frame bounds -[2025.05.25-17.52.28:021][509]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3995 failed (-1006) -[2025.05.25-17.52.28:021][509]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:021][509]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3996 failed (-1000) -[2025.05.25-17.52.28:026][510]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3997 outside of frame bounds -[2025.05.25-17.52.28:026][510]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:026][510]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:026][510]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3998 outside of frame bounds -[2025.05.25-17.52.28:032][510]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3996 failed (-1006) -[2025.05.25-17.52.28:034][510]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:034][510]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3997 failed (-1000) -[2025.05.25-17.52.28:039][511]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3998 outside of frame bounds -[2025.05.25-17.52.28:040][511]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:040][511]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:040][511]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3999 outside of frame bounds -[2025.05.25-17.52.28:045][511]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3997 failed (-1006) -[2025.05.25-17.52.28:046][511]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:046][511]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3998 failed (-1000) -[2025.05.25-17.52.28:051][512]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3999 outside of frame bounds -[2025.05.25-17.52.28:052][512]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:052][512]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:052][512]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4000 outside of frame bounds -[2025.05.25-17.52.28:056][512]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3998 failed (-1006) -[2025.05.25-17.52.28:057][512]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:057][512]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 3999 failed (-1000) -[2025.05.25-17.52.28:062][513]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4000 outside of frame bounds -[2025.05.25-17.52.28:063][513]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:063][513]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:063][513]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4001 outside of frame bounds -[2025.05.25-17.52.28:068][513]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 3999 failed (-1006) -[2025.05.25-17.52.28:069][513]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:069][513]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4000 failed (-1000) -[2025.05.25-17.52.28:074][514]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4001 outside of frame bounds -[2025.05.25-17.52.28:075][514]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:076][514]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:076][514]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4002 outside of frame bounds -[2025.05.25-17.52.28:081][514]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4000 failed (-1006) -[2025.05.25-17.52.28:082][514]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:082][514]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4001 failed (-1000) -[2025.05.25-17.52.28:086][515]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4002 outside of frame bounds -[2025.05.25-17.52.28:087][515]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:087][515]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:087][515]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4003 outside of frame bounds -[2025.05.25-17.52.28:092][515]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4001 failed (-1006) -[2025.05.25-17.52.28:093][515]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:093][515]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4002 failed (-1000) -[2025.05.25-17.52.28:097][516]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4003 outside of frame bounds -[2025.05.25-17.52.28:098][516]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:098][516]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:098][516]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4004 outside of frame bounds -[2025.05.25-17.52.28:104][516]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4002 failed (-1006) -[2025.05.25-17.52.28:105][516]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:105][516]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4003 failed (-1000) -[2025.05.25-17.52.28:109][517]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4004 outside of frame bounds -[2025.05.25-17.52.28:110][517]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:110][517]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:110][517]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4005 outside of frame bounds -[2025.05.25-17.52.28:116][517]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4003 failed (-1006) -[2025.05.25-17.52.28:116][517]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:117][517]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4004 failed (-1000) -[2025.05.25-17.52.28:122][518]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4005 outside of frame bounds -[2025.05.25-17.52.28:122][518]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:122][518]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:122][518]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4006 outside of frame bounds -[2025.05.25-17.52.28:128][518]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4004 failed (-1006) -[2025.05.25-17.52.28:129][518]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:129][518]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4005 failed (-1000) -[2025.05.25-17.52.28:134][519]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4006 outside of frame bounds -[2025.05.25-17.52.28:134][519]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:134][519]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:134][519]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4007 outside of frame bounds -[2025.05.25-17.52.28:139][519]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4005 failed (-1006) -[2025.05.25-17.52.28:140][519]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:140][519]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4006 failed (-1000) -[2025.05.25-17.52.28:146][520]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4007 outside of frame bounds -[2025.05.25-17.52.28:147][520]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:147][520]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:147][520]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4008 outside of frame bounds -[2025.05.25-17.52.28:151][520]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4006 failed (-1006) -[2025.05.25-17.52.28:152][520]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:152][520]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4007 failed (-1000) -[2025.05.25-17.52.28:156][521]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4008 outside of frame bounds -[2025.05.25-17.52.28:157][521]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:157][521]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:157][521]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4009 outside of frame bounds -[2025.05.25-17.52.28:163][521]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4007 failed (-1006) -[2025.05.25-17.52.28:164][521]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:164][521]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4008 failed (-1000) -[2025.05.25-17.52.28:169][522]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4009 outside of frame bounds -[2025.05.25-17.52.28:170][522]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:170][522]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:170][522]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4010 outside of frame bounds -[2025.05.25-17.52.28:175][522]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4008 failed (-1006) -[2025.05.25-17.52.28:176][522]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:176][522]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4009 failed (-1000) -[2025.05.25-17.52.28:180][523]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4010 outside of frame bounds -[2025.05.25-17.52.28:181][523]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:181][523]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:181][523]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4011 outside of frame bounds -[2025.05.25-17.52.28:187][523]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4009 failed (-1006) -[2025.05.25-17.52.28:188][523]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:188][523]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4010 failed (-1000) -[2025.05.25-17.52.28:193][524]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4011 outside of frame bounds -[2025.05.25-17.52.28:193][524]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:193][524]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:193][524]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4012 outside of frame bounds -[2025.05.25-17.52.28:200][524]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4010 failed (-1006) -[2025.05.25-17.52.28:201][524]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:201][524]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4011 failed (-1000) -[2025.05.25-17.52.28:206][525]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4012 outside of frame bounds -[2025.05.25-17.52.28:207][525]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:208][525]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:208][525]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4013 outside of frame bounds -[2025.05.25-17.52.28:212][525]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4011 failed (-1006) -[2025.05.25-17.52.28:213][525]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:213][525]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4012 failed (-1000) -[2025.05.25-17.52.28:218][526]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4013 outside of frame bounds -[2025.05.25-17.52.28:219][526]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:219][526]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:219][526]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4014 outside of frame bounds -[2025.05.25-17.52.28:223][526]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4012 failed (-1006) -[2025.05.25-17.52.28:224][526]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:224][526]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4013 failed (-1000) -[2025.05.25-17.52.28:230][527]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4014 outside of frame bounds -[2025.05.25-17.52.28:230][527]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:230][527]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:230][527]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4015 outside of frame bounds -[2025.05.25-17.52.28:236][527]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4013 failed (-1006) -[2025.05.25-17.52.28:237][527]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:237][527]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4014 failed (-1000) -[2025.05.25-17.52.28:243][528]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4015 outside of frame bounds -[2025.05.25-17.52.28:243][528]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:243][528]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:243][528]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4016 outside of frame bounds -[2025.05.25-17.52.28:248][528]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4014 failed (-1006) -[2025.05.25-17.52.28:249][528]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:249][528]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4015 failed (-1000) -[2025.05.25-17.52.28:253][529]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4016 outside of frame bounds -[2025.05.25-17.52.28:254][529]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:254][529]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:254][529]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4017 outside of frame bounds -[2025.05.25-17.52.28:260][529]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4015 failed (-1006) -[2025.05.25-17.52.28:261][529]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:261][529]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4016 failed (-1000) -[2025.05.25-17.52.28:266][530]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4017 outside of frame bounds -[2025.05.25-17.52.28:267][530]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:267][530]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:267][530]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4018 outside of frame bounds -[2025.05.25-17.52.28:273][530]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4016 failed (-1006) -[2025.05.25-17.52.28:273][530]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:273][530]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4017 failed (-1000) -[2025.05.25-17.52.28:278][531]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4018 outside of frame bounds -[2025.05.25-17.52.28:279][531]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:279][531]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:279][531]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4019 outside of frame bounds -[2025.05.25-17.52.28:285][531]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4017 failed (-1006) -[2025.05.25-17.52.28:285][531]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:285][531]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4018 failed (-1000) -[2025.05.25-17.52.28:289][532]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4019 outside of frame bounds -[2025.05.25-17.52.28:291][532]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:291][532]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:291][532]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4020 outside of frame bounds -[2025.05.25-17.52.28:297][532]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4018 failed (-1006) -[2025.05.25-17.52.28:298][532]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:298][532]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4019 failed (-1000) -[2025.05.25-17.52.28:302][533]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4020 outside of frame bounds -[2025.05.25-17.52.28:303][533]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:303][533]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:303][533]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4021 outside of frame bounds -[2025.05.25-17.52.28:309][533]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4019 failed (-1006) -[2025.05.25-17.52.28:310][533]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:310][533]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4020 failed (-1000) -[2025.05.25-17.52.28:315][534]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4021 outside of frame bounds -[2025.05.25-17.52.28:316][534]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:316][534]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:316][534]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4022 outside of frame bounds -[2025.05.25-17.52.28:320][534]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4020 failed (-1006) -[2025.05.25-17.52.28:321][534]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:321][534]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4021 failed (-1000) -[2025.05.25-17.52.28:326][535]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4022 outside of frame bounds -[2025.05.25-17.52.28:327][535]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:327][535]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:328][535]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4023 outside of frame bounds -[2025.05.25-17.52.28:332][535]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4021 failed (-1006) -[2025.05.25-17.52.28:333][535]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:333][535]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4022 failed (-1000) -[2025.05.25-17.52.28:339][536]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4023 outside of frame bounds -[2025.05.25-17.52.28:340][536]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:340][536]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:340][536]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4024 outside of frame bounds -[2025.05.25-17.52.28:345][536]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4022 failed (-1006) -[2025.05.25-17.52.28:345][536]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:345][536]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4023 failed (-1000) -[2025.05.25-17.52.28:350][537]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4024 outside of frame bounds -[2025.05.25-17.52.28:351][537]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:351][537]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:351][537]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4025 outside of frame bounds -[2025.05.25-17.52.28:357][537]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4023 failed (-1006) -[2025.05.25-17.52.28:358][537]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:358][537]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4024 failed (-1000) -[2025.05.25-17.52.28:363][538]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4025 outside of frame bounds -[2025.05.25-17.52.28:364][538]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:364][538]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:364][538]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4026 outside of frame bounds -[2025.05.25-17.52.28:369][538]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4024 failed (-1006) -[2025.05.25-17.52.28:370][538]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:370][538]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4025 failed (-1000) -[2025.05.25-17.52.28:374][539]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4026 outside of frame bounds -[2025.05.25-17.52.28:375][539]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:375][539]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:375][539]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4027 outside of frame bounds -[2025.05.25-17.52.28:381][539]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4025 failed (-1006) -[2025.05.25-17.52.28:382][539]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:382][539]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4026 failed (-1000) -[2025.05.25-17.52.28:387][540]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4027 outside of frame bounds -[2025.05.25-17.52.28:389][540]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:389][540]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:389][540]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4028 outside of frame bounds -[2025.05.25-17.52.28:393][540]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4026 failed (-1006) -[2025.05.25-17.52.28:394][540]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:394][540]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4027 failed (-1000) -[2025.05.25-17.52.28:399][541]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4028 outside of frame bounds -[2025.05.25-17.52.28:401][541]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:401][541]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:401][541]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4029 outside of frame bounds -[2025.05.25-17.52.28:406][541]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4027 failed (-1006) -[2025.05.25-17.52.28:407][541]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:407][541]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4028 failed (-1000) -[2025.05.25-17.52.28:411][542]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4029 outside of frame bounds -[2025.05.25-17.52.28:412][542]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:412][542]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:412][542]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4030 outside of frame bounds -[2025.05.25-17.52.28:416][542]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4028 failed (-1006) -[2025.05.25-17.52.28:417][542]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:417][542]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4029 failed (-1000) -[2025.05.25-17.52.28:424][543]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4030 outside of frame bounds -[2025.05.25-17.52.28:425][543]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:425][543]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:425][543]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4031 outside of frame bounds -[2025.05.25-17.52.28:428][543]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4029 failed (-1006) -[2025.05.25-17.52.28:429][543]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:429][543]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4030 failed (-1000) -[2025.05.25-17.52.28:434][544]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4031 outside of frame bounds -[2025.05.25-17.52.28:435][544]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:435][544]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:435][544]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4032 outside of frame bounds -[2025.05.25-17.52.28:441][544]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4030 failed (-1006) -[2025.05.25-17.52.28:442][544]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:442][544]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4031 failed (-1000) -[2025.05.25-17.52.28:446][545]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4032 outside of frame bounds -[2025.05.25-17.52.28:447][545]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:447][545]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:447][545]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4033 outside of frame bounds -[2025.05.25-17.52.28:452][545]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4031 failed (-1006) -[2025.05.25-17.52.28:453][545]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:453][545]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4032 failed (-1000) -[2025.05.25-17.52.28:458][546]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4033 outside of frame bounds -[2025.05.25-17.52.28:459][546]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:459][546]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:459][546]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4034 outside of frame bounds -[2025.05.25-17.52.28:464][546]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4032 failed (-1006) -[2025.05.25-17.52.28:466][546]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:466][546]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4033 failed (-1000) -[2025.05.25-17.52.28:469][547]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4034 outside of frame bounds -[2025.05.25-17.52.28:471][547]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:471][547]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:471][547]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4035 outside of frame bounds -[2025.05.25-17.52.28:476][547]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4033 failed (-1006) -[2025.05.25-17.52.28:477][547]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:477][547]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4034 failed (-1000) -[2025.05.25-17.52.28:481][548]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4035 outside of frame bounds -[2025.05.25-17.52.28:483][548]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:483][548]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:483][548]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4036 outside of frame bounds -[2025.05.25-17.52.28:487][548]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4034 failed (-1006) -[2025.05.25-17.52.28:488][548]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:489][548]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4035 failed (-1000) -[2025.05.25-17.52.28:494][549]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4036 outside of frame bounds -[2025.05.25-17.52.28:495][549]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:495][549]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:495][549]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4037 outside of frame bounds -[2025.05.25-17.52.28:499][549]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4035 failed (-1006) -[2025.05.25-17.52.28:500][549]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:500][549]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4036 failed (-1000) -[2025.05.25-17.52.28:507][550]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4037 outside of frame bounds -[2025.05.25-17.52.28:508][550]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:508][550]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:508][550]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4038 outside of frame bounds -[2025.05.25-17.52.28:511][550]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4036 failed (-1006) -[2025.05.25-17.52.28:512][550]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:512][550]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4037 failed (-1000) -[2025.05.25-17.52.28:517][551]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4038 outside of frame bounds -[2025.05.25-17.52.28:518][551]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:518][551]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:518][551]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4039 outside of frame bounds -[2025.05.25-17.52.28:524][551]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4037 failed (-1006) -[2025.05.25-17.52.28:525][551]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:525][551]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4038 failed (-1000) -[2025.05.25-17.52.28:529][552]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4039 outside of frame bounds -[2025.05.25-17.52.28:531][552]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:531][552]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:531][552]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4040 outside of frame bounds -[2025.05.25-17.52.28:536][552]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4038 failed (-1006) -[2025.05.25-17.52.28:537][552]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:537][552]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4039 failed (-1000) -[2025.05.25-17.52.28:541][553]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4040 outside of frame bounds -[2025.05.25-17.52.28:542][553]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:542][553]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:542][553]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4041 outside of frame bounds -[2025.05.25-17.52.28:548][553]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4039 failed (-1006) -[2025.05.25-17.52.28:549][553]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:549][553]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4040 failed (-1000) -[2025.05.25-17.52.28:553][554]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4041 outside of frame bounds -[2025.05.25-17.52.28:555][554]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:555][554]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:555][554]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4042 outside of frame bounds -[2025.05.25-17.52.28:559][554]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4040 failed (-1006) -[2025.05.25-17.52.28:560][554]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:560][554]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4041 failed (-1000) -[2025.05.25-17.52.28:565][555]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4042 outside of frame bounds -[2025.05.25-17.52.28:567][555]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:567][555]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:567][555]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4043 outside of frame bounds -[2025.05.25-17.52.28:573][555]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4041 failed (-1006) -[2025.05.25-17.52.28:573][555]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:573][555]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4042 failed (-1000) -[2025.05.25-17.52.28:578][556]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4043 outside of frame bounds -[2025.05.25-17.52.28:579][556]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:579][556]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:579][556]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4044 outside of frame bounds -[2025.05.25-17.52.28:583][556]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4042 failed (-1006) -[2025.05.25-17.52.28:584][556]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:584][556]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4043 failed (-1000) -[2025.05.25-17.52.28:590][557]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4044 outside of frame bounds -[2025.05.25-17.52.28:591][557]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:591][557]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:591][557]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4045 outside of frame bounds -[2025.05.25-17.52.28:596][557]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4043 failed (-1006) -[2025.05.25-17.52.28:596][557]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:596][557]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4044 failed (-1000) -[2025.05.25-17.52.28:602][558]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4045 outside of frame bounds -[2025.05.25-17.52.28:603][558]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:603][558]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:603][558]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4046 outside of frame bounds -[2025.05.25-17.52.28:607][558]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4044 failed (-1006) -[2025.05.25-17.52.28:609][558]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:609][558]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4045 failed (-1000) -[2025.05.25-17.52.28:614][559]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4046 outside of frame bounds -[2025.05.25-17.52.28:615][559]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:615][559]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:615][559]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4047 outside of frame bounds -[2025.05.25-17.52.28:620][559]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4045 failed (-1006) -[2025.05.25-17.52.28:621][559]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:621][559]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4046 failed (-1000) -[2025.05.25-17.52.28:625][560]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4047 outside of frame bounds -[2025.05.25-17.52.28:626][560]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:626][560]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:626][560]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4048 outside of frame bounds -[2025.05.25-17.52.28:632][560]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4046 failed (-1006) -[2025.05.25-17.52.28:633][560]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:633][560]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4047 failed (-1000) -[2025.05.25-17.52.28:638][561]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4048 outside of frame bounds -[2025.05.25-17.52.28:639][561]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:639][561]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:639][561]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4049 outside of frame bounds -[2025.05.25-17.52.28:645][561]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4047 failed (-1006) -[2025.05.25-17.52.28:645][561]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:645][561]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4048 failed (-1000) -[2025.05.25-17.52.28:650][562]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4049 outside of frame bounds -[2025.05.25-17.52.28:652][562]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:652][562]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:652][562]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4050 outside of frame bounds -[2025.05.25-17.52.28:657][562]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4048 failed (-1006) -[2025.05.25-17.52.28:658][562]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:658][562]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4049 failed (-1000) -[2025.05.25-17.52.28:663][563]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4050 outside of frame bounds -[2025.05.25-17.52.28:664][563]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:664][563]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:665][563]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4051 outside of frame bounds -[2025.05.25-17.52.28:670][563]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4049 failed (-1006) -[2025.05.25-17.52.28:670][563]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:671][563]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4050 failed (-1000) -[2025.05.25-17.52.28:675][564]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4051 outside of frame bounds -[2025.05.25-17.52.28:676][564]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:676][564]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:676][564]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4052 outside of frame bounds -[2025.05.25-17.52.28:681][564]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4050 failed (-1006) -[2025.05.25-17.52.28:682][564]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:682][564]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4051 failed (-1000) -[2025.05.25-17.52.28:688][565]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4052 outside of frame bounds -[2025.05.25-17.52.28:689][565]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:689][565]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:689][565]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4053 outside of frame bounds -[2025.05.25-17.52.28:692][565]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4051 failed (-1006) -[2025.05.25-17.52.28:693][565]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:693][565]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4052 failed (-1000) -[2025.05.25-17.52.28:698][566]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4053 outside of frame bounds -[2025.05.25-17.52.28:699][566]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:699][566]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:699][566]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4054 outside of frame bounds -[2025.05.25-17.52.28:705][566]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4052 failed (-1006) -[2025.05.25-17.52.28:705][566]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:705][566]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4053 failed (-1000) -[2025.05.25-17.52.28:710][567]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4054 outside of frame bounds -[2025.05.25-17.52.28:711][567]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:711][567]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:711][567]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4055 outside of frame bounds -[2025.05.25-17.52.28:717][567]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4053 failed (-1006) -[2025.05.25-17.52.28:718][567]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:718][567]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4054 failed (-1000) -[2025.05.25-17.52.28:723][568]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4055 outside of frame bounds -[2025.05.25-17.52.28:724][568]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:724][568]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:724][568]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4056 outside of frame bounds -[2025.05.25-17.52.28:729][568]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4054 failed (-1006) -[2025.05.25-17.52.28:730][568]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:730][568]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4055 failed (-1000) -[2025.05.25-17.52.28:735][569]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4056 outside of frame bounds -[2025.05.25-17.52.28:736][569]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:736][569]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:736][569]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4057 outside of frame bounds -[2025.05.25-17.52.28:742][569]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4055 failed (-1006) -[2025.05.25-17.52.28:743][569]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:743][569]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4056 failed (-1000) -[2025.05.25-17.52.28:747][570]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4057 outside of frame bounds -[2025.05.25-17.52.28:749][570]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:749][570]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:749][570]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4058 outside of frame bounds -[2025.05.25-17.52.28:755][570]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4056 failed (-1006) -[2025.05.25-17.52.28:755][570]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:755][570]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4057 failed (-1000) -[2025.05.25-17.52.28:760][571]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4058 outside of frame bounds -[2025.05.25-17.52.28:761][571]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:761][571]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:761][571]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4059 outside of frame bounds -[2025.05.25-17.52.28:766][571]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4057 failed (-1006) -[2025.05.25-17.52.28:767][571]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:767][571]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4058 failed (-1000) -[2025.05.25-17.52.28:773][572]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4059 outside of frame bounds -[2025.05.25-17.52.28:774][572]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:774][572]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:774][572]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4060 outside of frame bounds -[2025.05.25-17.52.28:777][572]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4058 failed (-1006) -[2025.05.25-17.52.28:778][572]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:778][572]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4059 failed (-1000) -[2025.05.25-17.52.28:783][573]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4060 outside of frame bounds -[2025.05.25-17.52.28:784][573]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:784][573]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:784][573]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4061 outside of frame bounds -[2025.05.25-17.52.28:789][573]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4059 failed (-1006) -[2025.05.25-17.52.28:790][573]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:790][573]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4060 failed (-1000) -[2025.05.25-17.52.28:795][574]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4061 outside of frame bounds -[2025.05.25-17.52.28:796][574]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:796][574]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:796][574]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4062 outside of frame bounds -[2025.05.25-17.52.28:802][574]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4060 failed (-1006) -[2025.05.25-17.52.28:803][574]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:803][574]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4061 failed (-1000) -[2025.05.25-17.52.28:807][575]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4062 outside of frame bounds -[2025.05.25-17.52.28:808][575]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:808][575]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:808][575]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4063 outside of frame bounds -[2025.05.25-17.52.28:813][575]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4061 failed (-1006) -[2025.05.25-17.52.28:814][575]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:814][575]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4062 failed (-1000) -[2025.05.25-17.52.28:819][576]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4063 outside of frame bounds -[2025.05.25-17.52.28:825][576]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4062 failed (-1006) -[2025.05.25-17.52.28:826][576]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:826][576]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4063 failed (-1000) -[2025.05.25-17.52.28:833][576]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:835][576]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:835][576]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4064 outside of frame bounds -[2025.05.25-17.52.28:837][576]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4064 outside of frame bounds -[2025.05.25-17.52.28:838][576]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4063 failed (-1006) -[2025.05.25-17.52.28:839][576]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:839][576]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4064 failed (-1000) -[2025.05.25-17.52.28:843][577]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:843][577]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:843][577]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4065 outside of frame bounds -[2025.05.25-17.52.28:846][577]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4065 outside of frame bounds -[2025.05.25-17.52.28:849][577]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4064 failed (-1006) -[2025.05.25-17.52.28:850][578]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:850][578]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4065 failed (-1000) -[2025.05.25-17.52.28:852][578]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:852][578]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:852][578]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4066 outside of frame bounds -[2025.05.25-17.52.28:856][578]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4066 outside of frame bounds -[2025.05.25-17.52.28:860][579]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4065 failed (-1006) -[2025.05.25-17.52.28:860][579]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:860][579]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4066 failed (-1000) -[2025.05.25-17.52.28:860][579]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:860][579]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:860][579]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4067 outside of frame bounds -[2025.05.25-17.52.28:866][579]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4067 outside of frame bounds -[2025.05.25-17.52.28:869][580]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:869][580]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:869][580]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4068 outside of frame bounds -[2025.05.25-17.52.28:872][580]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4066 failed (-1006) -[2025.05.25-17.52.28:873][580]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:873][580]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4067 failed (-1000) -[2025.05.25-17.52.28:879][581]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4068 outside of frame bounds -[2025.05.25-17.52.28:880][581]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:880][581]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:880][581]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4069 outside of frame bounds -[2025.05.25-17.52.28:885][581]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4067 failed (-1006) -[2025.05.25-17.52.28:885][581]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:886][581]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4068 failed (-1000) -[2025.05.25-17.52.28:890][582]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4069 outside of frame bounds -[2025.05.25-17.52.28:891][582]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:891][582]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:891][582]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4070 outside of frame bounds -[2025.05.25-17.52.28:895][582]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4068 failed (-1006) -[2025.05.25-17.52.28:896][582]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:896][582]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4069 failed (-1000) -[2025.05.25-17.52.28:902][583]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4070 outside of frame bounds -[2025.05.25-17.52.28:903][583]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:903][583]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:903][583]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4071 outside of frame bounds -[2025.05.25-17.52.28:908][583]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4069 failed (-1006) -[2025.05.25-17.52.28:909][583]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:909][583]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4070 failed (-1000) -[2025.05.25-17.52.28:913][584]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4071 outside of frame bounds -[2025.05.25-17.52.28:914][584]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:914][584]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:914][584]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4072 outside of frame bounds -[2025.05.25-17.52.28:920][584]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4070 failed (-1006) -[2025.05.25-17.52.28:922][584]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:922][584]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4071 failed (-1000) -[2025.05.25-17.52.28:925][585]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4072 outside of frame bounds -[2025.05.25-17.52.28:926][585]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:926][585]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:926][585]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4073 outside of frame bounds -[2025.05.25-17.52.28:931][585]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4071 failed (-1006) -[2025.05.25-17.52.28:932][585]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:932][585]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4072 failed (-1000) -[2025.05.25-17.52.28:938][586]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4073 outside of frame bounds -[2025.05.25-17.52.28:939][586]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:939][586]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:939][586]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4074 outside of frame bounds -[2025.05.25-17.52.28:943][586]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4072 failed (-1006) -[2025.05.25-17.52.28:944][586]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:944][586]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4073 failed (-1000) -[2025.05.25-17.52.28:949][587]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4074 outside of frame bounds -[2025.05.25-17.52.28:950][587]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:950][587]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:950][587]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4075 outside of frame bounds -[2025.05.25-17.52.28:955][587]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4073 failed (-1006) -[2025.05.25-17.52.28:956][587]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:956][587]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4074 failed (-1000) -[2025.05.25-17.52.28:960][588]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4075 outside of frame bounds -[2025.05.25-17.52.28:961][588]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:961][588]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:961][588]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4076 outside of frame bounds -[2025.05.25-17.52.28:967][588]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4074 failed (-1006) -[2025.05.25-17.52.28:968][588]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:968][588]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4075 failed (-1000) -[2025.05.25-17.52.28:973][589]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4076 outside of frame bounds -[2025.05.25-17.52.28:974][589]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:974][589]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:974][589]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4077 outside of frame bounds -[2025.05.25-17.52.28:980][589]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4075 failed (-1006) -[2025.05.25-17.52.28:981][589]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:981][589]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4076 failed (-1000) -[2025.05.25-17.52.28:986][590]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4077 outside of frame bounds -[2025.05.25-17.52.28:986][590]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:986][590]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:986][590]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4078 outside of frame bounds -[2025.05.25-17.52.28:992][590]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4076 failed (-1006) -[2025.05.25-17.52.28:992][590]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.28:992][590]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4077 failed (-1000) -[2025.05.25-17.52.28:997][591]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4078 outside of frame bounds -[2025.05.25-17.52.28:998][591]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.28:999][591]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.28:999][591]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4079 outside of frame bounds -[2025.05.25-17.52.29:005][591]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4077 failed (-1006) -[2025.05.25-17.52.29:006][591]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:006][591]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4078 failed (-1000) -[2025.05.25-17.52.29:010][592]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4079 outside of frame bounds -[2025.05.25-17.52.29:011][592]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:011][592]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:011][592]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4080 outside of frame bounds -[2025.05.25-17.52.29:017][592]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4078 failed (-1006) -[2025.05.25-17.52.29:018][592]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:018][592]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4079 failed (-1000) -[2025.05.25-17.52.29:023][593]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4080 outside of frame bounds -[2025.05.25-17.52.29:024][593]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:024][593]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:024][593]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4081 outside of frame bounds -[2025.05.25-17.52.29:028][593]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4079 failed (-1006) -[2025.05.25-17.52.29:028][593]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:028][593]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4080 failed (-1000) -[2025.05.25-17.52.29:035][594]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4081 outside of frame bounds -[2025.05.25-17.52.29:036][594]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:036][594]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:036][594]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4082 outside of frame bounds -[2025.05.25-17.52.29:041][594]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4080 failed (-1006) -[2025.05.25-17.52.29:041][594]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:041][594]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4081 failed (-1000) -[2025.05.25-17.52.29:046][595]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4082 outside of frame bounds -[2025.05.25-17.52.29:047][595]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:047][595]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:047][595]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4083 outside of frame bounds -[2025.05.25-17.52.29:052][595]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4081 failed (-1006) -[2025.05.25-17.52.29:053][595]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:053][595]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4082 failed (-1000) -[2025.05.25-17.52.29:059][596]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4083 outside of frame bounds -[2025.05.25-17.52.29:059][596]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:059][596]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:059][596]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4084 outside of frame bounds -[2025.05.25-17.52.29:065][596]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4082 failed (-1006) -[2025.05.25-17.52.29:066][596]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:066][596]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4083 failed (-1000) -[2025.05.25-17.52.29:071][597]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4084 outside of frame bounds -[2025.05.25-17.52.29:072][597]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:072][597]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:072][597]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4085 outside of frame bounds -[2025.05.25-17.52.29:077][597]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4083 failed (-1006) -[2025.05.25-17.52.29:078][597]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:078][597]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4084 failed (-1000) -[2025.05.25-17.52.29:083][598]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4085 outside of frame bounds -[2025.05.25-17.52.29:084][598]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:084][598]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:084][598]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4086 outside of frame bounds -[2025.05.25-17.52.29:091][598]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4084 failed (-1006) -[2025.05.25-17.52.29:091][598]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:091][598]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4085 failed (-1000) -[2025.05.25-17.52.29:095][599]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4086 outside of frame bounds -[2025.05.25-17.52.29:096][599]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:096][599]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:096][599]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4087 outside of frame bounds -[2025.05.25-17.52.29:103][599]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4085 failed (-1006) -[2025.05.25-17.52.29:104][599]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:104][599]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4086 failed (-1000) -[2025.05.25-17.52.29:108][600]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4087 outside of frame bounds -[2025.05.25-17.52.29:110][600]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:110][600]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:110][600]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4088 outside of frame bounds -[2025.05.25-17.52.29:115][600]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4086 failed (-1006) -[2025.05.25-17.52.29:116][600]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:116][600]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4087 failed (-1000) -[2025.05.25-17.52.29:120][601]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4088 outside of frame bounds -[2025.05.25-17.52.29:121][601]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:121][601]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:121][601]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4089 outside of frame bounds -[2025.05.25-17.52.29:125][601]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4087 failed (-1006) -[2025.05.25-17.52.29:125][601]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:125][601]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4088 failed (-1000) -[2025.05.25-17.52.29:132][602]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4089 outside of frame bounds -[2025.05.25-17.52.29:133][602]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:133][602]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:133][602]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4090 outside of frame bounds -[2025.05.25-17.52.29:138][602]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4088 failed (-1006) -[2025.05.25-17.52.29:140][602]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:140][602]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4089 failed (-1000) -[2025.05.25-17.52.29:144][603]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4090 outside of frame bounds -[2025.05.25-17.52.29:145][603]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:145][603]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:145][603]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4091 outside of frame bounds -[2025.05.25-17.52.29:151][603]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4089 failed (-1006) -[2025.05.25-17.52.29:152][603]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:152][603]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4090 failed (-1000) -[2025.05.25-17.52.29:156][604]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4091 outside of frame bounds -[2025.05.25-17.52.29:157][604]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:157][604]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:157][604]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4092 outside of frame bounds -[2025.05.25-17.52.29:163][604]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4090 failed (-1006) -[2025.05.25-17.52.29:164][604]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:164][604]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4091 failed (-1000) -[2025.05.25-17.52.29:168][605]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4092 outside of frame bounds -[2025.05.25-17.52.29:169][605]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:169][605]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:169][605]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4093 outside of frame bounds -[2025.05.25-17.52.29:174][605]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4091 failed (-1006) -[2025.05.25-17.52.29:175][605]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:175][605]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4092 failed (-1000) -[2025.05.25-17.52.29:179][606]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4093 outside of frame bounds -[2025.05.25-17.52.29:180][606]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:180][606]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:180][606]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4094 outside of frame bounds -[2025.05.25-17.52.29:186][606]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4092 failed (-1006) -[2025.05.25-17.52.29:187][606]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:187][606]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4093 failed (-1000) -[2025.05.25-17.52.29:192][607]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4094 outside of frame bounds -[2025.05.25-17.52.29:193][607]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:193][607]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:193][607]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4095 outside of frame bounds -[2025.05.25-17.52.29:198][607]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4093 failed (-1006) -[2025.05.25-17.52.29:198][607]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:199][607]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4094 failed (-1000) -[2025.05.25-17.52.29:204][608]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4095 outside of frame bounds -[2025.05.25-17.52.29:205][608]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:205][608]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:205][608]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4096 outside of frame bounds -[2025.05.25-17.52.29:209][608]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4094 failed (-1006) -[2025.05.25-17.52.29:210][608]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:210][608]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4095 failed (-1000) -[2025.05.25-17.52.29:215][609]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4096 outside of frame bounds -[2025.05.25-17.52.29:215][609]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:216][609]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:216][609]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4097 outside of frame bounds -[2025.05.25-17.52.29:221][609]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4095 failed (-1006) -[2025.05.25-17.52.29:222][609]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:222][609]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4096 failed (-1000) -[2025.05.25-17.52.29:227][610]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4097 outside of frame bounds -[2025.05.25-17.52.29:227][610]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:227][610]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:228][610]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4098 outside of frame bounds -[2025.05.25-17.52.29:233][610]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4096 failed (-1006) -[2025.05.25-17.52.29:234][610]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:234][610]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4097 failed (-1000) -[2025.05.25-17.52.29:239][611]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4098 outside of frame bounds -[2025.05.25-17.52.29:239][611]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:239][611]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:239][611]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4099 outside of frame bounds -[2025.05.25-17.52.29:245][611]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4097 failed (-1006) -[2025.05.25-17.52.29:246][611]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:246][611]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4098 failed (-1000) -[2025.05.25-17.52.29:251][612]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4099 outside of frame bounds -[2025.05.25-17.52.29:251][612]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:251][612]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:251][612]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4100 outside of frame bounds -[2025.05.25-17.52.29:256][612]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4098 failed (-1006) -[2025.05.25-17.52.29:257][612]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:257][612]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4099 failed (-1000) -[2025.05.25-17.52.29:262][613]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4100 outside of frame bounds -[2025.05.25-17.52.29:262][613]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:262][613]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:263][613]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4101 outside of frame bounds -[2025.05.25-17.52.29:269][613]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4099 failed (-1006) -[2025.05.25-17.52.29:270][613]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:270][613]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4100 failed (-1000) -[2025.05.25-17.52.29:274][614]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4101 outside of frame bounds -[2025.05.25-17.52.29:275][614]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:275][614]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:275][614]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4102 outside of frame bounds -[2025.05.25-17.52.29:281][614]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4100 failed (-1006) -[2025.05.25-17.52.29:282][614]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:282][614]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4101 failed (-1000) -[2025.05.25-17.52.29:286][615]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4102 outside of frame bounds -[2025.05.25-17.52.29:287][615]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:287][615]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:287][615]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4103 outside of frame bounds -[2025.05.25-17.52.29:291][615]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4101 failed (-1006) -[2025.05.25-17.52.29:291][615]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:291][615]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4102 failed (-1000) -[2025.05.25-17.52.29:297][616]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4103 outside of frame bounds -[2025.05.25-17.52.29:297][616]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:297][616]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:297][616]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4104 outside of frame bounds -[2025.05.25-17.52.29:303][616]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4102 failed (-1006) -[2025.05.25-17.52.29:304][616]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:304][616]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4103 failed (-1000) -[2025.05.25-17.52.29:309][617]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4104 outside of frame bounds -[2025.05.25-17.52.29:309][617]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:309][617]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:309][617]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4105 outside of frame bounds -[2025.05.25-17.52.29:315][617]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4103 failed (-1006) -[2025.05.25-17.52.29:316][617]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:316][617]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4104 failed (-1000) -[2025.05.25-17.52.29:320][618]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4105 outside of frame bounds -[2025.05.25-17.52.29:321][618]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:321][618]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:321][618]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4106 outside of frame bounds -[2025.05.25-17.52.29:326][618]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4104 failed (-1006) -[2025.05.25-17.52.29:327][618]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:327][618]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4105 failed (-1000) -[2025.05.25-17.52.29:332][619]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4106 outside of frame bounds -[2025.05.25-17.52.29:332][619]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:332][619]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:332][619]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4107 outside of frame bounds -[2025.05.25-17.52.29:338][619]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4105 failed (-1006) -[2025.05.25-17.52.29:339][619]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:339][619]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4106 failed (-1000) -[2025.05.25-17.52.29:344][620]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4107 outside of frame bounds -[2025.05.25-17.52.29:344][620]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:344][620]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:344][620]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4108 outside of frame bounds -[2025.05.25-17.52.29:350][620]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4106 failed (-1006) -[2025.05.25-17.52.29:351][620]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:351][620]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4107 failed (-1000) -[2025.05.25-17.52.29:356][621]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4108 outside of frame bounds -[2025.05.25-17.52.29:356][621]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:356][621]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:356][621]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4109 outside of frame bounds -[2025.05.25-17.52.29:360][621]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4107 failed (-1006) -[2025.05.25-17.52.29:361][621]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:361][621]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4108 failed (-1000) -[2025.05.25-17.52.29:367][622]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4109 outside of frame bounds -[2025.05.25-17.52.29:367][622]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:367][622]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:367][622]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4110 outside of frame bounds -[2025.05.25-17.52.29:372][622]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4108 failed (-1006) -[2025.05.25-17.52.29:373][622]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:373][622]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4109 failed (-1000) -[2025.05.25-17.52.29:377][623]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4110 outside of frame bounds -[2025.05.25-17.52.29:378][623]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:378][623]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:378][623]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4111 outside of frame bounds -[2025.05.25-17.52.29:385][623]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4109 failed (-1006) -[2025.05.25-17.52.29:386][623]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:386][623]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4110 failed (-1000) -[2025.05.25-17.52.29:390][624]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4111 outside of frame bounds -[2025.05.25-17.52.29:391][624]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:391][624]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:391][624]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4112 outside of frame bounds -[2025.05.25-17.52.29:396][624]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4110 failed (-1006) -[2025.05.25-17.52.29:397][624]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:397][624]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4111 failed (-1000) -[2025.05.25-17.52.29:402][625]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4112 outside of frame bounds -[2025.05.25-17.52.29:403][625]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:403][625]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:403][625]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4113 outside of frame bounds -[2025.05.25-17.52.29:408][625]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4111 failed (-1006) -[2025.05.25-17.52.29:409][625]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:409][625]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4112 failed (-1000) -[2025.05.25-17.52.29:414][626]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4113 outside of frame bounds -[2025.05.25-17.52.29:414][626]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:414][626]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:414][626]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4114 outside of frame bounds -[2025.05.25-17.52.29:421][626]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4112 failed (-1006) -[2025.05.25-17.52.29:421][626]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:421][626]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4113 failed (-1000) -[2025.05.25-17.52.29:426][627]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4114 outside of frame bounds -[2025.05.25-17.52.29:426][627]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:426][627]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:426][627]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4115 outside of frame bounds -[2025.05.25-17.52.29:433][627]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4113 failed (-1006) -[2025.05.25-17.52.29:433][627]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:434][627]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4114 failed (-1000) -[2025.05.25-17.52.29:439][628]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4115 outside of frame bounds -[2025.05.25-17.52.29:440][628]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:440][628]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:440][628]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4116 outside of frame bounds -[2025.05.25-17.52.29:443][628]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4114 failed (-1006) -[2025.05.25-17.52.29:445][628]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:445][628]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4115 failed (-1000) -[2025.05.25-17.52.29:449][629]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4116 outside of frame bounds -[2025.05.25-17.52.29:451][629]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:451][629]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:451][629]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4117 outside of frame bounds -[2025.05.25-17.52.29:455][629]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4115 failed (-1006) -[2025.05.25-17.52.29:456][629]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:456][629]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4116 failed (-1000) -[2025.05.25-17.52.29:461][630]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4117 outside of frame bounds -[2025.05.25-17.52.29:462][630]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:462][630]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:462][630]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4118 outside of frame bounds -[2025.05.25-17.52.29:469][630]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4116 failed (-1006) -[2025.05.25-17.52.29:469][630]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:469][630]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4117 failed (-1000) -[2025.05.25-17.52.29:474][631]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4118 outside of frame bounds -[2025.05.25-17.52.29:475][631]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:475][631]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:475][631]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4119 outside of frame bounds -[2025.05.25-17.52.29:480][631]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4117 failed (-1006) -[2025.05.25-17.52.29:481][631]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:481][631]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4118 failed (-1000) -[2025.05.25-17.52.29:486][632]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4119 outside of frame bounds -[2025.05.25-17.52.29:486][632]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:486][632]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:486][632]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4120 outside of frame bounds -[2025.05.25-17.52.29:492][632]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4118 failed (-1006) -[2025.05.25-17.52.29:493][632]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:493][632]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4119 failed (-1000) -[2025.05.25-17.52.29:498][633]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4120 outside of frame bounds -[2025.05.25-17.52.29:498][633]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:498][633]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:498][633]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4121 outside of frame bounds -[2025.05.25-17.52.29:504][633]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4119 failed (-1006) -[2025.05.25-17.52.29:505][633]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:505][633]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4120 failed (-1000) -[2025.05.25-17.52.29:510][634]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4121 outside of frame bounds -[2025.05.25-17.52.29:511][634]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:511][634]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:511][634]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4122 outside of frame bounds -[2025.05.25-17.52.29:517][634]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4120 failed (-1006) -[2025.05.25-17.52.29:518][634]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:518][634]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4121 failed (-1000) -[2025.05.25-17.52.29:523][635]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4122 outside of frame bounds -[2025.05.25-17.52.29:523][635]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:523][635]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:523][635]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4123 outside of frame bounds -[2025.05.25-17.52.29:527][635]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4121 failed (-1006) -[2025.05.25-17.52.29:528][635]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:528][635]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4122 failed (-1000) -[2025.05.25-17.52.29:534][636]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4123 outside of frame bounds -[2025.05.25-17.52.29:534][636]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:534][636]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:534][636]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4124 outside of frame bounds -[2025.05.25-17.52.29:539][636]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4122 failed (-1006) -[2025.05.25-17.52.29:540][636]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:540][636]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4123 failed (-1000) -[2025.05.25-17.52.29:545][637]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4124 outside of frame bounds -[2025.05.25-17.52.29:545][637]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:545][637]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:545][637]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4125 outside of frame bounds -[2025.05.25-17.52.29:552][637]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4123 failed (-1006) -[2025.05.25-17.52.29:553][637]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:553][637]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4124 failed (-1000) -[2025.05.25-17.52.29:558][638]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4125 outside of frame bounds -[2025.05.25-17.52.29:558][638]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:558][638]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:558][638]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4126 outside of frame bounds -[2025.05.25-17.52.29:563][638]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4124 failed (-1006) -[2025.05.25-17.52.29:565][638]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:565][638]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4125 failed (-1000) -[2025.05.25-17.52.29:569][639]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4126 outside of frame bounds -[2025.05.25-17.52.29:570][639]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:570][639]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:570][639]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4127 outside of frame bounds -[2025.05.25-17.52.29:576][639]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4125 failed (-1006) -[2025.05.25-17.52.29:577][639]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:577][639]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4126 failed (-1000) -[2025.05.25-17.52.29:581][640]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4127 outside of frame bounds -[2025.05.25-17.52.29:582][640]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:582][640]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:583][640]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4128 outside of frame bounds -[2025.05.25-17.52.29:589][640]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4126 failed (-1006) -[2025.05.25-17.52.29:590][640]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:590][640]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4127 failed (-1000) -[2025.05.25-17.52.29:594][641]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4128 outside of frame bounds -[2025.05.25-17.52.29:595][641]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:595][641]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:595][641]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4129 outside of frame bounds -[2025.05.25-17.52.29:602][641]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4127 failed (-1006) -[2025.05.25-17.52.29:603][641]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:603][641]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4128 failed (-1000) -[2025.05.25-17.52.29:607][642]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4129 outside of frame bounds -[2025.05.25-17.52.29:608][642]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:608][642]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:608][642]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4130 outside of frame bounds -[2025.05.25-17.52.29:612][642]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4128 failed (-1006) -[2025.05.25-17.52.29:613][642]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:613][642]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4129 failed (-1000) -[2025.05.25-17.52.29:619][643]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4130 outside of frame bounds -[2025.05.25-17.52.29:619][643]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:619][643]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:619][643]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4131 outside of frame bounds -[2025.05.25-17.52.29:624][643]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4129 failed (-1006) -[2025.05.25-17.52.29:625][643]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:625][643]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4130 failed (-1000) -[2025.05.25-17.52.29:630][644]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4131 outside of frame bounds -[2025.05.25-17.52.29:630][644]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:631][644]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:631][644]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4132 outside of frame bounds -[2025.05.25-17.52.29:637][644]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4130 failed (-1006) -[2025.05.25-17.52.29:638][644]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:638][644]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4131 failed (-1000) -[2025.05.25-17.52.29:642][645]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4132 outside of frame bounds -[2025.05.25-17.52.29:642][645]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:642][645]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:642][645]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4133 outside of frame bounds -[2025.05.25-17.52.29:649][645]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4131 failed (-1006) -[2025.05.25-17.52.29:650][645]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:650][645]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4132 failed (-1000) -[2025.05.25-17.52.29:655][646]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4133 outside of frame bounds -[2025.05.25-17.52.29:655][646]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:655][646]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:655][646]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4134 outside of frame bounds -[2025.05.25-17.52.29:661][646]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4132 failed (-1006) -[2025.05.25-17.52.29:661][646]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:661][646]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4133 failed (-1000) -[2025.05.25-17.52.29:666][647]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4134 outside of frame bounds -[2025.05.25-17.52.29:667][647]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:667][647]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:667][647]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4135 outside of frame bounds -[2025.05.25-17.52.29:673][647]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4133 failed (-1006) -[2025.05.25-17.52.29:674][647]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:674][647]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4134 failed (-1000) -[2025.05.25-17.52.29:680][648]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4135 outside of frame bounds -[2025.05.25-17.52.29:680][648]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:680][648]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:680][648]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4136 outside of frame bounds -[2025.05.25-17.52.29:686][648]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4134 failed (-1006) -[2025.05.25-17.52.29:687][648]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:687][648]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4135 failed (-1000) -[2025.05.25-17.52.29:691][649]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4136 outside of frame bounds -[2025.05.25-17.52.29:692][649]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:692][649]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:692][649]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4137 outside of frame bounds -[2025.05.25-17.52.29:697][649]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4135 failed (-1006) -[2025.05.25-17.52.29:698][649]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:698][649]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4136 failed (-1000) -[2025.05.25-17.52.29:703][650]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4137 outside of frame bounds -[2025.05.25-17.52.29:703][650]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:703][650]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:703][650]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4138 outside of frame bounds -[2025.05.25-17.52.29:709][650]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4136 failed (-1006) -[2025.05.25-17.52.29:709][650]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:709][650]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4137 failed (-1000) -[2025.05.25-17.52.29:715][651]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4138 outside of frame bounds -[2025.05.25-17.52.29:716][651]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:716][651]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:716][651]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4139 outside of frame bounds -[2025.05.25-17.52.29:721][651]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4137 failed (-1006) -[2025.05.25-17.52.29:722][651]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:722][651]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4138 failed (-1000) -[2025.05.25-17.52.29:727][652]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4139 outside of frame bounds -[2025.05.25-17.52.29:728][652]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:728][652]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:728][652]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4140 outside of frame bounds -[2025.05.25-17.52.29:734][652]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4138 failed (-1006) -[2025.05.25-17.52.29:734][652]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:735][652]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4139 failed (-1000) -[2025.05.25-17.52.29:739][653]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4140 outside of frame bounds -[2025.05.25-17.52.29:740][653]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:740][653]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:740][653]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4141 outside of frame bounds -[2025.05.25-17.52.29:745][653]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4139 failed (-1006) -[2025.05.25-17.52.29:747][653]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:747][653]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4140 failed (-1000) -[2025.05.25-17.52.29:751][654]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4141 outside of frame bounds -[2025.05.25-17.52.29:752][654]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:752][654]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:752][654]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4142 outside of frame bounds -[2025.05.25-17.52.29:757][654]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4140 failed (-1006) -[2025.05.25-17.52.29:758][654]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:758][654]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4141 failed (-1000) -[2025.05.25-17.52.29:763][655]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4142 outside of frame bounds -[2025.05.25-17.52.29:763][655]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:763][655]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:763][655]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4143 outside of frame bounds -[2025.05.25-17.52.29:771][655]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4141 failed (-1006) -[2025.05.25-17.52.29:771][655]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:771][655]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4142 failed (-1000) -[2025.05.25-17.52.29:776][656]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4143 outside of frame bounds -[2025.05.25-17.52.29:776][656]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:776][656]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:776][656]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4144 outside of frame bounds -[2025.05.25-17.52.29:782][656]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4142 failed (-1006) -[2025.05.25-17.52.29:783][656]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:783][656]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4143 failed (-1000) -[2025.05.25-17.52.29:788][657]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4144 outside of frame bounds -[2025.05.25-17.52.29:788][657]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:788][657]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:788][657]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4145 outside of frame bounds -[2025.05.25-17.52.29:794][657]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4143 failed (-1006) -[2025.05.25-17.52.29:795][657]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:795][657]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4144 failed (-1000) -[2025.05.25-17.52.29:800][658]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4145 outside of frame bounds -[2025.05.25-17.52.29:801][658]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:801][658]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:801][658]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4146 outside of frame bounds -[2025.05.25-17.52.29:805][658]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4144 failed (-1006) -[2025.05.25-17.52.29:806][658]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:806][658]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4145 failed (-1000) -[2025.05.25-17.52.29:812][659]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4146 outside of frame bounds -[2025.05.25-17.52.29:812][659]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:813][659]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:813][659]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4147 outside of frame bounds -[2025.05.25-17.52.29:818][659]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4145 failed (-1006) -[2025.05.25-17.52.29:819][659]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:819][659]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4146 failed (-1000) -[2025.05.25-17.52.29:823][660]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4147 outside of frame bounds -[2025.05.25-17.52.29:824][660]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:824][660]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:824][660]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4148 outside of frame bounds -[2025.05.25-17.52.29:830][660]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4146 failed (-1006) -[2025.05.25-17.52.29:830][660]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:830][660]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4147 failed (-1000) -[2025.05.25-17.52.29:835][661]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4148 outside of frame bounds -[2025.05.25-17.52.29:836][661]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:836][661]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:836][661]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4149 outside of frame bounds -[2025.05.25-17.52.29:841][661]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4147 failed (-1006) -[2025.05.25-17.52.29:842][661]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:842][661]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4148 failed (-1000) -[2025.05.25-17.52.29:847][662]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4149 outside of frame bounds -[2025.05.25-17.52.29:848][662]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:848][662]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:848][662]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4150 outside of frame bounds -[2025.05.25-17.52.29:854][662]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4148 failed (-1006) -[2025.05.25-17.52.29:855][662]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:855][662]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4149 failed (-1000) -[2025.05.25-17.52.29:859][663]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4150 outside of frame bounds -[2025.05.25-17.52.29:859][663]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:859][663]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:859][663]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4151 outside of frame bounds -[2025.05.25-17.52.29:866][663]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4149 failed (-1006) -[2025.05.25-17.52.29:867][663]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:867][663]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4150 failed (-1000) -[2025.05.25-17.52.29:871][664]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4151 outside of frame bounds -[2025.05.25-17.52.29:872][664]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:872][664]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:872][664]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4152 outside of frame bounds -[2025.05.25-17.52.29:878][664]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4150 failed (-1006) -[2025.05.25-17.52.29:879][664]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:879][664]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4151 failed (-1000) -[2025.05.25-17.52.29:883][665]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4152 outside of frame bounds -[2025.05.25-17.52.29:884][665]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:884][665]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:884][665]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4153 outside of frame bounds -[2025.05.25-17.52.29:889][665]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4151 failed (-1006) -[2025.05.25-17.52.29:889][665]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:889][665]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4152 failed (-1000) -[2025.05.25-17.52.29:894][666]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4153 outside of frame bounds -[2025.05.25-17.52.29:895][666]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:895][666]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:895][666]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4154 outside of frame bounds -[2025.05.25-17.52.29:901][666]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4152 failed (-1006) -[2025.05.25-17.52.29:902][666]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:902][666]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4153 failed (-1000) -[2025.05.25-17.52.29:907][667]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4154 outside of frame bounds -[2025.05.25-17.52.29:908][667]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:908][667]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:908][667]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4155 outside of frame bounds -[2025.05.25-17.52.29:913][667]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4153 failed (-1006) -[2025.05.25-17.52.29:913][667]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:914][667]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4154 failed (-1000) -[2025.05.25-17.52.29:919][668]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4155 outside of frame bounds -[2025.05.25-17.52.29:919][668]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:919][668]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:919][668]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4156 outside of frame bounds -[2025.05.25-17.52.29:925][668]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4154 failed (-1006) -[2025.05.25-17.52.29:926][668]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:926][668]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4155 failed (-1000) -[2025.05.25-17.52.29:930][669]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4156 outside of frame bounds -[2025.05.25-17.52.29:930][669]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:930][669]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:930][669]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4157 outside of frame bounds -[2025.05.25-17.52.29:937][669]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4155 failed (-1006) -[2025.05.25-17.52.29:937][669]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:937][669]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4156 failed (-1000) -[2025.05.25-17.52.29:942][670]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4157 outside of frame bounds -[2025.05.25-17.52.29:943][670]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:943][670]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:943][670]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4158 outside of frame bounds -[2025.05.25-17.52.29:949][670]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4156 failed (-1006) -[2025.05.25-17.52.29:950][670]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:950][670]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4157 failed (-1000) -[2025.05.25-17.52.29:955][671]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4158 outside of frame bounds -[2025.05.25-17.52.29:955][671]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:955][671]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:955][671]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4159 outside of frame bounds -[2025.05.25-17.52.29:961][671]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4157 failed (-1006) -[2025.05.25-17.52.29:961][671]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:961][671]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4158 failed (-1000) -[2025.05.25-17.52.29:966][672]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4159 outside of frame bounds -[2025.05.25-17.52.29:966][672]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:966][672]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:966][672]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4160 outside of frame bounds -[2025.05.25-17.52.29:972][672]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4158 failed (-1006) -[2025.05.25-17.52.29:973][672]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:973][672]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4159 failed (-1000) -[2025.05.25-17.52.29:979][673]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4160 outside of frame bounds -[2025.05.25-17.52.29:979][673]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:979][673]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:979][673]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4161 outside of frame bounds -[2025.05.25-17.52.29:984][673]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4159 failed (-1006) -[2025.05.25-17.52.29:986][673]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:986][673]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4160 failed (-1000) -[2025.05.25-17.52.29:990][674]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4161 outside of frame bounds -[2025.05.25-17.52.29:990][674]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.29:990][674]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.29:990][674]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4162 outside of frame bounds -[2025.05.25-17.52.29:996][674]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4160 failed (-1006) -[2025.05.25-17.52.29:997][674]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.29:997][674]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4161 failed (-1000) -[2025.05.25-17.52.30:002][675]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4162 outside of frame bounds -[2025.05.25-17.52.30:003][675]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:003][675]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:003][675]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4163 outside of frame bounds -[2025.05.25-17.52.30:009][675]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4161 failed (-1006) -[2025.05.25-17.52.30:010][675]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:010][675]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4162 failed (-1000) -[2025.05.25-17.52.30:015][676]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4163 outside of frame bounds -[2025.05.25-17.52.30:015][676]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:015][676]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:015][676]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4164 outside of frame bounds -[2025.05.25-17.52.30:021][676]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4162 failed (-1006) -[2025.05.25-17.52.30:022][676]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:022][676]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4163 failed (-1000) -[2025.05.25-17.52.30:027][677]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4164 outside of frame bounds -[2025.05.25-17.52.30:027][677]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:027][677]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:027][677]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4165 outside of frame bounds -[2025.05.25-17.52.30:033][677]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4163 failed (-1006) -[2025.05.25-17.52.30:034][677]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:034][677]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4164 failed (-1000) -[2025.05.25-17.52.30:039][678]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4165 outside of frame bounds -[2025.05.25-17.52.30:039][678]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:039][678]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:039][678]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4166 outside of frame bounds -[2025.05.25-17.52.30:045][678]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4164 failed (-1006) -[2025.05.25-17.52.30:046][678]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:046][678]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4165 failed (-1000) -[2025.05.25-17.52.30:050][679]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4166 outside of frame bounds -[2025.05.25-17.52.30:051][679]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:051][679]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:051][679]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4167 outside of frame bounds -[2025.05.25-17.52.30:056][679]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4165 failed (-1006) -[2025.05.25-17.52.30:057][679]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:057][679]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4166 failed (-1000) -[2025.05.25-17.52.30:062][680]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4167 outside of frame bounds -[2025.05.25-17.52.30:063][680]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:063][680]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:063][680]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4168 outside of frame bounds -[2025.05.25-17.52.30:069][680]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4166 failed (-1006) -[2025.05.25-17.52.30:070][680]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:070][680]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4167 failed (-1000) -[2025.05.25-17.52.30:075][681]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4168 outside of frame bounds -[2025.05.25-17.52.30:076][681]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:076][681]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:076][681]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4169 outside of frame bounds -[2025.05.25-17.52.30:081][681]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4167 failed (-1006) -[2025.05.25-17.52.30:082][681]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:082][681]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4168 failed (-1000) -[2025.05.25-17.52.30:086][682]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4169 outside of frame bounds -[2025.05.25-17.52.30:087][682]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:087][682]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:087][682]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4170 outside of frame bounds -[2025.05.25-17.52.30:093][682]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4168 failed (-1006) -[2025.05.25-17.52.30:093][682]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:093][682]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4169 failed (-1000) -[2025.05.25-17.52.30:098][683]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4170 outside of frame bounds -[2025.05.25-17.52.30:099][683]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:099][683]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:099][683]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4171 outside of frame bounds -[2025.05.25-17.52.30:105][683]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4169 failed (-1006) -[2025.05.25-17.52.30:106][683]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:106][683]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4170 failed (-1000) -[2025.05.25-17.52.30:111][684]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4171 outside of frame bounds -[2025.05.25-17.52.30:112][684]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:112][684]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:112][684]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4172 outside of frame bounds -[2025.05.25-17.52.30:117][684]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4170 failed (-1006) -[2025.05.25-17.52.30:118][684]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:118][684]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4171 failed (-1000) -[2025.05.25-17.52.30:123][685]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4172 outside of frame bounds -[2025.05.25-17.52.30:123][685]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:123][685]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:123][685]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4173 outside of frame bounds -[2025.05.25-17.52.30:129][685]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4171 failed (-1006) -[2025.05.25-17.52.30:130][685]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:130][685]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4172 failed (-1000) -[2025.05.25-17.52.30:135][686]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4173 outside of frame bounds -[2025.05.25-17.52.30:135][686]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:135][686]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:135][686]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4174 outside of frame bounds -[2025.05.25-17.52.30:142][686]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4172 failed (-1006) -[2025.05.25-17.52.30:143][686]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:143][686]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4173 failed (-1000) -[2025.05.25-17.52.30:147][687]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4174 outside of frame bounds -[2025.05.25-17.52.30:148][687]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:148][687]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:148][687]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4175 outside of frame bounds -[2025.05.25-17.52.30:152][687]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4173 failed (-1006) -[2025.05.25-17.52.30:153][687]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:153][687]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4174 failed (-1000) -[2025.05.25-17.52.30:159][688]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4175 outside of frame bounds -[2025.05.25-17.52.30:160][688]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:160][688]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:160][688]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4176 outside of frame bounds -[2025.05.25-17.52.30:165][688]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4174 failed (-1006) -[2025.05.25-17.52.30:165][688]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:165][688]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4175 failed (-1000) -[2025.05.25-17.52.30:170][689]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4176 outside of frame bounds -[2025.05.25-17.52.30:171][689]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:171][689]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:171][689]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4177 outside of frame bounds -[2025.05.25-17.52.30:177][689]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4175 failed (-1006) -[2025.05.25-17.52.30:177][689]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:178][689]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4176 failed (-1000) -[2025.05.25-17.52.30:182][690]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4177 outside of frame bounds -[2025.05.25-17.52.30:183][690]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:183][690]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:183][690]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4178 outside of frame bounds -[2025.05.25-17.52.30:189][690]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4176 failed (-1006) -[2025.05.25-17.52.30:189][690]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:189][690]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4177 failed (-1000) -[2025.05.25-17.52.30:195][691]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4178 outside of frame bounds -[2025.05.25-17.52.30:195][691]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:195][691]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:195][691]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4179 outside of frame bounds -[2025.05.25-17.52.30:202][691]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4177 failed (-1006) -[2025.05.25-17.52.30:202][691]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:202][691]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4178 failed (-1000) -[2025.05.25-17.52.30:207][692]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4179 outside of frame bounds -[2025.05.25-17.52.30:207][692]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:207][692]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:207][692]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4180 outside of frame bounds -[2025.05.25-17.52.30:213][692]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4178 failed (-1006) -[2025.05.25-17.52.30:213][692]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:213][692]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4179 failed (-1000) -[2025.05.25-17.52.30:218][693]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4180 outside of frame bounds -[2025.05.25-17.52.30:219][693]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:219][693]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:219][693]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4181 outside of frame bounds -[2025.05.25-17.52.30:224][693]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4179 failed (-1006) -[2025.05.25-17.52.30:225][693]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:225][693]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4180 failed (-1000) -[2025.05.25-17.52.30:230][694]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4181 outside of frame bounds -[2025.05.25-17.52.30:231][694]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:231][694]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:231][694]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4182 outside of frame bounds -[2025.05.25-17.52.30:237][694]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4180 failed (-1006) -[2025.05.25-17.52.30:237][694]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:237][694]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4181 failed (-1000) -[2025.05.25-17.52.30:243][695]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4182 outside of frame bounds -[2025.05.25-17.52.30:243][695]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:243][695]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:243][695]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4183 outside of frame bounds -[2025.05.25-17.52.30:248][695]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4181 failed (-1006) -[2025.05.25-17.52.30:249][695]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:249][695]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4182 failed (-1000) -[2025.05.25-17.52.30:254][696]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4183 outside of frame bounds -[2025.05.25-17.52.30:254][696]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:254][696]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:254][696]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4184 outside of frame bounds -[2025.05.25-17.52.30:259][696]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4182 failed (-1006) -[2025.05.25-17.52.30:260][696]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:260][696]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4183 failed (-1000) -[2025.05.25-17.52.30:265][697]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4184 outside of frame bounds -[2025.05.25-17.52.30:265][697]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:266][697]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:266][697]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4185 outside of frame bounds -[2025.05.25-17.52.30:272][697]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4183 failed (-1006) -[2025.05.25-17.52.30:273][697]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:273][697]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4184 failed (-1000) -[2025.05.25-17.52.30:277][698]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4185 outside of frame bounds -[2025.05.25-17.52.30:278][698]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:278][698]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:278][698]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4186 outside of frame bounds -[2025.05.25-17.52.30:284][698]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4184 failed (-1006) -[2025.05.25-17.52.30:284][698]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:284][698]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4185 failed (-1000) -[2025.05.25-17.52.30:290][699]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4186 outside of frame bounds -[2025.05.25-17.52.30:290][699]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:290][699]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:290][699]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4187 outside of frame bounds -[2025.05.25-17.52.30:296][699]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4185 failed (-1006) -[2025.05.25-17.52.30:297][699]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:297][699]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4186 failed (-1000) -[2025.05.25-17.52.30:302][700]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4187 outside of frame bounds -[2025.05.25-17.52.30:303][700]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:303][700]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:303][700]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4188 outside of frame bounds -[2025.05.25-17.52.30:308][700]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4186 failed (-1006) -[2025.05.25-17.52.30:309][700]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:309][700]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4187 failed (-1000) -[2025.05.25-17.52.30:313][701]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4188 outside of frame bounds -[2025.05.25-17.52.30:314][701]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:314][701]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:314][701]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4189 outside of frame bounds -[2025.05.25-17.52.30:319][701]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4187 failed (-1006) -[2025.05.25-17.52.30:320][701]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:320][701]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4188 failed (-1000) -[2025.05.25-17.52.30:325][702]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4189 outside of frame bounds -[2025.05.25-17.52.30:325][702]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:325][702]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:325][702]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4190 outside of frame bounds -[2025.05.25-17.52.30:331][702]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4188 failed (-1006) -[2025.05.25-17.52.30:332][702]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:332][702]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4189 failed (-1000) -[2025.05.25-17.52.30:336][703]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4190 outside of frame bounds -[2025.05.25-17.52.30:336][703]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:336][703]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:336][703]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4191 outside of frame bounds -[2025.05.25-17.52.30:343][703]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4189 failed (-1006) -[2025.05.25-17.52.30:344][703]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:344][703]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4190 failed (-1000) -[2025.05.25-17.52.30:348][704]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4191 outside of frame bounds -[2025.05.25-17.52.30:348][704]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:348][704]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:348][704]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4192 outside of frame bounds -[2025.05.25-17.52.30:355][704]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4190 failed (-1006) -[2025.05.25-17.52.30:356][704]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:356][704]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4191 failed (-1000) -[2025.05.25-17.52.30:360][705]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4192 outside of frame bounds -[2025.05.25-17.52.30:360][705]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:361][705]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:361][705]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4193 outside of frame bounds -[2025.05.25-17.52.30:366][705]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4191 failed (-1006) -[2025.05.25-17.52.30:367][705]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:367][705]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4192 failed (-1000) -[2025.05.25-17.52.30:373][706]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4193 outside of frame bounds -[2025.05.25-17.52.30:373][706]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:373][706]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:373][706]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4194 outside of frame bounds -[2025.05.25-17.52.30:378][706]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4192 failed (-1006) -[2025.05.25-17.52.30:379][706]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:379][706]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4193 failed (-1000) -[2025.05.25-17.52.30:384][707]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4194 outside of frame bounds -[2025.05.25-17.52.30:385][707]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:385][707]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:385][707]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4195 outside of frame bounds -[2025.05.25-17.52.30:390][707]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4193 failed (-1006) -[2025.05.25-17.52.30:390][707]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:390][707]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4194 failed (-1000) -[2025.05.25-17.52.30:396][708]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4195 outside of frame bounds -[2025.05.25-17.52.30:397][708]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:397][708]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:397][708]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4196 outside of frame bounds -[2025.05.25-17.52.30:403][708]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4194 failed (-1006) -[2025.05.25-17.52.30:404][708]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:404][708]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4195 failed (-1000) -[2025.05.25-17.52.30:409][709]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4196 outside of frame bounds -[2025.05.25-17.52.30:409][709]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:409][709]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:409][709]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4197 outside of frame bounds -[2025.05.25-17.52.30:414][709]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4195 failed (-1006) -[2025.05.25-17.52.30:414][709]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:414][709]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4196 failed (-1000) -[2025.05.25-17.52.30:420][710]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4197 outside of frame bounds -[2025.05.25-17.52.30:420][710]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:420][710]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:420][710]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4198 outside of frame bounds -[2025.05.25-17.52.30:426][710]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4196 failed (-1006) -[2025.05.25-17.52.30:428][710]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:428][710]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4197 failed (-1000) -[2025.05.25-17.52.30:432][711]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4198 outside of frame bounds -[2025.05.25-17.52.30:432][711]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:432][711]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:432][711]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4199 outside of frame bounds -[2025.05.25-17.52.30:439][711]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4197 failed (-1006) -[2025.05.25-17.52.30:440][711]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:440][711]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4198 failed (-1000) -[2025.05.25-17.52.30:444][712]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4199 outside of frame bounds -[2025.05.25-17.52.30:444][712]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:444][712]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:444][712]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4200 outside of frame bounds -[2025.05.25-17.52.30:452][712]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4198 failed (-1006) -[2025.05.25-17.52.30:453][712]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:453][712]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4199 failed (-1000) -[2025.05.25-17.52.30:457][713]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4200 outside of frame bounds -[2025.05.25-17.52.30:457][713]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:457][713]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:457][713]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4201 outside of frame bounds -[2025.05.25-17.52.30:463][713]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4199 failed (-1006) -[2025.05.25-17.52.30:464][713]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:464][713]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4200 failed (-1000) -[2025.05.25-17.52.30:469][714]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4201 outside of frame bounds -[2025.05.25-17.52.30:470][714]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:470][714]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:470][714]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4202 outside of frame bounds -[2025.05.25-17.52.30:476][714]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4200 failed (-1006) -[2025.05.25-17.52.30:477][714]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:477][714]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4201 failed (-1000) -[2025.05.25-17.52.30:482][715]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4202 outside of frame bounds -[2025.05.25-17.52.30:482][715]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:482][715]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:482][715]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4203 outside of frame bounds -[2025.05.25-17.52.30:486][715]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4201 failed (-1006) -[2025.05.25-17.52.30:488][715]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:488][715]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4202 failed (-1000) -[2025.05.25-17.52.30:494][716]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4203 outside of frame bounds -[2025.05.25-17.52.30:494][716]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:494][716]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:494][716]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4204 outside of frame bounds -[2025.05.25-17.52.30:500][716]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4202 failed (-1006) -[2025.05.25-17.52.30:500][716]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:500][716]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4203 failed (-1000) -[2025.05.25-17.52.30:506][717]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4204 outside of frame bounds -[2025.05.25-17.52.30:507][717]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:507][717]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:507][717]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4205 outside of frame bounds -[2025.05.25-17.52.30:511][717]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4203 failed (-1006) -[2025.05.25-17.52.30:513][717]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:513][717]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4204 failed (-1000) -[2025.05.25-17.52.30:518][718]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4205 outside of frame bounds -[2025.05.25-17.52.30:518][718]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:518][718]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:518][718]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4206 outside of frame bounds -[2025.05.25-17.52.30:525][718]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4204 failed (-1006) -[2025.05.25-17.52.30:525][718]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:525][718]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4205 failed (-1000) -[2025.05.25-17.52.30:530][719]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4206 outside of frame bounds -[2025.05.25-17.52.30:530][719]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:531][719]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:531][719]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4207 outside of frame bounds -[2025.05.25-17.52.30:537][719]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4205 failed (-1006) -[2025.05.25-17.52.30:538][719]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:538][719]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4206 failed (-1000) -[2025.05.25-17.52.30:542][720]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4207 outside of frame bounds -[2025.05.25-17.52.30:543][720]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:543][720]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:543][720]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4208 outside of frame bounds -[2025.05.25-17.52.30:549][720]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4206 failed (-1006) -[2025.05.25-17.52.30:550][720]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:550][720]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4207 failed (-1000) -[2025.05.25-17.52.30:555][721]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4208 outside of frame bounds -[2025.05.25-17.52.30:555][721]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:555][721]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:555][721]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4209 outside of frame bounds -[2025.05.25-17.52.30:561][721]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4207 failed (-1006) -[2025.05.25-17.52.30:562][721]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:562][721]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4208 failed (-1000) -[2025.05.25-17.52.30:567][722]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4209 outside of frame bounds -[2025.05.25-17.52.30:567][722]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:567][722]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:567][722]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4210 outside of frame bounds -[2025.05.25-17.52.30:574][722]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4208 failed (-1006) -[2025.05.25-17.52.30:575][722]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:575][722]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4209 failed (-1000) -[2025.05.25-17.52.30:579][723]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4210 outside of frame bounds -[2025.05.25-17.52.30:579][723]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:579][723]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:579][723]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4211 outside of frame bounds -[2025.05.25-17.52.30:587][723]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4209 failed (-1006) -[2025.05.25-17.52.30:587][723]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:587][723]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4210 failed (-1000) -[2025.05.25-17.52.30:592][724]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4211 outside of frame bounds -[2025.05.25-17.52.30:592][724]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:592][724]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:592][724]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4212 outside of frame bounds -[2025.05.25-17.52.30:597][724]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4210 failed (-1006) -[2025.05.25-17.52.30:598][724]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:598][724]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4211 failed (-1000) -[2025.05.25-17.52.30:605][725]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4212 outside of frame bounds -[2025.05.25-17.52.30:606][725]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:606][725]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:606][725]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4213 outside of frame bounds -[2025.05.25-17.52.30:610][725]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4211 failed (-1006) -[2025.05.25-17.52.30:611][725]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:611][725]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4212 failed (-1000) -[2025.05.25-17.52.30:615][726]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4213 outside of frame bounds -[2025.05.25-17.52.30:615][726]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:615][726]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:615][726]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4214 outside of frame bounds -[2025.05.25-17.52.30:621][726]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4212 failed (-1006) -[2025.05.25-17.52.30:623][726]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:623][726]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4213 failed (-1000) -[2025.05.25-17.52.30:627][727]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4214 outside of frame bounds -[2025.05.25-17.52.30:628][727]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:628][727]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:628][727]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4215 outside of frame bounds -[2025.05.25-17.52.30:633][727]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4213 failed (-1006) -[2025.05.25-17.52.30:634][727]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:634][727]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4214 failed (-1000) -[2025.05.25-17.52.30:640][728]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4215 outside of frame bounds -[2025.05.25-17.52.30:640][728]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:640][728]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:641][728]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4216 outside of frame bounds -[2025.05.25-17.52.30:645][728]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4214 failed (-1006) -[2025.05.25-17.52.30:646][728]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:646][728]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4215 failed (-1000) -[2025.05.25-17.52.30:651][729]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4216 outside of frame bounds -[2025.05.25-17.52.30:652][729]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:652][729]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:652][729]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4217 outside of frame bounds -[2025.05.25-17.52.30:658][729]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4215 failed (-1006) -[2025.05.25-17.52.30:659][729]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:659][729]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4216 failed (-1000) -[2025.05.25-17.52.30:663][730]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4217 outside of frame bounds -[2025.05.25-17.52.30:663][730]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:663][730]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:663][730]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4218 outside of frame bounds -[2025.05.25-17.52.30:670][730]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4216 failed (-1006) -[2025.05.25-17.52.30:671][730]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:671][730]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4217 failed (-1000) -[2025.05.25-17.52.30:676][731]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4218 outside of frame bounds -[2025.05.25-17.52.30:676][731]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:676][731]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:676][731]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4219 outside of frame bounds -[2025.05.25-17.52.30:680][731]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4217 failed (-1006) -[2025.05.25-17.52.30:681][731]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:681][731]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4218 failed (-1000) -[2025.05.25-17.52.30:688][732]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4219 outside of frame bounds -[2025.05.25-17.52.30:688][732]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:688][732]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:688][732]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4220 outside of frame bounds -[2025.05.25-17.52.30:692][732]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4218 failed (-1006) -[2025.05.25-17.52.30:693][732]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:693][732]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4219 failed (-1000) -[2025.05.25-17.52.30:697][733]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4220 outside of frame bounds -[2025.05.25-17.52.30:698][733]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:698][733]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:698][733]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4221 outside of frame bounds -[2025.05.25-17.52.30:704][733]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4219 failed (-1006) -[2025.05.25-17.52.30:705][733]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:705][733]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4220 failed (-1000) -[2025.05.25-17.52.30:710][734]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4221 outside of frame bounds -[2025.05.25-17.52.30:710][734]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:710][734]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:710][734]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4222 outside of frame bounds -[2025.05.25-17.52.30:717][734]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4220 failed (-1006) -[2025.05.25-17.52.30:717][734]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:717][734]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4221 failed (-1000) -[2025.05.25-17.52.30:721][735]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4222 outside of frame bounds -[2025.05.25-17.52.30:721][735]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:721][735]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:721][735]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4223 outside of frame bounds -[2025.05.25-17.52.30:727][735]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4221 failed (-1006) -[2025.05.25-17.52.30:728][735]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:728][735]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4222 failed (-1000) -[2025.05.25-17.52.30:732][736]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4223 outside of frame bounds -[2025.05.25-17.52.30:733][736]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:733][736]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:733][736]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4224 outside of frame bounds -[2025.05.25-17.52.30:740][736]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4222 failed (-1006) -[2025.05.25-17.52.30:741][736]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:741][736]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4223 failed (-1000) -[2025.05.25-17.52.30:746][737]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4224 outside of frame bounds -[2025.05.25-17.52.30:746][737]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:746][737]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:746][737]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4225 outside of frame bounds -[2025.05.25-17.52.30:750][737]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4223 failed (-1006) -[2025.05.25-17.52.30:751][737]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:751][737]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4224 failed (-1000) -[2025.05.25-17.52.30:757][738]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4225 outside of frame bounds -[2025.05.25-17.52.30:758][738]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:758][738]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:758][738]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4226 outside of frame bounds -[2025.05.25-17.52.30:761][738]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4224 failed (-1006) -[2025.05.25-17.52.30:762][738]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:762][738]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4225 failed (-1000) -[2025.05.25-17.52.30:767][739]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4226 outside of frame bounds -[2025.05.25-17.52.30:768][739]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:768][739]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:768][739]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4227 outside of frame bounds -[2025.05.25-17.52.30:774][739]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4225 failed (-1006) -[2025.05.25-17.52.30:775][739]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:775][739]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4226 failed (-1000) -[2025.05.25-17.52.30:779][740]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4227 outside of frame bounds -[2025.05.25-17.52.30:780][740]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:780][740]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:780][740]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4228 outside of frame bounds -[2025.05.25-17.52.30:785][740]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4226 failed (-1006) -[2025.05.25-17.52.30:786][740]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:786][740]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4227 failed (-1000) -[2025.05.25-17.52.30:791][741]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4228 outside of frame bounds -[2025.05.25-17.52.30:792][741]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:792][741]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:792][741]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4229 outside of frame bounds -[2025.05.25-17.52.30:797][741]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4227 failed (-1006) -[2025.05.25-17.52.30:798][741]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:798][741]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4228 failed (-1000) -[2025.05.25-17.52.30:802][742]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4229 outside of frame bounds -[2025.05.25-17.52.30:803][742]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:803][742]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:803][742]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4230 outside of frame bounds -[2025.05.25-17.52.30:809][742]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4228 failed (-1006) -[2025.05.25-17.52.30:810][742]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:810][742]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4229 failed (-1000) -[2025.05.25-17.52.30:815][743]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4230 outside of frame bounds -[2025.05.25-17.52.30:815][743]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:815][743]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:815][743]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4231 outside of frame bounds -[2025.05.25-17.52.30:820][743]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4229 failed (-1006) -[2025.05.25-17.52.30:821][743]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:821][743]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4230 failed (-1000) -[2025.05.25-17.52.30:827][744]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4231 outside of frame bounds -[2025.05.25-17.52.30:827][744]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:827][744]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:827][744]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4232 outside of frame bounds -[2025.05.25-17.52.30:833][744]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4230 failed (-1006) -[2025.05.25-17.52.30:833][744]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:833][744]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4231 failed (-1000) -[2025.05.25-17.52.30:839][745]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4232 outside of frame bounds -[2025.05.25-17.52.30:839][745]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:839][745]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:839][745]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4233 outside of frame bounds -[2025.05.25-17.52.30:844][745]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4231 failed (-1006) -[2025.05.25-17.52.30:845][745]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:845][745]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4232 failed (-1000) -[2025.05.25-17.52.30:849][746]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4233 outside of frame bounds -[2025.05.25-17.52.30:850][746]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:850][746]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:850][746]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4234 outside of frame bounds -[2025.05.25-17.52.30:856][746]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4232 failed (-1006) -[2025.05.25-17.52.30:857][746]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:857][746]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4233 failed (-1000) -[2025.05.25-17.52.30:861][747]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4234 outside of frame bounds -[2025.05.25-17.52.30:861][747]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:861][747]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:861][747]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4235 outside of frame bounds -[2025.05.25-17.52.30:868][747]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4233 failed (-1006) -[2025.05.25-17.52.30:869][747]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:869][747]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4234 failed (-1000) -[2025.05.25-17.52.30:874][748]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4235 outside of frame bounds -[2025.05.25-17.52.30:875][748]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:875][748]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:875][748]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4236 outside of frame bounds -[2025.05.25-17.52.30:881][748]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4234 failed (-1006) -[2025.05.25-17.52.30:882][748]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:882][748]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4235 failed (-1000) -[2025.05.25-17.52.30:886][749]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4236 outside of frame bounds -[2025.05.25-17.52.30:887][749]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:887][749]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:887][749]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4237 outside of frame bounds -[2025.05.25-17.52.30:892][749]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4235 failed (-1006) -[2025.05.25-17.52.30:893][749]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:893][749]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4236 failed (-1000) -[2025.05.25-17.52.30:898][750]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4237 outside of frame bounds -[2025.05.25-17.52.30:899][750]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:899][750]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:899][750]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4238 outside of frame bounds -[2025.05.25-17.52.30:905][750]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4236 failed (-1006) -[2025.05.25-17.52.30:906][750]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:906][750]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4237 failed (-1000) -[2025.05.25-17.52.30:910][751]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4238 outside of frame bounds -[2025.05.25-17.52.30:911][751]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:911][751]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:911][751]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4239 outside of frame bounds -[2025.05.25-17.52.30:916][751]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4237 failed (-1006) -[2025.05.25-17.52.30:917][751]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:917][751]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4238 failed (-1000) -[2025.05.25-17.52.30:921][752]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4239 outside of frame bounds -[2025.05.25-17.52.30:922][752]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:922][752]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:922][752]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4240 outside of frame bounds -[2025.05.25-17.52.30:927][752]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4238 failed (-1006) -[2025.05.25-17.52.30:928][752]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:928][752]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4239 failed (-1000) -[2025.05.25-17.52.30:932][753]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4240 outside of frame bounds -[2025.05.25-17.52.30:933][753]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:933][753]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:933][753]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4241 outside of frame bounds -[2025.05.25-17.52.30:940][753]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4239 failed (-1006) -[2025.05.25-17.52.30:940][753]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:941][753]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4240 failed (-1000) -[2025.05.25-17.52.30:945][754]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4241 outside of frame bounds -[2025.05.25-17.52.30:946][754]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:946][754]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:946][754]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4242 outside of frame bounds -[2025.05.25-17.52.30:952][754]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4240 failed (-1006) -[2025.05.25-17.52.30:953][754]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:953][754]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4241 failed (-1000) -[2025.05.25-17.52.30:957][755]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4242 outside of frame bounds -[2025.05.25-17.52.30:957][755]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:959][755]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:959][755]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4243 outside of frame bounds -[2025.05.25-17.52.30:964][755]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4241 failed (-1006) -[2025.05.25-17.52.30:964][755]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:964][755]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4242 failed (-1000) -[2025.05.25-17.52.30:969][756]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4243 outside of frame bounds -[2025.05.25-17.52.30:970][756]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:970][756]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:970][756]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4244 outside of frame bounds -[2025.05.25-17.52.30:977][756]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4242 failed (-1006) -[2025.05.25-17.52.30:978][756]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:978][756]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4243 failed (-1000) -[2025.05.25-17.52.30:982][757]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4244 outside of frame bounds -[2025.05.25-17.52.30:983][757]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:983][757]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:983][757]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4245 outside of frame bounds -[2025.05.25-17.52.30:989][757]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4243 failed (-1006) -[2025.05.25-17.52.30:989][757]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.30:989][757]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4244 failed (-1000) -[2025.05.25-17.52.30:994][758]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4245 outside of frame bounds -[2025.05.25-17.52.30:994][758]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.30:994][758]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.30:995][758]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4246 outside of frame bounds -[2025.05.25-17.52.30:999][758]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4244 failed (-1006) -[2025.05.25-17.52.31:000][758]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:000][758]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4245 failed (-1000) -[2025.05.25-17.52.31:006][759]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4246 outside of frame bounds -[2025.05.25-17.52.31:006][759]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:006][759]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:006][759]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4247 outside of frame bounds -[2025.05.25-17.52.31:011][759]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4245 failed (-1006) -[2025.05.25-17.52.31:012][759]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:012][759]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4246 failed (-1000) -[2025.05.25-17.52.31:016][760]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4247 outside of frame bounds -[2025.05.25-17.52.31:017][760]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:017][760]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:017][760]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4248 outside of frame bounds -[2025.05.25-17.52.31:023][760]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4246 failed (-1006) -[2025.05.25-17.52.31:024][760]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:024][760]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4247 failed (-1000) -[2025.05.25-17.52.31:028][761]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4248 outside of frame bounds -[2025.05.25-17.52.31:028][761]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:028][761]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:028][761]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4249 outside of frame bounds -[2025.05.25-17.52.31:037][761]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4247 failed (-1006) -[2025.05.25-17.52.31:037][761]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:037][761]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4248 failed (-1000) -[2025.05.25-17.52.31:042][762]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4249 outside of frame bounds -[2025.05.25-17.52.31:042][762]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:043][762]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:043][762]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4250 outside of frame bounds -[2025.05.25-17.52.31:049][762]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4248 failed (-1006) -[2025.05.25-17.52.31:050][762]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:050][762]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4249 failed (-1000) -[2025.05.25-17.52.31:053][763]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4250 outside of frame bounds -[2025.05.25-17.52.31:054][763]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:054][763]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:054][763]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4251 outside of frame bounds -[2025.05.25-17.52.31:060][763]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4249 failed (-1006) -[2025.05.25-17.52.31:061][763]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:061][763]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4250 failed (-1000) -[2025.05.25-17.52.31:065][764]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4251 outside of frame bounds -[2025.05.25-17.52.31:066][764]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:066][764]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:066][764]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4252 outside of frame bounds -[2025.05.25-17.52.31:073][764]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4250 failed (-1006) -[2025.05.25-17.52.31:074][764]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:074][764]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4251 failed (-1000) -[2025.05.25-17.52.31:078][765]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4252 outside of frame bounds -[2025.05.25-17.52.31:079][765]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:079][765]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:079][765]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4253 outside of frame bounds -[2025.05.25-17.52.31:086][765]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4251 failed (-1006) -[2025.05.25-17.52.31:086][765]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:087][765]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4252 failed (-1000) -[2025.05.25-17.52.31:092][766]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4253 outside of frame bounds -[2025.05.25-17.52.31:092][766]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:092][766]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:092][766]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4254 outside of frame bounds -[2025.05.25-17.52.31:096][766]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4252 failed (-1006) -[2025.05.25-17.52.31:097][766]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:097][766]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4253 failed (-1000) -[2025.05.25-17.52.31:103][767]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4254 outside of frame bounds -[2025.05.25-17.52.31:103][767]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:103][767]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:103][767]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4255 outside of frame bounds -[2025.05.25-17.52.31:108][767]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4253 failed (-1006) -[2025.05.25-17.52.31:110][767]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:110][767]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4254 failed (-1000) -[2025.05.25-17.52.31:114][768]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4255 outside of frame bounds -[2025.05.25-17.52.31:115][768]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:115][768]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:115][768]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4256 outside of frame bounds -[2025.05.25-17.52.31:121][768]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4254 failed (-1006) -[2025.05.25-17.52.31:123][768]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:123][768]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4255 failed (-1000) -[2025.05.25-17.52.31:127][769]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4256 outside of frame bounds -[2025.05.25-17.52.31:127][769]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:127][769]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:127][769]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4257 outside of frame bounds -[2025.05.25-17.52.31:134][769]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4255 failed (-1006) -[2025.05.25-17.52.31:134][769]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:134][769]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4256 failed (-1000) -[2025.05.25-17.52.31:139][770]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4257 outside of frame bounds -[2025.05.25-17.52.31:140][770]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:140][770]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:140][770]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4258 outside of frame bounds -[2025.05.25-17.52.31:145][770]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4256 failed (-1006) -[2025.05.25-17.52.31:146][770]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:146][770]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4257 failed (-1000) -[2025.05.25-17.52.31:152][771]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4258 outside of frame bounds -[2025.05.25-17.52.31:152][771]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:152][771]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:152][771]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4259 outside of frame bounds -[2025.05.25-17.52.31:158][771]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4257 failed (-1006) -[2025.05.25-17.52.31:159][771]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:159][771]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4258 failed (-1000) -[2025.05.25-17.52.31:164][772]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4259 outside of frame bounds -[2025.05.25-17.52.31:164][772]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:164][772]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:164][772]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4260 outside of frame bounds -[2025.05.25-17.52.31:171][772]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4258 failed (-1006) -[2025.05.25-17.52.31:172][772]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:172][772]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4259 failed (-1000) -[2025.05.25-17.52.31:177][773]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4260 outside of frame bounds -[2025.05.25-17.52.31:177][773]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:177][773]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:177][773]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4261 outside of frame bounds -[2025.05.25-17.52.31:181][773]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4259 failed (-1006) -[2025.05.25-17.52.31:182][773]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:182][773]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4260 failed (-1000) -[2025.05.25-17.52.31:188][774]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4261 outside of frame bounds -[2025.05.25-17.52.31:189][774]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:189][774]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:189][774]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4262 outside of frame bounds -[2025.05.25-17.52.31:193][774]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4260 failed (-1006) -[2025.05.25-17.52.31:194][774]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:194][774]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4261 failed (-1000) -[2025.05.25-17.52.31:200][775]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4262 outside of frame bounds -[2025.05.25-17.52.31:200][775]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:200][775]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:200][775]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4263 outside of frame bounds -[2025.05.25-17.52.31:206][775]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4261 failed (-1006) -[2025.05.25-17.52.31:207][775]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:207][775]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4262 failed (-1000) -[2025.05.25-17.52.31:211][776]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4263 outside of frame bounds -[2025.05.25-17.52.31:212][776]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:212][776]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:212][776]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4264 outside of frame bounds -[2025.05.25-17.52.31:219][776]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4262 failed (-1006) -[2025.05.25-17.52.31:219][776]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:219][776]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4263 failed (-1000) -[2025.05.25-17.52.31:223][777]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4264 outside of frame bounds -[2025.05.25-17.52.31:224][777]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:224][777]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:224][777]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4265 outside of frame bounds -[2025.05.25-17.52.31:230][777]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4263 failed (-1006) -[2025.05.25-17.52.31:231][777]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:231][777]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4264 failed (-1000) -[2025.05.25-17.52.31:236][778]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4265 outside of frame bounds -[2025.05.25-17.52.31:236][778]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:236][778]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:236][778]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4266 outside of frame bounds -[2025.05.25-17.52.31:243][778]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4264 failed (-1006) -[2025.05.25-17.52.31:244][778]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:244][778]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4265 failed (-1000) -[2025.05.25-17.52.31:248][779]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4266 outside of frame bounds -[2025.05.25-17.52.31:248][779]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:248][779]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:248][779]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4267 outside of frame bounds -[2025.05.25-17.52.31:255][779]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4265 failed (-1006) -[2025.05.25-17.52.31:256][779]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:256][779]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4266 failed (-1000) -[2025.05.25-17.52.31:260][780]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4267 outside of frame bounds -[2025.05.25-17.52.31:260][780]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:260][780]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:260][780]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4268 outside of frame bounds -[2025.05.25-17.52.31:267][780]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4266 failed (-1006) -[2025.05.25-17.52.31:268][780]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:268][780]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4267 failed (-1000) -[2025.05.25-17.52.31:273][781]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4268 outside of frame bounds -[2025.05.25-17.52.31:273][781]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:273][781]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:273][781]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4269 outside of frame bounds -[2025.05.25-17.52.31:278][781]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4267 failed (-1006) -[2025.05.25-17.52.31:278][781]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:279][781]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4268 failed (-1000) -[2025.05.25-17.52.31:284][782]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4269 outside of frame bounds -[2025.05.25-17.52.31:285][782]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:285][782]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:285][782]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4270 outside of frame bounds -[2025.05.25-17.52.31:289][782]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4268 failed (-1006) -[2025.05.25-17.52.31:290][782]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:290][782]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4269 failed (-1000) -[2025.05.25-17.52.31:295][783]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4270 outside of frame bounds -[2025.05.25-17.52.31:295][783]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:295][783]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:295][783]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4271 outside of frame bounds -[2025.05.25-17.52.31:302][783]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4269 failed (-1006) -[2025.05.25-17.52.31:303][783]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:303][783]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4270 failed (-1000) -[2025.05.25-17.52.31:307][784]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4271 outside of frame bounds -[2025.05.25-17.52.31:308][784]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:308][784]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:308][784]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4272 outside of frame bounds -[2025.05.25-17.52.31:314][784]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4270 failed (-1006) -[2025.05.25-17.52.31:315][784]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:315][784]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4271 failed (-1000) -[2025.05.25-17.52.31:320][785]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4272 outside of frame bounds -[2025.05.25-17.52.31:320][785]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:320][785]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:320][785]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4273 outside of frame bounds -[2025.05.25-17.52.31:326][785]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4271 failed (-1006) -[2025.05.25-17.52.31:327][785]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:327][785]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4272 failed (-1000) -[2025.05.25-17.52.31:331][786]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4273 outside of frame bounds -[2025.05.25-17.52.31:332][786]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:332][786]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:332][786]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4274 outside of frame bounds -[2025.05.25-17.52.31:338][786]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4272 failed (-1006) -[2025.05.25-17.52.31:339][786]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:339][786]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4273 failed (-1000) -[2025.05.25-17.52.31:343][787]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4274 outside of frame bounds -[2025.05.25-17.52.31:344][787]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:344][787]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:344][787]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4275 outside of frame bounds -[2025.05.25-17.52.31:350][787]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4273 failed (-1006) -[2025.05.25-17.52.31:351][787]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:351][787]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4274 failed (-1000) -[2025.05.25-17.52.31:355][788]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4275 outside of frame bounds -[2025.05.25-17.52.31:356][788]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:356][788]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:356][788]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4276 outside of frame bounds -[2025.05.25-17.52.31:360][788]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4274 failed (-1006) -[2025.05.25-17.52.31:361][788]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:361][788]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4275 failed (-1000) -[2025.05.25-17.52.31:367][789]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4276 outside of frame bounds -[2025.05.25-17.52.31:367][789]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:368][789]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:368][789]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4277 outside of frame bounds -[2025.05.25-17.52.31:373][789]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4275 failed (-1006) -[2025.05.25-17.52.31:374][789]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:374][789]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4276 failed (-1000) -[2025.05.25-17.52.31:378][790]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4277 outside of frame bounds -[2025.05.25-17.52.31:378][790]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:378][790]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:378][790]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4278 outside of frame bounds -[2025.05.25-17.52.31:385][790]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4276 failed (-1006) -[2025.05.25-17.52.31:386][790]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:386][790]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4277 failed (-1000) -[2025.05.25-17.52.31:390][791]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4278 outside of frame bounds -[2025.05.25-17.52.31:390][791]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:390][791]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:390][791]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4279 outside of frame bounds -[2025.05.25-17.52.31:396][791]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4277 failed (-1006) -[2025.05.25-17.52.31:397][791]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:397][791]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4278 failed (-1000) -[2025.05.25-17.52.31:401][792]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4279 outside of frame bounds -[2025.05.25-17.52.31:402][792]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:402][792]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:402][792]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4280 outside of frame bounds -[2025.05.25-17.52.31:409][792]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4278 failed (-1006) -[2025.05.25-17.52.31:410][792]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:410][792]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4279 failed (-1000) -[2025.05.25-17.52.31:413][793]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4280 outside of frame bounds -[2025.05.25-17.52.31:414][793]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:414][793]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:414][793]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4281 outside of frame bounds -[2025.05.25-17.52.31:421][793]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4279 failed (-1006) -[2025.05.25-17.52.31:421][793]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:421][793]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4280 failed (-1000) -[2025.05.25-17.52.31:426][794]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4281 outside of frame bounds -[2025.05.25-17.52.31:426][794]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:426][794]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:426][794]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4282 outside of frame bounds -[2025.05.25-17.52.31:431][794]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4280 failed (-1006) -[2025.05.25-17.52.31:432][794]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:432][794]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4281 failed (-1000) -[2025.05.25-17.52.31:439][795]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4282 outside of frame bounds -[2025.05.25-17.52.31:440][795]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:440][795]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:440][795]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4283 outside of frame bounds -[2025.05.25-17.52.31:443][795]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4281 failed (-1006) -[2025.05.25-17.52.31:444][795]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:444][795]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4282 failed (-1000) -[2025.05.25-17.52.31:451][796]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4283 outside of frame bounds -[2025.05.25-17.52.31:451][796]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:451][796]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:451][796]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4284 outside of frame bounds -[2025.05.25-17.52.31:456][796]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4282 failed (-1006) -[2025.05.25-17.52.31:457][796]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:457][796]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4283 failed (-1000) -[2025.05.25-17.52.31:462][797]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4284 outside of frame bounds -[2025.05.25-17.52.31:463][797]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:463][797]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:463][797]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4285 outside of frame bounds -[2025.05.25-17.52.31:470][797]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4283 failed (-1006) -[2025.05.25-17.52.31:470][797]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:470][797]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4284 failed (-1000) -[2025.05.25-17.52.31:474][798]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4285 outside of frame bounds -[2025.05.25-17.52.31:475][798]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:475][798]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:475][798]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4286 outside of frame bounds -[2025.05.25-17.52.31:481][798]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4284 failed (-1006) -[2025.05.25-17.52.31:482][798]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:482][798]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4285 failed (-1000) -[2025.05.25-17.52.31:487][799]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4286 outside of frame bounds -[2025.05.25-17.52.31:487][799]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:487][799]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:487][799]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4287 outside of frame bounds -[2025.05.25-17.52.31:493][799]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4285 failed (-1006) -[2025.05.25-17.52.31:494][799]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:494][799]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4286 failed (-1000) -[2025.05.25-17.52.31:498][800]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4287 outside of frame bounds -[2025.05.25-17.52.31:499][800]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:499][800]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:499][800]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4288 outside of frame bounds -[2025.05.25-17.52.31:506][800]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4286 failed (-1006) -[2025.05.25-17.52.31:507][800]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:507][800]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4287 failed (-1000) -[2025.05.25-17.52.31:511][801]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4288 outside of frame bounds -[2025.05.25-17.52.31:512][801]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:512][801]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:512][801]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4289 outside of frame bounds -[2025.05.25-17.52.31:519][801]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4287 failed (-1006) -[2025.05.25-17.52.31:519][801]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:519][801]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4288 failed (-1000) -[2025.05.25-17.52.31:524][802]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4289 outside of frame bounds -[2025.05.25-17.52.31:524][802]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:524][802]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:525][802]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4290 outside of frame bounds -[2025.05.25-17.52.31:529][802]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4288 failed (-1006) -[2025.05.25-17.52.31:530][802]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:530][802]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4289 failed (-1000) -[2025.05.25-17.52.31:537][803]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4290 outside of frame bounds -[2025.05.25-17.52.31:538][803]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:538][803]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:538][803]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4291 outside of frame bounds -[2025.05.25-17.52.31:542][803]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4289 failed (-1006) -[2025.05.25-17.52.31:542][803]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:543][803]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4290 failed (-1000) -[2025.05.25-17.52.31:549][804]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4291 outside of frame bounds -[2025.05.25-17.52.31:549][804]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:549][804]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:549][804]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4292 outside of frame bounds -[2025.05.25-17.52.31:554][804]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4290 failed (-1006) -[2025.05.25-17.52.31:555][804]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:555][804]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4291 failed (-1000) -[2025.05.25-17.52.31:561][805]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4292 outside of frame bounds -[2025.05.25-17.52.31:561][805]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:561][805]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:561][805]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4293 outside of frame bounds -[2025.05.25-17.52.31:567][805]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4291 failed (-1006) -[2025.05.25-17.52.31:568][805]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:568][805]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4292 failed (-1000) -[2025.05.25-17.52.31:573][806]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4293 outside of frame bounds -[2025.05.25-17.52.31:573][806]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:573][806]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:573][806]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4294 outside of frame bounds -[2025.05.25-17.52.31:579][806]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4292 failed (-1006) -[2025.05.25-17.52.31:580][806]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:580][806]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4293 failed (-1000) -[2025.05.25-17.52.31:584][807]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4294 outside of frame bounds -[2025.05.25-17.52.31:585][807]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:585][807]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:585][807]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4295 outside of frame bounds -[2025.05.25-17.52.31:591][807]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4293 failed (-1006) -[2025.05.25-17.52.31:591][807]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:591][807]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4294 failed (-1000) -[2025.05.25-17.52.31:596][808]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4295 outside of frame bounds -[2025.05.25-17.52.31:596][808]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:596][808]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:596][808]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4296 outside of frame bounds -[2025.05.25-17.52.31:603][808]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4294 failed (-1006) -[2025.05.25-17.52.31:604][808]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:604][808]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4295 failed (-1000) -[2025.05.25-17.52.31:609][809]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4296 outside of frame bounds -[2025.05.25-17.52.31:610][809]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:610][809]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:610][809]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4297 outside of frame bounds -[2025.05.25-17.52.31:616][809]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4295 failed (-1006) -[2025.05.25-17.52.31:617][809]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:617][809]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4296 failed (-1000) -[2025.05.25-17.52.31:621][810]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4297 outside of frame bounds -[2025.05.25-17.52.31:622][810]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:622][810]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:622][810]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4298 outside of frame bounds -[2025.05.25-17.52.31:627][810]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4296 failed (-1006) -[2025.05.25-17.52.31:628][810]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:628][810]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4297 failed (-1000) -[2025.05.25-17.52.31:633][811]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4298 outside of frame bounds -[2025.05.25-17.52.31:634][811]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:634][811]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:634][811]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4299 outside of frame bounds -[2025.05.25-17.52.31:639][811]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4297 failed (-1006) -[2025.05.25-17.52.31:640][811]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:640][811]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4298 failed (-1000) -[2025.05.25-17.52.31:646][812]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4299 outside of frame bounds -[2025.05.25-17.52.31:646][812]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:646][812]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:646][812]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4300 outside of frame bounds -[2025.05.25-17.52.31:651][812]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4298 failed (-1006) -[2025.05.25-17.52.31:652][812]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:652][812]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4299 failed (-1000) -[2025.05.25-17.52.31:657][813]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4300 outside of frame bounds -[2025.05.25-17.52.31:658][813]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:658][813]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:658][813]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4301 outside of frame bounds -[2025.05.25-17.52.31:663][813]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4299 failed (-1006) -[2025.05.25-17.52.31:664][813]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:664][813]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4300 failed (-1000) -[2025.05.25-17.52.31:668][814]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4301 outside of frame bounds -[2025.05.25-17.52.31:669][814]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:669][814]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:669][814]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4302 outside of frame bounds -[2025.05.25-17.52.31:675][814]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4300 failed (-1006) -[2025.05.25-17.52.31:676][814]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:676][814]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4301 failed (-1000) -[2025.05.25-17.52.31:680][815]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4302 outside of frame bounds -[2025.05.25-17.52.31:680][815]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:680][815]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:680][815]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4303 outside of frame bounds -[2025.05.25-17.52.31:687][815]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4301 failed (-1006) -[2025.05.25-17.52.31:688][815]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:688][815]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4302 failed (-1000) -[2025.05.25-17.52.31:692][816]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4303 outside of frame bounds -[2025.05.25-17.52.31:693][816]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:693][816]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:693][816]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4304 outside of frame bounds -[2025.05.25-17.52.31:699][816]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4302 failed (-1006) -[2025.05.25-17.52.31:700][816]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:700][816]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4303 failed (-1000) -[2025.05.25-17.52.31:705][817]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4304 outside of frame bounds -[2025.05.25-17.52.31:705][817]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:705][817]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:705][817]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4305 outside of frame bounds -[2025.05.25-17.52.31:710][817]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4303 failed (-1006) -[2025.05.25-17.52.31:711][817]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:711][817]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4304 failed (-1000) -[2025.05.25-17.52.31:716][818]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4305 outside of frame bounds -[2025.05.25-17.52.31:716][818]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:716][818]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:716][818]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4306 outside of frame bounds -[2025.05.25-17.52.31:721][818]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4304 failed (-1006) -[2025.05.25-17.52.31:722][818]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:722][818]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4305 failed (-1000) -[2025.05.25-17.52.31:728][819]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4306 outside of frame bounds -[2025.05.25-17.52.31:728][819]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:729][819]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:729][819]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4307 outside of frame bounds -[2025.05.25-17.52.31:735][819]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4305 failed (-1006) -[2025.05.25-17.52.31:736][819]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:736][819]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4306 failed (-1000) -[2025.05.25-17.52.31:740][820]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4307 outside of frame bounds -[2025.05.25-17.52.31:740][820]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:740][820]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:740][820]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4308 outside of frame bounds -[2025.05.25-17.52.31:745][820]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4306 failed (-1006) -[2025.05.25-17.52.31:746][820]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:746][820]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4307 failed (-1000) -[2025.05.25-17.52.31:751][821]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4308 outside of frame bounds -[2025.05.25-17.52.31:752][821]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:752][821]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:752][821]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4309 outside of frame bounds -[2025.05.25-17.52.31:757][821]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4307 failed (-1006) -[2025.05.25-17.52.31:758][821]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:758][821]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4308 failed (-1000) -[2025.05.25-17.52.31:763][822]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4309 outside of frame bounds -[2025.05.25-17.52.31:763][822]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:763][822]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:763][822]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4310 outside of frame bounds -[2025.05.25-17.52.31:770][822]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4308 failed (-1006) -[2025.05.25-17.52.31:771][822]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:771][822]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4309 failed (-1000) -[2025.05.25-17.52.31:776][823]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4310 outside of frame bounds -[2025.05.25-17.52.31:776][823]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:776][823]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:776][823]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4311 outside of frame bounds -[2025.05.25-17.52.31:782][823]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4309 failed (-1006) -[2025.05.25-17.52.31:782][823]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:782][823]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4310 failed (-1000) -[2025.05.25-17.52.31:788][824]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4311 outside of frame bounds -[2025.05.25-17.52.31:788][824]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:788][824]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:788][824]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4312 outside of frame bounds -[2025.05.25-17.52.31:792][824]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4310 failed (-1006) -[2025.05.25-17.52.31:793][824]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:793][824]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4311 failed (-1000) -[2025.05.25-17.52.31:799][825]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4312 outside of frame bounds -[2025.05.25-17.52.31:800][825]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:800][825]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:800][825]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4313 outside of frame bounds -[2025.05.25-17.52.31:805][825]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4311 failed (-1006) -[2025.05.25-17.52.31:806][825]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:806][825]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4312 failed (-1000) -[2025.05.25-17.52.31:811][826]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4313 outside of frame bounds -[2025.05.25-17.52.31:812][826]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:812][826]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:812][826]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4314 outside of frame bounds -[2025.05.25-17.52.31:817][826]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4312 failed (-1006) -[2025.05.25-17.52.31:817][826]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:817][826]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4313 failed (-1000) -[2025.05.25-17.52.31:822][827]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4314 outside of frame bounds -[2025.05.25-17.52.31:823][827]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:823][827]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:823][827]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4315 outside of frame bounds -[2025.05.25-17.52.31:827][827]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4313 failed (-1006) -[2025.05.25-17.52.31:829][827]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:829][827]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4314 failed (-1000) -[2025.05.25-17.52.31:833][828]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4315 outside of frame bounds -[2025.05.25-17.52.31:834][828]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:834][828]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:834][828]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4316 outside of frame bounds -[2025.05.25-17.52.31:841][828]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4314 failed (-1006) -[2025.05.25-17.52.31:841][828]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:842][828]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4315 failed (-1000) -[2025.05.25-17.52.31:846][829]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4316 outside of frame bounds -[2025.05.25-17.52.31:846][829]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:846][829]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:846][829]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4317 outside of frame bounds -[2025.05.25-17.52.31:852][829]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4315 failed (-1006) -[2025.05.25-17.52.31:853][829]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:853][829]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4316 failed (-1000) -[2025.05.25-17.52.31:857][830]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4317 outside of frame bounds -[2025.05.25-17.52.31:858][830]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:858][830]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:859][830]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4318 outside of frame bounds -[2025.05.25-17.52.31:864][830]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4316 failed (-1006) -[2025.05.25-17.52.31:864][830]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:864][830]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4317 failed (-1000) -[2025.05.25-17.52.31:871][831]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4318 outside of frame bounds -[2025.05.25-17.52.31:871][831]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:871][831]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:871][831]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4319 outside of frame bounds -[2025.05.25-17.52.31:876][831]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4317 failed (-1006) -[2025.05.25-17.52.31:877][831]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:877][831]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4318 failed (-1000) -[2025.05.25-17.52.31:883][832]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4319 outside of frame bounds -[2025.05.25-17.52.31:883][832]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:883][832]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:883][832]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4320 outside of frame bounds -[2025.05.25-17.52.31:888][832]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4318 failed (-1006) -[2025.05.25-17.52.31:889][832]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:889][832]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4319 failed (-1000) -[2025.05.25-17.52.31:895][833]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4320 outside of frame bounds -[2025.05.25-17.52.31:895][833]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:895][833]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:895][833]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4321 outside of frame bounds -[2025.05.25-17.52.31:901][833]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4319 failed (-1006) -[2025.05.25-17.52.31:901][833]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:901][833]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4320 failed (-1000) -[2025.05.25-17.52.31:907][834]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4321 outside of frame bounds -[2025.05.25-17.52.31:907][834]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:907][834]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:908][834]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4322 outside of frame bounds -[2025.05.25-17.52.31:913][834]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4320 failed (-1006) -[2025.05.25-17.52.31:913][834]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:913][834]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4321 failed (-1000) -[2025.05.25-17.52.31:917][835]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4322 outside of frame bounds -[2025.05.25-17.52.31:918][835]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:918][835]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:918][835]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4323 outside of frame bounds -[2025.05.25-17.52.31:925][835]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4321 failed (-1006) -[2025.05.25-17.52.31:926][835]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:926][835]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4322 failed (-1000) -[2025.05.25-17.52.31:930][836]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4323 outside of frame bounds -[2025.05.25-17.52.31:930][836]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:930][836]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:930][836]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4324 outside of frame bounds -[2025.05.25-17.52.31:938][836]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4322 failed (-1006) -[2025.05.25-17.52.31:938][836]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:938][836]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4323 failed (-1000) -[2025.05.25-17.52.31:943][837]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4324 outside of frame bounds -[2025.05.25-17.52.31:944][837]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:944][837]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:944][837]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4325 outside of frame bounds -[2025.05.25-17.52.31:949][837]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4323 failed (-1006) -[2025.05.25-17.52.31:950][837]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:950][837]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4324 failed (-1000) -[2025.05.25-17.52.31:955][838]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4325 outside of frame bounds -[2025.05.25-17.52.31:956][838]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:956][838]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:956][838]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4326 outside of frame bounds -[2025.05.25-17.52.31:961][838]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4324 failed (-1006) -[2025.05.25-17.52.31:962][838]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:962][838]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4325 failed (-1000) -[2025.05.25-17.52.31:967][839]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4326 outside of frame bounds -[2025.05.25-17.52.31:967][839]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:967][839]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:967][839]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4327 outside of frame bounds -[2025.05.25-17.52.31:974][839]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4325 failed (-1006) -[2025.05.25-17.52.31:975][839]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:975][839]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4326 failed (-1000) -[2025.05.25-17.52.31:980][840]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4327 outside of frame bounds -[2025.05.25-17.52.31:980][840]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:980][840]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:981][840]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4328 outside of frame bounds -[2025.05.25-17.52.31:985][840]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4326 failed (-1006) -[2025.05.25-17.52.31:986][840]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:986][840]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4327 failed (-1000) -[2025.05.25-17.52.31:992][841]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4328 outside of frame bounds -[2025.05.25-17.52.31:992][841]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.31:992][841]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.31:992][841]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4329 outside of frame bounds -[2025.05.25-17.52.31:997][841]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4327 failed (-1006) -[2025.05.25-17.52.31:998][841]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.31:998][841]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4328 failed (-1000) -[2025.05.25-17.52.32:003][842]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4329 outside of frame bounds -[2025.05.25-17.52.32:003][842]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:004][842]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:004][842]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4330 outside of frame bounds -[2025.05.25-17.52.32:010][842]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4328 failed (-1006) -[2025.05.25-17.52.32:010][842]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:010][842]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4329 failed (-1000) -[2025.05.25-17.52.32:015][843]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4330 outside of frame bounds -[2025.05.25-17.52.32:016][843]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:016][843]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:016][843]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4331 outside of frame bounds -[2025.05.25-17.52.32:022][843]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4329 failed (-1006) -[2025.05.25-17.52.32:023][843]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:023][843]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4330 failed (-1000) -[2025.05.25-17.52.32:027][844]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4331 outside of frame bounds -[2025.05.25-17.52.32:027][844]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:027][844]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:027][844]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4332 outside of frame bounds -[2025.05.25-17.52.32:034][844]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4330 failed (-1006) -[2025.05.25-17.52.32:035][844]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:035][844]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4331 failed (-1000) -[2025.05.25-17.52.32:040][845]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4332 outside of frame bounds -[2025.05.25-17.52.32:041][845]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:041][845]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:041][845]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4333 outside of frame bounds -[2025.05.25-17.52.32:046][845]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4331 failed (-1006) -[2025.05.25-17.52.32:047][845]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:047][845]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4332 failed (-1000) -[2025.05.25-17.52.32:052][846]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4333 outside of frame bounds -[2025.05.25-17.52.32:052][846]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:052][846]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:052][846]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4334 outside of frame bounds -[2025.05.25-17.52.32:058][846]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4332 failed (-1006) -[2025.05.25-17.52.32:058][846]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:058][846]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4333 failed (-1000) -[2025.05.25-17.52.32:064][847]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4334 outside of frame bounds -[2025.05.25-17.52.32:065][847]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:065][847]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:065][847]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4335 outside of frame bounds -[2025.05.25-17.52.32:069][847]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4333 failed (-1006) -[2025.05.25-17.52.32:070][847]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:070][847]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4334 failed (-1000) -[2025.05.25-17.52.32:076][848]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4335 outside of frame bounds -[2025.05.25-17.52.32:077][848]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:077][848]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:077][848]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4336 outside of frame bounds -[2025.05.25-17.52.32:081][848]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4334 failed (-1006) -[2025.05.25-17.52.32:081][848]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:081][848]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4335 failed (-1000) -[2025.05.25-17.52.32:087][849]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4336 outside of frame bounds -[2025.05.25-17.52.32:088][849]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:088][849]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:088][849]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4337 outside of frame bounds -[2025.05.25-17.52.32:093][849]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4335 failed (-1006) -[2025.05.25-17.52.32:094][849]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:094][849]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4336 failed (-1000) -[2025.05.25-17.52.32:098][850]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4337 outside of frame bounds -[2025.05.25-17.52.32:099][850]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:099][850]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:099][850]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4338 outside of frame bounds -[2025.05.25-17.52.32:106][850]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4336 failed (-1006) -[2025.05.25-17.52.32:107][850]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:107][850]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4337 failed (-1000) -[2025.05.25-17.52.32:111][851]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4338 outside of frame bounds -[2025.05.25-17.52.32:112][851]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:112][851]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:112][851]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4339 outside of frame bounds -[2025.05.25-17.52.32:118][851]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4337 failed (-1006) -[2025.05.25-17.52.32:119][851]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:119][851]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4338 failed (-1000) -[2025.05.25-17.52.32:123][852]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4339 outside of frame bounds -[2025.05.25-17.52.32:123][852]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:123][852]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:123][852]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4340 outside of frame bounds -[2025.05.25-17.52.32:129][852]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4338 failed (-1006) -[2025.05.25-17.52.32:130][852]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:130][852]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4339 failed (-1000) -[2025.05.25-17.52.32:135][853]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4340 outside of frame bounds -[2025.05.25-17.52.32:136][853]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:136][853]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:136][853]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4341 outside of frame bounds -[2025.05.25-17.52.32:143][853]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4339 failed (-1006) -[2025.05.25-17.52.32:143][853]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:143][853]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4340 failed (-1000) -[2025.05.25-17.52.32:148][854]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4341 outside of frame bounds -[2025.05.25-17.52.32:149][854]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:149][854]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:149][854]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4342 outside of frame bounds -[2025.05.25-17.52.32:153][854]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4340 failed (-1006) -[2025.05.25-17.52.32:154][854]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:154][854]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4341 failed (-1000) -[2025.05.25-17.52.32:160][855]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4342 outside of frame bounds -[2025.05.25-17.52.32:160][855]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:160][855]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:160][855]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4343 outside of frame bounds -[2025.05.25-17.52.32:165][855]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4341 failed (-1006) -[2025.05.25-17.52.32:165][855]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:165][855]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4342 failed (-1000) -[2025.05.25-17.52.32:171][856]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4343 outside of frame bounds -[2025.05.25-17.52.32:172][856]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:172][856]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:172][856]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4344 outside of frame bounds -[2025.05.25-17.52.32:177][856]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4342 failed (-1006) -[2025.05.25-17.52.32:178][856]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:178][856]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4343 failed (-1000) -[2025.05.25-17.52.32:183][857]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4344 outside of frame bounds -[2025.05.25-17.52.32:184][857]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:184][857]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:184][857]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4345 outside of frame bounds -[2025.05.25-17.52.32:189][857]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4343 failed (-1006) -[2025.05.25-17.52.32:189][857]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:190][857]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4344 failed (-1000) -[2025.05.25-17.52.32:194][858]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4345 outside of frame bounds -[2025.05.25-17.52.32:194][858]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:194][858]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:194][858]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4346 outside of frame bounds -[2025.05.25-17.52.32:202][858]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4344 failed (-1006) -[2025.05.25-17.52.32:207][858]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4346 outside of frame bounds -[2025.05.25-17.52.32:220][859]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:220][859]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4345 failed (-1000) -[2025.05.25-17.52.32:221][859]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:221][859]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:221][859]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4347 outside of frame bounds -[2025.05.25-17.52.32:224][859]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4345 failed (-1006) -[2025.05.25-17.52.32:225][859]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:225][859]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4346 failed (-1000) -[2025.05.25-17.52.32:228][859]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4347 outside of frame bounds -[2025.05.25-17.52.32:230][860]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:230][860]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:230][860]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4348 outside of frame bounds -[2025.05.25-17.52.32:233][860]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4346 failed (-1006) -[2025.05.25-17.52.32:234][860]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:234][860]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4347 failed (-1000) -[2025.05.25-17.52.32:239][861]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4348 outside of frame bounds -[2025.05.25-17.52.32:239][861]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:239][861]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:239][861]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4349 outside of frame bounds -[2025.05.25-17.52.32:245][861]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4347 failed (-1006) -[2025.05.25-17.52.32:246][861]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:246][861]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4348 failed (-1000) -[2025.05.25-17.52.32:250][862]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4349 outside of frame bounds -[2025.05.25-17.52.32:251][862]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:251][862]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:251][862]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4350 outside of frame bounds -[2025.05.25-17.52.32:258][862]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4348 failed (-1006) -[2025.05.25-17.52.32:258][862]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:258][862]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4349 failed (-1000) -[2025.05.25-17.52.32:263][863]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4350 outside of frame bounds -[2025.05.25-17.52.32:263][863]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:263][863]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:263][863]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4351 outside of frame bounds -[2025.05.25-17.52.32:270][863]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4349 failed (-1006) -[2025.05.25-17.52.32:271][863]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:271][863]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4350 failed (-1000) -[2025.05.25-17.52.32:275][864]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4351 outside of frame bounds -[2025.05.25-17.52.32:276][864]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:276][864]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:276][864]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4352 outside of frame bounds -[2025.05.25-17.52.32:286][864]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4352 outside of frame bounds -[2025.05.25-17.52.32:297][864]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4350 failed (-1006) -[2025.05.25-17.52.32:297][864]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:297][864]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4351 failed (-1000) -[2025.05.25-17.52.32:301][865]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4351 failed (-1006) -[2025.05.25-17.52.32:301][865]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:301][865]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:301][865]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4353 outside of frame bounds -[2025.05.25-17.52.32:301][865]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:301][865]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4352 failed (-1000) -[2025.05.25-17.52.32:306][865]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4353 outside of frame bounds -[2025.05.25-17.52.32:310][866]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:310][866]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:310][866]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4354 outside of frame bounds -[2025.05.25-17.52.32:311][866]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4352 failed (-1006) -[2025.05.25-17.52.32:312][866]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:312][866]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4353 failed (-1000) -[2025.05.25-17.52.32:317][866]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4354 outside of frame bounds -[2025.05.25-17.52.32:318][867]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:319][867]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:319][867]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4355 outside of frame bounds -[2025.05.25-17.52.32:324][867]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4353 failed (-1006) -[2025.05.25-17.52.32:324][867]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:324][867]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4354 failed (-1000) -[2025.05.25-17.52.32:329][868]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4355 outside of frame bounds -[2025.05.25-17.52.32:329][868]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:329][868]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:329][868]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4356 outside of frame bounds -[2025.05.25-17.52.32:336][868]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4354 failed (-1006) -[2025.05.25-17.52.32:336][868]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:336][868]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4355 failed (-1000) -[2025.05.25-17.52.32:342][869]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4356 outside of frame bounds -[2025.05.25-17.52.32:343][869]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:343][869]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:343][869]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4357 outside of frame bounds -[2025.05.25-17.52.32:347][869]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4355 failed (-1006) -[2025.05.25-17.52.32:348][869]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:348][869]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4356 failed (-1000) -[2025.05.25-17.52.32:353][870]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4357 outside of frame bounds -[2025.05.25-17.52.32:353][870]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:353][870]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:353][870]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4358 outside of frame bounds -[2025.05.25-17.52.32:390][870]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4356 failed (-1006) -[2025.05.25-17.52.32:391][870]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:392][870]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4357 failed (-1000) -[2025.05.25-17.52.32:393][870]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4358 outside of frame bounds -[2025.05.25-17.52.32:394][871]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4357 failed (-1006) -[2025.05.25-17.52.32:394][871]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:394][871]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:394][871]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4359 outside of frame bounds -[2025.05.25-17.52.32:395][871]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:395][871]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4358 failed (-1000) -[2025.05.25-17.52.32:398][871]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4359 outside of frame bounds -[2025.05.25-17.52.32:404][872]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:404][872]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:404][872]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4360 outside of frame bounds -[2025.05.25-17.52.32:406][872]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4358 failed (-1006) -[2025.05.25-17.52.32:407][872]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:407][872]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4359 failed (-1000) -[2025.05.25-17.52.32:411][873]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4360 outside of frame bounds -[2025.05.25-17.52.32:412][873]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:412][873]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:412][873]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4361 outside of frame bounds -[2025.05.25-17.52.32:415][873]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4359 failed (-1006) -[2025.05.25-17.52.32:416][873]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:416][873]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4360 failed (-1000) -[2025.05.25-17.52.32:422][874]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4361 outside of frame bounds -[2025.05.25-17.52.32:422][874]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:422][874]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:422][874]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4362 outside of frame bounds -[2025.05.25-17.52.32:428][874]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4360 failed (-1006) -[2025.05.25-17.52.32:428][874]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:428][874]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4361 failed (-1000) -[2025.05.25-17.52.32:432][875]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4362 outside of frame bounds -[2025.05.25-17.52.32:433][875]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:433][875]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:433][875]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4363 outside of frame bounds -[2025.05.25-17.52.32:440][875]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4361 failed (-1006) -[2025.05.25-17.52.32:441][875]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:441][875]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4362 failed (-1000) -[2025.05.25-17.52.32:446][876]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4363 outside of frame bounds -[2025.05.25-17.52.32:446][876]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:446][876]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:446][876]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4364 outside of frame bounds -[2025.05.25-17.52.32:456][876]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4364 outside of frame bounds -[2025.05.25-17.52.32:482][876]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4362 failed (-1006) -[2025.05.25-17.52.32:483][876]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:483][876]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4363 failed (-1000) -[2025.05.25-17.52.32:486][877]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4363 failed (-1006) -[2025.05.25-17.52.32:487][877]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:487][877]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4364 failed (-1000) -[2025.05.25-17.52.32:487][877]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:487][877]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:487][877]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4365 outside of frame bounds -[2025.05.25-17.52.32:492][877]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4365 outside of frame bounds -[2025.05.25-17.52.32:496][878]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:496][878]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:496][878]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4366 outside of frame bounds -[2025.05.25-17.52.32:497][878]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4364 failed (-1006) -[2025.05.25-17.52.32:497][878]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:498][878]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4365 failed (-1000) -[2025.05.25-17.52.32:503][878]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4366 outside of frame bounds -[2025.05.25-17.52.32:505][879]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:505][879]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:505][879]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4367 outside of frame bounds -[2025.05.25-17.52.32:510][879]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4365 failed (-1006) -[2025.05.25-17.52.32:510][879]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:510][879]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4366 failed (-1000) -[2025.05.25-17.52.32:515][880]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4367 outside of frame bounds -[2025.05.25-17.52.32:515][880]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:515][880]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:515][880]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4368 outside of frame bounds -[2025.05.25-17.52.32:520][880]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4366 failed (-1006) -[2025.05.25-17.52.32:521][880]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:521][880]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4367 failed (-1000) -[2025.05.25-17.52.32:526][881]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4368 outside of frame bounds -[2025.05.25-17.52.32:526][881]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:526][881]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:526][881]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4369 outside of frame bounds -[2025.05.25-17.52.32:532][881]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4367 failed (-1006) -[2025.05.25-17.52.32:533][881]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:533][881]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4368 failed (-1000) -[2025.05.25-17.52.32:539][882]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4369 outside of frame bounds -[2025.05.25-17.52.32:539][882]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:539][882]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:539][882]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4370 outside of frame bounds -[2025.05.25-17.52.32:545][882]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4368 failed (-1006) -[2025.05.25-17.52.32:546][882]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:546][882]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4369 failed (-1000) -[2025.05.25-17.52.32:550][883]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4370 outside of frame bounds -[2025.05.25-17.52.32:550][883]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:550][883]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:550][883]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4371 outside of frame bounds -[2025.05.25-17.52.32:556][883]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4369 failed (-1006) -[2025.05.25-17.52.32:557][883]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:557][883]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4370 failed (-1000) -[2025.05.25-17.52.32:563][884]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4371 outside of frame bounds -[2025.05.25-17.52.32:563][884]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:563][884]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:563][884]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4372 outside of frame bounds -[2025.05.25-17.52.32:568][884]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4370 failed (-1006) -[2025.05.25-17.52.32:570][884]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:570][884]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4371 failed (-1000) -[2025.05.25-17.52.32:575][885]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4372 outside of frame bounds -[2025.05.25-17.52.32:576][885]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:576][885]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:576][885]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4373 outside of frame bounds -[2025.05.25-17.52.32:580][885]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4371 failed (-1006) -[2025.05.25-17.52.32:580][885]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:580][885]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4372 failed (-1000) -[2025.05.25-17.52.32:586][886]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4373 outside of frame bounds -[2025.05.25-17.52.32:587][886]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:587][886]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:587][886]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4374 outside of frame bounds -[2025.05.25-17.52.32:593][886]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4372 failed (-1006) -[2025.05.25-17.52.32:593][886]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:593][886]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4373 failed (-1000) -[2025.05.25-17.52.32:597][887]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4374 outside of frame bounds -[2025.05.25-17.52.32:598][887]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:598][887]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:598][887]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4375 outside of frame bounds -[2025.05.25-17.52.32:605][887]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4373 failed (-1006) -[2025.05.25-17.52.32:606][887]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:606][887]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4374 failed (-1000) -[2025.05.25-17.52.32:610][888]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4375 outside of frame bounds -[2025.05.25-17.52.32:611][888]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:611][888]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:611][888]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4376 outside of frame bounds -[2025.05.25-17.52.32:617][888]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4374 failed (-1006) -[2025.05.25-17.52.32:618][888]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:618][888]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4375 failed (-1000) -[2025.05.25-17.52.32:623][889]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4376 outside of frame bounds -[2025.05.25-17.52.32:623][889]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:623][889]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:623][889]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4377 outside of frame bounds -[2025.05.25-17.52.32:628][889]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4375 failed (-1006) -[2025.05.25-17.52.32:629][889]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:629][889]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4376 failed (-1000) -[2025.05.25-17.52.32:633][890]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4377 outside of frame bounds -[2025.05.25-17.52.32:634][890]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:634][890]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:634][890]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4378 outside of frame bounds -[2025.05.25-17.52.32:641][890]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4376 failed (-1006) -[2025.05.25-17.52.32:642][890]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:642][890]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4377 failed (-1000) -[2025.05.25-17.52.32:646][891]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4378 outside of frame bounds -[2025.05.25-17.52.32:646][891]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:646][891]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:646][891]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4379 outside of frame bounds -[2025.05.25-17.52.32:652][891]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4377 failed (-1006) -[2025.05.25-17.52.32:653][891]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:653][891]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4378 failed (-1000) -[2025.05.25-17.52.32:658][892]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4379 outside of frame bounds -[2025.05.25-17.52.32:659][892]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:659][892]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:659][892]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4380 outside of frame bounds -[2025.05.25-17.52.32:664][892]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4378 failed (-1006) -[2025.05.25-17.52.32:665][892]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:665][892]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4379 failed (-1000) -[2025.05.25-17.52.32:669][893]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4380 outside of frame bounds -[2025.05.25-17.52.32:670][893]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:670][893]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:670][893]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4381 outside of frame bounds -[2025.05.25-17.52.32:677][893]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4379 failed (-1006) -[2025.05.25-17.52.32:678][893]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:678][893]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4380 failed (-1000) -[2025.05.25-17.52.32:682][894]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4381 outside of frame bounds -[2025.05.25-17.52.32:683][894]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:683][894]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:683][894]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4382 outside of frame bounds -[2025.05.25-17.52.32:689][894]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4380 failed (-1006) -[2025.05.25-17.52.32:689][894]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:689][894]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4381 failed (-1000) -[2025.05.25-17.52.32:694][895]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4382 outside of frame bounds -[2025.05.25-17.52.32:695][895]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:695][895]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:695][895]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4383 outside of frame bounds -[2025.05.25-17.52.32:701][895]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4381 failed (-1006) -[2025.05.25-17.52.32:702][895]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:702][895]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4382 failed (-1000) -[2025.05.25-17.52.32:707][896]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4383 outside of frame bounds -[2025.05.25-17.52.32:708][896]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:708][896]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:708][896]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4384 outside of frame bounds -[2025.05.25-17.52.32:714][896]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4382 failed (-1006) -[2025.05.25-17.52.32:715][896]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:715][896]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4383 failed (-1000) -[2025.05.25-17.52.32:719][897]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4384 outside of frame bounds -[2025.05.25-17.52.32:719][897]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:719][897]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:719][897]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4385 outside of frame bounds -[2025.05.25-17.52.32:725][897]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4383 failed (-1006) -[2025.05.25-17.52.32:727][897]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:727][897]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4384 failed (-1000) -[2025.05.25-17.52.32:731][898]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4385 outside of frame bounds -[2025.05.25-17.52.32:732][898]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:732][898]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:732][898]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4386 outside of frame bounds -[2025.05.25-17.52.32:738][898]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4384 failed (-1006) -[2025.05.25-17.52.32:739][898]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:739][898]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4385 failed (-1000) -[2025.05.25-17.52.32:744][899]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4386 outside of frame bounds -[2025.05.25-17.52.32:744][899]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:744][899]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:744][899]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4387 outside of frame bounds -[2025.05.25-17.52.32:748][899]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4385 failed (-1006) -[2025.05.25-17.52.32:749][899]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:749][899]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4386 failed (-1000) -[2025.05.25-17.52.32:756][900]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4387 outside of frame bounds -[2025.05.25-17.52.32:757][900]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:757][900]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:757][900]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4388 outside of frame bounds -[2025.05.25-17.52.32:761][900]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4386 failed (-1006) -[2025.05.25-17.52.32:762][900]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:762][900]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4387 failed (-1000) -[2025.05.25-17.52.32:766][901]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4388 outside of frame bounds -[2025.05.25-17.52.32:767][901]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:767][901]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:767][901]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4389 outside of frame bounds -[2025.05.25-17.52.32:773][901]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4387 failed (-1006) -[2025.05.25-17.52.32:774][901]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:774][901]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4388 failed (-1000) -[2025.05.25-17.52.32:779][902]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4389 outside of frame bounds -[2025.05.25-17.52.32:779][902]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:779][902]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:779][902]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4390 outside of frame bounds -[2025.05.25-17.52.32:785][902]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4388 failed (-1006) -[2025.05.25-17.52.32:787][902]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:787][902]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4389 failed (-1000) -[2025.05.25-17.52.32:791][903]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4390 outside of frame bounds -[2025.05.25-17.52.32:791][903]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:791][903]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:791][903]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4391 outside of frame bounds -[2025.05.25-17.52.32:797][903]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4389 failed (-1006) -[2025.05.25-17.52.32:797][903]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:797][903]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4390 failed (-1000) -[2025.05.25-17.52.32:803][904]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4391 outside of frame bounds -[2025.05.25-17.52.32:803][904]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:803][904]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:803][904]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4392 outside of frame bounds -[2025.05.25-17.52.32:810][904]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4390 failed (-1006) -[2025.05.25-17.52.32:811][904]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:811][904]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4391 failed (-1000) -[2025.05.25-17.52.32:816][905]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4392 outside of frame bounds -[2025.05.25-17.52.32:816][905]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:816][905]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:816][905]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4393 outside of frame bounds -[2025.05.25-17.52.32:823][905]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4391 failed (-1006) -[2025.05.25-17.52.32:824][905]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:824][905]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4392 failed (-1000) -[2025.05.25-17.52.32:828][906]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4393 outside of frame bounds -[2025.05.25-17.52.32:828][906]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:828][906]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:828][906]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4394 outside of frame bounds -[2025.05.25-17.52.32:833][906]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4392 failed (-1006) -[2025.05.25-17.52.32:834][906]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:834][906]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4393 failed (-1000) -[2025.05.25-17.52.32:841][907]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4394 outside of frame bounds -[2025.05.25-17.52.32:841][907]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:841][907]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:841][907]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4395 outside of frame bounds -[2025.05.25-17.52.32:846][907]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4393 failed (-1006) -[2025.05.25-17.52.32:846][907]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:846][907]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4394 failed (-1000) -[2025.05.25-17.52.32:851][908]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4395 outside of frame bounds -[2025.05.25-17.52.32:852][908]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:852][908]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:852][908]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4396 outside of frame bounds -[2025.05.25-17.52.32:857][908]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4394 failed (-1006) -[2025.05.25-17.52.32:858][908]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:858][908]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4395 failed (-1000) -[2025.05.25-17.52.32:862][909]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4396 outside of frame bounds -[2025.05.25-17.52.32:863][909]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:863][909]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:863][909]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4397 outside of frame bounds -[2025.05.25-17.52.32:870][909]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4395 failed (-1006) -[2025.05.25-17.52.32:871][909]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:871][909]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4396 failed (-1000) -[2025.05.25-17.52.32:875][910]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4397 outside of frame bounds -[2025.05.25-17.52.32:876][910]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:876][910]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:876][910]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4398 outside of frame bounds -[2025.05.25-17.52.32:882][910]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4396 failed (-1006) -[2025.05.25-17.52.32:882][910]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:882][910]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4397 failed (-1000) -[2025.05.25-17.52.32:887][911]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4398 outside of frame bounds -[2025.05.25-17.52.32:888][911]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:888][911]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:888][911]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4399 outside of frame bounds -[2025.05.25-17.52.32:894][911]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4397 failed (-1006) -[2025.05.25-17.52.32:895][911]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:895][911]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4398 failed (-1000) -[2025.05.25-17.52.32:899][912]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4399 outside of frame bounds -[2025.05.25-17.52.32:899][912]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:899][912]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:899][912]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4400 outside of frame bounds -[2025.05.25-17.52.32:907][912]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4398 failed (-1006) -[2025.05.25-17.52.32:908][912]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:908][912]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4399 failed (-1000) -[2025.05.25-17.52.32:912][913]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4400 outside of frame bounds -[2025.05.25-17.52.32:912][913]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:913][913]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:913][913]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4401 outside of frame bounds -[2025.05.25-17.52.32:917][913]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4399 failed (-1006) -[2025.05.25-17.52.32:918][913]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:918][913]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4400 failed (-1000) -[2025.05.25-17.52.32:924][914]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4401 outside of frame bounds -[2025.05.25-17.52.32:924][914]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:924][914]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:924][914]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4402 outside of frame bounds -[2025.05.25-17.52.32:928][914]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4400 failed (-1006) -[2025.05.25-17.52.32:929][914]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:929][914]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4401 failed (-1000) -[2025.05.25-17.52.32:934][915]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4402 outside of frame bounds -[2025.05.25-17.52.32:934][915]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:934][915]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:934][915]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4403 outside of frame bounds -[2025.05.25-17.52.32:941][915]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4401 failed (-1006) -[2025.05.25-17.52.32:942][915]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:942][915]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4402 failed (-1000) -[2025.05.25-17.52.32:947][916]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4403 outside of frame bounds -[2025.05.25-17.52.32:947][916]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:947][916]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:947][916]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4404 outside of frame bounds -[2025.05.25-17.52.32:953][916]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4402 failed (-1006) -[2025.05.25-17.52.32:954][916]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:954][916]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4403 failed (-1000) -[2025.05.25-17.52.32:958][917]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4404 outside of frame bounds -[2025.05.25-17.52.32:959][917]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:959][917]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:959][917]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4405 outside of frame bounds -[2025.05.25-17.52.32:964][917]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4403 failed (-1006) -[2025.05.25-17.52.32:966][917]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:966][917]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4404 failed (-1000) -[2025.05.25-17.52.32:971][918]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4405 outside of frame bounds -[2025.05.25-17.52.32:972][918]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:972][918]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:972][918]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4406 outside of frame bounds -[2025.05.25-17.52.32:977][918]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4404 failed (-1006) -[2025.05.25-17.52.32:979][918]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:979][918]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4405 failed (-1000) -[2025.05.25-17.52.32:983][919]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4406 outside of frame bounds -[2025.05.25-17.52.32:983][919]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:983][919]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:983][919]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4407 outside of frame bounds -[2025.05.25-17.52.32:989][919]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4405 failed (-1006) -[2025.05.25-17.52.32:990][919]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.32:990][919]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4406 failed (-1000) -[2025.05.25-17.52.32:995][920]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4407 outside of frame bounds -[2025.05.25-17.52.32:996][920]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.32:996][920]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.32:996][920]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4408 outside of frame bounds -[2025.05.25-17.52.33:001][920]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4406 failed (-1006) -[2025.05.25-17.52.33:002][920]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:002][920]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4407 failed (-1000) -[2025.05.25-17.52.33:008][921]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4408 outside of frame bounds -[2025.05.25-17.52.33:009][921]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:009][921]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:009][921]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4409 outside of frame bounds -[2025.05.25-17.52.33:012][921]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4407 failed (-1006) -[2025.05.25-17.52.33:013][921]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:013][921]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4408 failed (-1000) -[2025.05.25-17.52.33:018][922]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4409 outside of frame bounds -[2025.05.25-17.52.33:019][922]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:019][922]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:019][922]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4410 outside of frame bounds -[2025.05.25-17.52.33:025][922]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4408 failed (-1006) -[2025.05.25-17.52.33:025][922]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:025][922]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4409 failed (-1000) -[2025.05.25-17.52.33:030][923]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4410 outside of frame bounds -[2025.05.25-17.52.33:030][923]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:030][923]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:030][923]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4411 outside of frame bounds -[2025.05.25-17.52.33:037][923]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4409 failed (-1006) -[2025.05.25-17.52.33:038][923]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:038][923]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4410 failed (-1000) -[2025.05.25-17.52.33:042][924]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4411 outside of frame bounds -[2025.05.25-17.52.33:043][924]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:043][924]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:043][924]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4412 outside of frame bounds -[2025.05.25-17.52.33:049][924]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4410 failed (-1006) -[2025.05.25-17.52.33:050][924]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:050][924]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4411 failed (-1000) -[2025.05.25-17.52.33:054][925]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4412 outside of frame bounds -[2025.05.25-17.52.33:055][925]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:055][925]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:055][925]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4413 outside of frame bounds -[2025.05.25-17.52.33:061][925]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4411 failed (-1006) -[2025.05.25-17.52.33:061][925]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:061][925]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4412 failed (-1000) -[2025.05.25-17.52.33:066][926]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4413 outside of frame bounds -[2025.05.25-17.52.33:067][926]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:067][926]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:067][926]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4414 outside of frame bounds -[2025.05.25-17.52.33:074][926]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4412 failed (-1006) -[2025.05.25-17.52.33:074][926]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:075][926]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4413 failed (-1000) -[2025.05.25-17.52.33:079][927]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4414 outside of frame bounds -[2025.05.25-17.52.33:079][927]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:079][927]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:079][927]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4415 outside of frame bounds -[2025.05.25-17.52.33:085][927]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4413 failed (-1006) -[2025.05.25-17.52.33:086][927]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:086][927]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4414 failed (-1000) -[2025.05.25-17.52.33:091][928]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4415 outside of frame bounds -[2025.05.25-17.52.33:092][928]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:092][928]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:092][928]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4416 outside of frame bounds -[2025.05.25-17.52.33:096][928]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4414 failed (-1006) -[2025.05.25-17.52.33:097][928]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:097][928]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4415 failed (-1000) -[2025.05.25-17.52.33:102][929]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4416 outside of frame bounds -[2025.05.25-17.52.33:102][929]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:102][929]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:102][929]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4417 outside of frame bounds -[2025.05.25-17.52.33:109][929]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4415 failed (-1006) -[2025.05.25-17.52.33:110][929]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:110][929]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4416 failed (-1000) -[2025.05.25-17.52.33:114][930]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4417 outside of frame bounds -[2025.05.25-17.52.33:114][930]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:115][930]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:115][930]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4418 outside of frame bounds -[2025.05.25-17.52.33:121][930]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4416 failed (-1006) -[2025.05.25-17.52.33:122][930]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:122][930]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4417 failed (-1000) -[2025.05.25-17.52.33:127][931]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4418 outside of frame bounds -[2025.05.25-17.52.33:127][931]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:127][931]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:127][931]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4419 outside of frame bounds -[2025.05.25-17.52.33:133][931]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4417 failed (-1006) -[2025.05.25-17.52.33:134][931]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:134][931]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4418 failed (-1000) -[2025.05.25-17.52.33:139][932]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4419 outside of frame bounds -[2025.05.25-17.52.33:140][932]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:140][932]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:140][932]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4420 outside of frame bounds -[2025.05.25-17.52.33:145][932]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4418 failed (-1006) -[2025.05.25-17.52.33:145][932]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:145][932]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4419 failed (-1000) -[2025.05.25-17.52.33:151][933]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4420 outside of frame bounds -[2025.05.25-17.52.33:151][933]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:151][933]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:151][933]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4421 outside of frame bounds -[2025.05.25-17.52.33:158][933]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4419 failed (-1006) -[2025.05.25-17.52.33:159][933]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:159][933]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4420 failed (-1000) -[2025.05.25-17.52.33:164][934]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4421 outside of frame bounds -[2025.05.25-17.52.33:164][934]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:164][934]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:164][934]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4422 outside of frame bounds -[2025.05.25-17.52.33:171][934]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4420 failed (-1006) -[2025.05.25-17.52.33:172][934]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:172][934]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4421 failed (-1000) -[2025.05.25-17.52.33:177][935]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4422 outside of frame bounds -[2025.05.25-17.52.33:177][935]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:177][935]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:177][935]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4423 outside of frame bounds -[2025.05.25-17.52.33:181][935]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4421 failed (-1006) -[2025.05.25-17.52.33:182][935]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:182][935]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4422 failed (-1000) -[2025.05.25-17.52.33:189][936]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4423 outside of frame bounds -[2025.05.25-17.52.33:189][936]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:189][936]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:189][936]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4424 outside of frame bounds -[2025.05.25-17.52.33:193][936]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4422 failed (-1006) -[2025.05.25-17.52.33:194][936]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:194][936]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4423 failed (-1000) -[2025.05.25-17.52.33:200][937]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4424 outside of frame bounds -[2025.05.25-17.52.33:200][937]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:200][937]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:200][937]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4425 outside of frame bounds -[2025.05.25-17.52.33:206][937]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4423 failed (-1006) -[2025.05.25-17.52.33:207][937]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:207][937]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4424 failed (-1000) -[2025.05.25-17.52.33:212][938]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4425 outside of frame bounds -[2025.05.25-17.52.33:213][938]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:213][938]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:213][938]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4426 outside of frame bounds -[2025.05.25-17.52.33:219][938]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4424 failed (-1006) -[2025.05.25-17.52.33:220][938]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:220][938]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4425 failed (-1000) -[2025.05.25-17.52.33:224][939]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4426 outside of frame bounds -[2025.05.25-17.52.33:224][939]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:224][939]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:224][939]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4427 outside of frame bounds -[2025.05.25-17.52.33:230][939]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4425 failed (-1006) -[2025.05.25-17.52.33:231][939]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:231][939]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4426 failed (-1000) -[2025.05.25-17.52.33:236][940]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4427 outside of frame bounds -[2025.05.25-17.52.33:237][940]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:237][940]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:237][940]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4428 outside of frame bounds -[2025.05.25-17.52.33:243][940]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4426 failed (-1006) -[2025.05.25-17.52.33:244][940]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:244][940]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4427 failed (-1000) -[2025.05.25-17.52.33:248][941]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4428 outside of frame bounds -[2025.05.25-17.52.33:249][941]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:249][941]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:249][941]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4429 outside of frame bounds -[2025.05.25-17.52.33:256][941]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4427 failed (-1006) -[2025.05.25-17.52.33:257][941]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:257][941]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4428 failed (-1000) -[2025.05.25-17.52.33:260][942]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4429 outside of frame bounds -[2025.05.25-17.52.33:261][942]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:261][942]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:261][942]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4430 outside of frame bounds -[2025.05.25-17.52.33:267][942]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4428 failed (-1006) -[2025.05.25-17.52.33:269][942]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:269][942]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4429 failed (-1000) -[2025.05.25-17.52.33:273][943]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4430 outside of frame bounds -[2025.05.25-17.52.33:274][943]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:274][943]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:274][943]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4431 outside of frame bounds -[2025.05.25-17.52.33:278][943]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4429 failed (-1006) -[2025.05.25-17.52.33:278][943]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:278][943]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4430 failed (-1000) -[2025.05.25-17.52.33:284][944]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4431 outside of frame bounds -[2025.05.25-17.52.33:285][944]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:285][944]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:285][944]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4432 outside of frame bounds -[2025.05.25-17.52.33:290][944]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4430 failed (-1006) -[2025.05.25-17.52.33:291][944]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:291][944]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4431 failed (-1000) -[2025.05.25-17.52.33:296][945]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4432 outside of frame bounds -[2025.05.25-17.52.33:296][945]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:296][945]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:296][945]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4433 outside of frame bounds -[2025.05.25-17.52.33:303][945]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4431 failed (-1006) -[2025.05.25-17.52.33:303][945]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:303][945]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4432 failed (-1000) -[2025.05.25-17.52.33:308][946]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4433 outside of frame bounds -[2025.05.25-17.52.33:308][946]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:309][946]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:309][946]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4434 outside of frame bounds -[2025.05.25-17.52.33:314][946]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4432 failed (-1006) -[2025.05.25-17.52.33:315][946]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:315][946]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4433 failed (-1000) -[2025.05.25-17.52.33:319][947]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4434 outside of frame bounds -[2025.05.25-17.52.33:320][947]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:320][947]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:320][947]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4435 outside of frame bounds -[2025.05.25-17.52.33:326][947]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4433 failed (-1006) -[2025.05.25-17.52.33:327][947]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:327][947]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4434 failed (-1000) -[2025.05.25-17.52.33:332][948]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4435 outside of frame bounds -[2025.05.25-17.52.33:333][948]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:333][948]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:333][948]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4436 outside of frame bounds -[2025.05.25-17.52.33:338][948]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4434 failed (-1006) -[2025.05.25-17.52.33:339][948]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:339][948]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4435 failed (-1000) -[2025.05.25-17.52.33:344][949]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4436 outside of frame bounds -[2025.05.25-17.52.33:344][949]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:344][949]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:344][949]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4437 outside of frame bounds -[2025.05.25-17.52.33:350][949]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4435 failed (-1006) -[2025.05.25-17.52.33:350][949]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:350][949]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4436 failed (-1000) -[2025.05.25-17.52.33:356][950]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4437 outside of frame bounds -[2025.05.25-17.52.33:356][950]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:356][950]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:356][950]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4438 outside of frame bounds -[2025.05.25-17.52.33:361][950]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4436 failed (-1006) -[2025.05.25-17.52.33:361][950]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:361][950]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4437 failed (-1000) -[2025.05.25-17.52.33:367][951]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4438 outside of frame bounds -[2025.05.25-17.52.33:367][951]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:367][951]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:367][951]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4439 outside of frame bounds -[2025.05.25-17.52.33:373][951]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4437 failed (-1006) -[2025.05.25-17.52.33:374][951]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:374][951]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4438 failed (-1000) -[2025.05.25-17.52.33:379][952]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4439 outside of frame bounds -[2025.05.25-17.52.33:379][952]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:379][952]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:379][952]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4440 outside of frame bounds -[2025.05.25-17.52.33:385][952]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4438 failed (-1006) -[2025.05.25-17.52.33:386][952]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:386][952]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4439 failed (-1000) -[2025.05.25-17.52.33:391][953]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4440 outside of frame bounds -[2025.05.25-17.52.33:391][953]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:391][953]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:391][953]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4441 outside of frame bounds -[2025.05.25-17.52.33:397][953]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4439 failed (-1006) -[2025.05.25-17.52.33:397][953]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:398][953]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4440 failed (-1000) -[2025.05.25-17.52.33:402][954]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4441 outside of frame bounds -[2025.05.25-17.52.33:402][954]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:402][954]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:402][954]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4442 outside of frame bounds -[2025.05.25-17.52.33:409][954]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4440 failed (-1006) -[2025.05.25-17.52.33:410][954]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:410][954]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4441 failed (-1000) -[2025.05.25-17.52.33:414][955]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4442 outside of frame bounds -[2025.05.25-17.52.33:415][955]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:415][955]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:415][955]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4443 outside of frame bounds -[2025.05.25-17.52.33:421][955]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4441 failed (-1006) -[2025.05.25-17.52.33:422][955]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:422][955]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4442 failed (-1000) -[2025.05.25-17.52.33:426][956]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4443 outside of frame bounds -[2025.05.25-17.52.33:426][956]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:426][956]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:426][956]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4444 outside of frame bounds -[2025.05.25-17.52.33:431][956]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4442 failed (-1006) -[2025.05.25-17.52.33:432][956]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:432][956]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4443 failed (-1000) -[2025.05.25-17.52.33:439][957]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4444 outside of frame bounds -[2025.05.25-17.52.33:439][957]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:439][957]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:439][957]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4445 outside of frame bounds -[2025.05.25-17.52.33:443][957]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4443 failed (-1006) -[2025.05.25-17.52.33:444][957]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:444][957]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4444 failed (-1000) -[2025.05.25-17.52.33:449][958]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4445 outside of frame bounds -[2025.05.25-17.52.33:449][958]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:449][958]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:449][958]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4446 outside of frame bounds -[2025.05.25-17.52.33:455][958]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4444 failed (-1006) -[2025.05.25-17.52.33:456][958]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:456][958]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4445 failed (-1000) -[2025.05.25-17.52.33:460][959]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4446 outside of frame bounds -[2025.05.25-17.52.33:461][959]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:461][959]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:461][959]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4447 outside of frame bounds -[2025.05.25-17.52.33:467][959]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4445 failed (-1006) -[2025.05.25-17.52.33:468][959]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:468][959]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4446 failed (-1000) -[2025.05.25-17.52.33:473][960]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4447 outside of frame bounds -[2025.05.25-17.52.33:473][960]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:473][960]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:473][960]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4448 outside of frame bounds -[2025.05.25-17.52.33:479][960]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4446 failed (-1006) -[2025.05.25-17.52.33:480][960]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:480][960]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4447 failed (-1000) -[2025.05.25-17.52.33:484][961]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4448 outside of frame bounds -[2025.05.25-17.52.33:485][961]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:485][961]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:485][961]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4449 outside of frame bounds -[2025.05.25-17.52.33:491][961]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4447 failed (-1006) -[2025.05.25-17.52.33:492][961]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:492][961]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4448 failed (-1000) -[2025.05.25-17.52.33:497][962]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4449 outside of frame bounds -[2025.05.25-17.52.33:497][962]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:497][962]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:497][962]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4450 outside of frame bounds -[2025.05.25-17.52.33:503][962]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4448 failed (-1006) -[2025.05.25-17.52.33:504][962]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:504][962]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4449 failed (-1000) -[2025.05.25-17.52.33:509][963]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4450 outside of frame bounds -[2025.05.25-17.52.33:509][963]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:509][963]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:509][963]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4451 outside of frame bounds -[2025.05.25-17.52.33:514][963]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4449 failed (-1006) -[2025.05.25-17.52.33:515][963]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:515][963]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4450 failed (-1000) -[2025.05.25-17.52.33:521][964]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4451 outside of frame bounds -[2025.05.25-17.52.33:521][964]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:521][964]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:521][964]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4452 outside of frame bounds -[2025.05.25-17.52.33:526][964]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4450 failed (-1006) -[2025.05.25-17.52.33:526][964]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:527][964]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4451 failed (-1000) -[2025.05.25-17.52.33:531][965]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4452 outside of frame bounds -[2025.05.25-17.52.33:532][965]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:532][965]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:532][965]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4453 outside of frame bounds -[2025.05.25-17.52.33:539][965]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4451 failed (-1006) -[2025.05.25-17.52.33:540][965]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:540][965]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4452 failed (-1000) -[2025.05.25-17.52.33:544][966]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4453 outside of frame bounds -[2025.05.25-17.52.33:544][966]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:544][966]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:544][966]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4454 outside of frame bounds -[2025.05.25-17.52.33:551][966]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4452 failed (-1006) -[2025.05.25-17.52.33:552][966]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:552][966]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4453 failed (-1000) -[2025.05.25-17.52.33:557][967]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4454 outside of frame bounds -[2025.05.25-17.52.33:557][967]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:557][967]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:557][967]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4455 outside of frame bounds -[2025.05.25-17.52.33:562][967]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4453 failed (-1006) -[2025.05.25-17.52.33:563][967]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:563][967]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4454 failed (-1000) -[2025.05.25-17.52.33:568][968]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4455 outside of frame bounds -[2025.05.25-17.52.33:568][968]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:568][968]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:568][968]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4456 outside of frame bounds -[2025.05.25-17.52.33:575][968]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4454 failed (-1006) -[2025.05.25-17.52.33:576][968]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:576][968]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4455 failed (-1000) -[2025.05.25-17.52.33:581][969]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4456 outside of frame bounds -[2025.05.25-17.52.33:581][969]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:581][969]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:581][969]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4457 outside of frame bounds -[2025.05.25-17.52.33:587][969]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4455 failed (-1006) -[2025.05.25-17.52.33:588][969]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:588][969]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4456 failed (-1000) -[2025.05.25-17.52.33:593][970]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4457 outside of frame bounds -[2025.05.25-17.52.33:593][970]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:593][970]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:593][970]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4458 outside of frame bounds -[2025.05.25-17.52.33:597][970]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4456 failed (-1006) -[2025.05.25-17.52.33:598][970]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:598][970]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4457 failed (-1000) -[2025.05.25-17.52.33:605][971]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4458 outside of frame bounds -[2025.05.25-17.52.33:606][971]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:606][971]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:606][971]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4459 outside of frame bounds -[2025.05.25-17.52.33:611][971]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4457 failed (-1006) -[2025.05.25-17.52.33:611][971]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:611][971]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4458 failed (-1000) -[2025.05.25-17.52.33:617][972]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4459 outside of frame bounds -[2025.05.25-17.52.33:617][972]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:617][972]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:617][972]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4460 outside of frame bounds -[2025.05.25-17.52.33:623][972]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4458 failed (-1006) -[2025.05.25-17.52.33:623][972]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:623][972]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4459 failed (-1000) -[2025.05.25-17.52.33:627][973]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4460 outside of frame bounds -[2025.05.25-17.52.33:628][973]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:628][973]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:628][973]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4461 outside of frame bounds -[2025.05.25-17.52.33:635][973]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4459 failed (-1006) -[2025.05.25-17.52.33:636][973]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:636][973]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4460 failed (-1000) -[2025.05.25-17.52.33:640][974]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4461 outside of frame bounds -[2025.05.25-17.52.33:640][974]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:640][974]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:640][974]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4462 outside of frame bounds -[2025.05.25-17.52.33:646][974]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4460 failed (-1006) -[2025.05.25-17.52.33:647][974]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:647][974]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4461 failed (-1000) -[2025.05.25-17.52.33:652][975]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4462 outside of frame bounds -[2025.05.25-17.52.33:652][975]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:652][975]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:652][975]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4463 outside of frame bounds -[2025.05.25-17.52.33:658][975]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4461 failed (-1006) -[2025.05.25-17.52.33:659][975]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:659][975]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4462 failed (-1000) -[2025.05.25-17.52.33:664][976]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4463 outside of frame bounds -[2025.05.25-17.52.33:664][976]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:664][976]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:664][976]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4464 outside of frame bounds -[2025.05.25-17.52.33:672][976]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4462 failed (-1006) -[2025.05.25-17.52.33:672][976]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:672][976]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4463 failed (-1000) -[2025.05.25-17.52.33:678][977]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4464 outside of frame bounds -[2025.05.25-17.52.33:678][977]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:678][977]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:678][977]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4465 outside of frame bounds -[2025.05.25-17.52.33:684][977]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4463 failed (-1006) -[2025.05.25-17.52.33:685][977]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:685][977]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4464 failed (-1000) -[2025.05.25-17.52.33:690][978]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4465 outside of frame bounds -[2025.05.25-17.52.33:690][978]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:690][978]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:690][978]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4466 outside of frame bounds -[2025.05.25-17.52.33:694][978]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4464 failed (-1006) -[2025.05.25-17.52.33:695][978]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:695][978]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4465 failed (-1000) -[2025.05.25-17.52.33:701][979]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4466 outside of frame bounds -[2025.05.25-17.52.33:702][979]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:702][979]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:702][979]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4467 outside of frame bounds -[2025.05.25-17.52.33:707][979]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4465 failed (-1006) -[2025.05.25-17.52.33:708][979]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:708][979]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4466 failed (-1000) -[2025.05.25-17.52.33:713][980]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4467 outside of frame bounds -[2025.05.25-17.52.33:714][980]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:714][980]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:714][980]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4468 outside of frame bounds -[2025.05.25-17.52.33:720][980]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4466 failed (-1006) -[2025.05.25-17.52.33:721][980]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:721][980]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4467 failed (-1000) -[2025.05.25-17.52.33:725][981]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4468 outside of frame bounds -[2025.05.25-17.52.33:726][981]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:726][981]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:726][981]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4469 outside of frame bounds -[2025.05.25-17.52.33:732][981]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4467 failed (-1006) -[2025.05.25-17.52.33:732][981]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:732][981]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4468 failed (-1000) -[2025.05.25-17.52.33:738][982]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4469 outside of frame bounds -[2025.05.25-17.52.33:739][982]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:739][982]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:739][982]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4470 outside of frame bounds -[2025.05.25-17.52.33:745][982]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4468 failed (-1006) -[2025.05.25-17.52.33:745][982]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:745][982]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4469 failed (-1000) -[2025.05.25-17.52.33:751][983]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4470 outside of frame bounds -[2025.05.25-17.52.33:751][983]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:751][983]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:751][983]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4471 outside of frame bounds -[2025.05.25-17.52.33:757][983]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4469 failed (-1006) -[2025.05.25-17.52.33:758][983]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:758][983]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4470 failed (-1000) -[2025.05.25-17.52.33:761][984]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4471 outside of frame bounds -[2025.05.25-17.52.33:762][984]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:762][984]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:762][984]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4472 outside of frame bounds -[2025.05.25-17.52.33:769][984]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4470 failed (-1006) -[2025.05.25-17.52.33:770][984]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:770][984]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4471 failed (-1000) -[2025.05.25-17.52.33:774][985]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4472 outside of frame bounds -[2025.05.25-17.52.33:774][985]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:774][985]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:774][985]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4473 outside of frame bounds -[2025.05.25-17.52.33:780][985]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4471 failed (-1006) -[2025.05.25-17.52.33:781][985]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:781][985]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4472 failed (-1000) -[2025.05.25-17.52.33:786][986]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4473 outside of frame bounds -[2025.05.25-17.52.33:787][986]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:787][986]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:787][986]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4474 outside of frame bounds -[2025.05.25-17.52.33:791][986]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4472 failed (-1006) -[2025.05.25-17.52.33:793][986]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:793][986]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4473 failed (-1000) -[2025.05.25-17.52.33:798][987]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4474 outside of frame bounds -[2025.05.25-17.52.33:799][987]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:799][987]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:799][987]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4475 outside of frame bounds -[2025.05.25-17.52.33:805][987]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4473 failed (-1006) -[2025.05.25-17.52.33:805][987]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:805][987]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4474 failed (-1000) -[2025.05.25-17.52.33:811][988]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4475 outside of frame bounds -[2025.05.25-17.52.33:812][988]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:812][988]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:812][988]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4476 outside of frame bounds -[2025.05.25-17.52.33:816][988]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4474 failed (-1006) -[2025.05.25-17.52.33:817][988]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:817][988]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4475 failed (-1000) -[2025.05.25-17.52.33:823][989]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4476 outside of frame bounds -[2025.05.25-17.52.33:823][989]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:823][989]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:823][989]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4477 outside of frame bounds -[2025.05.25-17.52.33:828][989]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4475 failed (-1006) -[2025.05.25-17.52.33:829][989]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:829][989]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4476 failed (-1000) -[2025.05.25-17.52.33:834][990]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4477 outside of frame bounds -[2025.05.25-17.52.33:835][990]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:835][990]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:835][990]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4478 outside of frame bounds -[2025.05.25-17.52.33:842][990]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4476 failed (-1006) -[2025.05.25-17.52.33:842][990]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:842][990]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4477 failed (-1000) -[2025.05.25-17.52.33:847][991]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4478 outside of frame bounds -[2025.05.25-17.52.33:847][991]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:847][991]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:847][991]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4479 outside of frame bounds -[2025.05.25-17.52.33:853][991]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4477 failed (-1006) -[2025.05.25-17.52.33:854][991]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:854][991]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4478 failed (-1000) -[2025.05.25-17.52.33:858][992]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4479 outside of frame bounds -[2025.05.25-17.52.33:859][992]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:859][992]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:859][992]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4480 outside of frame bounds -[2025.05.25-17.52.33:865][992]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4478 failed (-1006) -[2025.05.25-17.52.33:865][992]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:865][992]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4479 failed (-1000) -[2025.05.25-17.52.33:870][993]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4480 outside of frame bounds -[2025.05.25-17.52.33:871][993]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:871][993]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:871][993]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4481 outside of frame bounds -[2025.05.25-17.52.33:878][993]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4479 failed (-1006) -[2025.05.25-17.52.33:879][993]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:879][993]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4480 failed (-1000) -[2025.05.25-17.52.33:884][994]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4481 outside of frame bounds -[2025.05.25-17.52.33:884][994]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:884][994]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:884][994]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4482 outside of frame bounds -[2025.05.25-17.52.33:889][994]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4480 failed (-1006) -[2025.05.25-17.52.33:889][994]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:889][994]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4481 failed (-1000) -[2025.05.25-17.52.33:895][995]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4482 outside of frame bounds -[2025.05.25-17.52.33:896][995]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:896][995]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:896][995]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4483 outside of frame bounds -[2025.05.25-17.52.33:902][995]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4481 failed (-1006) -[2025.05.25-17.52.33:903][995]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:903][995]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4482 failed (-1000) -[2025.05.25-17.52.33:909][996]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4483 outside of frame bounds -[2025.05.25-17.52.33:909][996]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:909][996]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:909][996]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4484 outside of frame bounds -[2025.05.25-17.52.33:913][996]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4482 failed (-1006) -[2025.05.25-17.52.33:914][996]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:914][996]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4483 failed (-1000) -[2025.05.25-17.52.33:919][997]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4484 outside of frame bounds -[2025.05.25-17.52.33:919][997]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:919][997]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:919][997]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4485 outside of frame bounds -[2025.05.25-17.52.33:925][997]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4483 failed (-1006) -[2025.05.25-17.52.33:925][997]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:925][997]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4484 failed (-1000) -[2025.05.25-17.52.33:930][998]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4485 outside of frame bounds -[2025.05.25-17.52.33:931][998]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:931][998]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:931][998]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4486 outside of frame bounds -[2025.05.25-17.52.33:938][998]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4484 failed (-1006) -[2025.05.25-17.52.33:939][998]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:939][998]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4485 failed (-1000) -[2025.05.25-17.52.33:944][999]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4486 outside of frame bounds -[2025.05.25-17.52.33:944][999]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:944][999]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:944][999]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4487 outside of frame bounds -[2025.05.25-17.52.33:949][999]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4485 failed (-1006) -[2025.05.25-17.52.33:950][999]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:950][999]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4486 failed (-1000) -[2025.05.25-17.52.33:955][ 0]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4487 outside of frame bounds -[2025.05.25-17.52.33:955][ 0]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:955][ 0]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:955][ 0]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4488 outside of frame bounds -[2025.05.25-17.52.33:961][ 0]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4486 failed (-1006) -[2025.05.25-17.52.33:961][ 0]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:961][ 0]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4487 failed (-1000) -[2025.05.25-17.52.33:967][ 1]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4488 outside of frame bounds -[2025.05.25-17.52.33:967][ 1]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:967][ 1]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:967][ 1]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4489 outside of frame bounds -[2025.05.25-17.52.33:973][ 1]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4487 failed (-1006) -[2025.05.25-17.52.33:973][ 1]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:973][ 1]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4488 failed (-1000) -[2025.05.25-17.52.33:979][ 2]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4489 outside of frame bounds -[2025.05.25-17.52.33:980][ 2]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:980][ 2]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:980][ 2]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4490 outside of frame bounds -[2025.05.25-17.52.33:984][ 2]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4488 failed (-1006) -[2025.05.25-17.52.33:985][ 2]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:985][ 2]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4489 failed (-1000) -[2025.05.25-17.52.33:990][ 3]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4490 outside of frame bounds -[2025.05.25-17.52.33:991][ 3]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.33:991][ 3]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.33:991][ 3]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4491 outside of frame bounds -[2025.05.25-17.52.33:995][ 3]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4489 failed (-1006) -[2025.05.25-17.52.33:996][ 3]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.33:996][ 3]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4490 failed (-1000) -[2025.05.25-17.52.34:001][ 4]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4491 outside of frame bounds -[2025.05.25-17.52.34:002][ 4]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:002][ 4]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:002][ 4]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4492 outside of frame bounds -[2025.05.25-17.52.34:008][ 4]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4490 failed (-1006) -[2025.05.25-17.52.34:009][ 4]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:009][ 4]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4491 failed (-1000) -[2025.05.25-17.52.34:014][ 5]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4492 outside of frame bounds -[2025.05.25-17.52.34:014][ 5]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:014][ 5]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:014][ 5]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4493 outside of frame bounds -[2025.05.25-17.52.34:020][ 5]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4491 failed (-1006) -[2025.05.25-17.52.34:022][ 5]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:022][ 5]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4492 failed (-1000) -[2025.05.25-17.52.34:025][ 6]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4493 outside of frame bounds -[2025.05.25-17.52.34:026][ 6]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:026][ 6]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:026][ 6]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4494 outside of frame bounds -[2025.05.25-17.52.34:031][ 6]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4492 failed (-1006) -[2025.05.25-17.52.34:032][ 6]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:032][ 6]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4493 failed (-1000) -[2025.05.25-17.52.34:037][ 7]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4494 outside of frame bounds -[2025.05.25-17.52.34:038][ 7]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:038][ 7]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:038][ 7]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4495 outside of frame bounds -[2025.05.25-17.52.34:043][ 7]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4493 failed (-1006) -[2025.05.25-17.52.34:044][ 7]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:044][ 7]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4494 failed (-1000) -[2025.05.25-17.52.34:049][ 8]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4495 outside of frame bounds -[2025.05.25-17.52.34:049][ 8]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:049][ 8]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:049][ 8]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4496 outside of frame bounds -[2025.05.25-17.52.34:055][ 8]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4494 failed (-1006) -[2025.05.25-17.52.34:055][ 8]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:056][ 8]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4495 failed (-1000) -[2025.05.25-17.52.34:061][ 9]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4496 outside of frame bounds -[2025.05.25-17.52.34:061][ 9]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:061][ 9]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:061][ 9]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4497 outside of frame bounds -[2025.05.25-17.52.34:066][ 9]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4495 failed (-1006) -[2025.05.25-17.52.34:067][ 9]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:067][ 9]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4496 failed (-1000) -[2025.05.25-17.52.34:073][ 10]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4497 outside of frame bounds -[2025.05.25-17.52.34:073][ 10]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:073][ 10]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:073][ 10]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4498 outside of frame bounds -[2025.05.25-17.52.34:079][ 10]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4496 failed (-1006) -[2025.05.25-17.52.34:079][ 10]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:079][ 10]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4497 failed (-1000) -[2025.05.25-17.52.34:084][ 11]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4498 outside of frame bounds -[2025.05.25-17.52.34:084][ 11]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:084][ 11]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:084][ 11]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4499 outside of frame bounds -[2025.05.25-17.52.34:090][ 11]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4497 failed (-1006) -[2025.05.25-17.52.34:091][ 11]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:091][ 11]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4498 failed (-1000) -[2025.05.25-17.52.34:096][ 12]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4499 outside of frame bounds -[2025.05.25-17.52.34:096][ 12]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:096][ 12]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:096][ 12]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4500 outside of frame bounds -[2025.05.25-17.52.34:103][ 12]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4498 failed (-1006) -[2025.05.25-17.52.34:104][ 12]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:104][ 12]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4499 failed (-1000) -[2025.05.25-17.52.34:108][ 13]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4500 outside of frame bounds -[2025.05.25-17.52.34:109][ 13]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:109][ 13]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:109][ 13]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4501 outside of frame bounds -[2025.05.25-17.52.34:115][ 13]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4499 failed (-1006) -[2025.05.25-17.52.34:116][ 13]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:116][ 13]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4500 failed (-1000) -[2025.05.25-17.52.34:121][ 14]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4501 outside of frame bounds -[2025.05.25-17.52.34:122][ 14]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:122][ 14]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:122][ 14]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4502 outside of frame bounds -[2025.05.25-17.52.34:127][ 14]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4500 failed (-1006) -[2025.05.25-17.52.34:128][ 14]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:128][ 14]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4501 failed (-1000) -[2025.05.25-17.52.34:133][ 15]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4502 outside of frame bounds -[2025.05.25-17.52.34:133][ 15]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:133][ 15]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:133][ 15]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4503 outside of frame bounds -[2025.05.25-17.52.34:139][ 15]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4501 failed (-1006) -[2025.05.25-17.52.34:140][ 15]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:140][ 15]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4502 failed (-1000) -[2025.05.25-17.52.34:146][ 16]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4503 outside of frame bounds -[2025.05.25-17.52.34:147][ 16]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:147][ 16]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:147][ 16]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4504 outside of frame bounds -[2025.05.25-17.52.34:151][ 16]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4502 failed (-1006) -[2025.05.25-17.52.34:152][ 16]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:152][ 16]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4503 failed (-1000) -[2025.05.25-17.52.34:158][ 17]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4504 outside of frame bounds -[2025.05.25-17.52.34:158][ 17]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:158][ 17]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:158][ 17]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4505 outside of frame bounds -[2025.05.25-17.52.34:163][ 17]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4503 failed (-1006) -[2025.05.25-17.52.34:163][ 17]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:163][ 17]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4504 failed (-1000) -[2025.05.25-17.52.34:169][ 18]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4505 outside of frame bounds -[2025.05.25-17.52.34:169][ 18]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:169][ 18]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:169][ 18]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4506 outside of frame bounds -[2025.05.25-17.52.34:176][ 18]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4504 failed (-1006) -[2025.05.25-17.52.34:177][ 18]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:177][ 18]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4505 failed (-1000) -[2025.05.25-17.52.34:182][ 19]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4506 outside of frame bounds -[2025.05.25-17.52.34:182][ 19]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:182][ 19]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:182][ 19]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4507 outside of frame bounds -[2025.05.25-17.52.34:188][ 19]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4505 failed (-1006) -[2025.05.25-17.52.34:189][ 19]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:189][ 19]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4506 failed (-1000) -[2025.05.25-17.52.34:194][ 20]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4507 outside of frame bounds -[2025.05.25-17.52.34:195][ 20]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:195][ 20]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:195][ 20]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4508 outside of frame bounds -[2025.05.25-17.52.34:201][ 20]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4506 failed (-1006) -[2025.05.25-17.52.34:202][ 20]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:202][ 20]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4507 failed (-1000) -[2025.05.25-17.52.34:207][ 21]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4508 outside of frame bounds -[2025.05.25-17.52.34:208][ 21]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:208][ 21]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:208][ 21]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4509 outside of frame bounds -[2025.05.25-17.52.34:213][ 21]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4507 failed (-1006) -[2025.05.25-17.52.34:214][ 21]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:214][ 21]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4508 failed (-1000) -[2025.05.25-17.52.34:218][ 22]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4509 outside of frame bounds -[2025.05.25-17.52.34:219][ 22]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:219][ 22]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:219][ 22]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4510 outside of frame bounds -[2025.05.25-17.52.34:225][ 22]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4508 failed (-1006) -[2025.05.25-17.52.34:226][ 22]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:226][ 22]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4509 failed (-1000) -[2025.05.25-17.52.34:231][ 23]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4510 outside of frame bounds -[2025.05.25-17.52.34:231][ 23]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:231][ 23]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:231][ 23]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4511 outside of frame bounds -[2025.05.25-17.52.34:239][ 23]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4509 failed (-1006) -[2025.05.25-17.52.34:240][ 23]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:240][ 23]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4510 failed (-1000) -[2025.05.25-17.52.34:244][ 24]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4511 outside of frame bounds -[2025.05.25-17.52.34:245][ 24]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:245][ 24]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:245][ 24]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4512 outside of frame bounds -[2025.05.25-17.52.34:248][ 24]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4510 failed (-1006) -[2025.05.25-17.52.34:249][ 24]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:249][ 24]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4511 failed (-1000) -[2025.05.25-17.52.34:256][ 25]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4512 outside of frame bounds -[2025.05.25-17.52.34:256][ 25]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:256][ 25]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:256][ 25]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4513 outside of frame bounds -[2025.05.25-17.52.34:261][ 25]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4511 failed (-1006) -[2025.05.25-17.52.34:262][ 25]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:262][ 25]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4512 failed (-1000) -[2025.05.25-17.52.34:267][ 26]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4513 outside of frame bounds -[2025.05.25-17.52.34:268][ 26]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:268][ 26]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:268][ 26]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4514 outside of frame bounds -[2025.05.25-17.52.34:273][ 26]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4512 failed (-1006) -[2025.05.25-17.52.34:274][ 26]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:274][ 26]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4513 failed (-1000) -[2025.05.25-17.52.34:280][ 27]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4514 outside of frame bounds -[2025.05.25-17.52.34:280][ 27]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:280][ 27]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:280][ 27]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4515 outside of frame bounds -[2025.05.25-17.52.34:285][ 27]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4513 failed (-1006) -[2025.05.25-17.52.34:286][ 27]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:286][ 27]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4514 failed (-1000) -[2025.05.25-17.52.34:291][ 28]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4515 outside of frame bounds -[2025.05.25-17.52.34:291][ 28]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:291][ 28]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:291][ 28]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4516 outside of frame bounds -[2025.05.25-17.52.34:297][ 28]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4514 failed (-1006) -[2025.05.25-17.52.34:298][ 28]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:298][ 28]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4515 failed (-1000) -[2025.05.25-17.52.34:303][ 29]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4516 outside of frame bounds -[2025.05.25-17.52.34:303][ 29]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:303][ 29]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:303][ 29]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4517 outside of frame bounds -[2025.05.25-17.52.34:310][ 29]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4515 failed (-1006) -[2025.05.25-17.52.34:311][ 29]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:311][ 29]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4516 failed (-1000) -[2025.05.25-17.52.34:315][ 30]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4517 outside of frame bounds -[2025.05.25-17.52.34:315][ 30]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:315][ 30]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:315][ 30]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4518 outside of frame bounds -[2025.05.25-17.52.34:323][ 30]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4516 failed (-1006) -[2025.05.25-17.52.34:323][ 30]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:323][ 30]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4517 failed (-1000) -[2025.05.25-17.52.34:328][ 31]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4518 outside of frame bounds -[2025.05.25-17.52.34:328][ 31]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:328][ 31]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:328][ 31]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4519 outside of frame bounds -[2025.05.25-17.52.34:333][ 31]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4517 failed (-1006) -[2025.05.25-17.52.34:334][ 31]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:334][ 31]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4518 failed (-1000) -[2025.05.25-17.52.34:340][ 32]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4519 outside of frame bounds -[2025.05.25-17.52.34:340][ 32]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:340][ 32]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:340][ 32]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4520 outside of frame bounds -[2025.05.25-17.52.34:344][ 32]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4518 failed (-1006) -[2025.05.25-17.52.34:345][ 32]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:345][ 32]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4519 failed (-1000) -[2025.05.25-17.52.34:351][ 33]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4520 outside of frame bounds -[2025.05.25-17.52.34:352][ 33]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:352][ 33]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:352][ 33]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4521 outside of frame bounds -[2025.05.25-17.52.34:357][ 33]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4519 failed (-1006) -[2025.05.25-17.52.34:358][ 33]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:358][ 33]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4520 failed (-1000) -[2025.05.25-17.52.34:363][ 34]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4521 outside of frame bounds -[2025.05.25-17.52.34:363][ 34]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:363][ 34]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:363][ 34]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4522 outside of frame bounds -[2025.05.25-17.52.34:369][ 34]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4520 failed (-1006) -[2025.05.25-17.52.34:370][ 34]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:370][ 34]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4521 failed (-1000) -[2025.05.25-17.52.34:375][ 35]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4522 outside of frame bounds -[2025.05.25-17.52.34:375][ 35]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:375][ 35]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:375][ 35]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4523 outside of frame bounds -[2025.05.25-17.52.34:380][ 35]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4521 failed (-1006) -[2025.05.25-17.52.34:381][ 35]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:381][ 35]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4522 failed (-1000) -[2025.05.25-17.52.34:386][ 36]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4523 outside of frame bounds -[2025.05.25-17.52.34:386][ 36]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:386][ 36]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:386][ 36]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4524 outside of frame bounds -[2025.05.25-17.52.34:394][ 36]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4522 failed (-1006) -[2025.05.25-17.52.34:395][ 36]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:395][ 36]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4523 failed (-1000) -[2025.05.25-17.52.34:398][ 37]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4524 outside of frame bounds -[2025.05.25-17.52.34:399][ 37]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:399][ 37]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:399][ 37]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4525 outside of frame bounds -[2025.05.25-17.52.34:406][ 37]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4523 failed (-1006) -[2025.05.25-17.52.34:407][ 37]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:407][ 37]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4524 failed (-1000) -[2025.05.25-17.52.34:410][ 38]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4525 outside of frame bounds -[2025.05.25-17.52.34:411][ 38]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:411][ 38]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:411][ 38]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4526 outside of frame bounds -[2025.05.25-17.52.34:416][ 38]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4524 failed (-1006) -[2025.05.25-17.52.34:416][ 38]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:417][ 38]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4525 failed (-1000) -[2025.05.25-17.52.34:423][ 39]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4526 outside of frame bounds -[2025.05.25-17.52.34:424][ 39]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:424][ 39]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:424][ 39]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4527 outside of frame bounds -[2025.05.25-17.52.34:427][ 39]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4525 failed (-1006) -[2025.05.25-17.52.34:428][ 39]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:428][ 39]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4526 failed (-1000) -[2025.05.25-17.52.34:433][ 40]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4527 outside of frame bounds -[2025.05.25-17.52.34:434][ 40]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:434][ 40]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:434][ 40]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4528 outside of frame bounds -[2025.05.25-17.52.34:440][ 40]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4526 failed (-1006) -[2025.05.25-17.52.34:441][ 40]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:441][ 40]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4527 failed (-1000) -[2025.05.25-17.52.34:446][ 41]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4528 outside of frame bounds -[2025.05.25-17.52.34:446][ 41]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:446][ 41]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:446][ 41]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4529 outside of frame bounds -[2025.05.25-17.52.34:452][ 41]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4527 failed (-1006) -[2025.05.25-17.52.34:453][ 41]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:453][ 41]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4528 failed (-1000) -[2025.05.25-17.52.34:457][ 42]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4529 outside of frame bounds -[2025.05.25-17.52.34:458][ 42]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:458][ 42]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:458][ 42]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4530 outside of frame bounds -[2025.05.25-17.52.34:463][ 42]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4528 failed (-1006) -[2025.05.25-17.52.34:464][ 42]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:464][ 42]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4529 failed (-1000) -[2025.05.25-17.52.34:469][ 43]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4530 outside of frame bounds -[2025.05.25-17.52.34:470][ 43]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:470][ 43]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:470][ 43]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4531 outside of frame bounds -[2025.05.25-17.52.34:476][ 43]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4529 failed (-1006) -[2025.05.25-17.52.34:477][ 43]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:477][ 43]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4530 failed (-1000) -[2025.05.25-17.52.34:482][ 44]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4531 outside of frame bounds -[2025.05.25-17.52.34:483][ 44]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:483][ 44]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:483][ 44]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4532 outside of frame bounds -[2025.05.25-17.52.34:488][ 44]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4530 failed (-1006) -[2025.05.25-17.52.34:488][ 44]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:488][ 44]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4531 failed (-1000) -[2025.05.25-17.52.34:494][ 45]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4532 outside of frame bounds -[2025.05.25-17.52.34:495][ 45]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:495][ 45]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:495][ 45]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4533 outside of frame bounds -[2025.05.25-17.52.34:499][ 45]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4531 failed (-1006) -[2025.05.25-17.52.34:500][ 45]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:500][ 45]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4532 failed (-1000) -[2025.05.25-17.52.34:506][ 46]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4533 outside of frame bounds -[2025.05.25-17.52.34:507][ 46]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:507][ 46]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:507][ 46]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4534 outside of frame bounds -[2025.05.25-17.52.34:511][ 46]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4532 failed (-1006) -[2025.05.25-17.52.34:512][ 46]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:512][ 46]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4533 failed (-1000) -[2025.05.25-17.52.34:517][ 47]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4534 outside of frame bounds -[2025.05.25-17.52.34:517][ 47]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:517][ 47]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:517][ 47]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4535 outside of frame bounds -[2025.05.25-17.52.34:524][ 47]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4533 failed (-1006) -[2025.05.25-17.52.34:525][ 47]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:525][ 47]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4534 failed (-1000) -[2025.05.25-17.52.34:529][ 48]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4535 outside of frame bounds -[2025.05.25-17.52.34:530][ 48]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:530][ 48]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:530][ 48]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4536 outside of frame bounds -[2025.05.25-17.52.34:537][ 48]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4534 failed (-1006) -[2025.05.25-17.52.34:537][ 48]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:537][ 48]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4535 failed (-1000) -[2025.05.25-17.52.34:542][ 49]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4536 outside of frame bounds -[2025.05.25-17.52.34:542][ 49]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:543][ 49]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:543][ 49]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4537 outside of frame bounds -[2025.05.25-17.52.34:548][ 49]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4535 failed (-1006) -[2025.05.25-17.52.34:549][ 49]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:549][ 49]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4536 failed (-1000) -[2025.05.25-17.52.34:554][ 50]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4537 outside of frame bounds -[2025.05.25-17.52.34:555][ 50]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:555][ 50]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:555][ 50]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4538 outside of frame bounds -[2025.05.25-17.52.34:561][ 50]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4536 failed (-1006) -[2025.05.25-17.52.34:562][ 50]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:562][ 50]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4537 failed (-1000) -[2025.05.25-17.52.34:566][ 51]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4538 outside of frame bounds -[2025.05.25-17.52.34:567][ 51]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:567][ 51]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:567][ 51]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4539 outside of frame bounds -[2025.05.25-17.52.34:574][ 51]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4537 failed (-1006) -[2025.05.25-17.52.34:574][ 51]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:574][ 51]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4538 failed (-1000) -[2025.05.25-17.52.34:579][ 52]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4539 outside of frame bounds -[2025.05.25-17.52.34:579][ 52]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:579][ 52]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:580][ 52]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4540 outside of frame bounds -[2025.05.25-17.52.34:586][ 52]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4538 failed (-1006) -[2025.05.25-17.52.34:587][ 52]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:587][ 52]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4539 failed (-1000) -[2025.05.25-17.52.34:592][ 53]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4540 outside of frame bounds -[2025.05.25-17.52.34:592][ 53]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:592][ 53]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:592][ 53]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4541 outside of frame bounds -[2025.05.25-17.52.34:598][ 53]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4539 failed (-1006) -[2025.05.25-17.52.34:599][ 53]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:599][ 53]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4540 failed (-1000) -[2025.05.25-17.52.34:603][ 54]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4541 outside of frame bounds -[2025.05.25-17.52.34:604][ 54]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:604][ 54]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:604][ 54]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4542 outside of frame bounds -[2025.05.25-17.52.34:610][ 54]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4540 failed (-1006) -[2025.05.25-17.52.34:611][ 54]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:611][ 54]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4541 failed (-1000) -[2025.05.25-17.52.34:616][ 55]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4542 outside of frame bounds -[2025.05.25-17.52.34:616][ 55]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:616][ 55]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:616][ 55]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4543 outside of frame bounds -[2025.05.25-17.52.34:622][ 55]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4541 failed (-1006) -[2025.05.25-17.52.34:623][ 55]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:623][ 55]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4542 failed (-1000) -[2025.05.25-17.52.34:629][ 56]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4543 outside of frame bounds -[2025.05.25-17.52.34:629][ 56]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:629][ 56]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:629][ 56]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4544 outside of frame bounds -[2025.05.25-17.52.34:634][ 56]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4542 failed (-1006) -[2025.05.25-17.52.34:635][ 56]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:635][ 56]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4543 failed (-1000) -[2025.05.25-17.52.34:641][ 57]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4544 outside of frame bounds -[2025.05.25-17.52.34:641][ 57]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:641][ 57]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:641][ 57]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4545 outside of frame bounds -[2025.05.25-17.52.34:647][ 57]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4543 failed (-1006) -[2025.05.25-17.52.34:648][ 57]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:648][ 57]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4544 failed (-1000) -[2025.05.25-17.52.34:652][ 58]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4545 outside of frame bounds -[2025.05.25-17.52.34:652][ 58]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:652][ 58]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:652][ 58]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4546 outside of frame bounds -[2025.05.25-17.52.34:659][ 58]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4544 failed (-1006) -[2025.05.25-17.52.34:660][ 58]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:660][ 58]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4545 failed (-1000) -[2025.05.25-17.52.34:665][ 59]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4546 outside of frame bounds -[2025.05.25-17.52.34:665][ 59]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:665][ 59]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:665][ 59]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4547 outside of frame bounds -[2025.05.25-17.52.34:672][ 59]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4545 failed (-1006) -[2025.05.25-17.52.34:673][ 59]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:673][ 59]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4546 failed (-1000) -[2025.05.25-17.52.34:677][ 60]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4547 outside of frame bounds -[2025.05.25-17.52.34:678][ 60]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:678][ 60]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:678][ 60]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4548 outside of frame bounds -[2025.05.25-17.52.34:684][ 60]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4546 failed (-1006) -[2025.05.25-17.52.34:684][ 60]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:684][ 60]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4547 failed (-1000) -[2025.05.25-17.52.34:690][ 61]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4548 outside of frame bounds -[2025.05.25-17.52.34:690][ 61]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:690][ 61]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:690][ 61]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4549 outside of frame bounds -[2025.05.25-17.52.34:696][ 61]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4547 failed (-1006) -[2025.05.25-17.52.34:697][ 61]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:697][ 61]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4548 failed (-1000) -[2025.05.25-17.52.34:701][ 62]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4549 outside of frame bounds -[2025.05.25-17.52.34:702][ 62]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:702][ 62]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:702][ 62]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4550 outside of frame bounds -[2025.05.25-17.52.34:709][ 62]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4548 failed (-1006) -[2025.05.25-17.52.34:710][ 62]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:710][ 62]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4549 failed (-1000) -[2025.05.25-17.52.34:715][ 63]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4550 outside of frame bounds -[2025.05.25-17.52.34:715][ 63]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:715][ 63]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:716][ 63]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4551 outside of frame bounds -[2025.05.25-17.52.34:719][ 63]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4549 failed (-1006) -[2025.05.25-17.52.34:720][ 63]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:720][ 63]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4550 failed (-1000) -[2025.05.25-17.52.34:725][ 64]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4551 outside of frame bounds -[2025.05.25-17.52.34:726][ 64]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:726][ 64]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:726][ 64]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4552 outside of frame bounds -[2025.05.25-17.52.34:731][ 64]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4550 failed (-1006) -[2025.05.25-17.52.34:731][ 64]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:731][ 64]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4551 failed (-1000) -[2025.05.25-17.52.34:737][ 65]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4552 outside of frame bounds -[2025.05.25-17.52.34:737][ 65]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:737][ 65]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:737][ 65]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4553 outside of frame bounds -[2025.05.25-17.52.34:743][ 65]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4551 failed (-1006) -[2025.05.25-17.52.34:744][ 65]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:744][ 65]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4552 failed (-1000) -[2025.05.25-17.52.34:748][ 66]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4553 outside of frame bounds -[2025.05.25-17.52.34:749][ 66]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:749][ 66]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:749][ 66]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4554 outside of frame bounds -[2025.05.25-17.52.34:755][ 66]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4552 failed (-1006) -[2025.05.25-17.52.34:756][ 66]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:756][ 66]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4553 failed (-1000) -[2025.05.25-17.52.34:760][ 67]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4554 outside of frame bounds -[2025.05.25-17.52.34:760][ 67]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:760][ 67]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:761][ 67]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4555 outside of frame bounds -[2025.05.25-17.52.34:766][ 67]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4553 failed (-1006) -[2025.05.25-17.52.34:767][ 67]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:767][ 67]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4554 failed (-1000) -[2025.05.25-17.52.34:772][ 68]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4555 outside of frame bounds -[2025.05.25-17.52.34:773][ 68]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:773][ 68]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:773][ 68]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4556 outside of frame bounds -[2025.05.25-17.52.34:779][ 68]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4554 failed (-1006) -[2025.05.25-17.52.34:780][ 68]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:780][ 68]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4555 failed (-1000) -[2025.05.25-17.52.34:784][ 69]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4556 outside of frame bounds -[2025.05.25-17.52.34:784][ 69]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:784][ 69]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:784][ 69]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4557 outside of frame bounds -[2025.05.25-17.52.34:789][ 69]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4555 failed (-1006) -[2025.05.25-17.52.34:790][ 69]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:790][ 69]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4556 failed (-1000) -[2025.05.25-17.52.34:795][ 70]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4557 outside of frame bounds -[2025.05.25-17.52.34:796][ 70]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:796][ 70]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:796][ 70]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4558 outside of frame bounds -[2025.05.25-17.52.34:800][ 70]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4556 failed (-1006) -[2025.05.25-17.52.34:801][ 70]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:801][ 70]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4557 failed (-1000) -[2025.05.25-17.52.34:807][ 71]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4558 outside of frame bounds -[2025.05.25-17.52.34:807][ 71]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:807][ 71]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:807][ 71]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4559 outside of frame bounds -[2025.05.25-17.52.34:813][ 71]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4557 failed (-1006) -[2025.05.25-17.52.34:814][ 71]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:814][ 71]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4558 failed (-1000) -[2025.05.25-17.52.34:818][ 72]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4559 outside of frame bounds -[2025.05.25-17.52.34:818][ 72]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:818][ 72]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:818][ 72]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4560 outside of frame bounds -[2025.05.25-17.52.34:825][ 72]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4558 failed (-1006) -[2025.05.25-17.52.34:826][ 72]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:826][ 72]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4559 failed (-1000) -[2025.05.25-17.52.34:830][ 73]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4560 outside of frame bounds -[2025.05.25-17.52.34:830][ 73]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:830][ 73]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:830][ 73]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4561 outside of frame bounds -[2025.05.25-17.52.34:837][ 73]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4559 failed (-1006) -[2025.05.25-17.52.34:838][ 73]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:838][ 73]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4560 failed (-1000) -[2025.05.25-17.52.34:842][ 74]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4561 outside of frame bounds -[2025.05.25-17.52.34:843][ 74]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:843][ 74]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:843][ 74]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4562 outside of frame bounds -[2025.05.25-17.52.34:848][ 74]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4560 failed (-1006) -[2025.05.25-17.52.34:849][ 74]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:849][ 74]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4561 failed (-1000) -[2025.05.25-17.52.34:853][ 75]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4562 outside of frame bounds -[2025.05.25-17.52.34:853][ 75]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:853][ 75]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:853][ 75]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4563 outside of frame bounds -[2025.05.25-17.52.34:858][ 75]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4561 failed (-1006) -[2025.05.25-17.52.34:859][ 75]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:859][ 75]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4562 failed (-1000) -[2025.05.25-17.52.34:864][ 76]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4563 outside of frame bounds -[2025.05.25-17.52.34:865][ 76]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:865][ 76]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:865][ 76]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4564 outside of frame bounds -[2025.05.25-17.52.34:871][ 76]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4562 failed (-1006) -[2025.05.25-17.52.34:872][ 76]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:872][ 76]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4563 failed (-1000) -[2025.05.25-17.52.34:876][ 77]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4564 outside of frame bounds -[2025.05.25-17.52.34:877][ 77]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:877][ 77]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:877][ 77]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4565 outside of frame bounds -[2025.05.25-17.52.34:882][ 77]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4563 failed (-1006) -[2025.05.25-17.52.34:883][ 77]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:883][ 77]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4564 failed (-1000) -[2025.05.25-17.52.34:887][ 78]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4565 outside of frame bounds -[2025.05.25-17.52.34:888][ 78]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:888][ 78]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:888][ 78]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4566 outside of frame bounds -[2025.05.25-17.52.34:894][ 78]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4564 failed (-1006) -[2025.05.25-17.52.34:895][ 78]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:895][ 78]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4565 failed (-1000) -[2025.05.25-17.52.34:900][ 79]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4566 outside of frame bounds -[2025.05.25-17.52.34:900][ 79]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:900][ 79]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:900][ 79]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4567 outside of frame bounds -[2025.05.25-17.52.34:907][ 79]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4565 failed (-1006) -[2025.05.25-17.52.34:908][ 79]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:908][ 79]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4566 failed (-1000) -[2025.05.25-17.52.34:912][ 80]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4567 outside of frame bounds -[2025.05.25-17.52.34:913][ 80]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:913][ 80]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:913][ 80]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4568 outside of frame bounds -[2025.05.25-17.52.34:919][ 80]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4566 failed (-1006) -[2025.05.25-17.52.34:920][ 80]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:920][ 80]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4567 failed (-1000) -[2025.05.25-17.52.34:925][ 81]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4568 outside of frame bounds -[2025.05.25-17.52.34:925][ 81]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:925][ 81]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:925][ 81]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4569 outside of frame bounds -[2025.05.25-17.52.34:928][ 81]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4567 failed (-1006) -[2025.05.25-17.52.34:929][ 81]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:929][ 81]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4568 failed (-1000) -[2025.05.25-17.52.34:935][ 82]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4569 outside of frame bounds -[2025.05.25-17.52.34:936][ 82]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:936][ 82]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:936][ 82]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4570 outside of frame bounds -[2025.05.25-17.52.34:942][ 82]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4568 failed (-1006) -[2025.05.25-17.52.34:943][ 82]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:943][ 82]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4569 failed (-1000) -[2025.05.25-17.52.34:948][ 83]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4570 outside of frame bounds -[2025.05.25-17.52.34:948][ 83]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:948][ 83]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:948][ 83]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4571 outside of frame bounds -[2025.05.25-17.52.34:954][ 83]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4569 failed (-1006) -[2025.05.25-17.52.34:954][ 83]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:954][ 83]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4570 failed (-1000) -[2025.05.25-17.52.34:959][ 84]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4571 outside of frame bounds -[2025.05.25-17.52.34:959][ 84]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:959][ 84]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:959][ 84]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4572 outside of frame bounds -[2025.05.25-17.52.34:965][ 84]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4570 failed (-1006) -[2025.05.25-17.52.34:966][ 84]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:966][ 84]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4571 failed (-1000) -[2025.05.25-17.52.34:971][ 85]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4572 outside of frame bounds -[2025.05.25-17.52.34:972][ 85]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:972][ 85]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:972][ 85]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4573 outside of frame bounds -[2025.05.25-17.52.34:979][ 85]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4571 failed (-1006) -[2025.05.25-17.52.34:980][ 85]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:980][ 85]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4572 failed (-1000) -[2025.05.25-17.52.34:984][ 86]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4573 outside of frame bounds -[2025.05.25-17.52.34:984][ 86]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:984][ 86]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:984][ 86]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4574 outside of frame bounds -[2025.05.25-17.52.34:991][ 86]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4572 failed (-1006) -[2025.05.25-17.52.34:991][ 86]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.34:991][ 86]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4573 failed (-1000) -[2025.05.25-17.52.34:995][ 87]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4574 outside of frame bounds -[2025.05.25-17.52.34:996][ 87]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.34:996][ 87]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.34:996][ 87]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4575 outside of frame bounds -[2025.05.25-17.52.35:002][ 87]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4573 failed (-1006) -[2025.05.25-17.52.35:003][ 87]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:003][ 87]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4574 failed (-1000) -[2025.05.25-17.52.35:009][ 88]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4575 outside of frame bounds -[2025.05.25-17.52.35:009][ 88]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:009][ 88]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:009][ 88]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4576 outside of frame bounds -[2025.05.25-17.52.35:015][ 88]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4574 failed (-1006) -[2025.05.25-17.52.35:016][ 88]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:016][ 88]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4575 failed (-1000) -[2025.05.25-17.52.35:020][ 89]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4576 outside of frame bounds -[2025.05.25-17.52.35:020][ 89]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:020][ 89]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:020][ 89]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4577 outside of frame bounds -[2025.05.25-17.52.35:025][ 89]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4575 failed (-1006) -[2025.05.25-17.52.35:026][ 89]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:026][ 89]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4576 failed (-1000) -[2025.05.25-17.52.35:033][ 90]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4577 outside of frame bounds -[2025.05.25-17.52.35:033][ 90]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:033][ 90]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:033][ 90]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4578 outside of frame bounds -[2025.05.25-17.52.35:039][ 90]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4576 failed (-1006) -[2025.05.25-17.52.35:040][ 90]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:040][ 90]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4577 failed (-1000) -[2025.05.25-17.52.35:045][ 91]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4578 outside of frame bounds -[2025.05.25-17.52.35:046][ 91]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:046][ 91]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:046][ 91]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4579 outside of frame bounds -[2025.05.25-17.52.35:050][ 91]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4577 failed (-1006) -[2025.05.25-17.52.35:051][ 91]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:051][ 91]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4578 failed (-1000) -[2025.05.25-17.52.35:056][ 92]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4579 outside of frame bounds -[2025.05.25-17.52.35:057][ 92]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:057][ 92]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:057][ 92]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4580 outside of frame bounds -[2025.05.25-17.52.35:062][ 92]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4578 failed (-1006) -[2025.05.25-17.52.35:063][ 92]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:063][ 92]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4579 failed (-1000) -[2025.05.25-17.52.35:068][ 93]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4580 outside of frame bounds -[2025.05.25-17.52.35:068][ 93]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:068][ 93]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:068][ 93]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4581 outside of frame bounds -[2025.05.25-17.52.35:075][ 93]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4579 failed (-1006) -[2025.05.25-17.52.35:076][ 93]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:076][ 93]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4580 failed (-1000) -[2025.05.25-17.52.35:080][ 94]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4581 outside of frame bounds -[2025.05.25-17.52.35:081][ 94]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:081][ 94]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:081][ 94]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4582 outside of frame bounds -[2025.05.25-17.52.35:086][ 94]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4580 failed (-1006) -[2025.05.25-17.52.35:087][ 94]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:087][ 94]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4581 failed (-1000) -[2025.05.25-17.52.35:092][ 95]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4582 outside of frame bounds -[2025.05.25-17.52.35:093][ 95]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:093][ 95]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:093][ 95]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4583 outside of frame bounds -[2025.05.25-17.52.35:098][ 95]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4581 failed (-1006) -[2025.05.25-17.52.35:099][ 95]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:099][ 95]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4582 failed (-1000) -[2025.05.25-17.52.35:103][ 96]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4583 outside of frame bounds -[2025.05.25-17.52.35:103][ 96]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:103][ 96]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:103][ 96]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4584 outside of frame bounds -[2025.05.25-17.52.35:110][ 96]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4582 failed (-1006) -[2025.05.25-17.52.35:110][ 96]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:110][ 96]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4583 failed (-1000) -[2025.05.25-17.52.35:117][ 97]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4584 outside of frame bounds -[2025.05.25-17.52.35:117][ 97]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:117][ 97]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:117][ 97]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4585 outside of frame bounds -[2025.05.25-17.52.35:121][ 97]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4583 failed (-1006) -[2025.05.25-17.52.35:122][ 97]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:122][ 97]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4584 failed (-1000) -[2025.05.25-17.52.35:128][ 98]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4585 outside of frame bounds -[2025.05.25-17.52.35:128][ 98]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:128][ 98]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:128][ 98]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4586 outside of frame bounds -[2025.05.25-17.52.35:133][ 98]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4584 failed (-1006) -[2025.05.25-17.52.35:134][ 98]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:134][ 98]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4585 failed (-1000) -[2025.05.25-17.52.35:140][ 99]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4586 outside of frame bounds -[2025.05.25-17.52.35:140][ 99]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:140][ 99]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:140][ 99]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4587 outside of frame bounds -[2025.05.25-17.52.35:147][ 99]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4585 failed (-1006) -[2025.05.25-17.52.35:148][ 99]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:148][ 99]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4586 failed (-1000) -[2025.05.25-17.52.35:151][100]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4587 outside of frame bounds -[2025.05.25-17.52.35:152][100]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:152][100]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:152][100]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4588 outside of frame bounds -[2025.05.25-17.52.35:158][100]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4586 failed (-1006) -[2025.05.25-17.52.35:159][100]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:159][100]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4587 failed (-1000) -[2025.05.25-17.52.35:163][101]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4588 outside of frame bounds -[2025.05.25-17.52.35:164][101]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:164][101]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:164][101]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4589 outside of frame bounds -[2025.05.25-17.52.35:170][101]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4587 failed (-1006) -[2025.05.25-17.52.35:172][101]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:172][101]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4588 failed (-1000) -[2025.05.25-17.52.35:177][102]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4589 outside of frame bounds -[2025.05.25-17.52.35:177][102]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:177][102]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:177][102]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4590 outside of frame bounds -[2025.05.25-17.52.35:183][102]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4588 failed (-1006) -[2025.05.25-17.52.35:184][102]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:184][102]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4589 failed (-1000) -[2025.05.25-17.52.35:188][103]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4590 outside of frame bounds -[2025.05.25-17.52.35:189][103]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:189][103]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:189][103]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4591 outside of frame bounds -[2025.05.25-17.52.35:195][103]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4589 failed (-1006) -[2025.05.25-17.52.35:196][103]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:196][103]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4590 failed (-1000) -[2025.05.25-17.52.35:201][104]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4591 outside of frame bounds -[2025.05.25-17.52.35:202][104]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:202][104]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:202][104]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4592 outside of frame bounds -[2025.05.25-17.52.35:207][104]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4590 failed (-1006) -[2025.05.25-17.52.35:207][104]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:207][104]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4591 failed (-1000) -[2025.05.25-17.52.35:214][105]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4592 outside of frame bounds -[2025.05.25-17.52.35:214][105]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:214][105]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:215][105]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4593 outside of frame bounds -[2025.05.25-17.52.35:219][105]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4591 failed (-1006) -[2025.05.25-17.52.35:219][105]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:219][105]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4592 failed (-1000) -[2025.05.25-17.52.35:225][106]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4593 outside of frame bounds -[2025.05.25-17.52.35:225][106]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:225][106]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:225][106]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4594 outside of frame bounds -[2025.05.25-17.52.35:231][106]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4592 failed (-1006) -[2025.05.25-17.52.35:231][106]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:231][106]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4593 failed (-1000) -[2025.05.25-17.52.35:236][107]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4594 outside of frame bounds -[2025.05.25-17.52.35:236][107]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:236][107]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:236][107]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4595 outside of frame bounds -[2025.05.25-17.52.35:244][107]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4593 failed (-1006) -[2025.05.25-17.52.35:245][107]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:245][107]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4594 failed (-1000) -[2025.05.25-17.52.35:249][108]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4595 outside of frame bounds -[2025.05.25-17.52.35:250][108]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:250][108]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:250][108]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4596 outside of frame bounds -[2025.05.25-17.52.35:255][108]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4594 failed (-1006) -[2025.05.25-17.52.35:256][108]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:256][108]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4595 failed (-1000) -[2025.05.25-17.52.35:261][109]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4596 outside of frame bounds -[2025.05.25-17.52.35:261][109]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:261][109]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:261][109]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4597 outside of frame bounds -[2025.05.25-17.52.35:267][109]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4595 failed (-1006) -[2025.05.25-17.52.35:267][109]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:269][109]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4596 failed (-1000) -[2025.05.25-17.52.35:274][110]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4597 outside of frame bounds -[2025.05.25-17.52.35:275][110]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:275][110]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:275][110]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4598 outside of frame bounds -[2025.05.25-17.52.35:280][110]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4596 failed (-1006) -[2025.05.25-17.52.35:280][110]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:280][110]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4597 failed (-1000) -[2025.05.25-17.52.35:285][111]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4598 outside of frame bounds -[2025.05.25-17.52.35:285][111]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:285][111]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:285][111]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4599 outside of frame bounds -[2025.05.25-17.52.35:292][111]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4597 failed (-1006) -[2025.05.25-17.52.35:293][111]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:293][111]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4598 failed (-1000) -[2025.05.25-17.52.35:298][112]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4599 outside of frame bounds -[2025.05.25-17.52.35:298][112]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:298][112]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:298][112]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4600 outside of frame bounds -[2025.05.25-17.52.35:304][112]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4598 failed (-1006) -[2025.05.25-17.52.35:305][112]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:305][112]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4599 failed (-1000) -[2025.05.25-17.52.35:311][113]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4600 outside of frame bounds -[2025.05.25-17.52.35:312][113]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:312][113]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:312][113]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4601 outside of frame bounds -[2025.05.25-17.52.35:315][113]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4599 failed (-1006) -[2025.05.25-17.52.35:316][113]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:316][113]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4600 failed (-1000) -[2025.05.25-17.52.35:322][114]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4601 outside of frame bounds -[2025.05.25-17.52.35:322][114]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:322][114]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:322][114]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4602 outside of frame bounds -[2025.05.25-17.52.35:328][114]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4600 failed (-1006) -[2025.05.25-17.52.35:329][114]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:329][114]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4601 failed (-1000) -[2025.05.25-17.52.35:333][115]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4602 outside of frame bounds -[2025.05.25-17.52.35:334][115]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:334][115]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:334][115]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4603 outside of frame bounds -[2025.05.25-17.52.35:341][115]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4601 failed (-1006) -[2025.05.25-17.52.35:341][115]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:341][115]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4602 failed (-1000) -[2025.05.25-17.52.35:347][116]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4603 outside of frame bounds -[2025.05.25-17.52.35:347][116]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:347][116]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:347][116]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4604 outside of frame bounds -[2025.05.25-17.52.35:353][116]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4602 failed (-1006) -[2025.05.25-17.52.35:353][116]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:353][116]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4603 failed (-1000) -[2025.05.25-17.52.35:358][117]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4604 outside of frame bounds -[2025.05.25-17.52.35:359][117]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:359][117]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:359][117]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4605 outside of frame bounds -[2025.05.25-17.52.35:364][117]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4603 failed (-1006) -[2025.05.25-17.52.35:365][117]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:365][117]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4604 failed (-1000) -[2025.05.25-17.52.35:369][118]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4605 outside of frame bounds -[2025.05.25-17.52.35:370][118]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:370][118]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:370][118]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4606 outside of frame bounds -[2025.05.25-17.52.35:377][118]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4604 failed (-1006) -[2025.05.25-17.52.35:378][118]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:378][118]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4605 failed (-1000) -[2025.05.25-17.52.35:382][119]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4606 outside of frame bounds -[2025.05.25-17.52.35:383][119]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:383][119]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:383][119]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4607 outside of frame bounds -[2025.05.25-17.52.35:387][119]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4605 failed (-1006) -[2025.05.25-17.52.35:389][119]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:389][119]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4606 failed (-1000) -[2025.05.25-17.52.35:394][120]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4607 outside of frame bounds -[2025.05.25-17.52.35:395][120]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:395][120]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:395][120]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4608 outside of frame bounds -[2025.05.25-17.52.35:399][120]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4606 failed (-1006) -[2025.05.25-17.52.35:399][120]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:399][120]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4607 failed (-1000) -[2025.05.25-17.52.35:406][121]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4608 outside of frame bounds -[2025.05.25-17.52.35:406][121]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:406][121]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:406][121]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4609 outside of frame bounds -[2025.05.25-17.52.35:412][121]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4607 failed (-1006) -[2025.05.25-17.52.35:413][121]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:413][121]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4608 failed (-1000) -[2025.05.25-17.52.35:418][122]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4609 outside of frame bounds -[2025.05.25-17.52.35:418][122]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:418][122]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:418][122]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4610 outside of frame bounds -[2025.05.25-17.52.35:424][122]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4608 failed (-1006) -[2025.05.25-17.52.35:425][122]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:425][122]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4609 failed (-1000) -[2025.05.25-17.52.35:430][123]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4610 outside of frame bounds -[2025.05.25-17.52.35:430][123]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:430][123]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:430][123]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4611 outside of frame bounds -[2025.05.25-17.52.35:437][123]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4609 failed (-1006) -[2025.05.25-17.52.35:437][123]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:438][123]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4610 failed (-1000) -[2025.05.25-17.52.35:442][124]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4611 outside of frame bounds -[2025.05.25-17.52.35:442][124]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:443][124]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:443][124]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4612 outside of frame bounds -[2025.05.25-17.52.35:448][124]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4610 failed (-1006) -[2025.05.25-17.52.35:449][124]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:449][124]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4611 failed (-1000) -[2025.05.25-17.52.35:453][125]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4612 outside of frame bounds -[2025.05.25-17.52.35:453][125]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:454][125]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:454][125]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4613 outside of frame bounds -[2025.05.25-17.52.35:460][125]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4611 failed (-1006) -[2025.05.25-17.52.35:461][125]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:461][125]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4612 failed (-1000) -[2025.05.25-17.52.35:466][126]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4613 outside of frame bounds -[2025.05.25-17.52.35:466][126]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:466][126]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:466][126]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4614 outside of frame bounds -[2025.05.25-17.52.35:473][126]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4612 failed (-1006) -[2025.05.25-17.52.35:474][126]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:474][126]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4613 failed (-1000) -[2025.05.25-17.52.35:478][127]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4614 outside of frame bounds -[2025.05.25-17.52.35:479][127]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:479][127]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:479][127]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4615 outside of frame bounds -[2025.05.25-17.52.35:483][127]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4613 failed (-1006) -[2025.05.25-17.52.35:483][127]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:483][127]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4614 failed (-1000) -[2025.05.25-17.52.35:490][128]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4615 outside of frame bounds -[2025.05.25-17.52.35:491][128]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:491][128]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:491][128]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4616 outside of frame bounds -[2025.05.25-17.52.35:495][128]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4614 failed (-1006) -[2025.05.25-17.52.35:496][128]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:496][128]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4615 failed (-1000) -[2025.05.25-17.52.35:501][129]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4616 outside of frame bounds -[2025.05.25-17.52.35:502][129]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:502][129]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:502][129]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4617 outside of frame bounds -[2025.05.25-17.52.35:508][129]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4615 failed (-1006) -[2025.05.25-17.52.35:509][129]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:509][129]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4616 failed (-1000) -[2025.05.25-17.52.35:513][130]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4617 outside of frame bounds -[2025.05.25-17.52.35:514][130]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:514][130]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:514][130]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4618 outside of frame bounds -[2025.05.25-17.52.35:519][130]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4616 failed (-1006) -[2025.05.25-17.52.35:520][130]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:520][130]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4617 failed (-1000) -[2025.05.25-17.52.35:525][131]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4618 outside of frame bounds -[2025.05.25-17.52.35:526][131]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:526][131]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:526][131]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4619 outside of frame bounds -[2025.05.25-17.52.35:531][131]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4617 failed (-1006) -[2025.05.25-17.52.35:532][131]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:532][131]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4618 failed (-1000) -[2025.05.25-17.52.35:537][132]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4619 outside of frame bounds -[2025.05.25-17.52.35:537][132]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:537][132]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:537][132]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4620 outside of frame bounds -[2025.05.25-17.52.35:545][132]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4618 failed (-1006) -[2025.05.25-17.52.35:545][132]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:545][132]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4619 failed (-1000) -[2025.05.25-17.52.35:550][133]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4620 outside of frame bounds -[2025.05.25-17.52.35:550][133]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:550][133]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:550][133]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4621 outside of frame bounds -[2025.05.25-17.52.35:556][133]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4619 failed (-1006) -[2025.05.25-17.52.35:557][133]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:557][133]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4620 failed (-1000) -[2025.05.25-17.52.35:562][134]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4621 outside of frame bounds -[2025.05.25-17.52.35:563][134]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:563][134]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:563][134]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4622 outside of frame bounds -[2025.05.25-17.52.35:567][134]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4620 failed (-1006) -[2025.05.25-17.52.35:568][134]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:568][134]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4621 failed (-1000) -[2025.05.25-17.52.35:575][135]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4622 outside of frame bounds -[2025.05.25-17.52.35:575][135]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:575][135]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:575][135]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4623 outside of frame bounds -[2025.05.25-17.52.35:580][135]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4621 failed (-1006) -[2025.05.25-17.52.35:581][135]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:581][135]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4622 failed (-1000) -[2025.05.25-17.52.35:586][136]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4623 outside of frame bounds -[2025.05.25-17.52.35:586][136]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:586][136]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:586][136]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4624 outside of frame bounds -[2025.05.25-17.52.35:592][136]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4622 failed (-1006) -[2025.05.25-17.52.35:593][136]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:593][136]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4623 failed (-1000) -[2025.05.25-17.52.35:597][137]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4624 outside of frame bounds -[2025.05.25-17.52.35:598][137]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:598][137]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:598][137]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4625 outside of frame bounds -[2025.05.25-17.52.35:605][137]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4623 failed (-1006) -[2025.05.25-17.52.35:606][137]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:606][137]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4624 failed (-1000) -[2025.05.25-17.52.35:611][138]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4625 outside of frame bounds -[2025.05.25-17.52.35:611][138]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:611][138]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:611][138]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4626 outside of frame bounds -[2025.05.25-17.52.35:616][138]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4624 failed (-1006) -[2025.05.25-17.52.35:618][138]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:618][138]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4625 failed (-1000) -[2025.05.25-17.52.35:623][139]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4626 outside of frame bounds -[2025.05.25-17.52.35:624][139]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:624][139]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:624][139]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4627 outside of frame bounds -[2025.05.25-17.52.35:630][139]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4625 failed (-1006) -[2025.05.25-17.52.35:630][139]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:630][139]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4626 failed (-1000) -[2025.05.25-17.52.35:635][140]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4627 outside of frame bounds -[2025.05.25-17.52.35:636][140]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:636][140]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:636][140]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4628 outside of frame bounds -[2025.05.25-17.52.35:642][140]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4626 failed (-1006) -[2025.05.25-17.52.35:643][140]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:643][140]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4627 failed (-1000) -[2025.05.25-17.52.35:648][141]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4628 outside of frame bounds -[2025.05.25-17.52.35:648][141]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:648][141]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:648][141]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4629 outside of frame bounds -[2025.05.25-17.52.35:654][141]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4627 failed (-1006) -[2025.05.25-17.52.35:655][141]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:655][141]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4628 failed (-1000) -[2025.05.25-17.52.35:660][142]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4629 outside of frame bounds -[2025.05.25-17.52.35:660][142]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:660][142]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:660][142]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4630 outside of frame bounds -[2025.05.25-17.52.35:665][142]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4628 failed (-1006) -[2025.05.25-17.52.35:666][142]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:666][142]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4629 failed (-1000) -[2025.05.25-17.52.35:672][143]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4630 outside of frame bounds -[2025.05.25-17.52.35:673][143]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:673][143]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:673][143]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4631 outside of frame bounds -[2025.05.25-17.52.35:678][143]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4629 failed (-1006) -[2025.05.25-17.52.35:679][143]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:679][143]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4630 failed (-1000) -[2025.05.25-17.52.35:684][144]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4631 outside of frame bounds -[2025.05.25-17.52.35:684][144]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:684][144]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:684][144]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4632 outside of frame bounds -[2025.05.25-17.52.35:690][144]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4630 failed (-1006) -[2025.05.25-17.52.35:691][144]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:691][144]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4631 failed (-1000) -[2025.05.25-17.52.35:696][145]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4632 outside of frame bounds -[2025.05.25-17.52.35:696][145]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:696][145]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:696][145]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4633 outside of frame bounds -[2025.05.25-17.52.35:703][145]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4631 failed (-1006) -[2025.05.25-17.52.35:704][145]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:704][145]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4632 failed (-1000) -[2025.05.25-17.52.35:709][146]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4633 outside of frame bounds -[2025.05.25-17.52.35:709][146]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:709][146]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:709][146]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4634 outside of frame bounds -[2025.05.25-17.52.35:715][146]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4632 failed (-1006) -[2025.05.25-17.52.35:715][146]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:715][146]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4633 failed (-1000) -[2025.05.25-17.52.35:720][147]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4634 outside of frame bounds -[2025.05.25-17.52.35:721][147]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:721][147]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:721][147]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4635 outside of frame bounds -[2025.05.25-17.52.35:727][147]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4633 failed (-1006) -[2025.05.25-17.52.35:727][147]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:727][147]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4634 failed (-1000) -[2025.05.25-17.52.35:732][148]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4635 outside of frame bounds -[2025.05.25-17.52.35:733][148]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:733][148]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:733][148]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4636 outside of frame bounds -[2025.05.25-17.52.35:739][148]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4634 failed (-1006) -[2025.05.25-17.52.35:740][148]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:740][148]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4635 failed (-1000) -[2025.05.25-17.52.35:745][149]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4636 outside of frame bounds -[2025.05.25-17.52.35:745][149]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:745][149]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:745][149]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4637 outside of frame bounds -[2025.05.25-17.52.35:750][149]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4635 failed (-1006) -[2025.05.25-17.52.35:751][149]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:751][149]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4636 failed (-1000) -[2025.05.25-17.52.35:757][150]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4637 outside of frame bounds -[2025.05.25-17.52.35:758][150]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:758][150]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:758][150]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4638 outside of frame bounds -[2025.05.25-17.52.35:762][150]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4636 failed (-1006) -[2025.05.25-17.52.35:763][150]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:763][150]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4637 failed (-1000) -[2025.05.25-17.52.35:768][151]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4638 outside of frame bounds -[2025.05.25-17.52.35:768][151]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:768][151]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:768][151]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4639 outside of frame bounds -[2025.05.25-17.52.35:775][151]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4637 failed (-1006) -[2025.05.25-17.52.35:775][151]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:775][151]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4638 failed (-1000) -[2025.05.25-17.52.35:779][152]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4639 outside of frame bounds -[2025.05.25-17.52.35:780][152]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:780][152]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:780][152]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4640 outside of frame bounds -[2025.05.25-17.52.35:786][152]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4638 failed (-1006) -[2025.05.25-17.52.35:787][152]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:787][152]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4639 failed (-1000) -[2025.05.25-17.52.35:792][153]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4640 outside of frame bounds -[2025.05.25-17.52.35:793][153]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:793][153]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:793][153]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4641 outside of frame bounds -[2025.05.25-17.52.35:797][153]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4639 failed (-1006) -[2025.05.25-17.52.35:798][153]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:798][153]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4640 failed (-1000) -[2025.05.25-17.52.35:803][154]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4641 outside of frame bounds -[2025.05.25-17.52.35:804][154]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:804][154]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:804][154]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4642 outside of frame bounds -[2025.05.25-17.52.35:810][154]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4640 failed (-1006) -[2025.05.25-17.52.35:811][154]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:811][154]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4641 failed (-1000) -[2025.05.25-17.52.35:815][155]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4642 outside of frame bounds -[2025.05.25-17.52.35:816][155]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:816][155]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:816][155]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4643 outside of frame bounds -[2025.05.25-17.52.35:821][155]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4641 failed (-1006) -[2025.05.25-17.52.35:823][155]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:823][155]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4642 failed (-1000) -[2025.05.25-17.52.35:828][156]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4643 outside of frame bounds -[2025.05.25-17.52.35:828][156]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:828][156]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:828][156]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4644 outside of frame bounds -[2025.05.25-17.52.35:832][156]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4642 failed (-1006) -[2025.05.25-17.52.35:833][156]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:833][156]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4643 failed (-1000) -[2025.05.25-17.52.35:839][157]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4644 outside of frame bounds -[2025.05.25-17.52.35:840][157]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:840][157]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:840][157]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4645 outside of frame bounds -[2025.05.25-17.52.35:844][157]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4643 failed (-1006) -[2025.05.25-17.52.35:845][157]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:845][157]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4644 failed (-1000) -[2025.05.25-17.52.35:851][158]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4645 outside of frame bounds -[2025.05.25-17.52.35:851][158]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:851][158]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:851][158]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4646 outside of frame bounds -[2025.05.25-17.52.35:857][158]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4644 failed (-1006) -[2025.05.25-17.52.35:858][158]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:858][158]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4645 failed (-1000) -[2025.05.25-17.52.35:862][159]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4646 outside of frame bounds -[2025.05.25-17.52.35:863][159]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:863][159]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:863][159]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4647 outside of frame bounds -[2025.05.25-17.52.35:868][159]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4645 failed (-1006) -[2025.05.25-17.52.35:869][159]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:869][159]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4646 failed (-1000) -[2025.05.25-17.52.35:874][160]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4647 outside of frame bounds -[2025.05.25-17.52.35:875][160]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:875][160]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:875][160]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4648 outside of frame bounds -[2025.05.25-17.52.35:881][160]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4646 failed (-1006) -[2025.05.25-17.52.35:882][160]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:882][160]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4647 failed (-1000) -[2025.05.25-17.52.35:886][161]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4648 outside of frame bounds -[2025.05.25-17.52.35:887][161]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:887][161]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:887][161]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4649 outside of frame bounds -[2025.05.25-17.52.35:893][161]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4647 failed (-1006) -[2025.05.25-17.52.35:893][161]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:893][161]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4648 failed (-1000) -[2025.05.25-17.52.35:898][162]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4649 outside of frame bounds -[2025.05.25-17.52.35:899][162]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:899][162]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:899][162]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4650 outside of frame bounds -[2025.05.25-17.52.35:905][162]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4648 failed (-1006) -[2025.05.25-17.52.35:906][162]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:906][162]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4649 failed (-1000) -[2025.05.25-17.52.35:911][163]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4650 outside of frame bounds -[2025.05.25-17.52.35:911][163]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:911][163]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:911][163]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4651 outside of frame bounds -[2025.05.25-17.52.35:916][163]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4649 failed (-1006) -[2025.05.25-17.52.35:916][163]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:916][163]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4650 failed (-1000) -[2025.05.25-17.52.35:923][164]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4651 outside of frame bounds -[2025.05.25-17.52.35:923][164]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:923][164]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:923][164]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4652 outside of frame bounds -[2025.05.25-17.52.35:928][164]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4650 failed (-1006) -[2025.05.25-17.52.35:928][164]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:928][164]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4651 failed (-1000) -[2025.05.25-17.52.35:933][165]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4652 outside of frame bounds -[2025.05.25-17.52.35:933][165]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:933][165]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:933][165]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4653 outside of frame bounds -[2025.05.25-17.52.35:940][165]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4651 failed (-1006) -[2025.05.25-17.52.35:940][165]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:940][165]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4652 failed (-1000) -[2025.05.25-17.52.35:946][166]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4653 outside of frame bounds -[2025.05.25-17.52.35:946][166]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:946][166]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:946][166]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4654 outside of frame bounds -[2025.05.25-17.52.35:951][166]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4652 failed (-1006) -[2025.05.25-17.52.35:952][166]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:952][166]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4653 failed (-1000) -[2025.05.25-17.52.35:957][167]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4654 outside of frame bounds -[2025.05.25-17.52.35:958][167]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:958][167]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:958][167]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4655 outside of frame bounds -[2025.05.25-17.52.35:963][167]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4653 failed (-1006) -[2025.05.25-17.52.35:964][167]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:964][167]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4654 failed (-1000) -[2025.05.25-17.52.35:969][168]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4655 outside of frame bounds -[2025.05.25-17.52.35:969][168]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:969][168]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:969][168]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4656 outside of frame bounds -[2025.05.25-17.52.35:976][168]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4654 failed (-1006) -[2025.05.25-17.52.35:977][168]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:977][168]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4655 failed (-1000) -[2025.05.25-17.52.35:982][169]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4656 outside of frame bounds -[2025.05.25-17.52.35:982][169]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:982][169]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:982][169]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4657 outside of frame bounds -[2025.05.25-17.52.35:988][169]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4655 failed (-1006) -[2025.05.25-17.52.35:989][169]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.35:989][169]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4656 failed (-1000) -[2025.05.25-17.52.35:995][170]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4657 outside of frame bounds -[2025.05.25-17.52.35:995][170]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.35:995][170]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.35:995][170]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4658 outside of frame bounds -[2025.05.25-17.52.35:999][170]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4656 failed (-1006) -[2025.05.25-17.52.36:000][170]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:000][170]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4657 failed (-1000) -[2025.05.25-17.52.36:006][171]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4658 outside of frame bounds -[2025.05.25-17.52.36:007][171]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:007][171]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:007][171]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4659 outside of frame bounds -[2025.05.25-17.52.36:012][171]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4657 failed (-1006) -[2025.05.25-17.52.36:013][171]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:013][171]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4658 failed (-1000) -[2025.05.25-17.52.36:018][172]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4659 outside of frame bounds -[2025.05.25-17.52.36:018][172]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:018][172]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:018][172]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4660 outside of frame bounds -[2025.05.25-17.52.36:024][172]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4658 failed (-1006) -[2025.05.25-17.52.36:025][172]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:025][172]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4659 failed (-1000) -[2025.05.25-17.52.36:029][173]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4660 outside of frame bounds -[2025.05.25-17.52.36:030][173]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:030][173]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:030][173]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4661 outside of frame bounds -[2025.05.25-17.52.36:036][173]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4659 failed (-1006) -[2025.05.25-17.52.36:037][173]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:037][173]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4660 failed (-1000) -[2025.05.25-17.52.36:043][174]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4661 outside of frame bounds -[2025.05.25-17.52.36:043][174]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:043][174]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:043][174]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4662 outside of frame bounds -[2025.05.25-17.52.36:048][174]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4660 failed (-1006) -[2025.05.25-17.52.36:049][174]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:049][174]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4661 failed (-1000) -[2025.05.25-17.52.36:054][175]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4662 outside of frame bounds -[2025.05.25-17.52.36:054][175]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:054][175]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:054][175]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4663 outside of frame bounds -[2025.05.25-17.52.36:061][175]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4661 failed (-1006) -[2025.05.25-17.52.36:062][175]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:062][175]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4662 failed (-1000) -[2025.05.25-17.52.36:066][176]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4663 outside of frame bounds -[2025.05.25-17.52.36:067][176]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:067][176]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:067][176]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4664 outside of frame bounds -[2025.05.25-17.52.36:073][176]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4662 failed (-1006) -[2025.05.25-17.52.36:074][176]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:074][176]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4663 failed (-1000) -[2025.05.25-17.52.36:079][177]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4664 outside of frame bounds -[2025.05.25-17.52.36:079][177]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:080][177]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:080][177]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4665 outside of frame bounds -[2025.05.25-17.52.36:085][177]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4663 failed (-1006) -[2025.05.25-17.52.36:086][177]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:086][177]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4664 failed (-1000) -[2025.05.25-17.52.36:091][178]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4665 outside of frame bounds -[2025.05.25-17.52.36:091][178]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:092][178]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:092][178]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4666 outside of frame bounds -[2025.05.25-17.52.36:096][178]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4664 failed (-1006) -[2025.05.25-17.52.36:096][178]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:096][178]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4665 failed (-1000) -[2025.05.25-17.52.36:102][179]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4666 outside of frame bounds -[2025.05.25-17.52.36:103][179]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:103][179]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:103][179]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4667 outside of frame bounds -[2025.05.25-17.52.36:108][179]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4665 failed (-1006) -[2025.05.25-17.52.36:109][179]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:109][179]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4666 failed (-1000) -[2025.05.25-17.52.36:115][180]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4667 outside of frame bounds -[2025.05.25-17.52.36:115][180]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:115][180]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:115][180]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4668 outside of frame bounds -[2025.05.25-17.52.36:121][180]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4666 failed (-1006) -[2025.05.25-17.52.36:122][180]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:122][180]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4667 failed (-1000) -[2025.05.25-17.52.36:126][181]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4668 outside of frame bounds -[2025.05.25-17.52.36:127][181]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:127][181]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:127][181]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4669 outside of frame bounds -[2025.05.25-17.52.36:132][181]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4667 failed (-1006) -[2025.05.25-17.52.36:133][181]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:133][181]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4668 failed (-1000) -[2025.05.25-17.52.36:138][182]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4669 outside of frame bounds -[2025.05.25-17.52.36:139][182]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:139][182]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:139][182]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4670 outside of frame bounds -[2025.05.25-17.52.36:145][182]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4668 failed (-1006) -[2025.05.25-17.52.36:146][182]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:146][182]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4669 failed (-1000) -[2025.05.25-17.52.36:151][183]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4670 outside of frame bounds -[2025.05.25-17.52.36:151][183]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:151][183]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:151][183]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4671 outside of frame bounds -[2025.05.25-17.52.36:157][183]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4669 failed (-1006) -[2025.05.25-17.52.36:158][183]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:158][183]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4670 failed (-1000) -[2025.05.25-17.52.36:163][184]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4671 outside of frame bounds -[2025.05.25-17.52.36:163][184]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:163][184]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:163][184]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4672 outside of frame bounds -[2025.05.25-17.52.36:169][184]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4670 failed (-1006) -[2025.05.25-17.52.36:169][184]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:170][184]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4671 failed (-1000) -[2025.05.25-17.52.36:175][185]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4672 outside of frame bounds -[2025.05.25-17.52.36:176][185]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:176][185]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:176][185]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4673 outside of frame bounds -[2025.05.25-17.52.36:180][185]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4671 failed (-1006) -[2025.05.25-17.52.36:181][185]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:181][185]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4672 failed (-1000) -[2025.05.25-17.52.36:186][186]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4673 outside of frame bounds -[2025.05.25-17.52.36:187][186]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:187][186]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:187][186]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4674 outside of frame bounds -[2025.05.25-17.52.36:192][186]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4672 failed (-1006) -[2025.05.25-17.52.36:193][186]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:193][186]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4673 failed (-1000) -[2025.05.25-17.52.36:198][187]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4674 outside of frame bounds -[2025.05.25-17.52.36:198][187]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:199][187]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:199][187]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4675 outside of frame bounds -[2025.05.25-17.52.36:205][187]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4673 failed (-1006) -[2025.05.25-17.52.36:206][187]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:206][187]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4674 failed (-1000) -[2025.05.25-17.52.36:210][188]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4675 outside of frame bounds -[2025.05.25-17.52.36:210][188]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:210][188]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:210][188]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4676 outside of frame bounds -[2025.05.25-17.52.36:216][188]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4674 failed (-1006) -[2025.05.25-17.52.36:217][188]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:217][188]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4675 failed (-1000) -[2025.05.25-17.52.36:222][189]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4676 outside of frame bounds -[2025.05.25-17.52.36:222][189]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:222][189]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:223][189]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4677 outside of frame bounds -[2025.05.25-17.52.36:228][189]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4675 failed (-1006) -[2025.05.25-17.52.36:229][189]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:229][189]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4676 failed (-1000) -[2025.05.25-17.52.36:233][190]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4677 outside of frame bounds -[2025.05.25-17.52.36:234][190]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:234][190]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:234][190]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4678 outside of frame bounds -[2025.05.25-17.52.36:241][190]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4676 failed (-1006) -[2025.05.25-17.52.36:242][190]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:242][190]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4677 failed (-1000) -[2025.05.25-17.52.36:247][191]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4678 outside of frame bounds -[2025.05.25-17.52.36:247][191]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:247][191]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:247][191]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4679 outside of frame bounds -[2025.05.25-17.52.36:253][191]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4677 failed (-1006) -[2025.05.25-17.52.36:254][191]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:254][191]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4678 failed (-1000) -[2025.05.25-17.52.36:258][192]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4679 outside of frame bounds -[2025.05.25-17.52.36:259][192]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:259][192]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:259][192]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4680 outside of frame bounds -[2025.05.25-17.52.36:263][192]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4678 failed (-1006) -[2025.05.25-17.52.36:264][192]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:264][192]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4679 failed (-1000) -[2025.05.25-17.52.36:269][193]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4680 outside of frame bounds -[2025.05.25-17.52.36:270][193]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:270][193]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:270][193]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4681 outside of frame bounds -[2025.05.25-17.52.36:276][193]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4679 failed (-1006) -[2025.05.25-17.52.36:277][193]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:277][193]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4680 failed (-1000) -[2025.05.25-17.52.36:282][194]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4681 outside of frame bounds -[2025.05.25-17.52.36:282][194]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:282][194]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:282][194]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4682 outside of frame bounds -[2025.05.25-17.52.36:287][194]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4680 failed (-1006) -[2025.05.25-17.52.36:289][194]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:289][194]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4681 failed (-1000) -[2025.05.25-17.52.36:294][195]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4682 outside of frame bounds -[2025.05.25-17.52.36:294][195]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:294][195]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:294][195]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4683 outside of frame bounds -[2025.05.25-17.52.36:299][195]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4681 failed (-1006) -[2025.05.25-17.52.36:300][195]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:300][195]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4682 failed (-1000) -[2025.05.25-17.52.36:304][196]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4683 outside of frame bounds -[2025.05.25-17.52.36:305][196]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:305][196]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:305][196]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4684 outside of frame bounds -[2025.05.25-17.52.36:312][196]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4682 failed (-1006) -[2025.05.25-17.52.36:312][196]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:312][196]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4683 failed (-1000) -[2025.05.25-17.52.36:316][197]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4684 outside of frame bounds -[2025.05.25-17.52.36:317][197]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:317][197]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:317][197]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4685 outside of frame bounds -[2025.05.25-17.52.36:323][197]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4683 failed (-1006) -[2025.05.25-17.52.36:324][197]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:324][197]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4684 failed (-1000) -[2025.05.25-17.52.36:328][198]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4685 outside of frame bounds -[2025.05.25-17.52.36:329][198]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:329][198]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:329][198]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4686 outside of frame bounds -[2025.05.25-17.52.36:335][198]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4684 failed (-1006) -[2025.05.25-17.52.36:336][198]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:336][198]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4685 failed (-1000) -[2025.05.25-17.52.36:342][199]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4686 outside of frame bounds -[2025.05.25-17.52.36:343][199]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:343][199]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:343][199]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4687 outside of frame bounds -[2025.05.25-17.52.36:348][199]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4685 failed (-1006) -[2025.05.25-17.52.36:348][199]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:348][199]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4686 failed (-1000) -[2025.05.25-17.52.36:353][200]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4687 outside of frame bounds -[2025.05.25-17.52.36:354][200]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:354][200]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:354][200]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4688 outside of frame bounds -[2025.05.25-17.52.36:359][200]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4686 failed (-1006) -[2025.05.25-17.52.36:360][200]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:360][200]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4687 failed (-1000) -[2025.05.25-17.52.36:365][201]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4688 outside of frame bounds -[2025.05.25-17.52.36:366][201]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:366][201]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:366][201]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4689 outside of frame bounds -[2025.05.25-17.52.36:372][201]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4687 failed (-1006) -[2025.05.25-17.52.36:372][201]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:372][201]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4688 failed (-1000) -[2025.05.25-17.52.36:378][202]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4689 outside of frame bounds -[2025.05.25-17.52.36:379][202]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:379][202]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:379][202]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4690 outside of frame bounds -[2025.05.25-17.52.36:383][202]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4688 failed (-1006) -[2025.05.25-17.52.36:384][202]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:384][202]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4689 failed (-1000) -[2025.05.25-17.52.36:389][203]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4690 outside of frame bounds -[2025.05.25-17.52.36:390][203]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:390][203]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:390][203]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4691 outside of frame bounds -[2025.05.25-17.52.36:396][203]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4689 failed (-1006) -[2025.05.25-17.52.36:397][203]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:397][203]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4690 failed (-1000) -[2025.05.25-17.52.36:400][204]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4691 outside of frame bounds -[2025.05.25-17.52.36:401][204]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:401][204]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:401][204]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4692 outside of frame bounds -[2025.05.25-17.52.36:409][204]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4690 failed (-1006) -[2025.05.25-17.52.36:409][204]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:409][204]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4691 failed (-1000) -[2025.05.25-17.52.36:413][205]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4692 outside of frame bounds -[2025.05.25-17.52.36:414][205]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:414][205]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:414][205]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4693 outside of frame bounds -[2025.05.25-17.52.36:420][205]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4691 failed (-1006) -[2025.05.25-17.52.36:421][205]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:421][205]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4692 failed (-1000) -[2025.05.25-17.52.36:425][206]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4693 outside of frame bounds -[2025.05.25-17.52.36:426][206]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:426][206]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:426][206]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4694 outside of frame bounds -[2025.05.25-17.52.36:432][206]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4692 failed (-1006) -[2025.05.25-17.52.36:433][206]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:433][206]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4693 failed (-1000) -[2025.05.25-17.52.36:438][207]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4694 outside of frame bounds -[2025.05.25-17.52.36:438][207]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:438][207]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:438][207]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4695 outside of frame bounds -[2025.05.25-17.52.36:443][207]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4693 failed (-1006) -[2025.05.25-17.52.36:444][207]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:444][207]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4694 failed (-1000) -[2025.05.25-17.52.36:451][208]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4695 outside of frame bounds -[2025.05.25-17.52.36:451][208]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:451][208]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:451][208]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4696 outside of frame bounds -[2025.05.25-17.52.36:455][208]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4694 failed (-1006) -[2025.05.25-17.52.36:456][208]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:456][208]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4695 failed (-1000) -[2025.05.25-17.52.36:462][209]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4696 outside of frame bounds -[2025.05.25-17.52.36:463][209]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:463][209]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:463][209]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4697 outside of frame bounds -[2025.05.25-17.52.36:468][209]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4695 failed (-1006) -[2025.05.25-17.52.36:469][209]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:469][209]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4696 failed (-1000) -[2025.05.25-17.52.36:473][210]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4697 outside of frame bounds -[2025.05.25-17.52.36:474][210]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:474][210]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:474][210]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4698 outside of frame bounds -[2025.05.25-17.52.36:480][210]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4696 failed (-1006) -[2025.05.25-17.52.36:480][210]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:480][210]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4697 failed (-1000) -[2025.05.25-17.52.36:485][211]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4698 outside of frame bounds -[2025.05.25-17.52.36:486][211]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:486][211]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:486][211]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4699 outside of frame bounds -[2025.05.25-17.52.36:492][211]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4697 failed (-1006) -[2025.05.25-17.52.36:493][211]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:493][211]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4698 failed (-1000) -[2025.05.25-17.52.36:497][212]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4699 outside of frame bounds -[2025.05.25-17.52.36:497][212]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:497][212]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:497][212]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4700 outside of frame bounds -[2025.05.25-17.52.36:504][212]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4698 failed (-1006) -[2025.05.25-17.52.36:505][212]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:505][212]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4699 failed (-1000) -[2025.05.25-17.52.36:510][213]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4700 outside of frame bounds -[2025.05.25-17.52.36:510][213]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:510][213]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:510][213]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4701 outside of frame bounds -[2025.05.25-17.52.36:516][213]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4699 failed (-1006) -[2025.05.25-17.52.36:517][213]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:517][213]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4700 failed (-1000) -[2025.05.25-17.52.36:521][214]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4701 outside of frame bounds -[2025.05.25-17.52.36:522][214]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:522][214]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:522][214]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4702 outside of frame bounds -[2025.05.25-17.52.36:527][214]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4700 failed (-1006) -[2025.05.25-17.52.36:528][214]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:528][214]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4701 failed (-1000) -[2025.05.25-17.52.36:533][215]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4702 outside of frame bounds -[2025.05.25-17.52.36:535][215]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:535][215]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:535][215]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4703 outside of frame bounds -[2025.05.25-17.52.36:540][215]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4701 failed (-1006) -[2025.05.25-17.52.36:541][215]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:541][215]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4702 failed (-1000) -[2025.05.25-17.52.36:546][216]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4703 outside of frame bounds -[2025.05.25-17.52.36:547][216]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:547][216]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:547][216]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4704 outside of frame bounds -[2025.05.25-17.52.36:552][216]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4702 failed (-1006) -[2025.05.25-17.52.36:553][216]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:553][216]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4703 failed (-1000) -[2025.05.25-17.52.36:558][217]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4704 outside of frame bounds -[2025.05.25-17.52.36:559][217]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:559][217]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:559][217]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4705 outside of frame bounds -[2025.05.25-17.52.36:564][217]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4703 failed (-1006) -[2025.05.25-17.52.36:564][217]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:564][217]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4704 failed (-1000) -[2025.05.25-17.52.36:569][218]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4705 outside of frame bounds -[2025.05.25-17.52.36:571][218]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:571][218]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:571][218]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4706 outside of frame bounds -[2025.05.25-17.52.36:576][218]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4704 failed (-1006) -[2025.05.25-17.52.36:577][218]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:577][218]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4705 failed (-1000) -[2025.05.25-17.52.36:582][219]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4706 outside of frame bounds -[2025.05.25-17.52.36:584][219]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:584][219]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:584][219]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4707 outside of frame bounds -[2025.05.25-17.52.36:588][219]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4705 failed (-1006) -[2025.05.25-17.52.36:589][219]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:589][219]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4706 failed (-1000) -[2025.05.25-17.52.36:593][220]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4707 outside of frame bounds -[2025.05.25-17.52.36:596][220]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:596][220]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:596][220]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4708 outside of frame bounds -[2025.05.25-17.52.36:599][220]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4706 failed (-1006) -[2025.05.25-17.52.36:600][220]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:600][220]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4707 failed (-1000) -[2025.05.25-17.52.36:605][221]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4708 outside of frame bounds -[2025.05.25-17.52.36:606][221]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:606][221]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:606][221]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4709 outside of frame bounds -[2025.05.25-17.52.36:613][221]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4707 failed (-1006) -[2025.05.25-17.52.36:614][221]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:614][221]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4708 failed (-1000) -[2025.05.25-17.52.36:618][222]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4709 outside of frame bounds -[2025.05.25-17.52.36:620][222]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:620][222]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:620][222]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4710 outside of frame bounds -[2025.05.25-17.52.36:623][222]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4708 failed (-1006) -[2025.05.25-17.52.36:624][222]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:624][222]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4709 failed (-1000) -[2025.05.25-17.52.36:630][223]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4710 outside of frame bounds -[2025.05.25-17.52.36:631][223]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:631][223]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:631][223]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4711 outside of frame bounds -[2025.05.25-17.52.36:635][223]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4709 failed (-1006) -[2025.05.25-17.52.36:635][223]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:636][223]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4710 failed (-1000) -[2025.05.25-17.52.36:641][224]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4711 outside of frame bounds -[2025.05.25-17.52.36:643][224]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:643][224]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:643][224]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4712 outside of frame bounds -[2025.05.25-17.52.36:648][224]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4710 failed (-1006) -[2025.05.25-17.52.36:649][224]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:649][224]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4711 failed (-1000) -[2025.05.25-17.52.36:653][225]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4712 outside of frame bounds -[2025.05.25-17.52.36:655][225]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:655][225]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:655][225]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4713 outside of frame bounds -[2025.05.25-17.52.36:659][225]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4711 failed (-1006) -[2025.05.25-17.52.36:660][225]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:660][225]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4712 failed (-1000) -[2025.05.25-17.52.36:665][226]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4713 outside of frame bounds -[2025.05.25-17.52.36:666][226]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:666][226]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:666][226]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4714 outside of frame bounds -[2025.05.25-17.52.36:672][226]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4712 failed (-1006) -[2025.05.25-17.52.36:674][226]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:674][226]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4713 failed (-1000) -[2025.05.25-17.52.36:678][227]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4714 outside of frame bounds -[2025.05.25-17.52.36:680][227]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:680][227]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:680][227]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4715 outside of frame bounds -[2025.05.25-17.52.36:684][227]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4713 failed (-1006) -[2025.05.25-17.52.36:685][227]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:685][227]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4714 failed (-1000) -[2025.05.25-17.52.36:690][228]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4715 outside of frame bounds -[2025.05.25-17.52.36:692][228]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:692][228]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:692][228]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4716 outside of frame bounds -[2025.05.25-17.52.36:696][228]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4714 failed (-1006) -[2025.05.25-17.52.36:697][228]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:697][228]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4715 failed (-1000) -[2025.05.25-17.52.36:701][229]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4716 outside of frame bounds -[2025.05.25-17.52.36:703][229]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:703][229]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:703][229]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4717 outside of frame bounds -[2025.05.25-17.52.36:708][229]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4715 failed (-1006) -[2025.05.25-17.52.36:709][229]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:709][229]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4716 failed (-1000) -[2025.05.25-17.52.36:715][230]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4717 outside of frame bounds -[2025.05.25-17.52.36:716][230]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:716][230]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:716][230]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4718 outside of frame bounds -[2025.05.25-17.52.36:719][230]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4716 failed (-1006) -[2025.05.25-17.52.36:720][230]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:720][230]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4717 failed (-1000) -[2025.05.25-17.52.36:726][231]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4718 outside of frame bounds -[2025.05.25-17.52.36:727][231]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:727][231]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:727][231]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4719 outside of frame bounds -[2025.05.25-17.52.36:731][231]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4717 failed (-1006) -[2025.05.25-17.52.36:731][231]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:731][231]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4718 failed (-1000) -[2025.05.25-17.52.36:736][232]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4719 outside of frame bounds -[2025.05.25-17.52.36:739][232]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:739][232]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:739][232]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4720 outside of frame bounds -[2025.05.25-17.52.36:744][232]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4718 failed (-1006) -[2025.05.25-17.52.36:744][232]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:744][232]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4719 failed (-1000) -[2025.05.25-17.52.36:749][233]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4720 outside of frame bounds -[2025.05.25-17.52.36:751][233]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:751][233]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:751][233]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4721 outside of frame bounds -[2025.05.25-17.52.36:755][233]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4719 failed (-1006) -[2025.05.25-17.52.36:756][233]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:756][233]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4720 failed (-1000) -[2025.05.25-17.52.36:760][234]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4721 outside of frame bounds -[2025.05.25-17.52.36:762][234]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:762][234]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:762][234]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4722 outside of frame bounds -[2025.05.25-17.52.36:766][234]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4720 failed (-1006) -[2025.05.25-17.52.36:768][234]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:768][234]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4721 failed (-1000) -[2025.05.25-17.52.36:773][235]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4722 outside of frame bounds -[2025.05.25-17.52.36:775][235]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:775][235]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:775][235]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4723 outside of frame bounds -[2025.05.25-17.52.36:780][235]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4721 failed (-1006) -[2025.05.25-17.52.36:781][235]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:781][235]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4722 failed (-1000) -[2025.05.25-17.52.36:786][236]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4723 outside of frame bounds -[2025.05.25-17.52.36:787][236]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:787][236]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:787][236]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4724 outside of frame bounds -[2025.05.25-17.52.36:790][236]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4722 failed (-1006) -[2025.05.25-17.52.36:792][236]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:792][236]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4723 failed (-1000) -[2025.05.25-17.52.36:798][237]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4724 outside of frame bounds -[2025.05.25-17.52.36:800][237]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:800][237]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:800][237]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4725 outside of frame bounds -[2025.05.25-17.52.36:803][237]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4723 failed (-1006) -[2025.05.25-17.52.36:804][237]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:804][237]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4724 failed (-1000) -[2025.05.25-17.52.36:811][238]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4725 outside of frame bounds -[2025.05.25-17.52.36:813][238]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:813][238]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:813][238]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4726 outside of frame bounds -[2025.05.25-17.52.36:816][238]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4724 failed (-1006) -[2025.05.25-17.52.36:816][238]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:816][238]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4725 failed (-1000) -[2025.05.25-17.52.36:821][239]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4726 outside of frame bounds -[2025.05.25-17.52.36:822][239]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:822][239]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:822][239]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4727 outside of frame bounds -[2025.05.25-17.52.36:827][239]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4725 failed (-1006) -[2025.05.25-17.52.36:828][239]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:828][239]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4726 failed (-1000) -[2025.05.25-17.52.36:833][240]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4727 outside of frame bounds -[2025.05.25-17.52.36:834][240]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:834][240]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:834][240]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4728 outside of frame bounds -[2025.05.25-17.52.36:841][240]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4726 failed (-1006) -[2025.05.25-17.52.36:842][240]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:842][240]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4727 failed (-1000) -[2025.05.25-17.52.36:845][241]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4728 outside of frame bounds -[2025.05.25-17.52.36:847][241]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:847][241]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:847][241]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4729 outside of frame bounds -[2025.05.25-17.52.36:853][241]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4727 failed (-1006) -[2025.05.25-17.52.36:853][241]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:853][241]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4728 failed (-1000) -[2025.05.25-17.52.36:859][242]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4729 outside of frame bounds -[2025.05.25-17.52.36:860][242]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:860][242]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:860][242]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4730 outside of frame bounds -[2025.05.25-17.52.36:865][242]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4728 failed (-1006) -[2025.05.25-17.52.36:865][242]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:866][242]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4729 failed (-1000) -[2025.05.25-17.52.36:870][243]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4730 outside of frame bounds -[2025.05.25-17.52.36:872][243]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:872][243]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:872][243]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4731 outside of frame bounds -[2025.05.25-17.52.36:877][243]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4729 failed (-1006) -[2025.05.25-17.52.36:878][243]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:878][243]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4730 failed (-1000) -[2025.05.25-17.52.36:883][244]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4731 outside of frame bounds -[2025.05.25-17.52.36:884][244]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:884][244]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:884][244]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4732 outside of frame bounds -[2025.05.25-17.52.36:888][244]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4730 failed (-1006) -[2025.05.25-17.52.36:889][244]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:889][244]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4731 failed (-1000) -[2025.05.25-17.52.36:894][245]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4732 outside of frame bounds -[2025.05.25-17.52.36:896][245]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:896][245]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:896][245]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4733 outside of frame bounds -[2025.05.25-17.52.36:899][245]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4731 failed (-1006) -[2025.05.25-17.52.36:900][245]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:900][245]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4732 failed (-1000) -[2025.05.25-17.52.36:905][245]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4733 outside of frame bounds -[2025.05.25-17.52.36:906][246]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:906][246]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:906][246]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4734 outside of frame bounds -[2025.05.25-17.52.36:912][246]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4732 failed (-1006) -[2025.05.25-17.52.36:913][246]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:913][246]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4733 failed (-1000) -[2025.05.25-17.52.36:918][247]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4734 outside of frame bounds -[2025.05.25-17.52.36:920][247]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:920][247]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:920][247]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4735 outside of frame bounds -[2025.05.25-17.52.36:925][247]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4733 failed (-1006) -[2025.05.25-17.52.36:926][247]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:926][247]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4734 failed (-1000) -[2025.05.25-17.52.36:930][248]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4735 outside of frame bounds -[2025.05.25-17.52.36:933][248]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:933][248]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:933][248]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4736 outside of frame bounds -[2025.05.25-17.52.36:936][248]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4734 failed (-1006) -[2025.05.25-17.52.36:937][248]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:937][248]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4735 failed (-1000) -[2025.05.25-17.52.36:942][249]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4736 outside of frame bounds -[2025.05.25-17.52.36:944][249]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:944][249]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:944][249]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4737 outside of frame bounds -[2025.05.25-17.52.36:949][249]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4735 failed (-1006) -[2025.05.25-17.52.36:949][249]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:949][249]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4736 failed (-1000) -[2025.05.25-17.52.36:954][250]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4737 outside of frame bounds -[2025.05.25-17.52.36:955][250]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:955][250]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:955][250]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4738 outside of frame bounds -[2025.05.25-17.52.36:960][250]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4736 failed (-1006) -[2025.05.25-17.52.36:961][250]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:961][250]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4737 failed (-1000) -[2025.05.25-17.52.36:966][251]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4738 outside of frame bounds -[2025.05.25-17.52.36:968][251]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:968][251]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:968][251]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4739 outside of frame bounds -[2025.05.25-17.52.36:972][251]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4737 failed (-1006) -[2025.05.25-17.52.36:973][251]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:973][251]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4738 failed (-1000) -[2025.05.25-17.52.36:978][252]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4739 outside of frame bounds -[2025.05.25-17.52.36:980][252]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:980][252]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:980][252]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4740 outside of frame bounds -[2025.05.25-17.52.36:983][252]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4738 failed (-1006) -[2025.05.25-17.52.36:983][252]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:983][252]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4739 failed (-1000) -[2025.05.25-17.52.36:989][253]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4740 outside of frame bounds -[2025.05.25-17.52.36:992][253]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.36:992][253]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.36:992][253]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4741 outside of frame bounds -[2025.05.25-17.52.36:996][253]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4739 failed (-1006) -[2025.05.25-17.52.36:997][253]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.36:997][253]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4740 failed (-1000) -[2025.05.25-17.52.37:002][254]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4741 outside of frame bounds -[2025.05.25-17.52.37:002][254]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:002][254]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:002][254]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4742 outside of frame bounds -[2025.05.25-17.52.37:008][254]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4740 failed (-1006) -[2025.05.25-17.52.37:009][254]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:009][254]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4741 failed (-1000) -[2025.05.25-17.52.37:013][255]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4742 outside of frame bounds -[2025.05.25-17.52.37:014][255]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:014][255]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:014][255]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4743 outside of frame bounds -[2025.05.25-17.52.37:020][255]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4741 failed (-1006) -[2025.05.25-17.52.37:021][255]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:021][255]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4742 failed (-1000) -[2025.05.25-17.52.37:026][256]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4743 outside of frame bounds -[2025.05.25-17.52.37:027][256]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:027][256]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:027][256]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4744 outside of frame bounds -[2025.05.25-17.52.37:032][256]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4742 failed (-1006) -[2025.05.25-17.52.37:033][256]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:033][256]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4743 failed (-1000) -[2025.05.25-17.52.37:038][257]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4744 outside of frame bounds -[2025.05.25-17.52.37:039][257]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:039][257]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:039][257]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4745 outside of frame bounds -[2025.05.25-17.52.37:045][257]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4743 failed (-1006) -[2025.05.25-17.52.37:046][257]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:046][257]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4744 failed (-1000) -[2025.05.25-17.52.37:050][258]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4745 outside of frame bounds -[2025.05.25-17.52.37:052][258]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:052][258]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:052][258]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4746 outside of frame bounds -[2025.05.25-17.52.37:056][258]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4744 failed (-1006) -[2025.05.25-17.52.37:057][258]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:057][258]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4745 failed (-1000) -[2025.05.25-17.52.37:062][259]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4746 outside of frame bounds -[2025.05.25-17.52.37:063][259]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:063][259]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:063][259]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4747 outside of frame bounds -[2025.05.25-17.52.37:067][259]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4745 failed (-1006) -[2025.05.25-17.52.37:068][259]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:068][259]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4746 failed (-1000) -[2025.05.25-17.52.37:074][260]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4747 outside of frame bounds -[2025.05.25-17.52.37:074][260]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:074][260]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:074][260]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4748 outside of frame bounds -[2025.05.25-17.52.37:079][260]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4746 failed (-1006) -[2025.05.25-17.52.37:080][260]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:080][260]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4747 failed (-1000) -[2025.05.25-17.52.37:085][261]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4748 outside of frame bounds -[2025.05.25-17.52.37:085][261]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:085][261]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:085][261]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4749 outside of frame bounds -[2025.05.25-17.52.37:091][261]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4747 failed (-1006) -[2025.05.25-17.52.37:092][261]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:092][261]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4748 failed (-1000) -[2025.05.25-17.52.37:096][262]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4749 outside of frame bounds -[2025.05.25-17.52.37:096][262]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:096][262]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:096][262]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4750 outside of frame bounds -[2025.05.25-17.52.37:103][262]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4748 failed (-1006) -[2025.05.25-17.52.37:104][262]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:104][262]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4749 failed (-1000) -[2025.05.25-17.52.37:109][263]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4750 outside of frame bounds -[2025.05.25-17.52.37:109][263]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:109][263]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:109][263]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4751 outside of frame bounds -[2025.05.25-17.52.37:115][263]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4749 failed (-1006) -[2025.05.25-17.52.37:116][263]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:116][263]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4750 failed (-1000) -[2025.05.25-17.52.37:120][264]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4751 outside of frame bounds -[2025.05.25-17.52.37:121][264]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:121][264]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:121][264]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4752 outside of frame bounds -[2025.05.25-17.52.37:127][264]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4750 failed (-1006) -[2025.05.25-17.52.37:128][264]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:128][264]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4751 failed (-1000) -[2025.05.25-17.52.37:133][265]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4752 outside of frame bounds -[2025.05.25-17.52.37:133][265]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:133][265]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:133][265]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4753 outside of frame bounds -[2025.05.25-17.52.37:140][265]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4751 failed (-1006) -[2025.05.25-17.52.37:141][265]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:141][265]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4752 failed (-1000) -[2025.05.25-17.52.37:145][266]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4753 outside of frame bounds -[2025.05.25-17.52.37:146][266]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:146][266]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:146][266]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4754 outside of frame bounds -[2025.05.25-17.52.37:150][266]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4752 failed (-1006) -[2025.05.25-17.52.37:151][266]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:151][266]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4753 failed (-1000) -[2025.05.25-17.52.37:157][267]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4754 outside of frame bounds -[2025.05.25-17.52.37:158][267]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:158][267]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:158][267]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4755 outside of frame bounds -[2025.05.25-17.52.37:162][267]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4753 failed (-1006) -[2025.05.25-17.52.37:163][267]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:163][267]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4754 failed (-1000) -[2025.05.25-17.52.37:168][268]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4755 outside of frame bounds -[2025.05.25-17.52.37:168][268]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:168][268]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:168][268]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4756 outside of frame bounds -[2025.05.25-17.52.37:175][268]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4754 failed (-1006) -[2025.05.25-17.52.37:175][268]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:175][268]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4755 failed (-1000) -[2025.05.25-17.52.37:180][269]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4756 outside of frame bounds -[2025.05.25-17.52.37:180][269]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:180][269]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:180][269]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4757 outside of frame bounds -[2025.05.25-17.52.37:187][269]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4755 failed (-1006) -[2025.05.25-17.52.37:188][269]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:188][269]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4756 failed (-1000) -[2025.05.25-17.52.37:193][270]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4757 outside of frame bounds -[2025.05.25-17.52.37:194][270]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:194][270]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:194][270]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4758 outside of frame bounds -[2025.05.25-17.52.37:200][270]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4756 failed (-1006) -[2025.05.25-17.52.37:201][270]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:201][270]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4757 failed (-1000) -[2025.05.25-17.52.37:204][271]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4758 outside of frame bounds -[2025.05.25-17.52.37:206][271]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:206][271]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:206][271]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4759 outside of frame bounds -[2025.05.25-17.52.37:213][271]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4757 failed (-1006) -[2025.05.25-17.52.37:213][271]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:213][271]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4758 failed (-1000) -[2025.05.25-17.52.37:218][272]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4759 outside of frame bounds -[2025.05.25-17.52.37:219][272]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:219][272]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:219][272]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4760 outside of frame bounds -[2025.05.25-17.52.37:224][272]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4758 failed (-1006) -[2025.05.25-17.52.37:225][272]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:225][272]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4759 failed (-1000) -[2025.05.25-17.52.37:230][273]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4760 outside of frame bounds -[2025.05.25-17.52.37:231][273]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:231][273]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:231][273]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4761 outside of frame bounds -[2025.05.25-17.52.37:235][273]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4759 failed (-1006) -[2025.05.25-17.52.37:236][273]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:236][273]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4760 failed (-1000) -[2025.05.25-17.52.37:243][274]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4761 outside of frame bounds -[2025.05.25-17.52.37:244][274]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:244][274]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:244][274]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4762 outside of frame bounds -[2025.05.25-17.52.37:247][274]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4760 failed (-1006) -[2025.05.25-17.52.37:248][274]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:248][274]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4761 failed (-1000) -[2025.05.25-17.52.37:254][275]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4762 outside of frame bounds -[2025.05.25-17.52.37:254][275]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:254][275]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:254][275]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4763 outside of frame bounds -[2025.05.25-17.52.37:259][275]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4761 failed (-1006) -[2025.05.25-17.52.37:261][275]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:261][275]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4762 failed (-1000) -[2025.05.25-17.52.37:265][276]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4763 outside of frame bounds -[2025.05.25-17.52.37:266][276]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:266][276]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:266][276]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4764 outside of frame bounds -[2025.05.25-17.52.37:273][276]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4762 failed (-1006) -[2025.05.25-17.52.37:273][276]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:273][276]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4763 failed (-1000) -[2025.05.25-17.52.37:278][277]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4764 outside of frame bounds -[2025.05.25-17.52.37:282][277]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:282][277]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:282][277]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4765 outside of frame bounds -[2025.05.25-17.52.37:285][277]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4763 failed (-1006) -[2025.05.25-17.52.37:286][277]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:286][277]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4764 failed (-1000) -[2025.05.25-17.52.37:290][277]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4765 outside of frame bounds -[2025.05.25-17.52.37:291][278]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:291][278]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:291][278]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4766 outside of frame bounds -[2025.05.25-17.52.37:297][278]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4764 failed (-1006) -[2025.05.25-17.52.37:298][278]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:298][278]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4765 failed (-1000) -[2025.05.25-17.52.37:302][279]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4766 outside of frame bounds -[2025.05.25-17.52.37:303][279]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:303][279]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:303][279]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4767 outside of frame bounds -[2025.05.25-17.52.37:309][279]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4765 failed (-1006) -[2025.05.25-17.52.37:310][279]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:310][279]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4766 failed (-1000) -[2025.05.25-17.52.37:314][280]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4767 outside of frame bounds -[2025.05.25-17.52.37:315][280]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:315][280]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:315][280]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4768 outside of frame bounds -[2025.05.25-17.52.37:321][280]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4766 failed (-1006) -[2025.05.25-17.52.37:322][280]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:322][280]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4767 failed (-1000) -[2025.05.25-17.52.37:327][281]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4768 outside of frame bounds -[2025.05.25-17.52.37:327][281]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:327][281]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:327][281]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4769 outside of frame bounds -[2025.05.25-17.52.37:332][281]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4767 failed (-1006) -[2025.05.25-17.52.37:333][281]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:333][281]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4768 failed (-1000) -[2025.05.25-17.52.37:339][282]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4769 outside of frame bounds -[2025.05.25-17.52.37:339][282]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:339][282]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:339][282]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4770 outside of frame bounds -[2025.05.25-17.52.37:345][282]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4768 failed (-1006) -[2025.05.25-17.52.37:346][282]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:346][282]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4769 failed (-1000) -[2025.05.25-17.52.37:350][283]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4770 outside of frame bounds -[2025.05.25-17.52.37:351][283]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:351][283]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:351][283]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4771 outside of frame bounds -[2025.05.25-17.52.37:357][283]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4769 failed (-1006) -[2025.05.25-17.52.37:358][283]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:358][283]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4770 failed (-1000) -[2025.05.25-17.52.37:363][284]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4771 outside of frame bounds -[2025.05.25-17.52.37:363][284]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:363][284]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:363][284]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4772 outside of frame bounds -[2025.05.25-17.52.37:369][284]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4770 failed (-1006) -[2025.05.25-17.52.37:369][284]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:370][284]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4771 failed (-1000) -[2025.05.25-17.52.37:375][285]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4772 outside of frame bounds -[2025.05.25-17.52.37:376][285]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:376][285]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:376][285]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4773 outside of frame bounds -[2025.05.25-17.52.37:381][285]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4771 failed (-1006) -[2025.05.25-17.52.37:382][285]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:382][285]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4772 failed (-1000) -[2025.05.25-17.52.37:386][286]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4773 outside of frame bounds -[2025.05.25-17.52.37:388][286]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:388][286]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:388][286]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4774 outside of frame bounds -[2025.05.25-17.52.37:393][286]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4772 failed (-1006) -[2025.05.25-17.52.37:394][286]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:394][286]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4773 failed (-1000) -[2025.05.25-17.52.37:398][287]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4774 outside of frame bounds -[2025.05.25-17.52.37:400][287]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:400][287]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:400][287]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4775 outside of frame bounds -[2025.05.25-17.52.37:406][287]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4773 failed (-1006) -[2025.05.25-17.52.37:407][287]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:407][287]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4774 failed (-1000) -[2025.05.25-17.52.37:411][288]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4775 outside of frame bounds -[2025.05.25-17.52.37:413][288]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:413][288]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:413][288]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4776 outside of frame bounds -[2025.05.25-17.52.37:415][288]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4774 failed (-1006) -[2025.05.25-17.52.37:416][288]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:416][288]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4775 failed (-1000) -[2025.05.25-17.52.37:422][289]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4776 outside of frame bounds -[2025.05.25-17.52.37:424][289]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:424][289]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:424][289]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4777 outside of frame bounds -[2025.05.25-17.52.37:428][289]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4775 failed (-1006) -[2025.05.25-17.52.37:429][289]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:429][289]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4776 failed (-1000) -[2025.05.25-17.52.37:434][290]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4777 outside of frame bounds -[2025.05.25-17.52.37:435][290]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:435][290]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:435][290]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4778 outside of frame bounds -[2025.05.25-17.52.37:441][290]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4776 failed (-1006) -[2025.05.25-17.52.37:442][290]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:442][290]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4777 failed (-1000) -[2025.05.25-17.52.37:446][291]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4778 outside of frame bounds -[2025.05.25-17.52.37:447][291]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:447][291]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:448][291]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4779 outside of frame bounds -[2025.05.25-17.52.37:452][291]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4777 failed (-1006) -[2025.05.25-17.52.37:453][291]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:453][291]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4778 failed (-1000) -[2025.05.25-17.52.37:458][292]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4779 outside of frame bounds -[2025.05.25-17.52.37:459][292]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:459][292]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:459][292]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4780 outside of frame bounds -[2025.05.25-17.52.37:464][292]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4778 failed (-1006) -[2025.05.25-17.52.37:465][292]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:465][292]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4779 failed (-1000) -[2025.05.25-17.52.37:469][293]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4780 outside of frame bounds -[2025.05.25-17.52.37:470][293]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:470][293]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:470][293]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4781 outside of frame bounds -[2025.05.25-17.52.37:477][293]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4779 failed (-1006) -[2025.05.25-17.52.37:477][293]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:477][293]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4780 failed (-1000) -[2025.05.25-17.52.37:482][294]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4781 outside of frame bounds -[2025.05.25-17.52.37:483][294]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:483][294]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:483][294]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4782 outside of frame bounds -[2025.05.25-17.52.37:489][294]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4780 failed (-1006) -[2025.05.25-17.52.37:489][294]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:490][294]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4781 failed (-1000) -[2025.05.25-17.52.37:494][295]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4782 outside of frame bounds -[2025.05.25-17.52.37:494][295]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:494][295]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:494][295]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4783 outside of frame bounds -[2025.05.25-17.52.37:498][295]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4781 failed (-1006) -[2025.05.25-17.52.37:499][295]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:499][295]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4782 failed (-1000) -[2025.05.25-17.52.37:506][296]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4783 outside of frame bounds -[2025.05.25-17.52.37:507][296]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:507][296]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:507][296]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4784 outside of frame bounds -[2025.05.25-17.52.37:511][296]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4782 failed (-1006) -[2025.05.25-17.52.37:512][296]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:512][296]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4783 failed (-1000) -[2025.05.25-17.52.37:516][297]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4784 outside of frame bounds -[2025.05.25-17.52.37:518][297]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:518][297]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:518][297]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4785 outside of frame bounds -[2025.05.25-17.52.37:523][297]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4783 failed (-1006) -[2025.05.25-17.52.37:524][297]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:524][297]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4784 failed (-1000) -[2025.05.25-17.52.37:529][298]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4785 outside of frame bounds -[2025.05.25-17.52.37:529][298]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:529][298]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:529][298]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4786 outside of frame bounds -[2025.05.25-17.52.37:535][298]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4784 failed (-1006) -[2025.05.25-17.52.37:536][298]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:536][298]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4785 failed (-1000) -[2025.05.25-17.52.37:542][299]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4786 outside of frame bounds -[2025.05.25-17.52.37:542][299]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:542][299]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:542][299]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4787 outside of frame bounds -[2025.05.25-17.52.37:547][299]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4785 failed (-1006) -[2025.05.25-17.52.37:548][299]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:548][299]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4786 failed (-1000) -[2025.05.25-17.52.37:553][300]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4787 outside of frame bounds -[2025.05.25-17.52.37:553][300]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:553][300]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:553][300]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4788 outside of frame bounds -[2025.05.25-17.52.37:559][300]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4786 failed (-1006) -[2025.05.25-17.52.37:560][300]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:560][300]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4787 failed (-1000) -[2025.05.25-17.52.37:565][301]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4788 outside of frame bounds -[2025.05.25-17.52.37:566][301]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:566][301]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:566][301]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4789 outside of frame bounds -[2025.05.25-17.52.37:571][301]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4787 failed (-1006) -[2025.05.25-17.52.37:572][301]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:572][301]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4788 failed (-1000) -[2025.05.25-17.52.37:577][302]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4789 outside of frame bounds -[2025.05.25-17.52.37:577][302]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:577][302]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:577][302]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4790 outside of frame bounds -[2025.05.25-17.52.37:582][302]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4788 failed (-1006) -[2025.05.25-17.52.37:583][302]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:583][302]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4789 failed (-1000) -[2025.05.25-17.52.37:590][303]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4790 outside of frame bounds -[2025.05.25-17.52.37:591][303]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:591][303]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:591][303]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4791 outside of frame bounds -[2025.05.25-17.52.37:594][303]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4789 failed (-1006) -[2025.05.25-17.52.37:595][303]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:595][303]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4790 failed (-1000) -[2025.05.25-17.52.37:601][304]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4791 outside of frame bounds -[2025.05.25-17.52.37:601][304]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:601][304]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:601][304]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4792 outside of frame bounds -[2025.05.25-17.52.37:608][304]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4790 failed (-1006) -[2025.05.25-17.52.37:609][304]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:609][304]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4791 failed (-1000) -[2025.05.25-17.52.37:613][305]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4792 outside of frame bounds -[2025.05.25-17.52.37:613][305]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:613][305]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:613][305]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4793 outside of frame bounds -[2025.05.25-17.52.37:620][305]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4791 failed (-1006) -[2025.05.25-17.52.37:621][305]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:621][305]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4792 failed (-1000) -[2025.05.25-17.52.37:626][306]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4793 outside of frame bounds -[2025.05.25-17.52.37:626][306]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:626][306]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:626][306]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4794 outside of frame bounds -[2025.05.25-17.52.37:632][306]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4792 failed (-1006) -[2025.05.25-17.52.37:633][306]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:633][306]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4793 failed (-1000) -[2025.05.25-17.52.37:638][307]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4794 outside of frame bounds -[2025.05.25-17.52.37:638][307]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:638][307]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:638][307]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4795 outside of frame bounds -[2025.05.25-17.52.37:644][307]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4793 failed (-1006) -[2025.05.25-17.52.37:645][307]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:645][307]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4794 failed (-1000) -[2025.05.25-17.52.37:650][308]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4795 outside of frame bounds -[2025.05.25-17.52.37:650][308]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:650][308]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:650][308]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4796 outside of frame bounds -[2025.05.25-17.52.37:657][308]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4794 failed (-1006) -[2025.05.25-17.52.37:658][308]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:658][308]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4795 failed (-1000) -[2025.05.25-17.52.37:663][309]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4796 outside of frame bounds -[2025.05.25-17.52.37:663][309]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:663][309]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:663][309]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4797 outside of frame bounds -[2025.05.25-17.52.37:669][309]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4795 failed (-1006) -[2025.05.25-17.52.37:670][309]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:670][309]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4796 failed (-1000) -[2025.05.25-17.52.37:675][310]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4797 outside of frame bounds -[2025.05.25-17.52.37:676][310]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:676][310]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:676][310]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4798 outside of frame bounds -[2025.05.25-17.52.37:682][310]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4796 failed (-1006) -[2025.05.25-17.52.37:682][310]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:683][310]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4797 failed (-1000) -[2025.05.25-17.52.37:687][311]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4798 outside of frame bounds -[2025.05.25-17.52.37:688][311]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:688][311]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:688][311]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4799 outside of frame bounds -[2025.05.25-17.52.37:693][311]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4797 failed (-1006) -[2025.05.25-17.52.37:694][311]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:694][311]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4798 failed (-1000) -[2025.05.25-17.52.37:699][312]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4799 outside of frame bounds -[2025.05.25-17.52.37:701][312]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:701][312]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:701][312]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4800 outside of frame bounds -[2025.05.25-17.52.37:705][312]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4798 failed (-1006) -[2025.05.25-17.52.37:706][312]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:706][312]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4799 failed (-1000) -[2025.05.25-17.52.37:712][313]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4800 outside of frame bounds -[2025.05.25-17.52.37:713][313]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:713][313]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:713][313]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4801 outside of frame bounds -[2025.05.25-17.52.37:718][313]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4799 failed (-1006) -[2025.05.25-17.52.37:719][313]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:719][313]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4800 failed (-1000) -[2025.05.25-17.52.37:724][314]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4801 outside of frame bounds -[2025.05.25-17.52.37:724][314]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:724][314]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:724][314]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4802 outside of frame bounds -[2025.05.25-17.52.37:731][314]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4800 failed (-1006) -[2025.05.25-17.52.37:732][314]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:732][314]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4801 failed (-1000) -[2025.05.25-17.52.37:736][315]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4802 outside of frame bounds -[2025.05.25-17.52.37:737][315]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:737][315]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:737][315]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4803 outside of frame bounds -[2025.05.25-17.52.37:743][315]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4801 failed (-1006) -[2025.05.25-17.52.37:744][315]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:744][315]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4802 failed (-1000) -[2025.05.25-17.52.37:748][316]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4803 outside of frame bounds -[2025.05.25-17.52.37:749][316]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:749][316]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:749][316]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4804 outside of frame bounds -[2025.05.25-17.52.37:756][316]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4802 failed (-1006) -[2025.05.25-17.52.37:757][316]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:757][316]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4803 failed (-1000) -[2025.05.25-17.52.37:761][317]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4804 outside of frame bounds -[2025.05.25-17.52.37:761][317]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:761][317]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:761][317]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4805 outside of frame bounds -[2025.05.25-17.52.37:767][317]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4803 failed (-1006) -[2025.05.25-17.52.37:768][317]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:768][317]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4804 failed (-1000) -[2025.05.25-17.52.37:773][318]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4805 outside of frame bounds -[2025.05.25-17.52.37:773][318]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:773][318]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:773][318]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4806 outside of frame bounds -[2025.05.25-17.52.37:780][318]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4804 failed (-1006) -[2025.05.25-17.52.37:781][318]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:781][318]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4805 failed (-1000) -[2025.05.25-17.52.37:785][319]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4806 outside of frame bounds -[2025.05.25-17.52.37:786][319]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:786][319]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:786][319]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4807 outside of frame bounds -[2025.05.25-17.52.37:791][319]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4805 failed (-1006) -[2025.05.25-17.52.37:792][319]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:792][319]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4806 failed (-1000) -[2025.05.25-17.52.37:798][320]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4807 outside of frame bounds -[2025.05.25-17.52.37:799][320]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:799][320]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:799][320]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4808 outside of frame bounds -[2025.05.25-17.52.37:803][320]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4806 failed (-1006) -[2025.05.25-17.52.37:803][320]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:803][320]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4807 failed (-1000) -[2025.05.25-17.52.37:810][321]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4808 outside of frame bounds -[2025.05.25-17.52.37:810][321]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:810][321]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:810][321]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4809 outside of frame bounds -[2025.05.25-17.52.37:814][321]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4807 failed (-1006) -[2025.05.25-17.52.37:815][321]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:815][321]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4808 failed (-1000) -[2025.05.25-17.52.37:820][322]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4809 outside of frame bounds -[2025.05.25-17.52.37:821][322]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:821][322]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:821][322]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4810 outside of frame bounds -[2025.05.25-17.52.37:826][322]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4808 failed (-1006) -[2025.05.25-17.52.37:827][322]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:827][322]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4809 failed (-1000) -[2025.05.25-17.52.37:832][323]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4810 outside of frame bounds -[2025.05.25-17.52.37:832][323]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:832][323]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:832][323]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4811 outside of frame bounds -[2025.05.25-17.52.37:838][323]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4809 failed (-1006) -[2025.05.25-17.52.37:839][323]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:839][323]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4810 failed (-1000) -[2025.05.25-17.52.37:843][324]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4811 outside of frame bounds -[2025.05.25-17.52.37:844][324]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:844][324]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:844][324]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4812 outside of frame bounds -[2025.05.25-17.52.37:850][324]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4810 failed (-1006) -[2025.05.25-17.52.37:851][324]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:851][324]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4811 failed (-1000) -[2025.05.25-17.52.37:856][325]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4812 outside of frame bounds -[2025.05.25-17.52.37:856][325]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:856][325]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:857][325]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4813 outside of frame bounds -[2025.05.25-17.52.37:862][325]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4811 failed (-1006) -[2025.05.25-17.52.37:863][325]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:863][325]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4812 failed (-1000) -[2025.05.25-17.52.37:867][326]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4813 outside of frame bounds -[2025.05.25-17.52.37:868][326]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:868][326]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:868][326]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4814 outside of frame bounds -[2025.05.25-17.52.37:874][326]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4812 failed (-1006) -[2025.05.25-17.52.37:874][326]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:874][326]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4813 failed (-1000) -[2025.05.25-17.52.37:880][327]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4814 outside of frame bounds -[2025.05.25-17.52.37:881][327]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:881][327]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:881][327]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4815 outside of frame bounds -[2025.05.25-17.52.37:885][327]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4813 failed (-1006) -[2025.05.25-17.52.37:885][327]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:885][327]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4814 failed (-1000) -[2025.05.25-17.52.37:891][328]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4815 outside of frame bounds -[2025.05.25-17.52.37:891][328]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:891][328]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:891][328]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4816 outside of frame bounds -[2025.05.25-17.52.37:897][328]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4814 failed (-1006) -[2025.05.25-17.52.37:897][328]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:897][328]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4815 failed (-1000) -[2025.05.25-17.52.37:901][329]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4816 outside of frame bounds -[2025.05.25-17.52.37:902][329]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:902][329]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:902][329]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4817 outside of frame bounds -[2025.05.25-17.52.37:909][329]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4815 failed (-1006) -[2025.05.25-17.52.37:910][329]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:910][329]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4816 failed (-1000) -[2025.05.25-17.52.37:915][330]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4817 outside of frame bounds -[2025.05.25-17.52.37:915][330]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:915][330]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:915][330]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4818 outside of frame bounds -[2025.05.25-17.52.37:921][330]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4816 failed (-1006) -[2025.05.25-17.52.37:921][330]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:921][330]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4817 failed (-1000) -[2025.05.25-17.52.37:926][331]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4818 outside of frame bounds -[2025.05.25-17.52.37:926][331]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:926][331]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:926][331]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4819 outside of frame bounds -[2025.05.25-17.52.37:932][331]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4817 failed (-1006) -[2025.05.25-17.52.37:933][331]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:933][331]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4818 failed (-1000) -[2025.05.25-17.52.37:938][332]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4819 outside of frame bounds -[2025.05.25-17.52.37:938][332]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:938][332]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:938][332]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4820 outside of frame bounds -[2025.05.25-17.52.37:943][332]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4818 failed (-1006) -[2025.05.25-17.52.37:944][332]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:944][332]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4819 failed (-1000) -[2025.05.25-17.52.37:949][333]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4820 outside of frame bounds -[2025.05.25-17.52.37:950][333]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:950][333]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:950][333]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4821 outside of frame bounds -[2025.05.25-17.52.37:954][333]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4819 failed (-1006) -[2025.05.25-17.52.37:955][333]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:955][333]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4820 failed (-1000) -[2025.05.25-17.52.37:962][334]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4821 outside of frame bounds -[2025.05.25-17.52.37:962][334]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:962][334]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:962][334]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4822 outside of frame bounds -[2025.05.25-17.52.37:967][334]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4820 failed (-1006) -[2025.05.25-17.52.37:968][334]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:968][334]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4821 failed (-1000) -[2025.05.25-17.52.37:972][335]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4822 outside of frame bounds -[2025.05.25-17.52.37:973][335]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:973][335]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:973][335]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4823 outside of frame bounds -[2025.05.25-17.52.37:978][335]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4821 failed (-1006) -[2025.05.25-17.52.37:979][335]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:979][335]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4822 failed (-1000) -[2025.05.25-17.52.37:985][336]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4823 outside of frame bounds -[2025.05.25-17.52.37:985][336]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:985][336]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:985][336]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4824 outside of frame bounds -[2025.05.25-17.52.37:990][336]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4822 failed (-1006) -[2025.05.25-17.52.37:991][336]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.37:991][336]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4823 failed (-1000) -[2025.05.25-17.52.37:996][337]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4824 outside of frame bounds -[2025.05.25-17.52.37:997][337]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.37:997][337]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.37:997][337]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4825 outside of frame bounds -[2025.05.25-17.52.38:002][337]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4823 failed (-1006) -[2025.05.25-17.52.38:003][337]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:003][337]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4824 failed (-1000) -[2025.05.25-17.52.38:008][338]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4825 outside of frame bounds -[2025.05.25-17.52.38:008][338]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:008][338]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:008][338]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4826 outside of frame bounds -[2025.05.25-17.52.38:015][338]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4824 failed (-1006) -[2025.05.25-17.52.38:015][338]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:015][338]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4825 failed (-1000) -[2025.05.25-17.52.38:020][339]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4826 outside of frame bounds -[2025.05.25-17.52.38:021][339]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:021][339]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:021][339]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4827 outside of frame bounds -[2025.05.25-17.52.38:025][339]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4825 failed (-1006) -[2025.05.25-17.52.38:027][339]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:027][339]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4826 failed (-1000) -[2025.05.25-17.52.38:032][340]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4827 outside of frame bounds -[2025.05.25-17.52.38:033][340]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:033][340]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:033][340]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4828 outside of frame bounds -[2025.05.25-17.52.38:038][340]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4826 failed (-1006) -[2025.05.25-17.52.38:039][340]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:039][340]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4827 failed (-1000) -[2025.05.25-17.52.38:043][341]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4828 outside of frame bounds -[2025.05.25-17.52.38:044][341]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:044][341]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:044][341]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4829 outside of frame bounds -[2025.05.25-17.52.38:050][341]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4827 failed (-1006) -[2025.05.25-17.52.38:051][341]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:051][341]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4828 failed (-1000) -[2025.05.25-17.52.38:055][342]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4829 outside of frame bounds -[2025.05.25-17.52.38:055][342]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:055][342]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:055][342]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4830 outside of frame bounds -[2025.05.25-17.52.38:061][342]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4828 failed (-1006) -[2025.05.25-17.52.38:062][342]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:062][342]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4829 failed (-1000) -[2025.05.25-17.52.38:066][343]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4830 outside of frame bounds -[2025.05.25-17.52.38:067][343]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:067][343]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:067][343]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4831 outside of frame bounds -[2025.05.25-17.52.38:072][343]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4829 failed (-1006) -[2025.05.25-17.52.38:074][343]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:074][343]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4830 failed (-1000) -[2025.05.25-17.52.38:079][344]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4831 outside of frame bounds -[2025.05.25-17.52.38:080][344]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:080][344]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:080][344]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4832 outside of frame bounds -[2025.05.25-17.52.38:085][344]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4830 failed (-1006) -[2025.05.25-17.52.38:086][344]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:086][344]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4831 failed (-1000) -[2025.05.25-17.52.38:092][345]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4832 outside of frame bounds -[2025.05.25-17.52.38:092][345]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:092][345]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:092][345]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4833 outside of frame bounds -[2025.05.25-17.52.38:097][345]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4831 failed (-1006) -[2025.05.25-17.52.38:098][345]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:098][345]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4832 failed (-1000) -[2025.05.25-17.52.38:103][346]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4833 outside of frame bounds -[2025.05.25-17.52.38:103][346]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:103][346]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:104][346]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4834 outside of frame bounds -[2025.05.25-17.52.38:109][346]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4832 failed (-1006) -[2025.05.25-17.52.38:109][346]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:109][346]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4833 failed (-1000) -[2025.05.25-17.52.38:115][347]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4834 outside of frame bounds -[2025.05.25-17.52.38:117][347]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:117][347]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:117][347]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4835 outside of frame bounds -[2025.05.25-17.52.38:120][347]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4833 failed (-1006) -[2025.05.25-17.52.38:121][347]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:121][347]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4834 failed (-1000) -[2025.05.25-17.52.38:126][348]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4835 outside of frame bounds -[2025.05.25-17.52.38:127][348]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:127][348]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:127][348]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4836 outside of frame bounds -[2025.05.25-17.52.38:132][348]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4834 failed (-1006) -[2025.05.25-17.52.38:133][348]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:133][348]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4835 failed (-1000) -[2025.05.25-17.52.38:138][349]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4836 outside of frame bounds -[2025.05.25-17.52.38:138][349]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:138][349]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:138][349]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4837 outside of frame bounds -[2025.05.25-17.52.38:145][349]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4835 failed (-1006) -[2025.05.25-17.52.38:146][349]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:146][349]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4836 failed (-1000) -[2025.05.25-17.52.38:150][350]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4837 outside of frame bounds -[2025.05.25-17.52.38:151][350]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:151][350]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:151][350]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4838 outside of frame bounds -[2025.05.25-17.52.38:156][350]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4836 failed (-1006) -[2025.05.25-17.52.38:157][350]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:157][350]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4837 failed (-1000) -[2025.05.25-17.52.38:162][351]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4838 outside of frame bounds -[2025.05.25-17.52.38:163][351]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:163][351]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:163][351]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4839 outside of frame bounds -[2025.05.25-17.52.38:168][351]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4837 failed (-1006) -[2025.05.25-17.52.38:169][351]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:169][351]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4838 failed (-1000) -[2025.05.25-17.52.38:174][352]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4839 outside of frame bounds -[2025.05.25-17.52.38:174][352]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:174][352]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:174][352]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4840 outside of frame bounds -[2025.05.25-17.52.38:180][352]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4838 failed (-1006) -[2025.05.25-17.52.38:182][352]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:182][352]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4839 failed (-1000) -[2025.05.25-17.52.38:187][353]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4840 outside of frame bounds -[2025.05.25-17.52.38:187][353]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:187][353]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:187][353]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4841 outside of frame bounds -[2025.05.25-17.52.38:192][353]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4839 failed (-1006) -[2025.05.25-17.52.38:193][353]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:193][353]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4840 failed (-1000) -[2025.05.25-17.52.38:198][354]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4841 outside of frame bounds -[2025.05.25-17.52.38:199][354]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:199][354]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:199][354]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4842 outside of frame bounds -[2025.05.25-17.52.38:203][354]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4840 failed (-1006) -[2025.05.25-17.52.38:204][354]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:204][354]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4841 failed (-1000) -[2025.05.25-17.52.38:209][355]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4842 outside of frame bounds -[2025.05.25-17.52.38:210][355]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:210][355]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:210][355]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4843 outside of frame bounds -[2025.05.25-17.52.38:216][355]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4841 failed (-1006) -[2025.05.25-17.52.38:217][355]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:217][355]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4842 failed (-1000) -[2025.05.25-17.52.38:221][356]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4843 outside of frame bounds -[2025.05.25-17.52.38:223][356]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:223][356]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:223][356]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4844 outside of frame bounds -[2025.05.25-17.52.38:229][356]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4842 failed (-1006) -[2025.05.25-17.52.38:229][356]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:229][356]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4843 failed (-1000) -[2025.05.25-17.52.38:233][357]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4844 outside of frame bounds -[2025.05.25-17.52.38:234][357]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:234][357]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:234][357]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4845 outside of frame bounds -[2025.05.25-17.52.38:241][357]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4843 failed (-1006) -[2025.05.25-17.52.38:242][357]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:242][357]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4844 failed (-1000) -[2025.05.25-17.52.38:247][358]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4845 outside of frame bounds -[2025.05.25-17.52.38:247][358]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:247][358]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:247][358]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4846 outside of frame bounds -[2025.05.25-17.52.38:253][358]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4844 failed (-1006) -[2025.05.25-17.52.38:254][358]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:254][358]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4845 failed (-1000) -[2025.05.25-17.52.38:259][359]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4846 outside of frame bounds -[2025.05.25-17.52.38:259][359]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:259][359]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:259][359]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4847 outside of frame bounds -[2025.05.25-17.52.38:265][359]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4845 failed (-1006) -[2025.05.25-17.52.38:265][359]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:265][359]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4846 failed (-1000) -[2025.05.25-17.52.38:271][360]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4847 outside of frame bounds -[2025.05.25-17.52.38:271][360]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:271][360]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:271][360]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4848 outside of frame bounds -[2025.05.25-17.52.38:277][360]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4846 failed (-1006) -[2025.05.25-17.52.38:278][360]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:278][360]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4847 failed (-1000) -[2025.05.25-17.52.38:283][361]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4848 outside of frame bounds -[2025.05.25-17.52.38:284][361]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:284][361]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:284][361]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4849 outside of frame bounds -[2025.05.25-17.52.38:288][361]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4847 failed (-1006) -[2025.05.25-17.52.38:289][361]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:289][361]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4848 failed (-1000) -[2025.05.25-17.52.38:295][362]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4849 outside of frame bounds -[2025.05.25-17.52.38:296][362]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:296][362]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:296][362]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4850 outside of frame bounds -[2025.05.25-17.52.38:300][362]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4848 failed (-1006) -[2025.05.25-17.52.38:301][362]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:301][362]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4849 failed (-1000) -[2025.05.25-17.52.38:307][363]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4850 outside of frame bounds -[2025.05.25-17.52.38:307][363]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:307][363]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:307][363]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4851 outside of frame bounds -[2025.05.25-17.52.38:313][363]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4849 failed (-1006) -[2025.05.25-17.52.38:314][363]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:314][363]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4850 failed (-1000) -[2025.05.25-17.52.38:319][364]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4851 outside of frame bounds -[2025.05.25-17.52.38:319][364]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:319][364]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:319][364]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4852 outside of frame bounds -[2025.05.25-17.52.38:325][364]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4850 failed (-1006) -[2025.05.25-17.52.38:326][364]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:326][364]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4851 failed (-1000) -[2025.05.25-17.52.38:330][365]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4852 outside of frame bounds -[2025.05.25-17.52.38:331][365]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:331][365]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:331][365]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4853 outside of frame bounds -[2025.05.25-17.52.38:337][365]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4851 failed (-1006) -[2025.05.25-17.52.38:338][365]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:338][365]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4852 failed (-1000) -[2025.05.25-17.52.38:343][366]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4853 outside of frame bounds -[2025.05.25-17.52.38:344][366]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:344][366]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:344][366]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4854 outside of frame bounds -[2025.05.25-17.52.38:350][366]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4852 failed (-1006) -[2025.05.25-17.52.38:351][366]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:351][366]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4853 failed (-1000) -[2025.05.25-17.52.38:355][367]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4854 outside of frame bounds -[2025.05.25-17.52.38:356][367]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:356][367]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:356][367]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4855 outside of frame bounds -[2025.05.25-17.52.38:362][367]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4853 failed (-1006) -[2025.05.25-17.52.38:363][367]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:363][367]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4854 failed (-1000) -[2025.05.25-17.52.38:367][368]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4855 outside of frame bounds -[2025.05.25-17.52.38:368][368]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:368][368]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:368][368]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4856 outside of frame bounds -[2025.05.25-17.52.38:375][368]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4854 failed (-1006) -[2025.05.25-17.52.38:375][368]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:376][368]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4855 failed (-1000) -[2025.05.25-17.52.38:381][369]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4856 outside of frame bounds -[2025.05.25-17.52.38:381][369]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:381][369]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:381][369]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4857 outside of frame bounds -[2025.05.25-17.52.38:385][369]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4855 failed (-1006) -[2025.05.25-17.52.38:386][369]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:386][369]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4856 failed (-1000) -[2025.05.25-17.52.38:393][370]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4857 outside of frame bounds -[2025.05.25-17.52.38:393][370]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:393][370]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:393][370]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4858 outside of frame bounds -[2025.05.25-17.52.38:397][370]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4856 failed (-1006) -[2025.05.25-17.52.38:397][370]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:397][370]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4857 failed (-1000) -[2025.05.25-17.52.38:403][371]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4858 outside of frame bounds -[2025.05.25-17.52.38:404][371]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:404][371]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:404][371]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4859 outside of frame bounds -[2025.05.25-17.52.38:410][371]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4857 failed (-1006) -[2025.05.25-17.52.38:411][371]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:411][371]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4858 failed (-1000) -[2025.05.25-17.52.38:415][372]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4859 outside of frame bounds -[2025.05.25-17.52.38:416][372]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:416][372]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:416][372]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4860 outside of frame bounds -[2025.05.25-17.52.38:423][372]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4858 failed (-1006) -[2025.05.25-17.52.38:424][372]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:424][372]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4859 failed (-1000) -[2025.05.25-17.52.38:428][373]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4860 outside of frame bounds -[2025.05.25-17.52.38:428][373]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:428][373]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:428][373]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4861 outside of frame bounds -[2025.05.25-17.52.38:434][373]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4859 failed (-1006) -[2025.05.25-17.52.38:435][373]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:435][373]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4860 failed (-1000) -[2025.05.25-17.52.38:439][374]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4861 outside of frame bounds -[2025.05.25-17.52.38:439][374]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:439][374]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:439][374]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4862 outside of frame bounds -[2025.05.25-17.52.38:447][374]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4860 failed (-1006) -[2025.05.25-17.52.38:448][374]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:448][374]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4861 failed (-1000) -[2025.05.25-17.52.38:452][375]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4862 outside of frame bounds -[2025.05.25-17.52.38:453][375]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:453][375]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:453][375]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4863 outside of frame bounds -[2025.05.25-17.52.38:459][375]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4861 failed (-1006) -[2025.05.25-17.52.38:460][375]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:460][375]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4862 failed (-1000) -[2025.05.25-17.52.38:464][376]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4863 outside of frame bounds -[2025.05.25-17.52.38:465][376]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:465][376]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:465][376]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4864 outside of frame bounds -[2025.05.25-17.52.38:469][376]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4862 failed (-1006) -[2025.05.25-17.52.38:470][376]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:470][376]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4863 failed (-1000) -[2025.05.25-17.52.38:476][377]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4864 outside of frame bounds -[2025.05.25-17.52.38:477][377]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:477][377]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:477][377]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4865 outside of frame bounds -[2025.05.25-17.52.38:482][377]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4863 failed (-1006) -[2025.05.25-17.52.38:482][377]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:482][377]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4864 failed (-1000) -[2025.05.25-17.52.38:488][378]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4865 outside of frame bounds -[2025.05.25-17.52.38:488][378]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:488][378]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:488][378]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4866 outside of frame bounds -[2025.05.25-17.52.38:494][378]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4864 failed (-1006) -[2025.05.25-17.52.38:495][378]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:495][378]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4865 failed (-1000) -[2025.05.25-17.52.38:500][379]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4866 outside of frame bounds -[2025.05.25-17.52.38:500][379]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:500][379]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:500][379]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4867 outside of frame bounds -[2025.05.25-17.52.38:507][379]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4865 failed (-1006) -[2025.05.25-17.52.38:508][379]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:508][379]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4866 failed (-1000) -[2025.05.25-17.52.38:512][380]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4867 outside of frame bounds -[2025.05.25-17.52.38:513][380]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:513][380]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:513][380]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4868 outside of frame bounds -[2025.05.25-17.52.38:519][380]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4866 failed (-1006) -[2025.05.25-17.52.38:520][380]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:520][380]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4867 failed (-1000) -[2025.05.25-17.52.38:525][381]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4868 outside of frame bounds -[2025.05.25-17.52.38:525][381]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:525][381]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:525][381]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4869 outside of frame bounds -[2025.05.25-17.52.38:531][381]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4867 failed (-1006) -[2025.05.25-17.52.38:533][381]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:533][381]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4868 failed (-1000) -[2025.05.25-17.52.38:537][382]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4869 outside of frame bounds -[2025.05.25-17.52.38:537][382]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:537][382]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:537][382]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4870 outside of frame bounds -[2025.05.25-17.52.38:544][382]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4868 failed (-1006) -[2025.05.25-17.52.38:545][382]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:545][382]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4869 failed (-1000) -[2025.05.25-17.52.38:549][383]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4870 outside of frame bounds -[2025.05.25-17.52.38:550][383]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:550][383]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:550][383]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4871 outside of frame bounds -[2025.05.25-17.52.38:556][383]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4869 failed (-1006) -[2025.05.25-17.52.38:557][383]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:557][383]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4870 failed (-1000) -[2025.05.25-17.52.38:562][384]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4871 outside of frame bounds -[2025.05.25-17.52.38:562][384]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:562][384]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:562][384]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4872 outside of frame bounds -[2025.05.25-17.52.38:565][384]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4870 failed (-1006) -[2025.05.25-17.52.38:567][384]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:567][384]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4871 failed (-1000) -[2025.05.25-17.52.38:573][385]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4872 outside of frame bounds -[2025.05.25-17.52.38:573][385]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:573][385]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:573][385]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4873 outside of frame bounds -[2025.05.25-17.52.38:579][385]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4871 failed (-1006) -[2025.05.25-17.52.38:580][385]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:580][385]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4872 failed (-1000) -[2025.05.25-17.52.38:584][386]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4873 outside of frame bounds -[2025.05.25-17.52.38:585][386]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:585][386]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:585][386]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4874 outside of frame bounds -[2025.05.25-17.52.38:591][386]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4872 failed (-1006) -[2025.05.25-17.52.38:592][386]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:592][386]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4873 failed (-1000) -[2025.05.25-17.52.38:596][387]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4874 outside of frame bounds -[2025.05.25-17.52.38:597][387]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:597][387]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:597][387]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4875 outside of frame bounds -[2025.05.25-17.52.38:603][387]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4873 failed (-1006) -[2025.05.25-17.52.38:604][387]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:604][387]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4874 failed (-1000) -[2025.05.25-17.52.38:609][388]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4875 outside of frame bounds -[2025.05.25-17.52.38:609][388]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:609][388]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:609][388]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4876 outside of frame bounds -[2025.05.25-17.52.38:615][388]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4874 failed (-1006) -[2025.05.25-17.52.38:617][388]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:617][388]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4875 failed (-1000) -[2025.05.25-17.52.38:621][389]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4876 outside of frame bounds -[2025.05.25-17.52.38:621][389]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:621][389]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:621][389]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4877 outside of frame bounds -[2025.05.25-17.52.38:628][389]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4875 failed (-1006) -[2025.05.25-17.52.38:628][389]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:628][389]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4876 failed (-1000) -[2025.05.25-17.52.38:633][390]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4877 outside of frame bounds -[2025.05.25-17.52.38:633][390]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:633][390]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:633][390]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4878 outside of frame bounds -[2025.05.25-17.52.38:640][390]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4876 failed (-1006) -[2025.05.25-17.52.38:641][390]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:641][390]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4877 failed (-1000) -[2025.05.25-17.52.38:646][391]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4878 outside of frame bounds -[2025.05.25-17.52.38:646][391]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:646][391]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:646][391]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4879 outside of frame bounds -[2025.05.25-17.52.38:650][391]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4877 failed (-1006) -[2025.05.25-17.52.38:651][391]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:651][391]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4878 failed (-1000) -[2025.05.25-17.52.38:657][392]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4879 outside of frame bounds -[2025.05.25-17.52.38:658][392]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:658][392]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:658][392]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4880 outside of frame bounds -[2025.05.25-17.52.38:663][392]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4878 failed (-1006) -[2025.05.25-17.52.38:664][392]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:664][392]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4879 failed (-1000) -[2025.05.25-17.52.38:668][393]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4880 outside of frame bounds -[2025.05.25-17.52.38:668][393]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:668][393]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:668][393]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4881 outside of frame bounds -[2025.05.25-17.52.38:675][393]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4879 failed (-1006) -[2025.05.25-17.52.38:676][393]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:676][393]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4880 failed (-1000) -[2025.05.25-17.52.38:681][394]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4881 outside of frame bounds -[2025.05.25-17.52.38:681][394]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:681][394]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:681][394]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4882 outside of frame bounds -[2025.05.25-17.52.38:686][394]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4880 failed (-1006) -[2025.05.25-17.52.38:688][394]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:688][394]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4881 failed (-1000) -[2025.05.25-17.52.38:692][395]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4882 outside of frame bounds -[2025.05.25-17.52.38:693][395]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:693][395]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:693][395]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4883 outside of frame bounds -[2025.05.25-17.52.38:699][395]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4881 failed (-1006) -[2025.05.25-17.52.38:700][395]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:700][395]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4882 failed (-1000) -[2025.05.25-17.52.38:704][396]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4883 outside of frame bounds -[2025.05.25-17.52.38:705][396]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:705][396]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:705][396]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4884 outside of frame bounds -[2025.05.25-17.52.38:712][396]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4882 failed (-1006) -[2025.05.25-17.52.38:712][396]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:712][396]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4883 failed (-1000) -[2025.05.25-17.52.38:716][397]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4884 outside of frame bounds -[2025.05.25-17.52.38:717][397]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:717][397]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:717][397]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4885 outside of frame bounds -[2025.05.25-17.52.38:723][397]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4883 failed (-1006) -[2025.05.25-17.52.38:724][397]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:724][397]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4884 failed (-1000) -[2025.05.25-17.52.38:729][398]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4885 outside of frame bounds -[2025.05.25-17.52.38:729][398]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:729][398]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:729][398]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4886 outside of frame bounds -[2025.05.25-17.52.38:733][398]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4884 failed (-1006) -[2025.05.25-17.52.38:734][398]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:734][398]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4885 failed (-1000) -[2025.05.25-17.52.38:740][399]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4886 outside of frame bounds -[2025.05.25-17.52.38:740][399]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:740][399]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:740][399]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4887 outside of frame bounds -[2025.05.25-17.52.38:746][399]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4885 failed (-1006) -[2025.05.25-17.52.38:747][399]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:747][399]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4886 failed (-1000) -[2025.05.25-17.52.38:751][400]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4887 outside of frame bounds -[2025.05.25-17.52.38:752][400]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:752][400]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:752][400]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4888 outside of frame bounds -[2025.05.25-17.52.38:758][400]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4886 failed (-1006) -[2025.05.25-17.52.38:759][400]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:759][400]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4887 failed (-1000) -[2025.05.25-17.52.38:763][401]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4888 outside of frame bounds -[2025.05.25-17.52.38:764][401]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:764][401]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:764][401]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4889 outside of frame bounds -[2025.05.25-17.52.38:770][401]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4887 failed (-1006) -[2025.05.25-17.52.38:771][401]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:771][401]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4888 failed (-1000) -[2025.05.25-17.52.38:775][402]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4889 outside of frame bounds -[2025.05.25-17.52.38:776][402]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:776][402]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:776][402]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4890 outside of frame bounds -[2025.05.25-17.52.38:782][402]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4888 failed (-1006) -[2025.05.25-17.52.38:783][402]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:783][402]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4889 failed (-1000) -[2025.05.25-17.52.38:788][403]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4890 outside of frame bounds -[2025.05.25-17.52.38:788][403]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:788][403]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:788][403]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4891 outside of frame bounds -[2025.05.25-17.52.38:794][403]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4889 failed (-1006) -[2025.05.25-17.52.38:795][403]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:795][403]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4890 failed (-1000) -[2025.05.25-17.52.38:799][404]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4891 outside of frame bounds -[2025.05.25-17.52.38:799][404]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:799][404]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:799][404]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4892 outside of frame bounds -[2025.05.25-17.52.38:807][404]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4890 failed (-1006) -[2025.05.25-17.52.38:808][404]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:808][404]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4891 failed (-1000) -[2025.05.25-17.52.38:812][405]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4892 outside of frame bounds -[2025.05.25-17.52.38:813][405]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:813][405]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:813][405]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4893 outside of frame bounds -[2025.05.25-17.52.38:817][405]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4891 failed (-1006) -[2025.05.25-17.52.38:818][405]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:818][405]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4892 failed (-1000) -[2025.05.25-17.52.38:823][406]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4893 outside of frame bounds -[2025.05.25-17.52.38:824][406]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:824][406]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:824][406]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4894 outside of frame bounds -[2025.05.25-17.52.38:829][406]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4892 failed (-1006) -[2025.05.25-17.52.38:830][406]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:830][406]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4893 failed (-1000) -[2025.05.25-17.52.38:834][407]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4894 outside of frame bounds -[2025.05.25-17.52.38:835][407]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:835][407]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:835][407]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4895 outside of frame bounds -[2025.05.25-17.52.38:842][407]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4893 failed (-1006) -[2025.05.25-17.52.38:843][407]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:843][407]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4894 failed (-1000) -[2025.05.25-17.52.38:847][408]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4895 outside of frame bounds -[2025.05.25-17.52.38:847][408]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:847][408]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:847][408]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4896 outside of frame bounds -[2025.05.25-17.52.38:853][408]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4894 failed (-1006) -[2025.05.25-17.52.38:854][408]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:854][408]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4895 failed (-1000) -[2025.05.25-17.52.38:859][409]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4896 outside of frame bounds -[2025.05.25-17.52.38:859][409]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:859][409]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:859][409]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4897 outside of frame bounds -[2025.05.25-17.52.38:866][409]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4895 failed (-1006) -[2025.05.25-17.52.38:866][409]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:866][409]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4896 failed (-1000) -[2025.05.25-17.52.38:871][410]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4897 outside of frame bounds -[2025.05.25-17.52.38:872][410]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:872][410]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:872][410]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4898 outside of frame bounds -[2025.05.25-17.52.38:879][410]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4896 failed (-1006) -[2025.05.25-17.52.38:880][410]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:880][410]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4897 failed (-1000) -[2025.05.25-17.52.38:884][411]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4898 outside of frame bounds -[2025.05.25-17.52.38:885][411]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:885][411]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:885][411]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4899 outside of frame bounds -[2025.05.25-17.52.38:892][411]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4897 failed (-1006) -[2025.05.25-17.52.38:892][411]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:892][411]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4898 failed (-1000) -[2025.05.25-17.52.38:896][412]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4899 outside of frame bounds -[2025.05.25-17.52.38:897][412]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:897][412]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:897][412]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4900 outside of frame bounds -[2025.05.25-17.52.38:901][412]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4898 failed (-1006) -[2025.05.25-17.52.38:902][412]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:902][412]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4899 failed (-1000) -[2025.05.25-17.52.38:909][413]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4900 outside of frame bounds -[2025.05.25-17.52.38:910][413]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:910][413]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:910][413]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4901 outside of frame bounds -[2025.05.25-17.52.38:914][413]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4899 failed (-1006) -[2025.05.25-17.52.38:915][413]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:915][413]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4900 failed (-1000) -[2025.05.25-17.52.38:920][414]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4901 outside of frame bounds -[2025.05.25-17.52.38:921][414]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:921][414]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:921][414]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4902 outside of frame bounds -[2025.05.25-17.52.38:926][414]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4900 failed (-1006) -[2025.05.25-17.52.38:927][414]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:927][414]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4901 failed (-1000) -[2025.05.25-17.52.38:932][415]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4902 outside of frame bounds -[2025.05.25-17.52.38:933][415]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:933][415]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:933][415]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4903 outside of frame bounds -[2025.05.25-17.52.38:939][415]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4901 failed (-1006) -[2025.05.25-17.52.38:940][415]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:940][415]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4902 failed (-1000) -[2025.05.25-17.52.38:945][416]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4903 outside of frame bounds -[2025.05.25-17.52.38:945][416]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:945][416]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:945][416]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4904 outside of frame bounds -[2025.05.25-17.52.38:951][416]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4902 failed (-1006) -[2025.05.25-17.52.38:952][416]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:952][416]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4903 failed (-1000) -[2025.05.25-17.52.38:957][417]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4904 outside of frame bounds -[2025.05.25-17.52.38:957][417]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:957][417]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:957][417]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4905 outside of frame bounds -[2025.05.25-17.52.38:963][417]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4903 failed (-1006) -[2025.05.25-17.52.38:964][417]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:964][417]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4904 failed (-1000) -[2025.05.25-17.52.38:969][418]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4905 outside of frame bounds -[2025.05.25-17.52.38:969][418]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:969][418]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:969][418]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4906 outside of frame bounds -[2025.05.25-17.52.38:976][418]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4904 failed (-1006) -[2025.05.25-17.52.38:977][418]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:977][418]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4905 failed (-1000) -[2025.05.25-17.52.38:981][419]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4906 outside of frame bounds -[2025.05.25-17.52.38:982][419]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:982][419]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:982][419]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4907 outside of frame bounds -[2025.05.25-17.52.38:988][419]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4905 failed (-1006) -[2025.05.25-17.52.38:989][419]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:989][419]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4906 failed (-1000) -[2025.05.25-17.52.38:994][420]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4907 outside of frame bounds -[2025.05.25-17.52.38:994][420]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.38:994][420]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.38:994][420]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4908 outside of frame bounds -[2025.05.25-17.52.38:998][420]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4906 failed (-1006) -[2025.05.25-17.52.38:999][420]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.38:999][420]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4907 failed (-1000) -[2025.05.25-17.52.39:005][421]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4908 outside of frame bounds -[2025.05.25-17.52.39:006][421]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.39:006][421]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.39:006][421]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4909 outside of frame bounds -[2025.05.25-17.52.39:011][421]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4907 failed (-1006) -[2025.05.25-17.52.39:012][421]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.39:012][421]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4908 failed (-1000) -[2025.05.25-17.52.39:017][422]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4909 outside of frame bounds -[2025.05.25-17.52.39:017][422]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.39:017][422]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.39:017][422]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4910 outside of frame bounds -[2025.05.25-17.52.39:024][422]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4908 failed (-1006) -[2025.05.25-17.52.39:025][422]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.39:025][422]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4909 failed (-1000) -[2025.05.25-17.52.39:030][423]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4910 outside of frame bounds -[2025.05.25-17.52.39:030][423]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.39:030][423]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.39:030][423]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4911 outside of frame bounds -[2025.05.25-17.52.39:035][423]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4909 failed (-1006) -[2025.05.25-17.52.39:037][423]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.39:037][423]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4910 failed (-1000) -[2025.05.25-17.52.39:041][424]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4911 outside of frame bounds -[2025.05.25-17.52.39:041][424]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.39:041][424]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.39:042][424]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4912 outside of frame bounds -[2025.05.25-17.52.39:048][424]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4910 failed (-1006) -[2025.05.25-17.52.39:048][424]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.39:048][424]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4911 failed (-1000) -[2025.05.25-17.52.39:052][425]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4912 outside of frame bounds -[2025.05.25-17.52.39:054][425]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.39:054][425]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.39:054][425]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4913 outside of frame bounds -[2025.05.25-17.52.39:060][425]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4911 failed (-1006) -[2025.05.25-17.52.39:060][425]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.39:061][425]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4912 failed (-1000) -[2025.05.25-17.52.39:065][426]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4913 outside of frame bounds -[2025.05.25-17.52.39:066][426]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.39:066][426]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.39:066][426]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4914 outside of frame bounds -[2025.05.25-17.52.39:072][426]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4912 failed (-1006) -[2025.05.25-17.52.39:073][426]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.39:073][426]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4913 failed (-1000) -[2025.05.25-17.52.39:078][427]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4914 outside of frame bounds -[2025.05.25-17.52.39:079][427]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.39:079][427]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.39:079][427]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4915 outside of frame bounds -[2025.05.25-17.52.39:084][427]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4913 failed (-1006) -[2025.05.25-17.52.39:085][427]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.39:085][427]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4914 failed (-1000) -[2025.05.25-17.52.39:090][428]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4915 outside of frame bounds -[2025.05.25-17.52.39:090][428]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.39:090][428]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.39:090][428]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4916 outside of frame bounds -[2025.05.25-17.52.39:095][428]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4914 failed (-1006) -[2025.05.25-17.52.39:095][428]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.39:095][428]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4915 failed (-1000) -[2025.05.25-17.52.39:101][429]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4916 outside of frame bounds -[2025.05.25-17.52.39:102][429]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.39:102][429]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.39:102][429]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4917 outside of frame bounds -[2025.05.25-17.52.39:108][429]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4915 failed (-1006) -[2025.05.25-17.52.39:109][429]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.39:109][429]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4916 failed (-1000) -[2025.05.25-17.52.39:114][430]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4917 outside of frame bounds -[2025.05.25-17.52.39:115][430]LogWindowsDesktop: Alt-F4 pressed! -[2025.05.25-17.52.39:116][430]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.39:116][430]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.39:116][430]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4918 outside of frame bounds -[2025.05.25-17.52.39:119][430]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4916 failed (-1006) -[2025.05.25-17.52.39:121][430]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.39:121][430]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4917 failed (-1000) -[2025.05.25-17.52.39:125][430]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4918 outside of frame bounds -[2025.05.25-17.52.39:131][430]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 4917 failed (-1006) -[2025.05.25-17.52.39:132][430]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled -[2025.05.25-17.52.39:132][430]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 4918 failed (-1000) -[2025.05.25-17.52.39:173][430]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-17.52.39:173][430]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap -[2025.05.25-17.52.39:229][430]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.106.0' being destroyed -[2025.05.25-17.52.39:265][430]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true -[2025.05.25-17.52.39:266][430]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.52.39:270][430]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.05.25-17.52.39:275][430]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.52.39:290][430]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 3 -[2025.05.25-17.52.39:290][430]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 -[2025.05.25-17.52.39:293][430]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 -[2025.05.25-17.52.39:317][430]LogSlate: Slate User Unregistered. User Index 8 -[2025.05.25-17.52.39:317][430]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 -[2025.05.25-17.52.39:318][430]LogUObjectHash: Compacting FUObjectHashTables data took 0.86ms -[2025.05.25-17.52.39:355][431]LogPlayLevel: Display: Destroying online subsystem :Context_6 -[2025.05.25-17.52.39:356][431]LogHMD: Warning: Destroying layer 1 -[2025.05.25-17.52.39:356][431]LogHMD: Warning: Destroying layer 2 -[2025.05.25-17.52.39:356][431]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509338059271800 -[2025.05.25-17.52.39:356][431]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.39:358][431]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() -[2025.05.25-17.52.39:475][431]LogOVRPlugin: m_xrSession destroyed -[2025.05.25-17.52.39:481][431]LogOVRPlugin: m_xrInstance destroyed -[2025.05.25-17.52.46:584][ 19]LogDebuggerCommands: Repeating last play command: VR Preview -[2025.05.25-17.52.46:614][ 19]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.05.25-17.52.46:614][ 19]LogHMD: Initializing OVRPlugin session -[2025.05.25-17.52.46:614][ 19]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 -[2025.05.25-17.52.46:614][ 19]LogOVRPlugin: Display: commandQueue is null -[2025.05.25-17.52.46:614][ 19]LogOVRPlugin: CompositorOpenXR::Initialize() -[2025.05.25-17.52.46:614][ 19]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Available Extensions: (67) -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 -[2025.05.25-17.52.46:950][ 19]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 -[2025.05.25-17.52.46:951][ 19]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 -[2025.05.25-17.52.46:951][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings -[2025.05.25-17.52.46:951][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state -[2025.05.25-17.52.46:951][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan -[2025.05.25-17.52.46:951][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation -[2025.05.25-17.52.46:951][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration -[2025.05.25-17.52.46:952][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan -[2025.05.25-17.52.46:952][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info -[2025.05.25-17.52.46:952][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked -[2025.05.25-17.52.46:952][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout -[2025.05.25-17.52.46:952][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 -[2025.05.25-17.52.46:952][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough -[2025.05.25-17.52.46:952][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh -[2025.05.25-17.52.46:952][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands -[2025.05.25-17.52.46:952][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut -[2025.05.25-17.52.46:952][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences -[2025.05.25-17.52.46:952][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event -[2025.05.25-17.52.46:952][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events -[2025.05.25-17.52.46:952][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking -[2025.05.25-17.52.46:952][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range -[2025.05.25-17.52.46:952][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode -[2025.05.25-17.52.46:952][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking -[2025.05.25-17.52.46:952][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 -[2025.05.25-17.52.46:952][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes -[2025.05.25-17.52.46:952][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social -[2025.05.25-17.52.46:952][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction -[2025.05.25-17.52.46:952][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth -[2025.05.25-17.52.46:952][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future -[2025.05.25-17.52.46:974][ 19]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded -[2025.05.25-17.52.46:974][ 19]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.108.0 -[2025.05.25-17.52.46:975][ 19]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 23 -[2025.05.25-17.52.47:242][ 19]LogOVRPlugin: Display: OpenXR system properties: - venderId 4294955582, systemName Meta Quest 3, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 -[2025.05.25-17.52.47:242][ 19]LogOVRPlugin: Display: OpenXR hand tracking system properties: +[2025.05.26-10.02.36:160][843]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.05.26-10.02.36:160][843]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.05.26-10.02.36:160][843]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.05.26-10.02.36:160][843]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.05.26-10.02.36:160][843]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.02.36:160][843]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.02.36:160][843]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.05.26-10.02.36:160][843]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.05.26-10.02.36:160][843]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.05.26-10.02.36:160][843]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.05.26-10.02.36:160][843]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.05.26-10.02.36:160][843]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.05.26-10.02.36:160][843]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.05.26-10.02.36:160][843]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.05.26-10.02.36:160][843]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.05.26-10.02.36:160][843]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.05.26-10.02.36:160][843]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.05.26-10.02.36:423][843]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=11433141029900 +[2025.05.26-10.02.36:423][843]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.02.36:424][843]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.05.26-10.02.36:536][843]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.05.26-10.02.36:536][843]LogOVRPlugin: ... m_textureStages[0][0] = 000001C399E8D6E0 +[2025.05.26-10.02.36:536][843]LogOVRPlugin: ... m_textureStages[0][1] = 000001C399E902E0 +[2025.05.26-10.02.36:536][843]LogOVRPlugin: ... m_textureStages[0][2] = 000001C399E8ECE0 +[2025.05.26-10.02.36:538][843]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.05.26-10.02.36:538][843]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001C399E90020 +[2025.05.26-10.02.36:538][843]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001C399E8EFA0 +[2025.05.26-10.02.36:538][843]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001C399E8E1E0 +[2025.05.26-10.02.36:538][843]LogHMD: Allocating Oculus 3648 x 1872 rendertarget swapchain +[2025.05.26-10.02.36:539][843]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.05.26-10.02.36:539][843]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.02.36:546][843]LogPlayLevel: PIE: StaticDuplicateObject took: (0.006987s) +[2025.05.26-10.02.36:546][843]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.007025s) +[2025.05.26-10.02.36:570][843]LogUObjectHash: Compacting FUObjectHashTables data took 1.57ms +[2025.05.26-10.02.36:574][843]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.02.36:576][843]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.02.36:577][843]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.02.36:577][843]LogPlayLevel: PIE: World Init took: (0.001626s) +[2025.05.26-10.02.36:578][843]LogAudio: Display: Creating Audio Device: Id: 18, Scope: Unique, Realtime: True +[2025.05.26-10.02.36:578][843]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.02.36:578][843]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.02.36:578][843]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.02.36:578][843]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.02.36:578][843]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.02.36:578][843]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.02.36:578][843]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.02.36:578][843]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.02.36:578][843]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.02.36:578][843]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.02.36:579][843]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.02.36:581][843]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.02.36:620][843]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.02.36:621][843]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.02.36:621][843]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.02.36:621][843]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.02.36:621][843]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=18 +[2025.05.26-10.02.36:621][843]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=18 +[2025.05.26-10.02.36:625][843]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=18 +[2025.05.26-10.02.36:625][843]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=18 +[2025.05.26-10.02.36:625][843]LogInit: FAudioDevice initialized with ID 18. +[2025.05.26-10.02.36:625][843]LogAudio: Display: Audio Device (ID: 18) registered with world 'VRTemplateMap'. +[2025.05.26-10.02.36:625][843]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 18 +[2025.05.26-10.02.36:640][843]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.02.36:640][843]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.05.26-10.02.36:640][843]LogHMD: Collecting Telemetry Data +[2025.05.26-10.02.36:663][843]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.02.36:669][843]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.02.36 +[2025.05.26-10.02.36:670][843]LogWorld: Bringing up level for play took: 0.007147 +[2025.05.26-10.02.36:673][843]LogOnline: OSS: Created online subsystem instance for: :Context_37 +[2025.05.26-10.02.36:676][843]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.05.26-10.02.36:678][843]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.05.26-10.02.36:692][843]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_1) +[2025.05.26-10.02.36:693][843]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.02.36:695][843]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.05.26-10.02.36:704][843]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.02.36:706][843]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.05.26-10.02.36:715][843]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.05.26-10.02.36:721][843]PIE: Server logged in +[2025.05.26-10.02.36:727][843]PIE: Play in editor total start time 0,902 seconds. +[2025.05.26-10.02.36:728][843]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.05.26-10.02.36:735][843]LogRenderer: Warning: Resizing VR buffer to 3648 by 1872 +[2025.05.26-10.02.36:741][843]LogSlate: Took 0.000223 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) +[2025.05.26-10.02.36:788][844]LogHMD: Allocating Oculus 3648 x 1872 depth rendertarget swapchain +[2025.05.26-10.02.36:805][845]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer +[2025.05.26-10.02.36:959][847]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages +[2025.05.26-10.02.36:960][847]LogOVRPlugin: ... m_textureStages[0][0] = 000001C3FB04A2E0 +[2025.05.26-10.02.36:960][847]LogOVRPlugin: ... m_textureStages[0][1] = 000001C3FB04B360 +[2025.05.26-10.02.36:960][847]LogOVRPlugin: ... m_textureStages[0][2] = 000001C3FB04B8E0 +[2025.05.26-10.02.37:037][852]LogHMD: Warning: Destroying layer 1 +[2025.05.26-10.02.37:045][852]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 7 failed (-1006) +[2025.05.26-10.02.37:059][853]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 8 failed (-1006) +[2025.05.26-10.02.37:074][854]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 9 failed (-1006) +[2025.05.26-10.02.37:091][855]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 10 failed (-1006) +[2025.05.26-10.02.37:106][856]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 11 failed (-1006) +[2025.05.26-10.02.37:122][857]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 12 failed (-1006) +[2025.05.26-10.02.37:136][858]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 13 failed (-1006) +[2025.05.26-10.02.37:153][859]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 14 failed (-1006) +[2025.05.26-10.02.37:168][860]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 15 failed (-1006) +[2025.05.26-10.02.37:183][861]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 16 failed (-1006) +[2025.05.26-10.02.37:201][863]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 17 failed (-1006) +[2025.05.26-10.02.37:217][863]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 18 failed (-1006) +[2025.05.26-10.02.37:231][864]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 19 failed (-1006) +[2025.05.26-10.02.37:247][865]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 20 failed (-1006) +[2025.05.26-10.02.37:261][866]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 21 failed (-1006) +[2025.05.26-10.02.37:275][867]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 22 failed (-1006) +[2025.05.26-10.02.37:292][868]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 23 failed (-1006) +[2025.05.26-10.02.37:306][869]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 24 failed (-1006) +[2025.05.26-10.02.37:322][870]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 25 failed (-1006) +[2025.05.26-10.02.37:338][871]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 26 failed (-1006) +[2025.05.26-10.02.37:353][872]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 27 failed (-1006) +[2025.05.26-10.02.37:369][873]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 28 failed (-1006) +[2025.05.26-10.02.37:384][874]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 29 failed (-1006) +[2025.05.26-10.02.37:400][875]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 30 failed (-1006) +[2025.05.26-10.02.37:417][876]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 31 failed (-1006) +[2025.05.26-10.02.37:432][877]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 32 failed (-1006) +[2025.05.26-10.02.37:445][878]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 33 failed (-1006) +[2025.05.26-10.02.37:459][880]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 34 failed (-1006) +[2025.05.26-10.02.37:474][880]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 35 failed (-1006) +[2025.05.26-10.02.37:487][882]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 36 failed (-1006) +[2025.05.26-10.02.37:502][883]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 37 failed (-1006) +[2025.05.26-10.02.37:515][884]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 38 failed (-1006) +[2025.05.26-10.02.37:529][885]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 39 failed (-1006) +[2025.05.26-10.02.37:543][886]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 40 failed (-1006) +[2025.05.26-10.02.37:557][887]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 41 failed (-1006) +[2025.05.26-10.02.37:570][888]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 42 failed (-1006) +[2025.05.26-10.02.37:585][889]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 43 failed (-1006) +[2025.05.26-10.02.37:598][890]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 44 failed (-1006) +[2025.05.26-10.02.37:611][891]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 45 failed (-1006) +[2025.05.26-10.02.37:627][892]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 46 failed (-1006) +[2025.05.26-10.02.37:640][893]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 47 failed (-1006) +[2025.05.26-10.02.37:654][894]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 48 failed (-1006) +[2025.05.26-10.02.37:668][895]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 49 failed (-1006) +[2025.05.26-10.02.37:682][896]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 50 failed (-1006) +[2025.05.26-10.02.37:695][897]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 51 failed (-1006) +[2025.05.26-10.02.37:710][898]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 52 failed (-1006) +[2025.05.26-10.02.37:723][899]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 53 failed (-1006) +[2025.05.26-10.02.37:737][900]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 54 failed (-1006) +[2025.05.26-10.02.37:751][901]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 55 failed (-1006) +[2025.05.26-10.02.37:766][902]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 56 failed (-1006) +[2025.05.26-10.02.37:779][903]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 57 failed (-1006) +[2025.05.26-10.02.37:793][904]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 58 failed (-1006) +[2025.05.26-10.02.37:807][905]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 59 failed (-1006) +[2025.05.26-10.02.37:821][906]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 60 failed (-1006) +[2025.05.26-10.02.37:835][907]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 61 failed (-1006) +[2025.05.26-10.02.37:848][908]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 62 failed (-1006) +[2025.05.26-10.02.37:863][909]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 63 failed (-1006) +[2025.05.26-10.02.37:876][910]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 64 failed (-1006) +[2025.05.26-10.02.37:890][911]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 65 failed (-1006) +[2025.05.26-10.02.37:904][912]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 66 failed (-1006) +[2025.05.26-10.02.37:918][913]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 67 failed (-1006) +[2025.05.26-10.02.37:932][914]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 68 failed (-1006) +[2025.05.26-10.02.37:946][915]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 69 failed (-1006) +[2025.05.26-10.02.37:959][916]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 70 failed (-1006) +[2025.05.26-10.02.37:973][917]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 71 failed (-1006) +[2025.05.26-10.02.37:987][918]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 72 failed (-1006) +[2025.05.26-10.02.38:001][919]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 73 failed (-1006) +[2025.05.26-10.02.38:015][920]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 74 failed (-1006) +[2025.05.26-10.02.38:029][921]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 75 failed (-1006) +[2025.05.26-10.02.38:042][922]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 76 failed (-1006) +[2025.05.26-10.02.38:057][923]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 77 failed (-1006) +[2025.05.26-10.02.38:071][924]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 78 failed (-1006) +[2025.05.26-10.02.38:085][925]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 79 failed (-1006) +[2025.05.26-10.02.38:098][926]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 80 failed (-1006) +[2025.05.26-10.02.38:113][927]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 81 failed (-1006) +[2025.05.26-10.02.38:127][928]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 82 failed (-1006) +[2025.05.26-10.02.38:139][929]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 83 failed (-1006) +[2025.05.26-10.02.38:154][930]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 84 failed (-1006) +[2025.05.26-10.02.38:168][931]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 85 failed (-1006) +[2025.05.26-10.02.38:181][932]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 86 failed (-1006) +[2025.05.26-10.02.38:195][933]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 87 failed (-1006) +[2025.05.26-10.02.38:209][934]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 88 failed (-1006) +[2025.05.26-10.02.38:223][935]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 89 failed (-1006) +[2025.05.26-10.02.38:237][936]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 90 failed (-1006) +[2025.05.26-10.02.38:251][937]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 91 failed (-1006) +[2025.05.26-10.02.38:265][938]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 92 failed (-1006) +[2025.05.26-10.02.38:279][939]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 93 failed (-1006) +[2025.05.26-10.02.38:293][940]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 94 failed (-1006) +[2025.05.26-10.02.38:307][941]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 95 failed (-1006) +[2025.05.26-10.02.38:321][942]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 96 failed (-1006) +[2025.05.26-10.02.38:335][943]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 97 failed (-1006) +[2025.05.26-10.02.38:348][944]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 98 failed (-1006) +[2025.05.26-10.02.38:363][945]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 99 failed (-1006) +[2025.05.26-10.02.38:376][946]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 100 failed (-1006) +[2025.05.26-10.02.38:390][946]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 101 failed (-1006) +[2025.05.26-10.02.38:407][947]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 102 failed (-1006) +[2025.05.26-10.02.38:420][949]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 103 failed (-1006) +[2025.05.26-10.02.38:434][950]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 104 failed (-1006) +[2025.05.26-10.02.38:448][951]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 105 failed (-1006) +[2025.05.26-10.02.38:462][951]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 106 failed (-1006) +[2025.05.26-10.02.38:494][951]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.02.38:494][951]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.02.38:543][951]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM5) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.05.26-10.02.38:593][951]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.02.38:594][951]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.02.38:601][951]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.02.38:608][951]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.02.38:634][951]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 18 +[2025.05.26-10.02.38:634][951]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=18 +[2025.05.26-10.02.38:636][951]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=18 +[2025.05.26-10.02.38:646][951]LogSlate: Slate User Unregistered. User Index 8 +[2025.05.26-10.02.38:646][951]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.05.26-10.02.38:648][951]LogUObjectHash: Compacting FUObjectHashTables data took 1.63ms +[2025.05.26-10.02.38:825][952]LogPlayLevel: Display: Destroying online subsystem :Context_37 +[2025.05.26-10.02.38:826][952]LogHMD: Warning: Destroying layer 1 +[2025.05.26-10.02.38:826][952]LogHMD: Warning: Destroying layer 2 +[2025.05.26-10.02.38:827][952]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.05.26-10.02.38:934][952]LogOVRPlugin: m_xrSession destroyed +[2025.05.26-10.02.38:940][952]LogOVRPlugin: m_xrInstance destroyed +[2025.05.26-10.02.40:223][ 26]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-10.02.40:223][ 26]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.02.40:231][ 26]LogPlayLevel: PIE: StaticDuplicateObject took: (0.007379s) +[2025.05.26-10.02.40:231][ 26]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.007413s) +[2025.05.26-10.02.40:254][ 26]LogUObjectHash: Compacting FUObjectHashTables data took 2.22ms +[2025.05.26-10.02.40:256][ 26]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.02.40:259][ 26]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.02.40:261][ 26]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.02.40:262][ 26]LogPlayLevel: PIE: World Init took: (0.002383s) +[2025.05.26-10.02.40:263][ 26]LogAudio: Display: Creating Audio Device: Id: 19, Scope: Unique, Realtime: True +[2025.05.26-10.02.40:263][ 26]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.02.40:263][ 26]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.02.40:263][ 26]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.02.40:263][ 26]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.02.40:263][ 26]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.02.40:263][ 26]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.02.40:263][ 26]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.02.40:263][ 26]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.02.40:263][ 26]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.02.40:263][ 26]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.02.40:263][ 26]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.02.40:265][ 26]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.02.40:305][ 26]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.02.40:305][ 26]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.02.40:305][ 26]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.02.40:305][ 26]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.02.40:306][ 26]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=19 +[2025.05.26-10.02.40:306][ 26]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=19 +[2025.05.26-10.02.40:307][ 26]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=19 +[2025.05.26-10.02.40:307][ 26]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=19 +[2025.05.26-10.02.40:307][ 26]LogInit: FAudioDevice initialized with ID 19. +[2025.05.26-10.02.40:307][ 26]LogAudio: Display: Audio Device (ID: 19) registered with world 'VRTemplateMap'. +[2025.05.26-10.02.40:307][ 26]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 19 +[2025.05.26-10.02.40:310][ 26]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.02.40:314][ 26]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.02.40 +[2025.05.26-10.02.40:316][ 26]LogWorld: Bringing up level for play took: 0.004484 +[2025.05.26-10.02.40:317][ 26]LogOnline: OSS: Created online subsystem instance for: :Context_38 +[2025.05.26-10.02.40:333][ 26]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_1) +[2025.05.26-10.02.40:335][ 26]PIE: Server logged in +[2025.05.26-10.02.40:336][ 26]PIE: Play in editor total start time 0,113 seconds. +[2025.05.26-10.02.41:503][ 90]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.02.41:503][ 90]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.02.41:505][ 90]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.02.41:506][ 90]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.02.41:512][ 90]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.02.41:521][ 90]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.02.41:543][ 90]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.02.41:544][ 90]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 19 +[2025.05.26-10.02.41:544][ 90]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=19 +[2025.05.26-10.02.41:546][ 90]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=19 +[2025.05.26-10.02.41:555][ 90]LogUObjectHash: Compacting FUObjectHashTables data took 1.66ms +[2025.05.26-10.02.41:731][ 91]LogPlayLevel: Display: Destroying online subsystem :Context_38 +[2025.05.26-10.02.43:294][177]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-10.02.43:294][177]LogHMD: Initializing OVRPlugin session +[2025.05.26-10.02.43:294][177]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.05.26-10.02.43:294][177]LogOVRPlugin: Error: Device required (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:260) +[2025.05.26-10.02.43:294][177]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.05.26-10.02.43:294][177]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.05.26-10.02.43:402][177]LogOVRPlugin: Display: Available Extensions: (72) +[2025.05.26-10.02.43:402][177]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.05.26-10.02.43:402][177]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.05.26-10.02.43:402][177]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.05.26-10.02.43:402][177]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.05.26-10.02.43:402][177]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.05.26-10.02.43:402][177]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.05.26-10.02.43:402][177]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.05.26-10.02.43:402][177]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.05.26-10.02.43:402][177]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.05.26-10.02.43:402][177]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.05.26-10.02.43:402][177]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.05.26-10.02.43:402][177]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.05.26-10.02.43:402][177]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.05.26-10.02.43:402][177]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.05.26-10.02.43:402][177]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.05.26-10.02.43:402][177]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.05.26-10.02.43:402][177]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.05.26-10.02.43:402][177]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.05.26-10.02.43:402][177]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_FB_passthrough SpecVersion=4 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_META_passthrough_layer_resumed_event SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_FB_triangle_mesh SpecVersion=2 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_META_passthrough_color_lut SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_META_passthrough_preferences SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.05.26-10.02.43:403][177]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 +[2025.05.26-10.02.43:404][177]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.05.26-10.02.43:404][177]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.05.26-10.02.43:404][177]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.05.26-10.02.43:404][177]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.05.26-10.02.43:404][177]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.05.26-10.02.43:404][177]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.05.26-10.02.43:404][177]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.05.26-10.02.43:404][177]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.05.26-10.02.43:404][177]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.05.26-10.02.43:404][177]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.05.26-10.02.43:404][177]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.05.26-10.02.43:404][177]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.05.26-10.02.43:404][177]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.05.26-10.02.43:404][177]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.05.26-10.02.43:404][177]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.05.26-10.02.43:404][177]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.05.26-10.02.43:404][177]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.05.26-10.02.43:404][177]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.05.26-10.02.43:404][177]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.05.26-10.02.43:404][177]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.05.26-10.02.43:404][177]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.05.26-10.02.43:404][177]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.05.26-10.02.43:426][177]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.05.26-10.02.43:426][177]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.109.0 +[2025.05.26-10.02.43:427][177]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.05.26-10.02.43:603][177]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.05.26-10.02.43:603][177]LogOVRPlugin: Display: OpenXR hand tracking system properties: hand tracking supported 1 -[2025.05.25-17.52.47:242][ 19]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: +[2025.05.26-10.02.43:603][177]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: hand tracking supported 1 -[2025.05.25-17.52.47:242][ 19]LogOVRPlugin: Display: OpenXR body tracking system properties: +[2025.05.26-10.02.43:603][177]LogOVRPlugin: Display: OpenXR body tracking system properties: body tracking supported 1 -[2025.05.25-17.52.47:242][ 19]LogOVRPlugin: Display: OpenXR body tracking system properties: - body tracking fidelity supported 1 -[2025.05.25-17.52.47:242][ 19]LogOVRPlugin: Display: OpenXR body tracking system properties: +[2025.05.26-10.02.43:603][177]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.05.26-10.02.43:603][177]LogOVRPlugin: Display: OpenXR body tracking system properties: full body tracking supported 1 -[2025.05.25-17.52.47:242][ 19]LogOVRPlugin: Display: OpenXR body tracking system properties: +[2025.05.26-10.02.43:603][177]LogOVRPlugin: Display: OpenXR body tracking system properties: body tracking calibration supported 1 -[2025.05.25-17.52.47:242][ 19]LogOVRPlugin: Display: OpenXR headset id system properties: - id 6409E3B350894ED6868EAAED82DA3676 -[2025.05.25-17.52.47:242][ 19]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) -[2025.05.25-17.52.47:242][ 19]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 -[2025.05.25-17.52.47:242][ 19]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views -[2025.05.25-17.52.47:242][ 19]LogOVRPlugin: Display: View: Recommended Width=2064 Height=2272 SampleCount=1 Maximum Width=4128 Height=4544 SampleCount=4 -[2025.05.25-17.52.47:242][ 19]LogOVRPlugin: Display: View: Recommended Width=2064 Height=2272 SampleCount=1 Maximum Width=4128 Height=4544 SampleCount=4 -[2025.05.25-17.52.47:242][ 19]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) -[2025.05.25-17.52.47:243][ 19]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. -[2025.05.25-17.52.47:243][ 19]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime -[2025.05.25-17.52.47:243][ 19]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime -[2025.05.25-17.52.47:243][ 19]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime -[2025.05.25-17.52.47:243][ 19]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime -[2025.05.25-17.52.47:243][ 19]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count -[2025.05.25-17.52.47:243][ 19]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode -[2025.05.25-17.52.47:243][ 19]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded -[2025.05.25-17.52.47:243][ 19]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized -[2025.05.25-17.52.47:243][ 19]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) -[2025.05.25-17.52.48:140][ 19]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=509399972809300 -[2025.05.25-17.52.48:140][ 19]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 -[2025.05.25-17.52.48:140][ 19]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=509399972818699 -[2025.05.25-17.52.48:140][ 19]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.48:140][ 19]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META -[2025.05.25-17.52.48:153][ 19]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages -[2025.05.25-17.52.48:153][ 19]LogOVRPlugin: ... m_textureStages[0][0] = 0000014A54625720 -[2025.05.25-17.52.48:153][ 19]LogOVRPlugin: ... m_textureStages[0][1] = 00000149A60E53E0 -[2025.05.25-17.52.48:153][ 19]LogOVRPlugin: ... m_textureStages[0][2] = 00000149A60E5D70 -[2025.05.25-17.52.48:167][ 19]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages -[2025.05.25-17.52.48:167][ 19]LogOVRPlugin: ... m_depthTextureStages[0][0] = 00000149A60E7090 -[2025.05.25-17.52.48:167][ 19]LogOVRPlugin: ... m_depthTextureStages[0][1] = 00000149A60E7A20 -[2025.05.25-17.52.48:167][ 19]LogOVRPlugin: ... m_depthTextureStages[0][2] = 00000149A60E4A50 -[2025.05.25-17.52.48:167][ 19]LogHMD: Allocating Oculus 4128 x 2272 rendertarget swapchain -[2025.05.25-17.52.48:168][ 19]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 -[2025.05.25-17.52.48:168][ 19]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap -[2025.05.25-17.52.48:173][ 19]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005275s) -[2025.05.25-17.52.48:173][ 19]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005324s) -[2025.05.25-17.52.48:187][ 19]LogUObjectHash: Compacting FUObjectHashTables data took 0.69ms -[2025.05.25-17.52.48:189][ 19]LogMRUK: Loading MR Utility Kit Shared library -[2025.05.25-17.52.48:218][ 19]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap -[2025.05.25-17.52.48:219][ 19]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. -[2025.05.25-17.52.48:220][ 19]LogPlayLevel: PIE: World Init took: (0.001977s) -[2025.05.25-17.52.48:221][ 19]LogAudio: Display: Creating Audio Device: Id: 4, Scope: Unique, Realtime: True -[2025.05.25-17.52.48:221][ 19]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.05.25-17.52.48:221][ 19]LogAudioMixer: Display: Sample Rate: 48000 -[2025.05.25-17.52.48:221][ 19]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.05.25-17.52.48:221][ 19]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.05.25-17.52.48:221][ 19]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.05.25-17.52.48:221][ 19]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.05.25-17.52.48:221][ 19]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.05.25-17.52.48:221][ 19]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.05.25-17.52.48:221][ 19]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.05.25-17.52.48:221][ 19]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.05.25-17.52.48:221][ 19]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.05.25-17.52.48:224][ 19]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.05.25-17.52.48:276][ 19]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) -[2025.05.25-17.52.48:277][ 19]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.05.25-17.52.48:277][ 19]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.05.25-17.52.48:277][ 19]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.05.25-17.52.48:277][ 19]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=4 -[2025.05.25-17.52.48:277][ 19]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=4 -[2025.05.25-17.52.48:281][ 19]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=4 -[2025.05.25-17.52.48:282][ 19]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=4 -[2025.05.25-17.52.48:282][ 19]LogInit: FAudioDevice initialized with ID 4. -[2025.05.25-17.52.48:282][ 19]LogAudio: Display: Audio Device (ID: 4) registered with world 'VRTemplateMap'. -[2025.05.25-17.52.48:282][ 19]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 4 -[2025.05.25-17.52.48:305][ 19]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-17.52.48:305][ 19]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 -[2025.05.25-17.52.48:305][ 19]LogHMD: Collecting Telemetry Data -[2025.05.25-17.52.48:355][ 19]LogLoad: Game class is 'VRGameMode_C' -[2025.05.25-17.52.48:357][ 19]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.25-20.52.48 -[2025.05.25-17.52.48:357][ 19]LogWorld: Bringing up level for play took: 0.001775 -[2025.05.25-17.52.48:361][ 19]LogOnline: OSS: Created online subsystem instance for: :Context_7 -[2025.05.25-17.52.48:364][ 19]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 -[2025.05.25-17.52.48:366][ 19]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 -[2025.05.25-17.52.48:385][ 19]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... -[2025.05.25-17.52.48:386][ 19]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh -[2025.05.25-17.52.48:396][ 19]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... -[2025.05.25-17.52.48:397][ 19]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh -[2025.05.25-17.52.48:405][ 19]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" -[2025.05.25-17.52.48:411][ 19]PIE: Server logged in -[2025.05.25-17.52.48:415][ 19]PIE: Play in editor total start time 1.8 seconds. -[2025.05.25-17.52.48:415][ 19]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) -[2025.05.25-17.52.48:421][ 19]LogHMD: Allocating Oculus 4128 x 2272 depth rendertarget swapchain -[2025.05.25-17.52.48:481][ 20]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=509401044389900 -[2025.05.25-17.52.48:481][ 20]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.52.48:493][ 21]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer -[2025.05.25-17.52.48:506][ 21]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages -[2025.05.25-17.52.48:507][ 21]LogOVRPlugin: ... m_textureStages[0][0] = 00000149AEAE5670 -[2025.05.25-17.52.48:507][ 21]LogOVRPlugin: ... m_textureStages[0][1] = 0000014AB82D23B0 -[2025.05.25-17.52.48:507][ 21]LogOVRPlugin: ... m_textureStages[0][2] = 0000014AB82CF990 -[2025.05.25-17.52.49:202][ 61]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=509401765036700 -[2025.05.25-17.52.49:202][ 61]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 -[2025.05.25-17.52.49:202][ 61]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=509401765088100 -[2025.05.25-17.52.49:202][ 61]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 -[2025.05.25-17.52.49:220][ 62]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged -[2025.05.25-17.52.53:739][261]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.53:753][262]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.53:766][263]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.53:780][264]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.53:795][265]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.53:808][266]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.53:823][267]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.53:837][268]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.53:851][269]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.53:864][270]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.53:878][271]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.53:893][272]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.53:906][273]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.53:920][274]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.53:934][275]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.53:947][276]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.53:962][277]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.53:975][278]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.53:990][279]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:004][280]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:018][281]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:031][282]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:045][283]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:059][284]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:074][285]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:087][286]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:101][287]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:115][288]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:128][289]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:143][290]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:156][291]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:171][292]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:185][293]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:198][294]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:212][295]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:226][296]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:240][297]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:254][298]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:268][299]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:282][300]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:295][301]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:309][302]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:323][303]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:337][304]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:351][305]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:365][306]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:379][307]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:393][308]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:407][309]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:421][310]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:435][311]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:448][312]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:462][313]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:476][314]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:490][315]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:504][316]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:518][317]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:532][318]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:545][319]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:559][320]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:574][321]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:587][322]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:601][323]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:615][324]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:629][325]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:643][326]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:657][327]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:671][328]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:685][329]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.54:699][330]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.57:920][552]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.57:935][553]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.57:948][554]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.57:962][555]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.52.57:976][556]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.53.13:600][577]LogNiagara: Compiling System NiagaraSystem /Game/MixedVFX/Particles/Fires/NS_FireBarrier.NS_FireBarrier took 9.980782 sec (time since issued), 9.689148 sec (combined shader worker time). -[2025.05.25-17.53.15:173][675]LogNiagara: Compiling System NiagaraSystem /Game/MixedVFX/Particles/Explosions/NS_ExplosionMidAirBig.NS_ExplosionMidAirBig took 11.305786 sec (time since issued), 10.811091 sec (combined shader worker time). -[2025.05.25-17.53.17:825][863]LogShaderCompilers: Display: FShaderCompileThreadRunnable::WriteNewTasks() took too long (0.695 seconds, threshold is 0.300 s), will parallelize next time. -[2025.05.25-17.53.19:653][989]LogBlueprintUserMessages: [BP_Fireball_C_1] BP_EnemyAI_C_3 -[2025.05.25-17.53.26:576][122]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 1722.754761 -[2025.05.25-17.53.26:771][136]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change -[2025.05.25-17.53.26:771][136]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 1722.935791, Update Interval: 337.081818 -[2025.05.25-17.53.42:129][178]LogBlueprintUserMessages: [BP_Fireball_C_3] BP_EnemyAI_C_4 -[2025.05.25-17.53.42:129][178]LogBlueprintUserMessages: [BP_Fireball_C_3] BP_EnemyAI_C_9 -[2025.05.25-17.53.42:129][178]LogBlueprintUserMessages: [BP_Fireball_C_3] BP_EnemyAI_C_3 -[2025.05.25-17.53.42:129][178]LogBlueprintUserMessages: [BP_Fireball_C_3] BP_EnemyAI_C_7 -[2025.05.25-17.53.42:129][178]LogBlueprintUserMessages: [BP_Fireball_C_3] BP_EnemyAI_C_1 -[2025.05.25-17.53.42:129][178]LogBlueprintUserMessages: [BP_Fireball_C_3] BP_EnemyAI_C_6 -[2025.05.25-17.53.46:639][487]LogBlueprintUserMessages: [BP_Fireball_C_4] BP_EnemyAI_C_7 -[2025.05.25-17.53.46:640][487]LogBlueprintUserMessages: [BP_Fireball_C_4] BP_EnemyAI_C_6 -[2025.05.25-17.53.46:640][487]LogBlueprintUserMessages: [BP_Fireball_C_4] BP_EnemyAI_C_1 -[2025.05.25-17.53.46:640][487]LogBlueprintUserMessages: [BP_Fireball_C_4] BP_EnemyAI_C_9 -[2025.05.25-17.53.46:640][487]LogBlueprintUserMessages: [BP_Fireball_C_4] BP_EnemyAI_C_4 -[2025.05.25-17.53.56:453][176]LogBlueprintUserMessages: [BP_Fireball_C_5] BP_EnemyAI_C_2 -[2025.05.25-17.53.56:453][176]LogBlueprintUserMessages: [BP_Fireball_C_5] BP_EnemyAI_C_0 -[2025.05.25-17.53.56:453][176]LogBlueprintUserMessages: [BP_Fireball_C_5] BP_EnemyAI_C_8 -[2025.05.25-17.53.56:453][176]LogBlueprintUserMessages: [BP_Fireball_C_5] BP_EnemyAI_C_5 -[2025.05.25-17.53.58:550][282]LogBlueprintUserMessages: [BP_Fireball_C_6] BP_EnemyAI_C_2 -[2025.05.25-17.53.58:550][282]LogBlueprintUserMessages: [BP_Fireball_C_6] BP_EnemyAI_C_0 -[2025.05.25-17.53.58:550][282]LogBlueprintUserMessages: [BP_Fireball_C_6] BP_EnemyAI_C_8 -[2025.05.25-17.53.58:550][282]LogBlueprintUserMessages: [BP_Fireball_C_6] BP_EnemyAI_C_5 -[2025.05.25-17.53.58:563][282]LogSpawn: Warning: SpawnActor failed because of collision at the spawn location [X=-3830.000 Y=0.000 Z=65.000] for [BP_EnemyAI_C] -[2025.05.25-17.53.58:576][282]LogScript: Warning: Attempted to access BP_EnemyAI_C_18 via property CallFunc_FinishSpawningActor_ReturnValue, but BP_EnemyAI_C_18 is not valid (pending kill or garbage) - BP_Spawner_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_Spawner_C_1 - Function /Game/VRTemplate/Blueprints/BP_Spawner.BP_Spawner_C:ExecuteUbergraph_BP_Spawner:057E -[2025.05.25-17.53.58:576][282]PIE: Error: Blueprint Runtime Error: "Attempted to access BP_EnemyAI_C_18 via property CallFunc_FinishSpawningActor_ReturnValue, but BP_EnemyAI_C_18 is not valid (pending kill or garbage)". Node: Assign On Enemy Died Graph: EventGraph Function: Execute Ubergraph BP Spawner Blueprint: BP_Spawner -[2025.05.25-17.53.58:583][282]LogSpawn: Warning: SpawnActor failed because of collision at the spawn location [X=-3830.000 Y=0.000 Z=65.000] for [BP_EnemyAI_C] -[2025.05.25-17.53.58:584][282]LogScript: Warning: Attempted to access BP_EnemyAI_C_23 via property CallFunc_FinishSpawningActor_ReturnValue, but BP_EnemyAI_C_23 is not valid (pending kill or garbage) - BP_Spawner_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_Spawner_C_1 - Function /Game/VRTemplate/Blueprints/BP_Spawner.BP_Spawner_C:ExecuteUbergraph_BP_Spawner:057E -[2025.05.25-17.53.58:584][282]PIE: Error: Blueprint Runtime Error: "Attempted to access BP_EnemyAI_C_23 via property CallFunc_FinishSpawningActor_ReturnValue, but BP_EnemyAI_C_23 is not valid (pending kill or garbage)". Node: Assign On Enemy Died Graph: EventGraph Function: Execute Ubergraph BP Spawner Blueprint: BP_Spawner -[2025.05.25-17.54.00:495][375]LogBlueprintUserMessages: [BP_Fireball_C_7] BP_EnemyAI_C_19 -[2025.05.25-17.54.00:495][375]LogBlueprintUserMessages: [BP_Fireball_C_7] BP_EnemyAI_C_11 -[2025.05.25-17.54.00:495][375]LogBlueprintUserMessages: [BP_Fireball_C_7] BP_EnemyAI_C_14 -[2025.05.25-17.54.00:495][375]LogBlueprintUserMessages: [BP_Fireball_C_7] BP_EnemyAI_C_10 -[2025.05.25-17.54.00:495][375]LogBlueprintUserMessages: [BP_Fireball_C_7] BP_EnemyAI_C_13 -[2025.05.25-17.54.00:495][375]LogBlueprintUserMessages: [BP_Fireball_C_7] BP_EnemyAI_C_24 -[2025.05.25-17.54.02:595][512]LogBlueprintUserMessages: [BP_Fireball_C_8] BP_EnemyAI_C_19 -[2025.05.25-17.54.02:595][512]LogBlueprintUserMessages: [BP_Fireball_C_8] BP_EnemyAI_C_11 -[2025.05.25-17.54.02:596][512]LogBlueprintUserMessages: [BP_Fireball_C_8] BP_EnemyAI_C_14 -[2025.05.25-17.54.02:596][512]LogBlueprintUserMessages: [BP_Fireball_C_8] BP_EnemyAI_C_10 -[2025.05.25-17.54.02:596][512]LogBlueprintUserMessages: [BP_Fireball_C_8] BP_EnemyAI_C_13 -[2025.05.25-17.54.02:596][512]LogBlueprintUserMessages: [BP_Fireball_C_8] BP_EnemyAI_C_24 -[2025.05.25-17.54.10:095][ 30]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:110][ 31]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:123][ 32]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:138][ 33]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:152][ 34]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:165][ 35]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:179][ 36]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:193][ 37]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:208][ 38]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:222][ 39]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:235][ 40]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:249][ 41]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:263][ 42]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:277][ 43]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:292][ 44]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:305][ 45]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:319][ 46]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:333][ 47]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:346][ 48]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:360][ 49]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:374][ 50]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:388][ 51]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:402][ 52]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:416][ 53]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:430][ 54]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:443][ 55]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:457][ 56]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:471][ 57]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:485][ 58]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:499][ 59]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:513][ 60]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:526][ 61]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:541][ 62]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:554][ 63]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:568][ 64]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:582][ 65]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:597][ 66]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:610][ 67]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:624][ 68]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:639][ 69]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:652][ 70]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:666][ 71]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:680][ 72]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:694][ 73]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:708][ 74]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:722][ 75]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:736][ 76]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:750][ 77]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:763][ 78]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:777][ 79]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:792][ 80]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:806][ 81]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:819][ 82]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:833][ 83]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:847][ 84]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:860][ 85]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:875][ 86]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:889][ 87]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:903][ 88]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:917][ 89]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:930][ 90]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:945][ 91]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:959][ 92]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:973][ 93]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.10:986][ 94]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.11:000][ 95]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.11:014][ 96]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.11:028][ 97]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.11:042][ 98]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.11:056][ 99]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.54.20:792][788]LogBlueprintUserMessages: [BP_Fireball_C_10] BP_EnemyAI_C_21 -[2025.05.25-17.54.20:792][788]LogBlueprintUserMessages: [BP_Fireball_C_10] BP_EnemyAI_C_12 -[2025.05.25-17.54.28:444][324]LogBlueprintUserMessages: [BP_Fireball_C_12] BP_EnemyAI_C_16 -[2025.05.25-17.54.28:444][324]LogBlueprintUserMessages: [BP_Fireball_C_12] BP_EnemyAI_C_15 -[2025.05.25-17.54.28:444][324]LogBlueprintUserMessages: [BP_Fireball_C_12] BP_EnemyAI_C_21 -[2025.05.25-17.54.28:444][324]LogBlueprintUserMessages: [BP_Fireball_C_12] BP_EnemyAI_C_12 -[2025.05.25-17.54.37:307][952]LogBlueprintUserMessages: [BP_Fireball_C_13] BP_EnemyAI_C_20 -[2025.05.25-17.54.37:307][952]LogBlueprintUserMessages: [BP_Fireball_C_13] BP_EnemyAI_C_22 -[2025.05.25-17.54.40:889][196]LogBlueprintUserMessages: [BP_Fireball_C_14] BP_EnemyAI_C_20 -[2025.05.25-17.54.40:889][196]LogBlueprintUserMessages: [BP_Fireball_C_14] BP_EnemyAI_C_22 -[2025.05.25-17.54.44:640][457]LogBlueprintUserMessages: [BP_Fireball_C_15] BP_EnemyAI_C_16 -[2025.05.25-17.54.44:640][457]LogBlueprintUserMessages: [BP_Fireball_C_15] BP_EnemyAI_C_15 -[2025.05.25-17.54.44:640][457]LogBlueprintUserMessages: [BP_Fireball_C_15] BP_EnemyAI_C_17 -[2025.05.25-17.54.46:053][555]LogBlueprintUserMessages: [BP_Fireball_C_16] BP_EnemyAI_C_17 -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: ================================================ -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: === FShaderJobCache stats === -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: Total job queries 172, among them cache hits 17 (9.88%), DDC hits 59 (34.30%), Duplicates 49 (28.49%) -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: Tracking 106 distinct input hashes that result in 95 distinct outputs (89.62%) -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: RAM used: 88.40 KiB of 1.60 GiB budget. Usage: 0.01% -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: === Shader Compilation stats === -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: Shaders Compiled: 47 -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: Jobs assigned 47, completed 47 (100%) -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: Average time worker was idle: 287.29 s -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: Time job spent in pending queue: average 0.20 s, longest 2.54 s -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: Job execution time: average 5.28 s, max 15.50 s -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: Job life time (pending + execution): average 5.48 s, max 15.56 -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: Shader code size: average 14.919 KiB, min 2.82 KiB, max 32.444 KiB -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 40.29 s -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.00% -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: Jobs were issued in 47 batches (only local compilation was used), average 1.00 jobs/batch -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: Average processing rate: 1.17 jobs/sec -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: Total thread time: 22.505 s -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: Total thread preprocess time: 2.713 s -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: Percentage time preprocessing: 12.06% -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: Effective parallelization: 0.56 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy (compiled 3 times, average 2.08 sec, max 2.63 sec, min 1.02 sec) -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: TMaterialCHSFPrecomputedVolumetricLightmapLightingPolicy (compiled 2 times, average 1.18 sec, max 1.20 sec, min 1.16 sec) -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy (compiled 3 times, average 0.68 sec, max 0.81 sec, min 0.57 sec) -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 3 times, average 0.64 sec, max 0.88 sec, min 0.43 sec) -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy (compiled 3 times, average 0.62 sec, max 0.85 sec, min 0.51 sec) -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: Top 5 shader types by total compile time: -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy - 27.76% of total time (compiled 3 times, average 2.08 sec, max 2.63 sec, min 1.02 sec) -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: FNiagaraShader - 14.26% of total time (compiled 25 times, average 0.13 sec, max 0.28 sec, min 0.06 sec) -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: TMaterialCHSFPrecomputedVolumetricLightmapLightingPolicy - 10.48% of total time (compiled 2 times, average 1.18 sec, max 1.20 sec, min 1.16 sec) -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy - 9.02% of total time (compiled 3 times, average 0.68 sec, max 0.81 sec, min 0.57 sec) -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 8.56% of total time (compiled 3 times, average 0.64 sec, max 0.88 sec, min 0.43 sec) -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: === Material stats === -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: Materials Cooked: 0 -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: Materials Translated: 171 -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: Material Total Translate Time: 0.22 s -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: Material Translation Only: 0.06 s (25%) -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (1%) -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: Material Cache Hits: 26 (15%) -[2025.05.25-17.55.01:306][638]LogShaderCompilers: Display: ================================================ -[2025.05.25-17.55.02:249][706]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:263][707]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:277][708]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:291][709]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:304][710]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:318][711]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:332][712]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:347][713]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:362][714]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:375][715]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:390][716]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:403][717]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:417][718]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:432][719]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:446][720]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:459][721]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:473][722]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:487][723]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:502][724]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:515][725]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:529][726]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:543][727]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:557][728]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:571][729]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:583][730]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:596][731]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:610][732]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:623][733]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:638][734]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:651][735]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:665][736]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:680][737]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:693][738]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.02:708][739]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.06:706][ 19]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.06:720][ 20]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.06:734][ 21]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.06:748][ 22]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.06:762][ 23]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.06:775][ 24]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.06:790][ 25]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.06:803][ 26]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.06:818][ 27]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.06:831][ 28]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.06:845][ 29]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.06:859][ 30]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.06:873][ 31]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.06:886][ 32]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.06:901][ 33]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.06:914][ 34]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.06:928][ 35]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.06:942][ 36]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.06:957][ 37]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.06:971][ 38]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.06:984][ 39]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.06:998][ 40]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:012][ 41]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:026][ 42]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:040][ 43]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:054][ 44]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:067][ 45]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:081][ 46]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:095][ 47]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:110][ 48]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:123][ 49]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:137][ 50]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:152][ 51]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:165][ 52]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:179][ 53]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:193][ 54]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:207][ 55]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:221][ 56]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:234][ 57]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:248][ 58]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:262][ 59]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:277][ 60]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:290][ 61]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:304][ 62]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:318][ 63]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:331][ 64]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:345][ 65]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:360][ 66]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:373][ 67]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:388][ 68]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:401][ 69]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:415][ 70]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:429][ 71]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:443][ 72]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:457][ 73]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:471][ 74]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:485][ 75]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:498][ 76]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:513][ 77]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:526][ 78]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:541][ 79]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:554][ 80]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:569][ 81]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:582][ 82]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:596][ 83]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:610][ 84]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:624][ 85]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:637][ 86]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:652][ 87]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.07:666][ 88]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:234][481]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:247][482]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:260][483]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:274][484]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:288][485]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:302][486]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:316][487]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:329][488]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:344][489]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:357][490]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:371][491]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:385][492]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:400][493]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:412][494]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:426][495]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:439][496]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:454][497]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:467][498]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:481][499]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:495][500]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:508][501]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:523][502]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:537][503]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:550][504]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:564][505]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:578][506]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:592][507]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:606][508]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:620][509]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:634][510]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:648][511]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:661][512]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:676][513]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:690][514]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:704][515]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:717][516]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:731][517]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:746][518]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:759][519]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:773][520]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:787][521]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:801][522]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:816][523]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:829][524]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:843][525]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:857][526]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:870][527]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:885][528]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:898][529]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:912][530]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:926][531]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:940][532]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:953][533]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:968][534]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:982][535]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.13:996][536]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.14:009][537]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.14:023][538]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.14:036][539]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.14:051][540]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.14:064][541]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.14:079][542]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.14:093][543]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.14:107][544]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.14:121][545]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.14:135][546]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.14:149][547]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.14:163][548]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.14:177][549]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.14:191][550]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.14:205][551]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:234][625]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:248][626]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:261][627]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:275][628]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:290][629]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:304][630]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:317][631]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:330][632]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:344][633]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:359][634]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:373][635]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:386][636]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:400][637]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:414][638]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:428][639]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:442][640]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:457][641]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:470][642]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:483][643]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:497][644]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:512][645]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:526][646]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:539][647]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:554][648]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:567][649]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:581][650]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:595][651]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:609][652]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:623][653]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:637][654]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:651][655]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:664][656]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:679][657]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:692][658]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:707][659]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:720][660]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:734][661]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:748][662]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:762][663]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:775][664]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:790][665]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:804][666]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:818][667]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:831][668]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:845][669]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:858][670]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:872][671]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:887][672]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:900][673]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:914][674]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:928][675]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:942][676]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:956][677]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:970][678]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:984][679]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.15:998][680]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.16:012][681]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.16:026][682]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.16:040][683]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.16:054][684]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.16:067][685]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.16:082][686]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.16:095][687]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.16:109][688]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.16:123][689]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.16:137][690]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.16:151][691]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.16:165][692]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.16:178][693]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.16:193][694]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.17:998][824]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.18:012][825]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.18:026][826]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.18:040][827]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.18:054][828]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.18:068][829]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.18:082][830]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.18:095][831]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.18:401][853]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.18:415][854]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.18:429][855]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.18:442][856]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.18:457][857]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.18:637][870]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.18:651][871]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.18:664][872]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.18:679][873]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.18:693][874]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.18:706][875]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.18:720][876]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.18:734][877]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.18:748][878]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.19:041][899]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.19:054][900]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.19:068][901]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.19:081][902]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.19:096][903]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.26:347][417]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.26:360][418]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.26:374][419]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.26:388][420]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.26:402][421]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.26:416][422]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.26:430][423]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.26:444][424]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.26:458][425]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.26:472][426]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.26:486][427]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.26:500][428]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.26:514][429]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.26:528][430]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.26:542][431]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.26:555][432]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.26:569][433]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.26:583][434]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.26:598][435]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.55:594][483]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.55:607][484]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.55:622][485]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.55:636][486]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.55:650][487]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.55:663][488]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.55:677][489]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.55:691][490]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.55:705][491]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.55:719][492]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.55.55:733][493]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-17.56.02:851][997]LogWindowsDesktop: Alt-F4 pressed! -[2025.05.25-17.56.02:904][997]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-17.56.02:904][997]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap -[2025.05.25-17.56.02:965][997]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.106.0' being destroyed -[2025.05.25-17.56.03:015][997]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true -[2025.05.25-17.56.03:016][997]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.56.03:019][997]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.05.25-17.56.03:025][997]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.56.03:044][997]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 4 -[2025.05.25-17.56.03:045][997]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4 -[2025.05.25-17.56.03:047][997]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4 -[2025.05.25-17.56.03:056][997]LogSlate: Slate User Unregistered. User Index 8 -[2025.05.25-17.56.03:056][997]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 -[2025.05.25-17.56.03:057][997]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.05.25-17.56.03:324][998]LogPlayLevel: Display: Destroying online subsystem :Context_7 -[2025.05.25-17.56.03:325][998]LogHMD: Warning: Destroying layer 1 -[2025.05.25-17.56.03:329][998]LogHMD: Warning: Destroying layer 2 -[2025.05.25-17.56.03:332][998]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() -[2025.05.25-17.56.03:456][998]LogOVRPlugin: m_xrSession destroyed -[2025.05.25-17.56.03:461][998]LogOVRPlugin: m_xrInstance destroyed -[2025.05.25-17.56.16:981][358]LogDebuggerCommands: Repeating last play command: VR Preview -[2025.05.25-17.56.16:987][358]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.05.25-17.56.16:987][358]LogHMD: Initializing OVRPlugin session -[2025.05.25-17.56.16:987][358]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 -[2025.05.25-17.56.16:987][358]LogOVRPlugin: Display: commandQueue is null -[2025.05.25-17.56.16:987][358]LogOVRPlugin: CompositorOpenXR::Initialize() -[2025.05.25-17.56.16:987][358]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Available Extensions: (67) -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 -[2025.05.25-17.56.17:092][358]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth -[2025.05.25-17.56.17:093][358]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future -[2025.05.25-17.56.17:115][358]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded -[2025.05.25-17.56.17:115][358]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.108.0 -[2025.05.25-17.56.17:120][358]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 23 -[2025.05.25-17.56.17:326][358]LogOVRPlugin: Display: OpenXR system properties: - venderId 4294955582, systemName Meta Quest 3, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 -[2025.05.25-17.56.17:326][358]LogOVRPlugin: Display: OpenXR hand tracking system properties: +[2025.05.26-10.02.43:603][177]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.05.26-10.02.43:603][177]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.05.26-10.02.43:603][177]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.05.26-10.02.43:604][177]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.05.26-10.02.43:604][177]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.02.43:604][177]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.02.43:604][177]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.05.26-10.02.43:604][177]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.05.26-10.02.43:604][177]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.05.26-10.02.43:604][177]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.05.26-10.02.43:604][177]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.05.26-10.02.43:604][177]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.05.26-10.02.43:604][177]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.05.26-10.02.43:604][177]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.05.26-10.02.43:604][177]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.05.26-10.02.43:604][177]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.05.26-10.02.43:604][177]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.05.26-10.02.43:854][177]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=11440581370400 +[2025.05.26-10.02.43:854][177]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.02.43:854][177]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.05.26-10.02.43:964][177]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.05.26-10.02.43:965][177]LogOVRPlugin: ... m_textureStages[0][0] = 000001C4055FC720 +[2025.05.26-10.02.43:965][177]LogOVRPlugin: ... m_textureStages[0][1] = 000001C4055FB960 +[2025.05.26-10.02.43:965][177]LogOVRPlugin: ... m_textureStages[0][2] = 000001C4055FC460 +[2025.05.26-10.02.43:966][177]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.05.26-10.02.43:966][177]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001C4055FABA0 +[2025.05.26-10.02.43:966][177]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001C4055FAE60 +[2025.05.26-10.02.43:966][177]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001C4055FCF60 +[2025.05.26-10.02.43:966][177]LogHMD: Allocating Oculus 3648 x 1872 rendertarget swapchain +[2025.05.26-10.02.43:968][177]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.05.26-10.02.43:968][177]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.02.43:974][177]LogPlayLevel: PIE: StaticDuplicateObject took: (0.006599s) +[2025.05.26-10.02.43:974][177]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.006646s) +[2025.05.26-10.02.43:997][177]LogUObjectHash: Compacting FUObjectHashTables data took 1.73ms +[2025.05.26-10.02.44:000][177]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.02.44:003][177]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.02.44:004][177]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.02.44:004][177]LogPlayLevel: PIE: World Init took: (0.001775s) +[2025.05.26-10.02.44:006][177]LogAudio: Display: Creating Audio Device: Id: 20, Scope: Unique, Realtime: True +[2025.05.26-10.02.44:006][177]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.02.44:006][177]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.02.44:006][177]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.02.44:006][177]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.02.44:006][177]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.02.44:006][177]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.02.44:006][177]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.02.44:006][177]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.02.44:006][177]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.02.44:006][177]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.02.44:006][177]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.02.44:008][177]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.02.44:047][177]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.02.44:048][177]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.02.44:048][177]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.02.44:048][177]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.02.44:048][177]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=20 +[2025.05.26-10.02.44:048][177]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=20 +[2025.05.26-10.02.44:050][177]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=20 +[2025.05.26-10.02.44:050][177]LogInit: FAudioDevice initialized with ID 20. +[2025.05.26-10.02.44:050][177]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=20 +[2025.05.26-10.02.44:050][177]LogAudio: Display: Audio Device (ID: 20) registered with world 'VRTemplateMap'. +[2025.05.26-10.02.44:050][177]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 20 +[2025.05.26-10.02.44:053][177]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.02.44:056][177]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.02.44 +[2025.05.26-10.02.44:057][177]LogWorld: Bringing up level for play took: 0.003999 +[2025.05.26-10.02.44:060][177]LogOnline: OSS: Created online subsystem instance for: :Context_39 +[2025.05.26-10.02.44:062][177]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.05.26-10.02.44:063][177]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.05.26-10.02.44:077][177]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_1) +[2025.05.26-10.02.44:077][177]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.02.44:080][177]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.05.26-10.02.44:089][177]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.02.44:090][177]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.05.26-10.02.44:100][177]PIE: Server logged in +[2025.05.26-10.02.44:101][177]PIE: Play in editor total start time 0,807 seconds. +[2025.05.26-10.02.44:102][177]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.05.26-10.02.46:003][315]LogBlueprintUserMessages: [BP_ArrowSpell_C_1] Hello +[2025.05.26-10.02.50:982][684]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.02.50:982][684]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.02.50:983][684]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.02.50:984][684]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.02.50:991][684]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.02.50:999][684]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.02.51:020][684]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.02.51:020][684]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 20 +[2025.05.26-10.02.51:021][684]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=20 +[2025.05.26-10.02.51:022][684]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=20 +[2025.05.26-10.02.51:031][684]LogSlate: Slate User Unregistered. User Index 8 +[2025.05.26-10.02.51:031][684]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.05.26-10.02.51:032][684]LogUObjectHash: Compacting FUObjectHashTables data took 1.64ms +[2025.05.26-10.02.51:198][685]LogPlayLevel: Display: Destroying online subsystem :Context_39 +[2025.05.26-10.02.51:198][685]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.05.26-10.02.51:303][685]LogOVRPlugin: m_xrSession destroyed +[2025.05.26-10.02.51:310][685]LogOVRPlugin: m_xrInstance destroyed +[2025.05.26-10.03.05:666][675]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_20 +[2025.05.26-10.03.05:667][675]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_20'. +[2025.05.26-10.03.15:991][273]LogDebuggerCommands: Repeating last play command: Selected Viewport +[2025.05.26-10.03.15:999][273]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-10.03.15:999][273]LogHMD: Initializing OVRPlugin session +[2025.05.26-10.03.15:999][273]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.05.26-10.03.15:999][273]LogOVRPlugin: Error: Device required (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:260) +[2025.05.26-10.03.15:999][273]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.05.26-10.03.15:999][273]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.05.26-10.03.16:105][273]LogOVRPlugin: Display: Available Extensions: (72) +[2025.05.26-10.03.16:105][273]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.05.26-10.03.16:105][273]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.05.26-10.03.16:105][273]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.05.26-10.03.16:105][273]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.05.26-10.03.16:105][273]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.05.26-10.03.16:105][273]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.05.26-10.03.16:105][273]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.05.26-10.03.16:105][273]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.05.26-10.03.16:105][273]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.05.26-10.03.16:105][273]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.05.26-10.03.16:105][273]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_FB_passthrough SpecVersion=4 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_META_passthrough_layer_resumed_event SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_FB_triangle_mesh SpecVersion=2 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_META_passthrough_color_lut SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_META_passthrough_preferences SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.05.26-10.03.16:106][273]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.05.26-10.03.16:107][273]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.05.26-10.03.16:107][273]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.05.26-10.03.16:107][273]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.05.26-10.03.16:107][273]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.05.26-10.03.16:107][273]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.05.26-10.03.16:107][273]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.05.26-10.03.16:107][273]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.05.26-10.03.16:107][273]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.05.26-10.03.16:107][273]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.05.26-10.03.16:107][273]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.05.26-10.03.16:107][273]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.05.26-10.03.16:107][273]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.05.26-10.03.16:107][273]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.05.26-10.03.16:107][273]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.05.26-10.03.16:107][273]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.05.26-10.03.16:107][273]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.05.26-10.03.16:107][273]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.05.26-10.03.16:107][273]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.05.26-10.03.16:127][273]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.05.26-10.03.16:128][273]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.109.0 +[2025.05.26-10.03.16:129][273]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.05.26-10.03.16:306][273]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.05.26-10.03.16:306][273]LogOVRPlugin: Display: OpenXR hand tracking system properties: hand tracking supported 1 -[2025.05.25-17.56.17:326][358]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: +[2025.05.26-10.03.16:306][273]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: hand tracking supported 1 -[2025.05.25-17.56.17:326][358]LogOVRPlugin: Display: OpenXR body tracking system properties: +[2025.05.26-10.03.16:306][273]LogOVRPlugin: Display: OpenXR body tracking system properties: body tracking supported 1 -[2025.05.25-17.56.17:326][358]LogOVRPlugin: Display: OpenXR body tracking system properties: - body tracking fidelity supported 1 -[2025.05.25-17.56.17:326][358]LogOVRPlugin: Display: OpenXR body tracking system properties: +[2025.05.26-10.03.16:306][273]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.05.26-10.03.16:306][273]LogOVRPlugin: Display: OpenXR body tracking system properties: full body tracking supported 1 -[2025.05.25-17.56.17:326][358]LogOVRPlugin: Display: OpenXR body tracking system properties: +[2025.05.26-10.03.16:306][273]LogOVRPlugin: Display: OpenXR body tracking system properties: body tracking calibration supported 1 -[2025.05.25-17.56.17:326][358]LogOVRPlugin: Display: OpenXR headset id system properties: - id 6409E3B350894ED6868EAAED82DA3676 -[2025.05.25-17.56.17:326][358]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) -[2025.05.25-17.56.17:326][358]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 -[2025.05.25-17.56.17:326][358]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views -[2025.05.25-17.56.17:326][358]LogOVRPlugin: Display: View: Recommended Width=2064 Height=2272 SampleCount=1 Maximum Width=4128 Height=4544 SampleCount=4 -[2025.05.25-17.56.17:326][358]LogOVRPlugin: Display: View: Recommended Width=2064 Height=2272 SampleCount=1 Maximum Width=4128 Height=4544 SampleCount=4 -[2025.05.25-17.56.17:327][358]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) -[2025.05.25-17.56.17:327][358]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. -[2025.05.25-17.56.17:327][358]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime -[2025.05.25-17.56.17:327][358]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime -[2025.05.25-17.56.17:327][358]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime -[2025.05.25-17.56.17:327][358]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime -[2025.05.25-17.56.17:327][358]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count -[2025.05.25-17.56.17:327][358]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode -[2025.05.25-17.56.17:327][358]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded -[2025.05.25-17.56.17:327][358]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized -[2025.05.25-17.56.17:327][358]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) -[2025.05.25-17.56.18:076][358]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=509609999097200 -[2025.05.25-17.56.18:076][358]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 -[2025.05.25-17.56.18:076][358]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=509609999106599 -[2025.05.25-17.56.18:076][358]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.56.18:076][358]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META -[2025.05.25-17.56.18:088][358]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages -[2025.05.25-17.56.18:088][358]LogOVRPlugin: ... m_textureStages[0][0] = 0000014A4D5DCA20 -[2025.05.25-17.56.18:088][358]LogOVRPlugin: ... m_textureStages[0][1] = 0000014A4D5DAD70 -[2025.05.25-17.56.18:088][358]LogOVRPlugin: ... m_textureStages[0][2] = 0000014A4D5D6A80 -[2025.05.25-17.56.18:102][358]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages -[2025.05.25-17.56.18:102][358]LogOVRPlugin: ... m_depthTextureStages[0][0] = 0000014A4D5D7410 -[2025.05.25-17.56.18:102][358]LogOVRPlugin: ... m_depthTextureStages[0][1] = 0000014A4D5D8730 -[2025.05.25-17.56.18:102][358]LogOVRPlugin: ... m_depthTextureStages[0][2] = 0000014A4D5DF9F0 -[2025.05.25-17.56.18:102][358]LogHMD: Allocating Oculus 4128 x 2272 rendertarget swapchain -[2025.05.25-17.56.18:102][358]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 -[2025.05.25-17.56.18:103][358]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap -[2025.05.25-17.56.18:108][358]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005168s) -[2025.05.25-17.56.18:108][358]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005209s) -[2025.05.25-17.56.18:123][358]LogUObjectHash: Compacting FUObjectHashTables data took 0.72ms -[2025.05.25-17.56.18:124][358]LogMRUK: Loading MR Utility Kit Shared library -[2025.05.25-17.56.18:127][358]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap -[2025.05.25-17.56.18:128][358]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. -[2025.05.25-17.56.18:129][358]LogPlayLevel: PIE: World Init took: (0.001885s) -[2025.05.25-17.56.18:130][358]LogAudio: Display: Creating Audio Device: Id: 5, Scope: Unique, Realtime: True -[2025.05.25-17.56.18:130][358]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.05.25-17.56.18:130][358]LogAudioMixer: Display: Sample Rate: 48000 -[2025.05.25-17.56.18:130][358]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.05.25-17.56.18:130][358]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.05.25-17.56.18:130][358]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.05.25-17.56.18:130][358]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.05.25-17.56.18:130][358]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.05.25-17.56.18:130][358]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.05.25-17.56.18:130][358]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.05.25-17.56.18:130][358]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.05.25-17.56.18:130][358]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.05.25-17.56.18:132][358]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.05.25-17.56.18:173][358]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) -[2025.05.25-17.56.18:174][358]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.05.25-17.56.18:174][358]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.05.25-17.56.18:174][358]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.05.25-17.56.18:174][358]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=5 -[2025.05.25-17.56.18:174][358]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=5 -[2025.05.25-17.56.18:177][358]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=5 -[2025.05.25-17.56.18:177][358]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=5 -[2025.05.25-17.56.18:177][358]LogInit: FAudioDevice initialized with ID 5. -[2025.05.25-17.56.18:177][358]LogAudio: Display: Audio Device (ID: 5) registered with world 'VRTemplateMap'. -[2025.05.25-17.56.18:177][358]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 5 -[2025.05.25-17.56.18:201][358]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-17.56.18:201][358]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 -[2025.05.25-17.56.18:201][358]LogHMD: Collecting Telemetry Data -[2025.05.25-17.56.18:252][358]LogLoad: Game class is 'VRGameMode_C' -[2025.05.25-17.56.18:254][358]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.25-20.56.18 -[2025.05.25-17.56.18:254][358]LogWorld: Bringing up level for play took: 0.001470 -[2025.05.25-17.56.18:257][358]LogOnline: OSS: Created online subsystem instance for: :Context_8 -[2025.05.25-17.56.18:260][358]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 -[2025.05.25-17.56.18:261][358]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 -[2025.05.25-17.56.18:274][358]LogSpawn: Warning: SpawnActor failed because of collision at the spawn location [X=-3830.000 Y=0.000 Z=65.000] for [BP_EnemyAI_C] -[2025.05.25-17.56.18:274][358]LogScript: Warning: Attempted to access BP_EnemyAI_C_9 via property CallFunc_FinishSpawningActor_ReturnValue, but BP_EnemyAI_C_9 is not valid (pending kill or garbage) - BP_Spawner_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_Spawner_C_1 - Function /Game/VRTemplate/Blueprints/BP_Spawner.BP_Spawner_C:ExecuteUbergraph_BP_Spawner:057E -[2025.05.25-17.56.18:275][358]PIE: Error: Blueprint Runtime Error: "Attempted to access BP_EnemyAI_C_9 via property CallFunc_FinishSpawningActor_ReturnValue, but BP_EnemyAI_C_9 is not valid (pending kill or garbage)". Node: Assign On Enemy Died Graph: EventGraph Function: Execute Ubergraph BP Spawner Blueprint: BP_Spawner -[2025.05.25-17.56.18:276][358]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... -[2025.05.25-17.56.18:277][358]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh -[2025.05.25-17.56.18:286][358]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... -[2025.05.25-17.56.18:287][358]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh -[2025.05.25-17.56.18:294][358]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" -[2025.05.25-17.56.18:302][358]PIE: Server logged in -[2025.05.25-17.56.18:304][358]PIE: Play in editor total start time 1.317 seconds. -[2025.05.25-17.56.18:305][358]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) -[2025.05.25-17.56.18:312][358]LogHMD: Allocating Oculus 4128 x 2272 depth rendertarget swapchain -[2025.05.25-17.56.18:371][359]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=509610933510799 -[2025.05.25-17.56.18:371][359]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.56.18:374][360]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer -[2025.05.25-17.56.18:388][361]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages -[2025.05.25-17.56.18:388][361]LogOVRPlugin: ... m_textureStages[0][0] = 0000014A4CBDA650 -[2025.05.25-17.56.18:388][361]LogOVRPlugin: ... m_textureStages[0][1] = 0000014A4CBDBB60 -[2025.05.25-17.56.18:388][361]LogOVRPlugin: ... m_textureStages[0][2] = 0000014ABF6203B0 -[2025.05.25-17.56.19:095][404]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=509611658167100 -[2025.05.25-17.56.19:095][404]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 -[2025.05.25-17.56.19:095][404]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=509611658186399 -[2025.05.25-17.56.19:095][404]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 -[2025.05.25-17.56.19:114][405]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged -[2025.05.25-17.56.31:244][221]LogBlueprintUserMessages: [BP_Fireball_C_2] BP_EnemyAI_C_7 -[2025.05.25-17.56.31:244][221]LogBlueprintUserMessages: [BP_Fireball_C_2] BP_EnemyAI_C_3 -[2025.05.25-17.56.40:119][851]LogBlueprintUserMessages: [BP_Fireball_C_4] BP_EnemyAI_C_7 -[2025.05.25-17.56.40:120][851]LogBlueprintUserMessages: [BP_Fireball_C_4] BP_EnemyAI_C_3 -[2025.05.25-17.57.15:840][363]LogBlueprintUserMessages: [BP_Fireball_C_7] BP_EnemyAI_C_8 -[2025.05.25-17.57.15:840][363]LogBlueprintUserMessages: [BP_Fireball_C_7] BP_EnemyAI_C_1 -[2025.05.25-17.57.22:493][834]LogBlueprintUserMessages: [BP_Fireball_C_8] BP_EnemyAI_C_8 -[2025.05.25-17.57.22:493][834]LogBlueprintUserMessages: [BP_Fireball_C_8] BP_EnemyAI_C_1 -[2025.05.25-17.57.25:256][ 33]LogBlueprintUserMessages: [BP_Fireball_C_9] BP_EnemyAI_C_5 -[2025.05.25-17.57.25:256][ 33]LogBlueprintUserMessages: [BP_Fireball_C_9] BP_EnemyAI_C_2 -[2025.05.25-17.57.27:452][191]LogBlueprintUserMessages: [BP_Fireball_C_10] BP_EnemyAI_C_5 -[2025.05.25-17.57.27:452][191]LogBlueprintUserMessages: [BP_Fireball_C_10] BP_EnemyAI_C_2 -[2025.05.25-17.57.45:589][436]LogBlueprintUserMessages: [BP_Fireball_C_12] BP_EnemyAI_C_0 -[2025.05.25-17.57.45:589][436]LogBlueprintUserMessages: [BP_Fireball_C_12] BP_EnemyAI_C_4 -[2025.05.25-17.57.45:589][436]LogBlueprintUserMessages: [BP_Fireball_C_12] BP_EnemyAI_C_6 -[2025.05.25-17.57.54:976][ 94]LogBlueprintUserMessages: [BP_Fireball_C_13] BP_EnemyAI_C_0 -[2025.05.25-17.57.54:977][ 94]LogBlueprintUserMessages: [BP_Fireball_C_13] BP_EnemyAI_C_4 -[2025.05.25-17.57.54:977][ 94]LogBlueprintUserMessages: [BP_Fireball_C_13] BP_EnemyAI_C_6 -[2025.05.25-17.58.00:809][512]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=509713371155600 -[2025.05.25-17.58.00:809][512]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 -[2025.05.25-17.58.00:809][512]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=509713371167200 -[2025.05.25-17.58.00:809][512]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.58.00:809][512]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509713371235300 -[2025.05.25-17.58.00:809][512]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.58.00:819][513]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509713371235300 -[2025.05.25-17.58.00:819][513]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-17.58.00:819][513]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 7155 outside of frame bounds -[2025.05.25-17.58.00:820][513]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 7155 outside of frame bounds -[2025.05.25-17.58.00:821][513]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=509713371235300 -[2025.05.25-17.58.00:821][513]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 -[2025.05.25-17.58.00:821][513]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=509713383584200 -[2025.05.25-17.58.00:821][513]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 -[2025.05.25-17.58.07:315][210]LogWindowsDesktop: Alt-F4 pressed! -[2025.05.25-17.58.07:366][210]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-17.58.07:366][210]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap -[2025.05.25-17.58.07:427][210]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.106.0' being destroyed -[2025.05.25-17.58.07:475][210]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true -[2025.05.25-17.58.07:476][210]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.58.07:480][210]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.05.25-17.58.07:484][210]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-17.58.07:505][210]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 5 -[2025.05.25-17.58.07:505][210]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5 -[2025.05.25-17.58.07:508][210]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5 -[2025.05.25-17.58.07:516][210]LogSlate: Slate User Unregistered. User Index 8 -[2025.05.25-17.58.07:516][210]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 -[2025.05.25-17.58.07:517][210]LogUObjectHash: Compacting FUObjectHashTables data took 0.72ms -[2025.05.25-17.58.07:647][211]LogPlayLevel: Display: Destroying online subsystem :Context_8 -[2025.05.25-17.58.07:648][211]LogHMD: Warning: Destroying layer 1 -[2025.05.25-17.58.07:652][211]LogHMD: Warning: Destroying layer 2 -[2025.05.25-17.58.07:654][211]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() -[2025.05.25-17.58.07:772][211]LogOVRPlugin: m_xrSession destroyed -[2025.05.25-17.58.07:779][211]LogOVRPlugin: m_xrInstance destroyed -[2025.05.25-17.58.10:031][400]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn -[2025.05.25-17.58.10:040][400]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_4 -[2025.05.25-17.58.10:041][400]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_4'. -[2025.05.25-17.58.10:261][400]LogStreaming: Display: FlushAsyncLoading(387): 1 QueuedPackages, 0 AsyncPackages -[2025.05.25-17.58.10:653][400]LogClass: Warning: Short type name "EOculusLocationFlags" provided for TryFindType. Please convert it to a path name (suggested: "/Script/OculusXRAnchors.EOculusLocationFlags"). Callstack: - -0x00007fff6a22085d UnrealEditor-CoreUObject.dll!UnknownFunction [] -0x00007fff5165947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff516ccac1 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff516cc8a9 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff517cb794 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff516a169a UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff5180ad2e UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff516e461c UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff5160e017 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] - -[2025.05.25-17.58.13:143][400]LogSlate: Took 0.008306 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-BoldCondensed.ttf' (158K) -[2025.05.25-17.58.13:166][400]LogSlate: Took 0.012921 seconds to synchronously load lazily loaded font '../../../Engine/Content/Editor/Slate/Fonts/FontAwesome.ttf' (139K) -[2025.05.25-17.58.19:105][845]LogClass: Warning: Short type name "EOculusLocationFlags" provided for TryFindType. Please convert it to a path name (suggested: "/Script/OculusXRAnchors.EOculusLocationFlags"). Callstack: - -0x00007fff6a22085d UnrealEditor-CoreUObject.dll!UnknownFunction [] -0x00007fff5165947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff516ccac1 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff516f8e11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff516c74ff UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff5169cd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff516205fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff5b7f939b UnrealEditor-UnrealEd.dll!UnknownFunction [] -0x00007fff60b9ce75 UnrealEditor-Engine.dll!UnknownFunction [] - -[2025.05.25-17.58.19:112][845]LogClass: Warning: Short type name "EOculusLocationFlags" provided for TryFindType. Please convert it to a path name (suggested: "/Script/OculusXRAnchors.EOculusLocationFlags"). Callstack: - -0x00007fff6a22085d UnrealEditor-CoreUObject.dll!UnknownFunction [] -0x00007fff5165947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff516d52af UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff516c753d UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff5169cd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff516205fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff5b7f939b UnrealEditor-UnrealEd.dll!UnknownFunction [] -0x00007fff60b9ce75 UnrealEditor-Engine.dll!UnknownFunction [] -0x00007fff5b833d3a UnrealEditor-UnrealEd.dll!UnknownFunction [] - -[2025.05.25-17.58.20:026][916]LogClass: Warning: Short type name "EMRUKComponentType" provided for TryFindType. Please convert it to a path name (suggested: "/Script/MRUtilityKit.EMRUKComponentType"). Callstack: - -0x00007fff6a22085d UnrealEditor-CoreUObject.dll!UnknownFunction [] -0x00007fff5165947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff516ccac1 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff516f8e11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff516c74ff UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff5169cd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff516205fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff5b7f939b UnrealEditor-UnrealEd.dll!UnknownFunction [] -0x00007fff60b9ce75 UnrealEditor-Engine.dll!UnknownFunction [] - -[2025.05.25-17.58.20:033][916]LogClass: Warning: Short type name "EMRUKComponentType" provided for TryFindType. Please convert it to a path name (suggested: "/Script/MRUtilityKit.EMRUKComponentType"). Callstack: - -0x00007fff6a22085d UnrealEditor-CoreUObject.dll!UnknownFunction [] -0x00007fff5165947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff516d52af UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff516c753d UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff5169cd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff516205fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff5b7f939b UnrealEditor-UnrealEd.dll!UnknownFunction [] -0x00007fff60b9ce75 UnrealEditor-Engine.dll!UnknownFunction [] -0x00007fff5b833d3a UnrealEditor-UnrealEd.dll!UnknownFunction [] - -[2025.05.25-17.58.24:955][267]LogClass: Warning: Short type name "EMRUKComponentType" provided for TryFindType. Please convert it to a path name (suggested: "/Script/MRUtilityKit.EMRUKComponentType"). Callstack: - -0x00007fff6a22085d UnrealEditor-CoreUObject.dll!UnknownFunction [] -0x00007fff5165947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff51771911 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff516f8e11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff517706e8 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff5169cd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff516205fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff5b7f939b UnrealEditor-UnrealEd.dll!UnknownFunction [] -0x00007fff60b9ce75 UnrealEditor-Engine.dll!UnknownFunction [] - -[2025.05.25-17.58.24:962][267]LogClass: Warning: Short type name "EMRUKComponentType" provided for TryFindType. Please convert it to a path name (suggested: "/Script/MRUtilityKit.EMRUKComponentType"). Callstack: - -0x00007fff6a22085d UnrealEditor-CoreUObject.dll!UnknownFunction [] -0x00007fff5165947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff516d52af UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff51770723 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff5169cd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff516205fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff5b7f939b UnrealEditor-UnrealEd.dll!UnknownFunction [] -0x00007fff60b9ce75 UnrealEditor-Engine.dll!UnknownFunction [] -0x00007fff5b833d3a UnrealEditor-UnrealEd.dll!UnknownFunction [] - -[2025.05.25-17.58.26:740][396]LogClass: Warning: Short type name "EMRUKComponentType" provided for TryFindType. Please convert it to a path name (suggested: "/Script/MRUtilityKit.EMRUKComponentType"). Callstack: - -0x00007fff6a22085d UnrealEditor-CoreUObject.dll!UnknownFunction [] -0x00007fff5165947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff51771911 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff516f8e11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff517cf3ee UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff5169cd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff516205fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff5b7f939b UnrealEditor-UnrealEd.dll!UnknownFunction [] -0x00007fff60b9ce75 UnrealEditor-Engine.dll!UnknownFunction [] - -[2025.05.25-17.58.26:746][396]LogClass: Warning: Short type name "EMRUKComponentType" provided for TryFindType. Please convert it to a path name (suggested: "/Script/MRUtilityKit.EMRUKComponentType"). Callstack: - -0x00007fff6a22085d UnrealEditor-CoreUObject.dll!UnknownFunction [] -0x00007fff5165947b UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff516d52af UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff517cf429 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff5169cd11 UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff516205fb UnrealEditor-BlueprintGraph.dll!UnknownFunction [] -0x00007fff5b7f939b UnrealEditor-UnrealEd.dll!UnknownFunction [] -0x00007fff60b9ce75 UnrealEditor-Engine.dll!UnknownFunction [] -0x00007fff5b833d3a UnrealEditor-UnrealEd.dll!UnknownFunction [] - -[2025.05.25-17.59.04:514][364]LogStreaming: Display: FlushAsyncLoading(555): 1 QueuedPackages, 0 AsyncPackages -[2025.05.25-17.59.52:217][750]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 2108.389404 -[2025.05.25-17.59.52:385][770]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change -[2025.05.25-17.59.52:385][770]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 2108.548096, Update Interval: 301.309235 -[2025.05.25-18.05.37:274][699]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 2453.450684 -[2025.05.25-18.05.38:275][702]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change -[2025.05.25-18.05.38:275][702]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 2454.116455, Update Interval: 345.885803 -[2025.05.25-18.06.24:828][604]LogContentBrowser: Deferred new asset folder creation: NewFolder -[2025.05.25-18.06.24:836][604]LogContentBrowser: Creating deferred item: NewFolder -[2025.05.25-18.06.24:846][605]LogContentBrowser: Renaming the item being created (Deferred Item: NewFolder). -[2025.05.25-18.06.35:603][856]LogContentBrowser: Attempting asset rename: NewFolder -> NewFolder -[2025.05.25-18.06.35:603][856]LogContentBrowser: End creating deferred item NewFolder -[2025.05.25-18.06.43:919][760]LogContentBrowser: Attempting asset rename: NewFolder -> music -[2025.05.25-18.07.00:579][153]LogStreaming: Display: FlushAsyncLoading(556): 1 QueuedPackages, 0 AsyncPackages -[2025.05.25-18.07.00:661][153]LogFactory: FactoryCreateFile: SoundWave with SoundFactory (0 0 D:\R. Samuel\VR-tasks\Wizard game\Tracks\Wav\Action 5.wav) -[2025.05.25-18.07.00:682][153]Imported audio has DC offsets larger than 100 at the start of 2 channels - may pop and not loop well: 'Action_5' -[2025.05.25-18.07.00:739][153]LogAudioDerivedData: Display: Building compressed audio format BINKA hash BINKA_SCVER_5028_R4DV_false_SR0_48000.000000_SR1_32000.000000_SR2_24000.000000_SR3_12000.000000_SR4_8000.000000_QMOD_1.000000_CQLT_-1_ASTH_0.000000_INLC_false_LCK1_0.000000_CSZE_65536_LCF_false_ZCS_256_MCSO_0_END wave Action_5... -[2025.05.25-18.07.01:397][153]LogAudioDerivedData: Display: Action_5 compressed to 16.79% (from 17,916KB to 3,007KB) with BINKA at Quality 80 with Quality Modifier 1.00 -[2025.05.25-18.07.01:401][153]LogAudio: Display: Chunk stats for (SoundWave /Game/VRTemplate/Audio/music/Action_5.Action_5: Duration=0.00 secs, Channels=2), Settings(FirstChunkSize=4294967295 frames, InlineFirst=false, MaxChunkSize=262144), Chunks=13, Chunk0=28 bytes, Chunk1=261905 bytes, ChunkN=261611) -[2025.05.25-18.07.01:414][153]LogAudioDerivedData: Display: Building compressed audio format BINKA hash BINKA_SCVER_5028_R4DV_false_SR0_48000.000000_SR1_32000.000000_SR2_24000.000000_SR3_12000.000000_SR4_8000.000000_QMOD_1.000000_CQLT_-1_ASTH_0.000000_INLC_false_LCK1_0.000000_CSZE_65536_LCF_false_ZCS_256_MCSO_0_END wave Action_5... -[2025.05.25-18.07.01:472][153]LogFactory: FactoryCreateFile: SoundWave with SoundFactory (0 0 D:\R. Samuel\VR-tasks\Wizard game\Tracks\Wav\Action 1(1).wav) -[2025.05.25-18.07.01:487][153]Imported audio has DC offsets larger than 100 at the end of 1 channel and the start of 1 channel - may pop and not loop well: 'Action_1_1_' -[2025.05.25-18.07.01:555][153]LogAudioDerivedData: Display: Building compressed audio format BINKA hash BINKA_SCVER_5028_R4DV_false_SR0_48000.000000_SR1_32000.000000_SR2_24000.000000_SR3_12000.000000_SR4_8000.000000_QMOD_1.000000_CQLT_-1_ASTH_0.000000_INLC_false_LCK1_0.000000_CSZE_65536_LCF_false_ZCS_256_MCSO_0_END wave Action_1_1_... -[2025.05.25-18.07.02:085][153]LogAudioDerivedData: Display: Action_5 compressed to 16.79% (from 17,916KB to 3,007KB) with BINKA at Quality 80 with Quality Modifier 1.00 -[2025.05.25-18.07.02:088][153]LogAudio: Display: Chunk stats for (SoundWave /Game/VRTemplate/Audio/music/Action_5.Action_5: Duration=0.00 secs, Channels=2), Settings(FirstChunkSize=4294967295 frames, InlineFirst=false, MaxChunkSize=262144), Chunks=13, Chunk0=28 bytes, Chunk1=261905 bytes, ChunkN=261611) -[2025.05.25-18.07.02:416][153]LogAudioDerivedData: Display: Action_1_1_ compressed to 18.21% (from 22,326KB to 4,064KB) with BINKA at Quality 80 with Quality Modifier 1.00 -[2025.05.25-18.07.02:421][153]LogAudio: Display: Chunk stats for (SoundWave /Game/VRTemplate/Audio/music/Action_1_1_.Action_1_1_: Duration=0.00 secs, Channels=2), Settings(FirstChunkSize=4294967295 frames, InlineFirst=false, MaxChunkSize=262144), Chunks=17, Chunk0=28 bytes, Chunk1=262101 bytes, ChunkN=261737) -[2025.05.25-18.07.02:429][153]LogAudioDerivedData: Display: Building compressed audio format BINKA hash BINKA_SCVER_5028_R4DV_false_SR0_48000.000000_SR1_32000.000000_SR2_24000.000000_SR3_12000.000000_SR4_8000.000000_QMOD_1.000000_CQLT_-1_ASTH_0.000000_INLC_false_LCK1_0.000000_CSZE_65536_LCF_false_ZCS_256_MCSO_0_END wave Action_1_1_... -[2025.05.25-18.07.02:462][153]LogFactory: FactoryCreateFile: SoundWave with SoundFactory (0 0 D:\R. Samuel\VR-tasks\Wizard game\Tracks\Wav\Action 1.wav) -[2025.05.25-18.07.02:472][153]Imported audio has DC offsets larger than 100 at the start of 2 channels - may pop and not loop well: 'Action_1' -[2025.05.25-18.07.02:519][153]LogAudioDerivedData: Display: Building compressed audio format BINKA hash BINKA_SCVER_5028_R4DV_false_SR0_48000.000000_SR1_32000.000000_SR2_24000.000000_SR3_12000.000000_SR4_8000.000000_QMOD_1.000000_CQLT_-1_ASTH_0.000000_INLC_false_LCK1_0.000000_CSZE_65536_LCF_false_ZCS_256_MCSO_0_END wave Action_1... -[2025.05.25-18.07.03:093][153]LogAudioDerivedData: Display: Action_1 compressed to 17.16% (from 15,297KB to 2,624KB) with BINKA at Quality 80 with Quality Modifier 1.00 -[2025.05.25-18.07.03:096][153]LogAudio: Display: Chunk stats for (SoundWave /Game/VRTemplate/Audio/music/Action_1.Action_1: Duration=0.00 secs, Channels=2), Settings(FirstChunkSize=4294967295 frames, InlineFirst=false, MaxChunkSize=262144), Chunks=12, Chunk0=28 bytes, Chunk1=261899 bytes, ChunkN=261173) -[2025.05.25-18.07.03:101][153]LogAudioDerivedData: Display: Building compressed audio format BINKA hash BINKA_SCVER_5028_R4DV_false_SR0_48000.000000_SR1_32000.000000_SR2_24000.000000_SR3_12000.000000_SR4_8000.000000_QMOD_1.000000_CQLT_-1_ASTH_0.000000_INLC_false_LCK1_0.000000_CSZE_65536_LCF_false_ZCS_256_MCSO_0_END wave Action_1... -[2025.05.25-18.07.03:148][153]LogFactory: FactoryCreateFile: SoundWave with SoundFactory (0 0 D:\R. Samuel\VR-tasks\Wizard game\Tracks\Wav\Action 2(1).wav) -[2025.05.25-18.07.03:165][153]Imported audio has DC offsets larger than 100 at the start of 1 channel - may pop and not loop well: 'Action_2_1_' -[2025.05.25-18.07.03:235][153]LogAudioDerivedData: Display: Building compressed audio format BINKA hash BINKA_SCVER_5028_R4DV_false_SR0_48000.000000_SR1_32000.000000_SR2_24000.000000_SR3_12000.000000_SR4_8000.000000_QMOD_1.000000_CQLT_-1_ASTH_0.000000_INLC_false_LCK1_0.000000_CSZE_65536_LCF_false_ZCS_256_MCSO_0_END wave Action_2_1_... -[2025.05.25-18.07.03:298][153]LogAudioDerivedData: Display: Action_1_1_ compressed to 18.21% (from 22,326KB to 4,064KB) with BINKA at Quality 80 with Quality Modifier 1.00 -[2025.05.25-18.07.03:302][153]LogAudio: Display: Chunk stats for (SoundWave /Game/VRTemplate/Audio/music/Action_1_1_.Action_1_1_: Duration=0.00 secs, Channels=2), Settings(FirstChunkSize=4294967295 frames, InlineFirst=false, MaxChunkSize=262144), Chunks=17, Chunk0=28 bytes, Chunk1=262101 bytes, ChunkN=261737) -[2025.05.25-18.07.03:682][153]LogAudioDerivedData: Display: Action_1 compressed to 17.16% (from 15,297KB to 2,624KB) with BINKA at Quality 80 with Quality Modifier 1.00 -[2025.05.25-18.07.03:685][153]LogAudio: Display: Chunk stats for (SoundWave /Game/VRTemplate/Audio/music/Action_1.Action_1: Duration=0.00 secs, Channels=2), Settings(FirstChunkSize=4294967295 frames, InlineFirst=false, MaxChunkSize=262144), Chunks=12, Chunk0=28 bytes, Chunk1=261899 bytes, ChunkN=261173) -[2025.05.25-18.07.04:116][153]LogAudioDerivedData: Display: Action_2_1_ compressed to 18.52% (from 22,739KB to 4,210KB) with BINKA at Quality 80 with Quality Modifier 1.00 -[2025.05.25-18.07.04:122][153]LogAudio: Display: Chunk stats for (SoundWave /Game/VRTemplate/Audio/music/Action_2_1_.Action_2_1_: Duration=0.00 secs, Channels=2), Settings(FirstChunkSize=4294967295 frames, InlineFirst=false, MaxChunkSize=262144), Chunks=18, Chunk0=28 bytes, Chunk1=262071 bytes, ChunkN=261907) -[2025.05.25-18.07.04:131][153]LogAudioDerivedData: Display: Building compressed audio format BINKA hash BINKA_SCVER_5028_R4DV_false_SR0_48000.000000_SR1_32000.000000_SR2_24000.000000_SR3_12000.000000_SR4_8000.000000_QMOD_1.000000_CQLT_-1_ASTH_0.000000_INLC_false_LCK1_0.000000_CSZE_65536_LCF_false_ZCS_256_MCSO_0_END wave Action_2_1_... -[2025.05.25-18.07.04:174][153]LogFactory: FactoryCreateFile: SoundWave with SoundFactory (0 0 D:\R. Samuel\VR-tasks\Wizard game\Tracks\Wav\Action 2.wav) -[2025.05.25-18.07.04:188][153]Imported audio has DC offsets larger than 100 at the start of 1 channel - may pop and not loop well: 'Action_2' -[2025.05.25-18.07.04:250][153]LogAudioDerivedData: Display: Building compressed audio format BINKA hash BINKA_SCVER_5028_R4DV_false_SR0_48000.000000_SR1_32000.000000_SR2_24000.000000_SR3_12000.000000_SR4_8000.000000_QMOD_1.000000_CQLT_-1_ASTH_0.000000_INLC_false_LCK1_0.000000_CSZE_65536_LCF_false_ZCS_256_MCSO_0_END wave Action_2... -[2025.05.25-18.07.04:997][153]LogAudioDerivedData: Display: Action_2 compressed to 16.51% (from 20,081KB to 3,315KB) with BINKA at Quality 80 with Quality Modifier 1.00 -[2025.05.25-18.07.05:001][153]LogAudio: Display: Chunk stats for (SoundWave /Game/VRTemplate/Audio/music/Action_2.Action_2: Duration=0.00 secs, Channels=2), Settings(FirstChunkSize=4294967295 frames, InlineFirst=false, MaxChunkSize=262144), Chunks=14, Chunk0=28 bytes, Chunk1=261625 bytes, ChunkN=262033) -[2025.05.25-18.07.05:009][153]LogAudioDerivedData: Display: Building compressed audio format BINKA hash BINKA_SCVER_5028_R4DV_false_SR0_48000.000000_SR1_32000.000000_SR2_24000.000000_SR3_12000.000000_SR4_8000.000000_QMOD_1.000000_CQLT_-1_ASTH_0.000000_INLC_false_LCK1_0.000000_CSZE_65536_LCF_false_ZCS_256_MCSO_0_END wave Action_2... -[2025.05.25-18.07.05:020][153]LogAudioDerivedData: Display: Action_2_1_ compressed to 18.52% (from 22,739KB to 4,210KB) with BINKA at Quality 80 with Quality Modifier 1.00 -[2025.05.25-18.07.05:032][153]LogAudio: Display: Chunk stats for (SoundWave /Game/VRTemplate/Audio/music/Action_2_1_.Action_2_1_: Duration=0.00 secs, Channels=2), Settings(FirstChunkSize=4294967295 frames, InlineFirst=false, MaxChunkSize=262144), Chunks=18, Chunk0=28 bytes, Chunk1=262071 bytes, ChunkN=261907) -[2025.05.25-18.07.05:060][153]LogFactory: FactoryCreateFile: SoundWave with SoundFactory (0 0 D:\R. Samuel\VR-tasks\Wizard game\Tracks\Wav\Action 3(1).wav) -[2025.05.25-18.07.05:075][153]Imported audio has DC offsets larger than 100 at the start of 2 channels - may pop and not loop well: 'Action_3_1_' -[2025.05.25-18.07.05:147][153]LogAudioDerivedData: Display: Building compressed audio format BINKA hash BINKA_SCVER_5028_R4DV_false_SR0_48000.000000_SR1_32000.000000_SR2_24000.000000_SR3_12000.000000_SR4_8000.000000_QMOD_1.000000_CQLT_-1_ASTH_0.000000_INLC_false_LCK1_0.000000_CSZE_65536_LCF_false_ZCS_256_MCSO_0_END wave Action_3_1_... -[2025.05.25-18.07.05:771][153]LogAudioDerivedData: Display: Action_2 compressed to 16.51% (from 20,081KB to 3,315KB) with BINKA at Quality 80 with Quality Modifier 1.00 -[2025.05.25-18.07.05:775][153]LogAudio: Display: Chunk stats for (SoundWave /Game/VRTemplate/Audio/music/Action_2.Action_2: Duration=0.00 secs, Channels=2), Settings(FirstChunkSize=4294967295 frames, InlineFirst=false, MaxChunkSize=262144), Chunks=14, Chunk0=28 bytes, Chunk1=261625 bytes, ChunkN=262033) -[2025.05.25-18.07.06:041][153]LogAudioDerivedData: Display: Action_3_1_ compressed to 17.90% (from 23,153KB to 4,143KB) with BINKA at Quality 80 with Quality Modifier 1.00 -[2025.05.25-18.07.06:047][153]LogAudio: Display: Chunk stats for (SoundWave /Game/VRTemplate/Audio/music/Action_3_1_.Action_3_1_: Duration=0.00 secs, Channels=2), Settings(FirstChunkSize=4294967295 frames, InlineFirst=false, MaxChunkSize=262144), Chunks=18, Chunk0=28 bytes, Chunk1=261415 bytes, ChunkN=262033) -[2025.05.25-18.07.06:056][153]LogAudioDerivedData: Display: Building compressed audio format BINKA hash BINKA_SCVER_5028_R4DV_false_SR0_48000.000000_SR1_32000.000000_SR2_24000.000000_SR3_12000.000000_SR4_8000.000000_QMOD_1.000000_CQLT_-1_ASTH_0.000000_INLC_false_LCK1_0.000000_CSZE_65536_LCF_false_ZCS_256_MCSO_0_END wave Action_3_1_... -[2025.05.25-18.07.06:093][153]LogFactory: FactoryCreateFile: SoundWave with SoundFactory (0 0 D:\R. Samuel\VR-tasks\Wizard game\Tracks\Wav\Action 3.wav) -[2025.05.25-18.07.06:159][153]LogAudioDerivedData: Display: Building compressed audio format BINKA hash BINKA_SCVER_5028_R4DV_false_SR0_48000.000000_SR1_32000.000000_SR2_24000.000000_SR3_12000.000000_SR4_8000.000000_QMOD_1.000000_CQLT_-1_ASTH_0.000000_INLC_false_LCK1_0.000000_CSZE_65536_LCF_false_ZCS_256_MCSO_0_END wave Action_3... -[2025.05.25-18.07.06:814][153]LogAudioDerivedData: Display: Action_3 compressed to 16.71% (from 17,365KB to 2,901KB) with BINKA at Quality 80 with Quality Modifier 1.00 -[2025.05.25-18.07.06:817][153]LogAudio: Display: Chunk stats for (SoundWave /Game/VRTemplate/Audio/music/Action_3.Action_3: Duration=0.00 secs, Channels=2), Settings(FirstChunkSize=4294967295 frames, InlineFirst=false, MaxChunkSize=262144), Chunks=13, Chunk0=28 bytes, Chunk1=261717 bytes, ChunkN=260917) -[2025.05.25-18.07.06:825][153]LogAudioDerivedData: Display: Building compressed audio format BINKA hash BINKA_SCVER_5028_R4DV_false_SR0_48000.000000_SR1_32000.000000_SR2_24000.000000_SR3_12000.000000_SR4_8000.000000_QMOD_1.000000_CQLT_-1_ASTH_0.000000_INLC_false_LCK1_0.000000_CSZE_65536_LCF_false_ZCS_256_MCSO_0_END wave Action_3... -[2025.05.25-18.07.06:868][153]LogFactory: FactoryCreateFile: SoundWave with SoundFactory (0 0 D:\R. Samuel\VR-tasks\Wizard game\Tracks\Wav\Action 4(1).wav) -[2025.05.25-18.07.06:882][153]Imported audio has DC offsets larger than 100 at the end of 1 channel and the start of 2 channels - may pop and not loop well: 'Action_4_1_' -[2025.05.25-18.07.06:944][153]LogAudioDerivedData: Display: Building compressed audio format BINKA hash BINKA_SCVER_5028_R4DV_false_SR0_48000.000000_SR1_32000.000000_SR2_24000.000000_SR3_12000.000000_SR4_8000.000000_QMOD_1.000000_CQLT_-1_ASTH_0.000000_INLC_false_LCK1_0.000000_CSZE_65536_LCF_false_ZCS_256_MCSO_0_END wave Action_4_1_... -[2025.05.25-18.07.06:957][153]LogAudioDerivedData: Display: Action_3_1_ compressed to 17.90% (from 23,153KB to 4,143KB) with BINKA at Quality 80 with Quality Modifier 1.00 -[2025.05.25-18.07.06:965][153]LogAudio: Display: Chunk stats for (SoundWave /Game/VRTemplate/Audio/music/Action_3_1_.Action_3_1_: Duration=0.00 secs, Channels=2), Settings(FirstChunkSize=4294967295 frames, InlineFirst=false, MaxChunkSize=262144), Chunks=18, Chunk0=28 bytes, Chunk1=261415 bytes, ChunkN=262033) -[2025.05.25-18.07.07:492][153]LogAudioDerivedData: Display: Action_3 compressed to 16.71% (from 17,365KB to 2,901KB) with BINKA at Quality 80 with Quality Modifier 1.00 -[2025.05.25-18.07.07:496][153]LogAudio: Display: Chunk stats for (SoundWave /Game/VRTemplate/Audio/music/Action_3.Action_3: Duration=0.00 secs, Channels=2), Settings(FirstChunkSize=4294967295 frames, InlineFirst=false, MaxChunkSize=262144), Chunks=13, Chunk0=28 bytes, Chunk1=261717 bytes, ChunkN=260917) -[2025.05.25-18.07.07:737][153]LogAudioDerivedData: Display: Action_4_1_ compressed to 17.50% (from 20,121KB to 3,520KB) with BINKA at Quality 80 with Quality Modifier 1.00 -[2025.05.25-18.07.07:741][153]LogAudio: Display: Chunk stats for (SoundWave /Game/VRTemplate/Audio/music/Action_4_1_.Action_4_1_: Duration=0.00 secs, Channels=2), Settings(FirstChunkSize=4294967295 frames, InlineFirst=false, MaxChunkSize=262144), Chunks=15, Chunk0=28 bytes, Chunk1=261717 bytes, ChunkN=261187) -[2025.05.25-18.07.07:748][153]LogAudioDerivedData: Display: Building compressed audio format BINKA hash BINKA_SCVER_5028_R4DV_false_SR0_48000.000000_SR1_32000.000000_SR2_24000.000000_SR3_12000.000000_SR4_8000.000000_QMOD_1.000000_CQLT_-1_ASTH_0.000000_INLC_false_LCK1_0.000000_CSZE_65536_LCF_false_ZCS_256_MCSO_0_END wave Action_4_1_... -[2025.05.25-18.07.07:786][153]LogFactory: FactoryCreateFile: SoundWave with SoundFactory (0 0 D:\R. Samuel\VR-tasks\Wizard game\Tracks\Wav\Action 4.wav) -[2025.05.25-18.07.07:797][153]Imported audio has DC offsets larger than 100 at the start of 2 channels - may pop and not loop well: 'Action_4' -[2025.05.25-18.07.07:852][153]LogAudioDerivedData: Display: Building compressed audio format BINKA hash BINKA_SCVER_5028_R4DV_false_SR0_48000.000000_SR1_32000.000000_SR2_24000.000000_SR3_12000.000000_SR4_8000.000000_QMOD_1.000000_CQLT_-1_ASTH_0.000000_INLC_false_LCK1_0.000000_CSZE_65536_LCF_false_ZCS_256_MCSO_0_END wave Action_4... -[2025.05.25-18.07.08:513][153]LogAudioDerivedData: Display: Action_4_1_ compressed to 17.50% (from 20,121KB to 3,520KB) with BINKA at Quality 80 with Quality Modifier 1.00 -[2025.05.25-18.07.08:518][153]LogAudio: Display: Chunk stats for (SoundWave /Game/VRTemplate/Audio/music/Action_4_1_.Action_4_1_: Duration=0.00 secs, Channels=2), Settings(FirstChunkSize=4294967295 frames, InlineFirst=false, MaxChunkSize=262144), Chunks=15, Chunk0=28 bytes, Chunk1=261717 bytes, ChunkN=261187) -[2025.05.25-18.07.08:520][153]LogAudioDerivedData: Display: Action_4 compressed to 17.19% (from 17,916KB to 3,079KB) with BINKA at Quality 80 with Quality Modifier 1.00 -[2025.05.25-18.07.08:524][153]LogAudio: Display: Chunk stats for (SoundWave /Game/VRTemplate/Audio/music/Action_4.Action_4: Duration=0.00 secs, Channels=2), Settings(FirstChunkSize=4294967295 frames, InlineFirst=false, MaxChunkSize=262144), Chunks=14, Chunk0=28 bytes, Chunk1=260857 bytes, ChunkN=262121) -[2025.05.25-18.07.08:531][153]LogAudioDerivedData: Display: Building compressed audio format BINKA hash BINKA_SCVER_5028_R4DV_false_SR0_48000.000000_SR1_32000.000000_SR2_24000.000000_SR3_12000.000000_SR4_8000.000000_QMOD_1.000000_CQLT_-1_ASTH_0.000000_INLC_false_LCK1_0.000000_CSZE_65536_LCF_false_ZCS_256_MCSO_0_END wave Action_4... -[2025.05.25-18.07.08:578][153]LogFactory: FactoryCreateFile: SoundWave with SoundFactory (0 0 D:\R. Samuel\VR-tasks\Wizard game\Tracks\Wav\Action 5(1).wav) -[2025.05.25-18.07.08:593][153]Imported audio has DC offsets larger than 100 at the start of 2 channels - may pop and not loop well: 'Action_5_1_' -[2025.05.25-18.07.08:660][153]LogAudioDerivedData: Display: Building compressed audio format BINKA hash BINKA_SCVER_5028_R4DV_false_SR0_48000.000000_SR1_32000.000000_SR2_24000.000000_SR3_12000.000000_SR4_8000.000000_QMOD_1.000000_CQLT_-1_ASTH_0.000000_INLC_false_LCK1_0.000000_CSZE_65536_LCF_false_ZCS_256_MCSO_0_END wave Action_5_1_... -[2025.05.25-18.07.09:195][153]LogAudioDerivedData: Display: Action_4 compressed to 17.19% (from 17,916KB to 3,079KB) with BINKA at Quality 80 with Quality Modifier 1.00 -[2025.05.25-18.07.09:198][153]LogAudio: Display: Chunk stats for (SoundWave /Game/VRTemplate/Audio/music/Action_4.Action_4: Duration=0.00 secs, Channels=2), Settings(FirstChunkSize=4294967295 frames, InlineFirst=false, MaxChunkSize=262144), Chunks=14, Chunk0=28 bytes, Chunk1=260857 bytes, ChunkN=262121) -[2025.05.25-18.07.09:522][153]LogAudioDerivedData: Display: Action_5_1_ compressed to 17.74% (from 22,119KB to 3,924KB) with BINKA at Quality 80 with Quality Modifier 1.00 -[2025.05.25-18.07.09:526][153]LogAudio: Display: Chunk stats for (SoundWave /Game/VRTemplate/Audio/music/Action_5_1_.Action_5_1_: Duration=0.00 secs, Channels=2), Settings(FirstChunkSize=4294967295 frames, InlineFirst=false, MaxChunkSize=262144), Chunks=17, Chunk0=28 bytes, Chunk1=261179 bytes, ChunkN=260975) -[2025.05.25-18.07.09:534][153]LogAudioDerivedData: Display: Building compressed audio format BINKA hash BINKA_SCVER_5028_R4DV_false_SR0_48000.000000_SR1_32000.000000_SR2_24000.000000_SR3_12000.000000_SR4_8000.000000_QMOD_1.000000_CQLT_-1_ASTH_0.000000_INLC_false_LCK1_0.000000_CSZE_65536_LCF_false_ZCS_256_MCSO_0_END wave Action_5_1_... -[2025.05.25-18.07.10:394][157]LogAudioDerivedData: Display: Action_5_1_ compressed to 17.74% (from 22,119KB to 3,924KB) with BINKA at Quality 80 with Quality Modifier 1.00 -[2025.05.25-18.07.10:398][157]LogAudio: Display: Chunk stats for (SoundWave /Game/VRTemplate/Audio/music/Action_5_1_.Action_5_1_: Duration=0.00 secs, Channels=2), Settings(FirstChunkSize=4294967295 frames, InlineFirst=false, MaxChunkSize=262144), Chunks=17, Chunk0=28 bytes, Chunk1=261179 bytes, ChunkN=260975) -[2025.05.25-18.07.19:602][629]LogAssetEditorSubsystem: Opening Asset editor for SoundWave /Game/VRTemplate/Audio/music/Action_5_1_.Action_5_1_ -[2025.05.25-18.08.49:418][348]LogSlate: Took 0.007977 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) -[2025.05.25-18.10.04:652][433]LogUObjectHash: Compacting FUObjectHashTables data took 1.64ms -[2025.05.25-18.10.10:021][872]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.05.25-18.10.10:092][872]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/VRTemplate/Blueprints/VRPawn] ([2] browsable assets)... -[2025.05.25-18.10.10:185][872]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn] -[2025.05.25-18.10.10:185][872]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/VRPawn] -[2025.05.25-18.10.10:185][872]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true -[2025.05.25-18.10.10:419][872]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn -[2025.05.25-18.10.10:420][872]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/VRPawnE1CA497D4EC6C1D9277D5F9508C7A106.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset' -[2025.05.25-18.10.10:516][872]LogFileHelpers: InternalPromptForCheckoutAndSave took 495.191 ms -[2025.05.25-18.10.10:580][872]LogContentValidation: Display: Starting to validate 1 assets -[2025.05.25-18.10.10:580][872]LogContentValidation: Enabled validators: -[2025.05.25-18.10.10:580][872]LogContentValidation: /Script/DataValidation.EditorValidator_Material -[2025.05.25-18.10.10:580][872]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.05.25-18.10.10:580][872]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.05.25-18.10.10:580][872]LogContentValidation: /Script/DataValidation.PackageFileValidator -[2025.05.25-18.10.10:580][872]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.05.25-18.10.10:580][872]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator -[2025.05.25-18.10.10:583][872]AssetCheck: /Game/VRTemplate/Blueprints/VRPawn Validating asset -[2025.05.25-18.10.22:065][839]LogDebuggerCommands: Repeating last play command: VR Preview -[2025.05.25-18.10.22:072][839]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.05.25-18.10.22:072][839]LogHMD: Initializing OVRPlugin session -[2025.05.25-18.10.22:072][839]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 -[2025.05.25-18.10.22:072][839]LogOVRPlugin: Display: commandQueue is null -[2025.05.25-18.10.22:072][839]LogOVRPlugin: CompositorOpenXR::Initialize() -[2025.05.25-18.10.22:072][839]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Available Extensions: (67) -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 -[2025.05.25-18.10.23:422][839]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth -[2025.05.25-18.10.23:423][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future -[2025.05.25-18.10.23:442][839]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded -[2025.05.25-18.10.23:442][839]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.108.0 -[2025.05.25-18.10.23:442][839]LogOVRPlugin: Error: [XRCMD][failure] [XR_ERROR_FORM_FACTOR_UNAVAILABLE]: xrGetSystem(instance, &systemGetInfo, &systemId), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:4395 (arvr\projects\integrations\OVRPlugin\Src\Util/CompositorOpenXR.h:342) -[2025.05.25-18.10.23:442][839]LogOVRPlugin: Display: xrGetSystem() failed, which might be caused by a temporarly HMD connectivity issue. xrInstance to be destroyed -[2025.05.25-18.10.23:447][839]LogOVRPlugin: Error: Plugin failed to initialize. (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:2693) -[2025.05.25-18.10.23:447][839]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() -[2025.05.25-18.10.23:447][839]LogHMD: HMD initialization failed -[2025.05.25-18.10.23:448][839]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap -[2025.05.25-18.10.23:454][839]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005814s) -[2025.05.25-18.10.23:454][839]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005861s) -[2025.05.25-18.10.23:481][839]LogUObjectHash: Compacting FUObjectHashTables data took 1.65ms -[2025.05.25-18.10.23:485][839]LogMRUK: Loading MR Utility Kit Shared library -[2025.05.25-18.10.23:551][839]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap -[2025.05.25-18.10.23:553][839]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. -[2025.05.25-18.10.23:553][839]LogPlayLevel: PIE: World Init took: (0.002037s) -[2025.05.25-18.10.23:554][839]LogAudio: Display: Creating Audio Device: Id: 6, Scope: Unique, Realtime: True -[2025.05.25-18.10.23:554][839]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.05.25-18.10.23:555][839]LogAudioMixer: Display: Sample Rate: 48000 -[2025.05.25-18.10.23:555][839]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.05.25-18.10.23:555][839]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.05.25-18.10.23:555][839]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.05.25-18.10.23:555][839]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.05.25-18.10.23:555][839]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.05.25-18.10.23:555][839]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.05.25-18.10.23:555][839]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.05.25-18.10.23:555][839]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.05.25-18.10.23:555][839]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.05.25-18.10.23:558][839]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.05.25-18.10.23:625][839]LogAudioMixer: Display: Using Audio Hardware Device Realtek HD Audio 2nd output (Realtek(R) Audio) -[2025.05.25-18.10.23:626][839]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.05.25-18.10.23:626][839]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.05.25-18.10.23:626][839]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.05.25-18.10.23:626][839]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=6 -[2025.05.25-18.10.23:627][839]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=6 -[2025.05.25-18.10.23:630][839]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=6 -[2025.05.25-18.10.23:630][839]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=6 -[2025.05.25-18.10.23:630][839]LogInit: FAudioDevice initialized with ID 6. -[2025.05.25-18.10.23:630][839]LogAudio: Display: Audio Device (ID: 6) registered with world 'VRTemplateMap'. -[2025.05.25-18.10.23:630][839]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 6 -[2025.05.25-18.10.23:648][839]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-18.10.23:648][839]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 -[2025.05.25-18.10.23:648][839]LogHMD: Collecting Telemetry Data -[2025.05.25-18.10.23:648][839]LogHMD: Initializing OVRPlugin session -[2025.05.25-18.10.23:648][839]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 -[2025.05.25-18.10.23:648][839]LogOVRPlugin: Display: commandQueue is null -[2025.05.25-18.10.23:648][839]LogOVRPlugin: CompositorOpenXR::Initialize() -[2025.05.25-18.10.23:648][839]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions -[2025.05.25-18.10.24:043][839]LogOVRPlugin: Display: Available Extensions: (67) -[2025.05.25-18.10.24:043][839]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 -[2025.05.25-18.10.24:043][839]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 -[2025.05.25-18.10.24:043][839]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 -[2025.05.25-18.10.24:043][839]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 -[2025.05.25-18.10.24:043][839]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 -[2025.05.25-18.10.24:043][839]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 -[2025.05.25-18.10.24:043][839]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 -[2025.05.25-18.10.24:043][839]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 -[2025.05.25-18.10.24:043][839]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 -[2025.05.25-18.10.24:043][839]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 -[2025.05.25-18.10.24:043][839]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 -[2025.05.25-18.10.24:043][839]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 -[2025.05.25-18.10.24:043][839]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 -[2025.05.25-18.10.24:043][839]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 -[2025.05.25-18.10.24:043][839]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 -[2025.05.25-18.10.24:043][839]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 -[2025.05.25-18.10.24:043][839]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 -[2025.05.25-18.10.24:043][839]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 -[2025.05.25-18.10.24:043][839]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 -[2025.05.25-18.10.24:043][839]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 -[2025.05.25-18.10.24:043][839]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 -[2025.05.25-18.10.24:043][839]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 -[2025.05.25-18.10.24:043][839]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social -[2025.05.25-18.10.24:044][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction -[2025.05.25-18.10.24:045][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth -[2025.05.25-18.10.24:045][839]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future -[2025.05.25-18.10.24:067][839]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded -[2025.05.25-18.10.24:067][839]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.108.0 -[2025.05.25-18.10.24:068][839]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 23 -[2025.05.25-18.10.24:243][839]LogOVRPlugin: Display: OpenXR system properties: - venderId 4294955582, systemName Meta Quest 3, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 -[2025.05.25-18.10.24:243][839]LogOVRPlugin: Display: OpenXR hand tracking system properties: +[2025.05.26-10.03.16:306][273]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.05.26-10.03.16:306][273]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.05.26-10.03.16:306][273]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.05.26-10.03.16:306][273]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.05.26-10.03.16:306][273]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.03.16:306][273]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.03.16:307][273]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.05.26-10.03.16:307][273]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.05.26-10.03.16:307][273]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.05.26-10.03.16:307][273]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.05.26-10.03.16:307][273]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.05.26-10.03.16:307][273]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.05.26-10.03.16:307][273]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.05.26-10.03.16:307][273]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.05.26-10.03.16:307][273]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.05.26-10.03.16:307][273]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.05.26-10.03.16:307][273]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.05.26-10.03.16:572][273]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=11473283271000 +[2025.05.26-10.03.16:572][273]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.03.16:572][273]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.05.26-10.03.16:685][273]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.05.26-10.03.16:685][273]LogOVRPlugin: ... m_textureStages[0][0] = 000001C39A3D1A60 +[2025.05.26-10.03.16:685][273]LogOVRPlugin: ... m_textureStages[0][1] = 000001C39A3D17A0 +[2025.05.26-10.03.16:685][273]LogOVRPlugin: ... m_textureStages[0][2] = 000001C39A3D0460 +[2025.05.26-10.03.16:687][273]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.05.26-10.03.16:687][273]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001C39A3D09E0 +[2025.05.26-10.03.16:687][273]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001C39A3D3060 +[2025.05.26-10.03.16:687][273]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001C39A3D0CA0 +[2025.05.26-10.03.16:689][273]LogHMD: Allocating Oculus 3648 x 1872 rendertarget swapchain +[2025.05.26-10.03.16:689][273]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.05.26-10.03.16:689][273]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.03.16:696][273]LogPlayLevel: PIE: StaticDuplicateObject took: (0.007105s) +[2025.05.26-10.03.16:696][273]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.007145s) +[2025.05.26-10.03.16:723][273]LogUObjectHash: Compacting FUObjectHashTables data took 1.85ms +[2025.05.26-10.03.16:726][273]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.03.16:727][273]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.03.16:729][273]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.03.16:729][273]LogPlayLevel: PIE: World Init took: (0.002122s) +[2025.05.26-10.03.16:731][273]LogAudio: Display: Creating Audio Device: Id: 21, Scope: Unique, Realtime: True +[2025.05.26-10.03.16:731][273]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.03.16:731][273]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.03.16:731][273]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.03.16:731][273]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.03.16:731][273]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.03.16:731][273]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.03.16:731][273]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.03.16:731][273]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.03.16:731][273]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.03.16:731][273]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.03.16:731][273]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.03.16:734][273]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.03.16:774][273]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.03.16:774][273]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.03.16:774][273]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.03.16:774][273]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.03.16:774][273]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=21 +[2025.05.26-10.03.16:775][273]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=21 +[2025.05.26-10.03.16:777][273]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=21 +[2025.05.26-10.03.16:777][273]LogInit: FAudioDevice initialized with ID 21. +[2025.05.26-10.03.16:777][273]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=21 +[2025.05.26-10.03.16:777][273]LogAudio: Display: Audio Device (ID: 21) registered with world 'VRTemplateMap'. +[2025.05.26-10.03.16:777][273]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 21 +[2025.05.26-10.03.16:780][273]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.03.16:783][273]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.03.16 +[2025.05.26-10.03.16:784][273]LogWorld: Bringing up level for play took: 0.004184 +[2025.05.26-10.03.16:787][273]LogOnline: OSS: Created online subsystem instance for: :Context_41 +[2025.05.26-10.03.16:790][273]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.05.26-10.03.16:790][273]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.05.26-10.03.16:802][273]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_1) +[2025.05.26-10.03.16:804][273]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.03.16:806][273]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.05.26-10.03.16:815][273]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.03.16:816][273]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.05.26-10.03.16:825][273]PIE: Server logged in +[2025.05.26-10.03.16:826][273]PIE: Play in editor total start time 0,827 seconds. +[2025.05.26-10.03.16:828][273]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.05.26-10.03.18:006][367]LogBlueprintUserMessages: [BP_ArrowSpell_C_1] Hello +[2025.05.26-10.03.20:892][614]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.03.20:892][614]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.03.20:893][614]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.03.20:894][614]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.03.20:902][614]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.03.20:909][614]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.03.20:932][614]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.05.26-10.03.20:933][614]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 21 +[2025.05.26-10.03.20:933][614]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=21 +[2025.05.26-10.03.20:935][614]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=21 +[2025.05.26-10.03.20:940][614]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.03.20:943][614]LogSlate: Slate User Unregistered. User Index 8 +[2025.05.26-10.03.20:943][614]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.05.26-10.03.20:944][614]LogUObjectHash: Compacting FUObjectHashTables data took 1.50ms +[2025.05.26-10.03.21:105][615]LogPlayLevel: Display: Destroying online subsystem :Context_41 +[2025.05.26-10.03.21:106][615]LogHMD: Warning: Destroying layer 1 +[2025.05.26-10.03.21:107][615]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.05.26-10.03.21:216][615]LogOVRPlugin: m_xrSession destroyed +[2025.05.26-10.03.21:222][615]LogOVRPlugin: m_xrInstance destroyed +[2025.05.26-10.03.33:207][493]LogUObjectHash: Compacting FUObjectHashTables data took 1.82ms +[2025.05.26-10.03.34:647][582]LogDebuggerCommands: Repeating last play command: Selected Viewport +[2025.05.26-10.03.34:655][582]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-10.03.34:655][582]LogHMD: Initializing OVRPlugin session +[2025.05.26-10.03.34:655][582]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.05.26-10.03.34:655][582]LogOVRPlugin: Error: Device required (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:260) +[2025.05.26-10.03.34:655][582]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.05.26-10.03.34:655][582]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.05.26-10.03.34:762][582]LogOVRPlugin: Display: Available Extensions: (72) +[2025.05.26-10.03.34:762][582]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.05.26-10.03.34:762][582]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.05.26-10.03.34:762][582]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_FB_passthrough SpecVersion=4 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_META_passthrough_layer_resumed_event SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_FB_triangle_mesh SpecVersion=2 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_META_passthrough_color_lut SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_META_passthrough_preferences SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 +[2025.05.26-10.03.34:763][582]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.05.26-10.03.34:764][582]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.05.26-10.03.34:764][582]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.05.26-10.03.34:764][582]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.05.26-10.03.34:764][582]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.05.26-10.03.34:764][582]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.05.26-10.03.34:764][582]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.05.26-10.03.34:764][582]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.05.26-10.03.34:764][582]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.05.26-10.03.34:764][582]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.05.26-10.03.34:764][582]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.05.26-10.03.34:764][582]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.05.26-10.03.34:764][582]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.05.26-10.03.34:764][582]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.05.26-10.03.34:764][582]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.05.26-10.03.34:764][582]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.05.26-10.03.34:764][582]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.05.26-10.03.34:764][582]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.05.26-10.03.34:764][582]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.05.26-10.03.34:764][582]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.05.26-10.03.34:764][582]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.05.26-10.03.34:764][582]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.05.26-10.03.34:784][582]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.05.26-10.03.34:784][582]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.109.0 +[2025.05.26-10.03.34:785][582]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.05.26-10.03.34:963][582]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.05.26-10.03.34:963][582]LogOVRPlugin: Display: OpenXR hand tracking system properties: hand tracking supported 1 -[2025.05.25-18.10.24:243][839]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: +[2025.05.26-10.03.34:963][582]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: hand tracking supported 1 -[2025.05.25-18.10.24:243][839]LogOVRPlugin: Display: OpenXR body tracking system properties: +[2025.05.26-10.03.34:963][582]LogOVRPlugin: Display: OpenXR body tracking system properties: body tracking supported 1 -[2025.05.25-18.10.24:243][839]LogOVRPlugin: Display: OpenXR body tracking system properties: - body tracking fidelity supported 1 -[2025.05.25-18.10.24:243][839]LogOVRPlugin: Display: OpenXR body tracking system properties: +[2025.05.26-10.03.34:963][582]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.05.26-10.03.34:963][582]LogOVRPlugin: Display: OpenXR body tracking system properties: full body tracking supported 1 -[2025.05.25-18.10.24:243][839]LogOVRPlugin: Display: OpenXR body tracking system properties: +[2025.05.26-10.03.34:963][582]LogOVRPlugin: Display: OpenXR body tracking system properties: body tracking calibration supported 1 -[2025.05.25-18.10.24:243][839]LogOVRPlugin: Display: OpenXR headset id system properties: - id 6409E3B350894ED6868EAAED82DA3676 -[2025.05.25-18.10.24:243][839]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) -[2025.05.25-18.10.24:243][839]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 -[2025.05.25-18.10.24:243][839]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views -[2025.05.25-18.10.24:243][839]LogOVRPlugin: Display: View: Recommended Width=2064 Height=2272 SampleCount=1 Maximum Width=4128 Height=4544 SampleCount=4 -[2025.05.25-18.10.24:243][839]LogOVRPlugin: Display: View: Recommended Width=2064 Height=2272 SampleCount=1 Maximum Width=4128 Height=4544 SampleCount=4 -[2025.05.25-18.10.24:244][839]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) -[2025.05.25-18.10.24:244][839]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. -[2025.05.25-18.10.24:244][839]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime -[2025.05.25-18.10.24:244][839]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime -[2025.05.25-18.10.24:244][839]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime -[2025.05.25-18.10.24:244][839]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime -[2025.05.25-18.10.24:244][839]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count -[2025.05.25-18.10.24:244][839]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode -[2025.05.25-18.10.24:244][839]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded -[2025.05.25-18.10.24:244][839]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized -[2025.05.25-18.10.24:244][839]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) -[2025.05.25-18.10.25:249][839]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=510457464346500 -[2025.05.25-18.10.25:249][839]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 -[2025.05.25-18.10.25:249][839]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=510457464356199 -[2025.05.25-18.10.25:249][839]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-18.10.25:249][839]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META -[2025.05.25-18.10.25:259][839]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages -[2025.05.25-18.10.25:259][839]LogOVRPlugin: ... m_textureStages[0][0] = 00000149AD8BD570 -[2025.05.25-18.10.25:259][839]LogOVRPlugin: ... m_textureStages[0][1] = 00000149AD8BE890 -[2025.05.25-18.10.25:259][839]LogOVRPlugin: ... m_textureStages[0][2] = 00000149AD8BDF00 -[2025.05.25-18.10.25:270][839]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages -[2025.05.25-18.10.25:270][839]LogOVRPlugin: ... m_depthTextureStages[0][0] = 00000149AD8BC250 -[2025.05.25-18.10.25:270][839]LogOVRPlugin: ... m_depthTextureStages[0][1] = 0000014A4D08B8B0 -[2025.05.25-18.10.25:270][839]LogOVRPlugin: ... m_depthTextureStages[0][2] = 0000014A4D08CBD0 -[2025.05.25-18.10.25:270][839]LogHMD: Allocating Oculus 4128 x 2272 rendertarget swapchain -[2025.05.25-18.10.25:271][839]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 -[2025.05.25-18.10.25:315][839]LogLoad: Game class is 'VRGameMode_C' -[2025.05.25-18.10.25:316][839]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.25-21.10.25 -[2025.05.25-18.10.25:317][839]LogWorld: Bringing up level for play took: 0.001278 -[2025.05.25-18.10.25:320][839]LogOnline: OSS: Created online subsystem instance for: :Context_10 -[2025.05.25-18.10.25:322][839]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 -[2025.05.25-18.10.25:325][839]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 -[2025.05.25-18.10.25:339][839]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... -[2025.05.25-18.10.25:341][839]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh -[2025.05.25-18.10.25:349][839]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... -[2025.05.25-18.10.25:351][839]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh -[2025.05.25-18.10.25:358][839]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" -[2025.05.25-18.10.25:368][839]PIE: Server logged in -[2025.05.25-18.10.25:374][839]PIE: Play in editor total start time 3.303 seconds. -[2025.05.25-18.10.25:375][839]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) -[2025.05.25-18.10.25:383][839]LogHMD: Allocating Oculus 4128 x 2272 depth rendertarget swapchain -[2025.05.25-18.10.25:503][840]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=510458060658200 -[2025.05.25-18.10.25:503][840]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-18.10.25:505][841]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer -[2025.05.25-18.10.25:518][842]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages -[2025.05.25-18.10.25:518][842]LogOVRPlugin: ... m_textureStages[0][0] = 00000149A60D25F0 -[2025.05.25-18.10.25:518][842]LogOVRPlugin: ... m_textureStages[0][1] = 00000149A60DF890 -[2025.05.25-18.10.25:518][842]LogOVRPlugin: ... m_textureStages[0][2] = 0000014A42DA7F30 -[2025.05.25-18.10.30:723][153]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=510463280227299 -[2025.05.25-18.10.30:723][153]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 -[2025.05.25-18.10.38:696][524]LogWindowsDesktop: Alt-F4 pressed! -[2025.05.25-18.10.38:756][524]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-18.10.38:756][524]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap -[2025.05.25-18.10.38:837][524]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.106.0' being destroyed -[2025.05.25-18.10.38:867][524]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true -[2025.05.25-18.10.38:868][524]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-18.10.38:886][524]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.05.25-18.10.38:896][524]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-18.10.38:921][524]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.05.25-18.10.38:922][524]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 6 -[2025.05.25-18.10.38:922][524]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6 -[2025.05.25-18.10.38:925][524]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6 -[2025.05.25-18.10.38:936][524]LogSlate: Slate User Unregistered. User Index 8 -[2025.05.25-18.10.38:936][524]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 -[2025.05.25-18.10.38:938][524]LogUObjectHash: Compacting FUObjectHashTables data took 1.59ms -[2025.05.25-18.10.39:012][525]LogPlayLevel: Display: Destroying online subsystem :Context_10 -[2025.05.25-18.10.39:013][525]LogHMD: Warning: Destroying layer 1 -[2025.05.25-18.10.39:018][525]LogHMD: Warning: Destroying layer 2 -[2025.05.25-18.10.39:019][525]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() -[2025.05.25-18.10.39:148][525]LogOVRPlugin: m_xrSession destroyed -[2025.05.25-18.10.39:155][525]LogOVRPlugin: m_xrInstance destroyed -[2025.05.25-18.10.40:430][618]LogDebuggerCommands: Repeating last play command: VR Preview -[2025.05.25-18.10.40:437][618]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.05.25-18.10.40:437][618]LogHMD: Initializing OVRPlugin session -[2025.05.25-18.10.40:437][618]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 -[2025.05.25-18.10.40:437][618]LogOVRPlugin: Display: commandQueue is null -[2025.05.25-18.10.40:437][618]LogOVRPlugin: CompositorOpenXR::Initialize() -[2025.05.25-18.10.40:437][618]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions -[2025.05.25-18.10.40:534][618]LogOVRPlugin: Display: Available Extensions: (67) -[2025.05.25-18.10.40:534][618]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 -[2025.05.25-18.10.40:534][618]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 -[2025.05.25-18.10.40:534][618]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 -[2025.05.25-18.10.40:534][618]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 -[2025.05.25-18.10.40:534][618]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 -[2025.05.25-18.10.40:534][618]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 -[2025.05.25-18.10.40:534][618]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 -[2025.05.25-18.10.40:534][618]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 -[2025.05.25-18.10.40:534][618]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 -[2025.05.25-18.10.40:534][618]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 -[2025.05.25-18.10.40:534][618]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 -[2025.05.25-18.10.40:534][618]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 -[2025.05.25-18.10.40:534][618]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 -[2025.05.25-18.10.40:534][618]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 -[2025.05.25-18.10.40:534][618]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 -[2025.05.25-18.10.40:534][618]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth -[2025.05.25-18.10.40:535][618]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future -[2025.05.25-18.10.40:559][618]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded -[2025.05.25-18.10.40:559][618]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.108.0 -[2025.05.25-18.10.40:560][618]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 23 -[2025.05.25-18.10.40:809][618]LogOVRPlugin: Display: OpenXR system properties: - venderId 4294955582, systemName Meta Quest 3, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 -[2025.05.25-18.10.40:809][618]LogOVRPlugin: Display: OpenXR hand tracking system properties: +[2025.05.26-10.03.34:963][582]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.05.26-10.03.34:963][582]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.05.26-10.03.34:963][582]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.05.26-10.03.34:963][582]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.05.26-10.03.34:963][582]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.03.34:963][582]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.03.34:963][582]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.05.26-10.03.34:963][582]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.05.26-10.03.34:963][582]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.05.26-10.03.34:963][582]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.05.26-10.03.34:963][582]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.05.26-10.03.34:963][582]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.05.26-10.03.34:964][582]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.05.26-10.03.34:964][582]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.05.26-10.03.34:964][582]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.05.26-10.03.34:964][582]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.05.26-10.03.34:964][582]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.05.26-10.03.35:230][582]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=11491942650600 +[2025.05.26-10.03.35:230][582]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.03.35:230][582]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.05.26-10.03.35:343][582]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.05.26-10.03.35:343][582]LogOVRPlugin: ... m_textureStages[0][0] = 000001C3589221E0 +[2025.05.26-10.03.35:343][582]LogOVRPlugin: ... m_textureStages[0][1] = 000001C3589224A0 +[2025.05.26-10.03.35:343][582]LogOVRPlugin: ... m_textureStages[0][2] = 000001C358923D60 +[2025.05.26-10.03.35:345][582]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.05.26-10.03.35:345][582]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001C358932CA0 +[2025.05.26-10.03.35:345][582]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001C358947960 +[2025.05.26-10.03.35:345][582]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001C3589473E0 +[2025.05.26-10.03.35:345][582]LogHMD: Allocating Oculus 3648 x 1872 rendertarget swapchain +[2025.05.26-10.03.35:345][582]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.05.26-10.03.35:346][582]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.03.35:352][582]LogPlayLevel: PIE: StaticDuplicateObject took: (0.007147s) +[2025.05.26-10.03.35:352][582]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.007201s) +[2025.05.26-10.03.35:378][582]LogUObjectHash: Compacting FUObjectHashTables data took 1.59ms +[2025.05.26-10.03.35:385][582]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.03.35:387][582]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.03.35:388][582]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.03.35:389][582]LogPlayLevel: PIE: World Init took: (0.001757s) +[2025.05.26-10.03.35:389][582]LogAudio: Display: Creating Audio Device: Id: 22, Scope: Unique, Realtime: True +[2025.05.26-10.03.35:389][582]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.03.35:389][582]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.03.35:389][582]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.03.35:389][582]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.03.35:389][582]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.03.35:389][582]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.03.35:389][582]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.03.35:389][582]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.03.35:389][582]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.03.35:389][582]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.03.35:389][582]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.03.35:392][582]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.03.35:432][582]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.03.35:432][582]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.03.35:432][582]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.03.35:432][582]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.03.35:433][582]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=22 +[2025.05.26-10.03.35:433][582]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=22 +[2025.05.26-10.03.35:437][582]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=22 +[2025.05.26-10.03.35:437][582]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=22 +[2025.05.26-10.03.35:437][582]LogInit: FAudioDevice initialized with ID 22. +[2025.05.26-10.03.35:437][582]LogAudio: Display: Audio Device (ID: 22) registered with world 'VRTemplateMap'. +[2025.05.26-10.03.35:437][582]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 22 +[2025.05.26-10.03.35:439][582]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.03.35:442][582]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.03.35 +[2025.05.26-10.03.35:444][582]LogWorld: Bringing up level for play took: 0.004468 +[2025.05.26-10.03.35:447][582]LogOnline: OSS: Created online subsystem instance for: :Context_42 +[2025.05.26-10.03.35:450][582]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.05.26-10.03.35:452][582]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.05.26-10.03.35:467][582]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_1) +[2025.05.26-10.03.35:468][582]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.03.35:470][582]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.05.26-10.03.35:478][582]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.03.35:480][582]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.05.26-10.03.35:490][582]PIE: Server logged in +[2025.05.26-10.03.35:491][582]PIE: Play in editor total start time 0,836 seconds. +[2025.05.26-10.03.35:492][582]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.05.26-10.03.36:670][676]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] dead +[2025.05.26-10.03.36:670][676]LogBlueprintUserMessages: [BP_ArrowSpell_C_1] Hello +[2025.05.26-10.03.40:002][976]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.03.40:002][976]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.03.40:004][976]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.03.40:004][976]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.03.40:018][976]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.03.40:026][976]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.03.40:047][976]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.05.26-10.03.40:047][976]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 22 +[2025.05.26-10.03.40:047][976]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=22 +[2025.05.26-10.03.40:049][976]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=22 +[2025.05.26-10.03.40:055][976]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.03.40:057][976]LogSlate: Slate User Unregistered. User Index 8 +[2025.05.26-10.03.40:057][976]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.05.26-10.03.40:059][976]LogUObjectHash: Compacting FUObjectHashTables data took 1.59ms +[2025.05.26-10.03.40:220][977]LogPlayLevel: Display: Destroying online subsystem :Context_42 +[2025.05.26-10.03.40:221][977]LogHMD: Warning: Destroying layer 1 +[2025.05.26-10.03.40:223][977]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.05.26-10.03.40:327][977]LogOVRPlugin: m_xrSession destroyed +[2025.05.26-10.03.40:332][977]LogOVRPlugin: m_xrInstance destroyed +[2025.05.26-10.03.52:156][882]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-10.03.52:156][882]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.03.52:165][882]LogPlayLevel: PIE: StaticDuplicateObject took: (0.008022s) +[2025.05.26-10.03.52:165][882]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.008059s) +[2025.05.26-10.03.52:188][882]LogUObjectHash: Compacting FUObjectHashTables data took 1.56ms +[2025.05.26-10.03.52:190][882]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.03.52:192][882]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.03.52:193][882]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.03.52:193][882]LogPlayLevel: PIE: World Init took: (0.001840s) +[2025.05.26-10.03.52:194][882]LogAudio: Display: Creating Audio Device: Id: 23, Scope: Unique, Realtime: True +[2025.05.26-10.03.52:194][882]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.03.52:194][882]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.03.52:194][882]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.03.52:194][882]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.03.52:194][882]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.03.52:194][882]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.03.52:194][882]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.03.52:194][882]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.03.52:194][882]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.03.52:195][882]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.03.52:195][882]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.03.52:198][882]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.03.52:236][882]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.03.52:236][882]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.03.52:236][882]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.03.52:236][882]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.03.52:238][882]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=23 +[2025.05.26-10.03.52:238][882]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=23 +[2025.05.26-10.03.52:241][882]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=23 +[2025.05.26-10.03.52:241][882]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=23 +[2025.05.26-10.03.52:241][882]LogInit: FAudioDevice initialized with ID 23. +[2025.05.26-10.03.52:241][882]LogAudio: Display: Audio Device (ID: 23) registered with world 'VRTemplateMap'. +[2025.05.26-10.03.52:241][882]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 23 +[2025.05.26-10.03.52:243][882]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.03.52:246][882]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.03.52 +[2025.05.26-10.03.52:248][882]LogWorld: Bringing up level for play took: 0.004303 +[2025.05.26-10.03.52:250][882]LogOnline: OSS: Created online subsystem instance for: :Context_43 +[2025.05.26-10.03.52:264][882]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_1) +[2025.05.26-10.03.52:266][882]PIE: Server logged in +[2025.05.26-10.03.52:267][882]PIE: Play in editor total start time 0,111 seconds. +[2025.05.26-10.03.55:784][105]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.03.55:784][105]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.03.55:785][105]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.03.55:786][105]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.03.55:793][105]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.03.55:800][105]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.03.55:823][105]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.03.55:823][105]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 23 +[2025.05.26-10.03.55:823][105]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=23 +[2025.05.26-10.03.55:825][105]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=23 +[2025.05.26-10.03.55:835][105]LogUObjectHash: Compacting FUObjectHashTables data took 1.57ms +[2025.05.26-10.03.56:015][106]LogPlayLevel: Display: Destroying online subsystem :Context_43 +[2025.05.26-10.03.57:015][165]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-10.03.57:015][165]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.03.57:022][165]LogPlayLevel: PIE: StaticDuplicateObject took: (0.007790s) +[2025.05.26-10.03.57:022][165]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.007830s) +[2025.05.26-10.03.57:048][165]LogUObjectHash: Compacting FUObjectHashTables data took 1.74ms +[2025.05.26-10.03.57:052][165]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.03.57:054][165]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.03.57:055][165]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.03.57:056][165]LogPlayLevel: PIE: World Init took: (0.001820s) +[2025.05.26-10.03.57:057][165]LogAudio: Display: Creating Audio Device: Id: 24, Scope: Unique, Realtime: True +[2025.05.26-10.03.57:057][165]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.03.57:057][165]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.03.57:057][165]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.03.57:057][165]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.03.57:057][165]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.03.57:057][165]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.03.57:057][165]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.03.57:057][165]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.03.57:057][165]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.03.57:057][165]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.03.57:057][165]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.03.57:060][165]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.03.57:099][165]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.03.57:099][165]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.03.57:099][165]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.03.57:099][165]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.03.57:099][165]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=24 +[2025.05.26-10.03.57:099][165]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=24 +[2025.05.26-10.03.57:103][165]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=24 +[2025.05.26-10.03.57:103][165]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=24 +[2025.05.26-10.03.57:103][165]LogInit: FAudioDevice initialized with ID 24. +[2025.05.26-10.03.57:103][165]LogAudio: Display: Audio Device (ID: 24) registered with world 'VRTemplateMap'. +[2025.05.26-10.03.57:103][165]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 24 +[2025.05.26-10.03.57:105][165]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.03.57:108][165]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.03.57 +[2025.05.26-10.03.57:109][165]LogWorld: Bringing up level for play took: 0.003840 +[2025.05.26-10.03.57:113][165]LogOnline: OSS: Created online subsystem instance for: :Context_44 +[2025.05.26-10.03.57:127][165]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_1) +[2025.05.26-10.03.57:128][165]PIE: Server logged in +[2025.05.26-10.03.57:129][165]PIE: Play in editor total start time 0,115 seconds. +[2025.05.26-10.03.59:795][333]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.03.59:795][333]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.03.59:796][333]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.03.59:797][333]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.03.59:804][333]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.03.59:810][333]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.03.59:834][333]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.03.59:834][333]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 24 +[2025.05.26-10.03.59:834][333]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=24 +[2025.05.26-10.03.59:836][333]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=24 +[2025.05.26-10.03.59:845][333]LogUObjectHash: Compacting FUObjectHashTables data took 1.54ms +[2025.05.26-10.04.00:064][334]LogPlayLevel: Display: Destroying online subsystem :Context_44 +[2025.05.26-10.04.01:022][381]LogDebuggerCommands: Repeating last play command: Selected Viewport +[2025.05.26-10.04.01:030][381]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-10.04.01:030][381]LogHMD: Initializing OVRPlugin session +[2025.05.26-10.04.01:030][381]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.05.26-10.04.01:030][381]LogOVRPlugin: Error: Device required (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:260) +[2025.05.26-10.04.01:030][381]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.05.26-10.04.01:030][381]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.05.26-10.04.01:136][381]LogOVRPlugin: Display: Available Extensions: (72) +[2025.05.26-10.04.01:136][381]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.05.26-10.04.01:136][381]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.05.26-10.04.01:136][381]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.05.26-10.04.01:136][381]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.05.26-10.04.01:136][381]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_FB_passthrough SpecVersion=4 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_META_passthrough_layer_resumed_event SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_FB_triangle_mesh SpecVersion=2 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_META_passthrough_color_lut SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_META_passthrough_preferences SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.05.26-10.04.01:137][381]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.05.26-10.04.01:138][381]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.05.26-10.04.01:138][381]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.05.26-10.04.01:138][381]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.05.26-10.04.01:138][381]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.05.26-10.04.01:138][381]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.05.26-10.04.01:138][381]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.05.26-10.04.01:138][381]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.05.26-10.04.01:138][381]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.05.26-10.04.01:138][381]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.05.26-10.04.01:138][381]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.05.26-10.04.01:138][381]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.05.26-10.04.01:138][381]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.05.26-10.04.01:138][381]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.05.26-10.04.01:138][381]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.05.26-10.04.01:138][381]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.05.26-10.04.01:138][381]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.05.26-10.04.01:138][381]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.05.26-10.04.01:138][381]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.05.26-10.04.01:138][381]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.05.26-10.04.01:161][381]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.05.26-10.04.01:161][381]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.109.0 +[2025.05.26-10.04.01:162][381]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.05.26-10.04.01:343][381]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.05.26-10.04.01:343][381]LogOVRPlugin: Display: OpenXR hand tracking system properties: hand tracking supported 1 -[2025.05.25-18.10.40:809][618]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: +[2025.05.26-10.04.01:343][381]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: hand tracking supported 1 -[2025.05.25-18.10.40:809][618]LogOVRPlugin: Display: OpenXR body tracking system properties: +[2025.05.26-10.04.01:343][381]LogOVRPlugin: Display: OpenXR body tracking system properties: body tracking supported 1 -[2025.05.25-18.10.40:809][618]LogOVRPlugin: Display: OpenXR body tracking system properties: - body tracking fidelity supported 1 -[2025.05.25-18.10.40:809][618]LogOVRPlugin: Display: OpenXR body tracking system properties: +[2025.05.26-10.04.01:343][381]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.05.26-10.04.01:343][381]LogOVRPlugin: Display: OpenXR body tracking system properties: full body tracking supported 1 -[2025.05.25-18.10.40:809][618]LogOVRPlugin: Display: OpenXR body tracking system properties: +[2025.05.26-10.04.01:343][381]LogOVRPlugin: Display: OpenXR body tracking system properties: body tracking calibration supported 1 -[2025.05.25-18.10.40:809][618]LogOVRPlugin: Display: OpenXR headset id system properties: - id 6409E3B350894ED6868EAAED82DA3676 -[2025.05.25-18.10.40:809][618]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) -[2025.05.25-18.10.40:809][618]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 -[2025.05.25-18.10.40:809][618]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views -[2025.05.25-18.10.40:809][618]LogOVRPlugin: Display: View: Recommended Width=2064 Height=2272 SampleCount=1 Maximum Width=4128 Height=4544 SampleCount=4 -[2025.05.25-18.10.40:809][618]LogOVRPlugin: Display: View: Recommended Width=2064 Height=2272 SampleCount=1 Maximum Width=4128 Height=4544 SampleCount=4 -[2025.05.25-18.10.40:809][618]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) -[2025.05.25-18.10.40:810][618]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. -[2025.05.25-18.10.40:810][618]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime -[2025.05.25-18.10.40:810][618]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime -[2025.05.25-18.10.40:810][618]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime -[2025.05.25-18.10.40:810][618]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime -[2025.05.25-18.10.40:810][618]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count -[2025.05.25-18.10.40:810][618]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode -[2025.05.25-18.10.40:810][618]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded -[2025.05.25-18.10.40:810][618]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized -[2025.05.25-18.10.40:810][618]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) -[2025.05.25-18.10.41:659][618]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=510473549178599 -[2025.05.25-18.10.41:659][618]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 -[2025.05.25-18.10.41:659][618]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=510473549188400 -[2025.05.25-18.10.41:659][618]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-18.10.41:659][618]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META -[2025.05.25-18.10.41:671][618]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages -[2025.05.25-18.10.41:671][618]LogOVRPlugin: ... m_textureStages[0][0] = 0000014A5572C6A0 -[2025.05.25-18.10.41:671][618]LogOVRPlugin: ... m_textureStages[0][1] = 0000014A5572A060 -[2025.05.25-18.10.41:671][618]LogOVRPlugin: ... m_textureStages[0][2] = 0000014A5572D030 -[2025.05.25-18.10.41:682][618]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages -[2025.05.25-18.10.41:682][618]LogOVRPlugin: ... m_depthTextureStages[0][0] = 0000014A5572E350 -[2025.05.25-18.10.41:682][618]LogOVRPlugin: ... m_depthTextureStages[0][1] = 0000014A557296D0 -[2025.05.25-18.10.41:682][618]LogOVRPlugin: ... m_depthTextureStages[0][2] = 0000014A5572B380 -[2025.05.25-18.10.41:682][618]LogHMD: Allocating Oculus 4128 x 2272 rendertarget swapchain -[2025.05.25-18.10.41:683][618]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 -[2025.05.25-18.10.41:683][618]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap -[2025.05.25-18.10.41:689][618]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005225s) -[2025.05.25-18.10.41:689][618]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005272s) -[2025.05.25-18.10.41:715][618]LogUObjectHash: Compacting FUObjectHashTables data took 1.55ms -[2025.05.25-18.10.41:716][618]LogMRUK: Loading MR Utility Kit Shared library -[2025.05.25-18.10.41:719][618]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap -[2025.05.25-18.10.41:721][618]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. -[2025.05.25-18.10.41:721][618]LogPlayLevel: PIE: World Init took: (0.002904s) -[2025.05.25-18.10.41:722][618]LogAudio: Display: Creating Audio Device: Id: 7, Scope: Unique, Realtime: True -[2025.05.25-18.10.41:722][618]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.05.25-18.10.41:722][618]LogAudioMixer: Display: Sample Rate: 48000 -[2025.05.25-18.10.41:722][618]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.05.25-18.10.41:722][618]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.05.25-18.10.41:722][618]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.05.25-18.10.41:723][618]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.05.25-18.10.41:723][618]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.05.25-18.10.41:723][618]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.05.25-18.10.41:723][618]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.05.25-18.10.41:723][618]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.05.25-18.10.41:723][618]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.05.25-18.10.41:728][618]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.05.25-18.10.41:772][618]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) -[2025.05.25-18.10.41:773][618]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.05.25-18.10.41:773][618]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.05.25-18.10.41:773][618]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.05.25-18.10.41:773][618]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=7 -[2025.05.25-18.10.41:773][618]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=7 -[2025.05.25-18.10.41:777][618]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=7 -[2025.05.25-18.10.41:777][618]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=7 -[2025.05.25-18.10.41:777][618]LogInit: FAudioDevice initialized with ID 7. -[2025.05.25-18.10.41:777][618]LogAudio: Display: Audio Device (ID: 7) registered with world 'VRTemplateMap'. -[2025.05.25-18.10.41:777][618]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 7 -[2025.05.25-18.10.41:798][618]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-18.10.41:799][618]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 -[2025.05.25-18.10.41:799][618]LogHMD: Collecting Telemetry Data -[2025.05.25-18.10.41:846][618]LogLoad: Game class is 'VRGameMode_C' -[2025.05.25-18.10.41:848][618]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.25-21.10.41 -[2025.05.25-18.10.41:848][618]LogWorld: Bringing up level for play took: 0.002065 -[2025.05.25-18.10.41:852][618]LogOnline: OSS: Created online subsystem instance for: :Context_11 -[2025.05.25-18.10.41:854][618]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 -[2025.05.25-18.10.41:856][618]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 -[2025.05.25-18.10.41:871][618]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... -[2025.05.25-18.10.41:873][618]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh -[2025.05.25-18.10.41:880][618]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... -[2025.05.25-18.10.41:882][618]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh -[2025.05.25-18.10.41:893][618]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" -[2025.05.25-18.10.41:905][618]PIE: Server logged in -[2025.05.25-18.10.41:912][618]PIE: Play in editor total start time 1.476 seconds. -[2025.05.25-18.10.41:913][618]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) -[2025.05.25-18.10.41:919][618]LogHMD: Allocating Oculus 4128 x 2272 depth rendertarget swapchain -[2025.05.25-18.10.42:050][619]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=510474607360900 -[2025.05.25-18.10.42:050][619]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-18.10.42:054][620]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer -[2025.05.25-18.10.42:072][620]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages -[2025.05.25-18.10.42:072][620]LogOVRPlugin: ... m_textureStages[0][0] = 0000014A4BCDFE40 -[2025.05.25-18.10.42:072][620]LogOVRPlugin: ... m_textureStages[0][1] = 0000014A4BCD6AD0 -[2025.05.25-18.10.42:072][620]LogOVRPlugin: ... m_textureStages[0][2] = 0000014A4BCD7FE0 -[2025.05.25-18.10.42:773][657]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=510475331417500 -[2025.05.25-18.10.42:773][657]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 -[2025.05.25-18.10.42:773][657]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=510475331436599 -[2025.05.25-18.10.42:773][657]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 -[2025.05.25-18.10.42:796][658]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged -[2025.05.25-18.10.42:819][659]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! -[2025.05.25-18.10.42:834][660]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.10.42:860][661]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.10.42:892][662]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.10.42:919][663]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.11.01:848][688]LogBlueprintUserMessages: [BP_Fireball_C_4] BP_EnemyAI_C_9 -[2025.05.25-18.11.01:848][688]LogBlueprintUserMessages: [BP_Fireball_C_4] BP_EnemyAI_C_6 -[2025.05.25-18.11.06:223][963]LogBlueprintUserMessages: [BP_Fireball_C_6] BP_EnemyAI_C_7 -[2025.05.25-18.11.06:223][963]LogBlueprintUserMessages: [BP_Fireball_C_6] BP_EnemyAI_C_4 -[2025.05.25-18.11.06:223][963]LogBlueprintUserMessages: [BP_Fireball_C_6] BP_EnemyAI_C_8 -[2025.05.25-18.11.07:843][ 42]LogBlueprintUserMessages: [BP_Fireball_C_7] BP_EnemyAI_C_8 -[2025.05.25-18.11.07:843][ 42]LogBlueprintUserMessages: [BP_Fireball_C_7] BP_EnemyAI_C_4 -[2025.05.25-18.11.07:843][ 42]LogBlueprintUserMessages: [BP_Fireball_C_7] BP_EnemyAI_C_7 -[2025.05.25-18.11.09:423][129]LogBlueprintUserMessages: [BP_Fireball_C_8] BP_EnemyAI_C_9 -[2025.05.25-18.11.09:423][129]LogBlueprintUserMessages: [BP_Fireball_C_8] BP_EnemyAI_C_6 -[2025.05.25-18.11.16:259][423]LogBlueprintUserMessages: [BP_Fireball_C_10] BP_EnemyAI_C_0 -[2025.05.25-18.11.17:519][503]LogBlueprintUserMessages: [BP_Fireball_C_11] BP_EnemyAI_C_0 -[2025.05.25-18.11.24:709][816]LogBlueprintUserMessages: [BP_Fireball_C_12] BP_EnemyAI_C_1 -[2025.05.25-18.11.24:709][816]LogBlueprintUserMessages: [BP_Fireball_C_12] BP_EnemyAI_C_5 -[2025.05.25-18.11.24:709][816]LogBlueprintUserMessages: [BP_Fireball_C_12] BP_EnemyAI_C_2 -[2025.05.25-18.11.24:709][816]LogBlueprintUserMessages: [BP_Fireball_C_12] BP_EnemyAI_C_3 -[2025.05.25-18.11.26:769][914]LogBlueprintUserMessages: [BP_Fireball_C_13] BP_EnemyAI_C_2 -[2025.05.25-18.11.26:770][914]LogBlueprintUserMessages: [BP_Fireball_C_13] BP_EnemyAI_C_5 -[2025.05.25-18.11.26:770][914]LogBlueprintUserMessages: [BP_Fireball_C_13] BP_EnemyAI_C_1 -[2025.05.25-18.11.26:770][914]LogBlueprintUserMessages: [BP_Fireball_C_13] BP_EnemyAI_C_3 -[2025.05.25-18.11.28:105][984]LogBlueprintUserMessages: [BP_Fireball_C_14] BP_EnemyAI_C_18 -[2025.05.25-18.11.28:105][984]LogBlueprintUserMessages: [BP_Fireball_C_14] BP_EnemyAI_C_22 -[2025.05.25-18.11.28:105][984]LogBlueprintUserMessages: [BP_Fireball_C_14] BP_EnemyAI_C_11 -[2025.05.25-18.11.30:607][117]LogBlueprintUserMessages: [BP_Fireball_C_15] BP_EnemyAI_C_18 -[2025.05.25-18.11.30:607][117]LogBlueprintUserMessages: [BP_Fireball_C_15] BP_EnemyAI_C_22 -[2025.05.25-18.11.30:608][117]LogBlueprintUserMessages: [BP_Fireball_C_15] BP_EnemyAI_C_11 -[2025.05.25-18.11.38:081][522]LogBlueprintUserMessages: [BP_Fireball_C_17] BP_EnemyAI_C_16 -[2025.05.25-18.11.38:081][522]LogBlueprintUserMessages: [BP_Fireball_C_17] BP_EnemyAI_C_14 -[2025.05.25-18.11.39:568][605]LogBlueprintUserMessages: [BP_Fireball_C_18] BP_EnemyAI_C_16 -[2025.05.25-18.11.39:569][605]LogBlueprintUserMessages: [BP_Fireball_C_18] BP_EnemyAI_C_14 -[2025.05.25-18.11.43:874][865]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! -[2025.05.25-18.11.48:122][115]LogBlueprintUserMessages: [BP_Fireball_C_20] BP_EnemyAI_C_23 -[2025.05.25-18.11.48:122][115]LogBlueprintUserMessages: [BP_Fireball_C_20] BP_EnemyAI_C_21 -[2025.05.25-18.11.48:122][115]LogBlueprintUserMessages: [BP_Fireball_C_20] BP_EnemyAI_C_15 -[2025.05.25-18.11.49:565][196]LogBlueprintUserMessages: [BP_Fireball_C_21] BP_EnemyAI_C_23 -[2025.05.25-18.11.49:565][196]LogBlueprintUserMessages: [BP_Fireball_C_21] BP_EnemyAI_C_21 -[2025.05.25-18.11.49:565][196]LogBlueprintUserMessages: [BP_Fireball_C_21] BP_EnemyAI_C_15 -[2025.05.25-18.11.56:716][635]LogBlueprintUserMessages: [BP_Fireball_C_22] BP_EnemyAI_C_17 -[2025.05.25-18.11.56:716][635]LogBlueprintUserMessages: [BP_Fireball_C_22] BP_EnemyAI_C_24 -[2025.05.25-18.11.56:716][635]LogBlueprintUserMessages: [BP_Fireball_C_22] BP_EnemyAI_C_20 -[2025.05.25-18.11.56:716][635]LogBlueprintUserMessages: [BP_Fireball_C_22] BP_EnemyAI_C_12 -[2025.05.25-18.11.56:716][635]LogBlueprintUserMessages: [BP_Fireball_C_22] BP_EnemyAI_C_10 -[2025.05.25-18.11.56:716][635]LogBlueprintUserMessages: [BP_Fireball_C_22] BP_EnemyAI_C_19 -[2025.05.25-18.11.56:716][635]LogBlueprintUserMessages: [BP_Fireball_C_22] BP_EnemyAI_C_13 -[2025.05.25-18.11.58:383][735]LogBlueprintUserMessages: [BP_Fireball_C_23] BP_EnemyAI_C_17 -[2025.05.25-18.11.58:383][735]LogBlueprintUserMessages: [BP_Fireball_C_23] BP_EnemyAI_C_24 -[2025.05.25-18.11.58:383][735]LogBlueprintUserMessages: [BP_Fireball_C_23] BP_EnemyAI_C_20 -[2025.05.25-18.11.58:383][735]LogBlueprintUserMessages: [BP_Fireball_C_23] BP_EnemyAI_C_12 -[2025.05.25-18.11.58:384][735]LogBlueprintUserMessages: [BP_Fireball_C_23] BP_EnemyAI_C_10 -[2025.05.25-18.11.58:384][735]LogBlueprintUserMessages: [BP_Fireball_C_23] BP_EnemyAI_C_19 -[2025.05.25-18.11.58:384][735]LogBlueprintUserMessages: [BP_Fireball_C_23] BP_EnemyAI_C_13 -[2025.05.25-18.11.58:392][735]LogSpawn: Warning: SpawnActor failed because of collision at the spawn location [X=-160.000 Y=3670.000 Z=65.000] for [BP_EnemyAI_C] -[2025.05.25-18.11.58:392][735]LogScript: Warning: Attempted to access BP_EnemyAI_C_30 via property CallFunc_FinishSpawningActor_ReturnValue, but BP_EnemyAI_C_30 is not valid (pending kill or garbage) - BP_Spawner_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_Spawner_C_1 - Function /Game/VRTemplate/Blueprints/BP_Spawner.BP_Spawner_C:ExecuteUbergraph_BP_Spawner:057E -[2025.05.25-18.11.58:392][735]PIE: Error: Blueprint Runtime Error: "Attempted to access BP_EnemyAI_C_30 via property CallFunc_FinishSpawningActor_ReturnValue, but BP_EnemyAI_C_30 is not valid (pending kill or garbage)". Node: Assign On Enemy Died Graph: EventGraph Function: Execute Ubergraph BP Spawner Blueprint: BP_Spawner -[2025.05.25-18.11.58:396][735]LogSpawn: Warning: SpawnActor failed because of collision at the spawn location [X=-160.000 Y=3670.000 Z=65.000] for [BP_EnemyAI_C] -[2025.05.25-18.11.58:396][735]LogScript: Warning: Attempted to access BP_EnemyAI_C_33 via property CallFunc_FinishSpawningActor_ReturnValue, but BP_EnemyAI_C_33 is not valid (pending kill or garbage) - BP_Spawner_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_Spawner_C_1 - Function /Game/VRTemplate/Blueprints/BP_Spawner.BP_Spawner_C:ExecuteUbergraph_BP_Spawner:057E -[2025.05.25-18.11.58:396][735]PIE: Error: Blueprint Runtime Error: "Attempted to access BP_EnemyAI_C_33 via property CallFunc_FinishSpawningActor_ReturnValue, but BP_EnemyAI_C_33 is not valid (pending kill or garbage)". Node: Assign On Enemy Died Graph: EventGraph Function: Execute Ubergraph BP Spawner Blueprint: BP_Spawner -[2025.05.25-18.11.58:403][735]LogSpawn: Warning: SpawnActor failed because of collision at the spawn location [X=-160.000 Y=3670.000 Z=65.000] for [BP_EnemyAI_C] -[2025.05.25-18.11.58:404][735]LogScript: Warning: Attempted to access BP_EnemyAI_C_39 via property CallFunc_FinishSpawningActor_ReturnValue, but BP_EnemyAI_C_39 is not valid (pending kill or garbage) - BP_Spawner_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_Spawner_C_1 - Function /Game/VRTemplate/Blueprints/BP_Spawner.BP_Spawner_C:ExecuteUbergraph_BP_Spawner:057E -[2025.05.25-18.11.58:404][735]PIE: Error: Blueprint Runtime Error: "Attempted to access BP_EnemyAI_C_39 via property CallFunc_FinishSpawningActor_ReturnValue, but BP_EnemyAI_C_39 is not valid (pending kill or garbage)". Node: Assign On Enemy Died Graph: EventGraph Function: Execute Ubergraph BP Spawner Blueprint: BP_Spawner -[2025.05.25-18.11.58:406][735]LogSpawn: Warning: SpawnActor failed because of collision at the spawn location [X=3539.745 Y=-32.133 Z=8.000] for [BP_EnemyAI_C] -[2025.05.25-18.11.58:406][735]LogScript: Warning: Attempted to access BP_EnemyAI_C_41 via property CallFunc_FinishSpawningActor_ReturnValue, but BP_EnemyAI_C_41 is not valid (pending kill or garbage) - BP_Spawner_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_Spawner_C_1 - Function /Game/VRTemplate/Blueprints/BP_Spawner.BP_Spawner_C:ExecuteUbergraph_BP_Spawner:057E -[2025.05.25-18.11.58:406][735]PIE: Error: Blueprint Runtime Error: "Attempted to access BP_EnemyAI_C_41 via property CallFunc_FinishSpawningActor_ReturnValue, but BP_EnemyAI_C_41 is not valid (pending kill or garbage)". Node: Assign On Enemy Died Graph: EventGraph Function: Execute Ubergraph BP Spawner Blueprint: BP_Spawner -[2025.05.25-18.12.03:677][ 2]LogBlueprintUserMessages: [BP_Fireball_C_24] BP_EnemyAI_C_25 -[2025.05.25-18.12.03:677][ 2]LogBlueprintUserMessages: [BP_Fireball_C_24] BP_EnemyAI_C_29 -[2025.05.25-18.12.05:453][ 83]LogBlueprintUserMessages: [BP_Fireball_C_25] BP_EnemyAI_C_25 -[2025.05.25-18.12.05:454][ 83]LogBlueprintUserMessages: [BP_Fireball_C_25] BP_EnemyAI_C_29 -[2025.05.25-18.12.07:789][205]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 2843.958496 -[2025.05.25-18.12.07:980][215]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change -[2025.05.25-18.12.07:980][215]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 2844.124512, Update Interval: 320.638458 -[2025.05.25-18.12.15:801][620]LogBlueprintUserMessages: [BP_Fireball_C_27] BP_EnemyAI_C_27 -[2025.05.25-18.12.15:801][620]LogBlueprintUserMessages: [BP_Fireball_C_27] BP_EnemyAI_C_38 -[2025.05.25-18.12.15:801][620]LogBlueprintUserMessages: [BP_Fireball_C_27] BP_EnemyAI_C_26 -[2025.05.25-18.12.15:801][620]LogBlueprintUserMessages: [BP_Fireball_C_27] BP_EnemyAI_C_36 -[2025.05.25-18.12.20:039][825]LogBlueprintUserMessages: [BP_Fireball_C_29] BP_EnemyAI_C_27 -[2025.05.25-18.12.20:039][825]LogBlueprintUserMessages: [BP_Fireball_C_29] BP_EnemyAI_C_38 -[2025.05.25-18.12.20:040][825]LogBlueprintUserMessages: [BP_Fireball_C_29] BP_EnemyAI_C_26 -[2025.05.25-18.12.20:040][825]LogBlueprintUserMessages: [BP_Fireball_C_29] BP_EnemyAI_C_36 -[2025.05.25-18.12.28:178][227]LogBlueprintUserMessages: [BP_Fireball_C_30] BP_EnemyAI_C_42 -[2025.05.25-18.12.28:178][227]LogBlueprintUserMessages: [BP_Fireball_C_30] BP_EnemyAI_C_37 -[2025.05.25-18.12.28:178][227]LogBlueprintUserMessages: [BP_Fireball_C_30] BP_EnemyAI_C_31 -[2025.05.25-18.12.28:178][227]LogBlueprintUserMessages: [BP_Fireball_C_30] BP_EnemyAI_C_35 -[2025.05.25-18.12.28:178][227]LogBlueprintUserMessages: [BP_Fireball_C_30] BP_EnemyAI_C_34 -[2025.05.25-18.12.28:178][227]LogBlueprintUserMessages: [BP_Fireball_C_30] BP_EnemyAI_C_28 -[2025.05.25-18.12.28:179][227]LogBlueprintUserMessages: [BP_Fireball_C_30] BP_EnemyAI_C_40 -[2025.05.25-18.12.28:179][227]LogBlueprintUserMessages: [BP_Fireball_C_30] BP_EnemyAI_C_32 -[2025.05.25-18.12.40:398][869]LogBlueprintUserMessages: [BP_Fireball_C_31] BP_EnemyAI_C_34 -[2025.05.25-18.12.41:843][947]LogBlueprintUserMessages: [BP_Fireball_C_32] BP_EnemyAI_C_35 -[2025.05.25-18.12.41:843][947]LogBlueprintUserMessages: [BP_Fireball_C_32] BP_EnemyAI_C_28 -[2025.05.25-18.12.41:843][947]LogBlueprintUserMessages: [BP_Fireball_C_32] BP_EnemyAI_C_31 -[2025.05.25-18.12.41:843][947]LogBlueprintUserMessages: [BP_Fireball_C_32] BP_EnemyAI_C_37 -[2025.05.25-18.12.41:844][947]LogBlueprintUserMessages: [BP_Fireball_C_32] BP_EnemyAI_C_42 -[2025.05.25-18.12.41:844][947]LogBlueprintUserMessages: [BP_Fireball_C_32] BP_EnemyAI_C_40 -[2025.05.25-18.12.41:844][947]LogBlueprintUserMessages: [BP_Fireball_C_32] BP_EnemyAI_C_32 -[2025.05.25-18.12.46:103][227]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! -[2025.05.25-18.12.51:397][487]LogBlueprintUserMessages: [BP_Fireball_C_35] BP_EnemyAI_C_44 -[2025.05.25-18.12.51:398][487]LogBlueprintUserMessages: [BP_Fireball_C_35] BP_EnemyAI_C_43 -[2025.05.25-18.12.52:825][571]LogBlueprintUserMessages: [BP_Fireball_C_36] BP_EnemyAI_C_44 -[2025.05.25-18.12.52:825][571]LogBlueprintUserMessages: [BP_Fireball_C_36] BP_EnemyAI_C_43 -[2025.05.25-18.12.55:215][739]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:228][740]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:242][741]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:257][742]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:271][743]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:284][744]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:298][745]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:313][746]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:326][747]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:340][748]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:353][749]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:368][750]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:382][751]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:396][752]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:410][753]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:424][754]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:437][755]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:452][756]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:465][757]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:480][758]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:493][759]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:507][760]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:520][761]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:535][762]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:549][763]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:563][764]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:576][765]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:592][766]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:605][767]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:619][768]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:633][769]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:646][770]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:659][771]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:674][772]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:687][773]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:701][774]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:715][775]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:729][776]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:743][777]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:757][778]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:771][779]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:785][780]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:799][781]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:813][782]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:827][783]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:842][784]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:854][785]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:868][786]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:883][787]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:896][788]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:910][789]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:924][790]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:938][791]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:952][792]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:966][793]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:980][794]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.55:994][795]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.57:800][925]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.57:813][926]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.57:827][927]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.57:840][928]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.57:854][929]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.57:867][930]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.57:881][931]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.57:895][932]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.57:908][933]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.57:922][934]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.57:935][935]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.57:949][936]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.57:961][937]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.57:976][938]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.57:990][939]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:003][940]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:016][941]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:029][942]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:044][943]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:057][944]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:072][945]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:085][946]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:100][947]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:115][948]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:129][949]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:143][950]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:157][951]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:171][952]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:186][953]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:200][954]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:214][955]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:228][956]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:242][957]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:256][958]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:270][959]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:284][960]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:298][961]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:311][962]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:326][963]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:339][964]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:353][965]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:367][966]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:382][967]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:396][968]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:409][969]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:423][970]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:436][971]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:450][972]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:463][973]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:477][974]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:491][975]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:505][976]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:519][977]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:532][978]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:558][979]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:573][980]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:587][981]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:601][982]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:615][983]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:629][984]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:643][985]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:659][986]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:673][987]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:688][988]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:700][989]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:714][990]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:728][991]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:741][992]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:755][993]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.12.58:769][994]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:371][652]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:397][653]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:456][654]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:469][655]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:493][656]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:508][657]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:561][658]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:590][659]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:616][660]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:644][661]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:673][662]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:701][663]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:728][664]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:744][665]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:758][666]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:783][667]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:797][668]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:811][669]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:825][670]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:838][671]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:853][672]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:867][673]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:880][674]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:894][675]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:907][676]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:922][677]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:936][678]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:950][679]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:964][680]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:978][681]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.08:992][682]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.09:006][683]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.09:020][684]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.09:033][685]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.09:047][686]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.09:061][687]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.09:076][688]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.09:089][689]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.09:104][690]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.09:117][691]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.09:131][692]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.09:145][693]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.09:159][694]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.09:172][695]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.09:187][696]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.09:201][697]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.09:215][698]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.09:229][699]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.09:243][700]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.09:257][701]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.09:270][702]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.09:283][703]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.09:298][704]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.13.15:516][148]Set new viewmode: ShaderComplexity -[2025.05.25-18.13.25:648][758]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=510638204602799 -[2025.05.25-18.13.25:648][758]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 -[2025.05.25-18.13.25:648][758]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=510638204618599 -[2025.05.25-18.13.25:648][758]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-18.13.25:648][758]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=510638204778499 -[2025.05.25-18.13.25:648][758]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-18.13.25:660][759]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=510638204778499 -[2025.05.25-18.13.25:660][759]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-18.13.25:660][759]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 9141 outside of frame bounds -[2025.05.25-18.13.25:663][759]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 9141 outside of frame bounds -[2025.05.25-18.13.25:664][759]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=510638204778499 -[2025.05.25-18.13.25:664][759]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 -[2025.05.25-18.13.25:664][759]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=510638221353000 -[2025.05.25-18.13.25:664][759]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 -[2025.05.25-18.13.42:526][965]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=510655083340899 -[2025.05.25-18.13.42:526][965]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-18.13.42:546][966]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=510655103909500 -[2025.05.25-18.13.42:546][966]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-18.13.42:629][972]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=510655186099400 -[2025.05.25-18.13.42:629][972]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 -[2025.05.25-18.13.42:629][972]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=510655186110999 -[2025.05.25-18.13.42:629][972]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 -[2025.05.25-18.13.42:633][972]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged -[2025.05.25-18.13.42:907][991]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged -[2025.05.25-18.13.42:957][993]LogPSOHitching: Encountered 50 PSO creation hitches so far (50 graphics, 0 compute). 0 of them were precached. -[2025.05.25-18.13.47:168][253]LogWindowsDesktop: Alt-F4 pressed! -[2025.05.25-18.13.47:227][253]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-18.13.47:227][253]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap -[2025.05.25-18.13.47:324][253]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.106.0' being destroyed -[2025.05.25-18.13.47:354][253]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true -[2025.05.25-18.13.47:355][253]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-18.13.47:360][253]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.05.25-18.13.47:369][253]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-18.13.47:396][253]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 7 -[2025.05.25-18.13.47:396][253]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7 -[2025.05.25-18.13.47:399][253]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7 -[2025.05.25-18.13.47:406][253]LogSlate: Slate User Unregistered. User Index 8 -[2025.05.25-18.13.47:407][253]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 -[2025.05.25-18.13.47:409][253]LogUObjectHash: Compacting FUObjectHashTables data took 1.62ms -[2025.05.25-18.13.47:575][254]LogPlayLevel: Display: Destroying online subsystem :Context_11 -[2025.05.25-18.13.47:576][254]LogHMD: Warning: Destroying layer 1 -[2025.05.25-18.13.47:580][254]LogHMD: Warning: Destroying layer 2 -[2025.05.25-18.13.47:582][254]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() -[2025.05.25-18.13.47:716][254]LogOVRPlugin: m_xrSession destroyed -[2025.05.25-18.13.47:722][254]LogOVRPlugin: m_xrInstance destroyed -[2025.05.25-18.14.23:289][142]LogUObjectHash: Compacting FUObjectHashTables data took 1.75ms -[2025.05.25-18.14.23:291][142]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/VRTemplate/Maps/VRTemplateMap' took 0.027 -[2025.05.25-18.14.23:292][142]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/VRTemplate/Audio/music/Action_5] ([1] browsable assets)... -[2025.05.25-18.14.23:316][142]OBJ SavePackage: Rendered thumbnail for [SoundWave /Game/VRTemplate/Audio/music/Action_5.Action_5] -[2025.05.25-18.14.23:316][142]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Audio/music/Action_5] -[2025.05.25-18.14.23:373][142]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Audio/music/Action_5_Auto1 -[2025.05.25-18.14.23:373][142]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Action_5_Auto1A0A476E84E467FAC34135183925B315E.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Audio/music/Action_5_Auto1.uasset' -[2025.05.25-18.14.23:374][142]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/VRTemplate/Audio/music/Action_1_1_] ([1] browsable assets)... -[2025.05.25-18.14.23:403][142]OBJ SavePackage: Rendered thumbnail for [SoundWave /Game/VRTemplate/Audio/music/Action_1_1_.Action_1_1_] -[2025.05.25-18.14.23:403][142]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Audio/music/Action_1_1_] -[2025.05.25-18.14.23:446][142]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Audio/music/Action_1_1__Auto1 -[2025.05.25-18.14.23:446][142]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Action_1_1__Auto1C4790AA042E6302E176323A2715D94B2.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Audio/music/Action_1_1__Auto1.uasset' -[2025.05.25-18.14.23:446][142]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/VRTemplate/Audio/music/Action_1] ([1] browsable assets)... -[2025.05.25-18.14.23:467][142]OBJ SavePackage: Rendered thumbnail for [SoundWave /Game/VRTemplate/Audio/music/Action_1.Action_1] -[2025.05.25-18.14.23:467][142]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Audio/music/Action_1] -[2025.05.25-18.14.23:501][142]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Audio/music/Action_1_Auto1 -[2025.05.25-18.14.23:501][142]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Action_1_Auto15B551AE44F15F94AE8918596E22F4B80.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Audio/music/Action_1_Auto1.uasset' -[2025.05.25-18.14.23:501][142]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/VRTemplate/Audio/music/Action_2_1_] ([1] browsable assets)... -[2025.05.25-18.14.23:530][142]OBJ SavePackage: Rendered thumbnail for [SoundWave /Game/VRTemplate/Audio/music/Action_2_1_.Action_2_1_] -[2025.05.25-18.14.23:530][142]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Audio/music/Action_2_1_] -[2025.05.25-18.14.23:568][142]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Audio/music/Action_2_1__Auto1 -[2025.05.25-18.14.23:569][142]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Action_2_1__Auto15D9E1E0443D53C47C7A08A841025778F.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Audio/music/Action_2_1__Auto1.uasset' -[2025.05.25-18.14.23:569][142]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/VRTemplate/Audio/music/Action_2] ([1] browsable assets)... -[2025.05.25-18.14.23:598][142]OBJ SavePackage: Rendered thumbnail for [SoundWave /Game/VRTemplate/Audio/music/Action_2.Action_2] -[2025.05.25-18.14.23:598][142]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Audio/music/Action_2] -[2025.05.25-18.14.23:633][142]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Audio/music/Action_2_Auto1 -[2025.05.25-18.14.23:633][142]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Action_2_Auto1F8B1E7A8484711AF863E89B058E8F495.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Audio/music/Action_2_Auto1.uasset' -[2025.05.25-18.14.23:634][142]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/VRTemplate/Audio/music/Action_3_1_] ([1] browsable assets)... -[2025.05.25-18.14.23:664][142]OBJ SavePackage: Rendered thumbnail for [SoundWave /Game/VRTemplate/Audio/music/Action_3_1_.Action_3_1_] -[2025.05.25-18.14.23:664][142]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Audio/music/Action_3_1_] -[2025.05.25-18.14.23:702][142]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Audio/music/Action_3_1__Auto1 -[2025.05.25-18.14.23:703][142]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Action_3_1__Auto129E76DD44F1A51F40BBE8F999EF8F089.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Audio/music/Action_3_1__Auto1.uasset' -[2025.05.25-18.14.23:704][142]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/VRTemplate/Audio/music/Action_3] ([1] browsable assets)... -[2025.05.25-18.14.23:727][142]OBJ SavePackage: Rendered thumbnail for [SoundWave /Game/VRTemplate/Audio/music/Action_3.Action_3] -[2025.05.25-18.14.23:727][142]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Audio/music/Action_3] -[2025.05.25-18.14.23:758][142]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Audio/music/Action_3_Auto1 -[2025.05.25-18.14.23:758][142]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Action_3_Auto154349CF443F0E373EECF6EB151C4397B.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Audio/music/Action_3_Auto1.uasset' -[2025.05.25-18.14.23:759][142]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/VRTemplate/Audio/music/Action_4_1_] ([1] browsable assets)... -[2025.05.25-18.14.23:788][142]OBJ SavePackage: Rendered thumbnail for [SoundWave /Game/VRTemplate/Audio/music/Action_4_1_.Action_4_1_] -[2025.05.25-18.14.23:788][142]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Audio/music/Action_4_1_] -[2025.05.25-18.14.23:823][142]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Audio/music/Action_4_1__Auto1 -[2025.05.25-18.14.23:823][142]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Action_4_1__Auto189DE0CB7421436782DF034967705F18B.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Audio/music/Action_4_1__Auto1.uasset' -[2025.05.25-18.14.23:824][142]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/VRTemplate/Audio/music/Action_4] ([1] browsable assets)... -[2025.05.25-18.14.23:847][142]OBJ SavePackage: Rendered thumbnail for [SoundWave /Game/VRTemplate/Audio/music/Action_4.Action_4] -[2025.05.25-18.14.23:847][142]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Audio/music/Action_4] -[2025.05.25-18.14.23:880][142]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Audio/music/Action_4_Auto1 -[2025.05.25-18.14.23:880][142]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Action_4_Auto1FDF1D5C4492DED010BC3EEACFEA86382.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Audio/music/Action_4_Auto1.uasset' -[2025.05.25-18.14.23:881][142]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/VRTemplate/Audio/music/Action_5_1_] ([1] browsable assets)... -[2025.05.25-18.14.23:909][142]OBJ SavePackage: Rendered thumbnail for [SoundWave /Game/VRTemplate/Audio/music/Action_5_1_.Action_5_1_] -[2025.05.25-18.14.23:909][142]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Audio/music/Action_5_1_] -[2025.05.25-18.14.23:948][142]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Audio/music/Action_5_1__Auto1 -[2025.05.25-18.14.23:948][142]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Action_5_1__Auto1BD63A0C94BFDB41EC52B0989D432FD1B.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Audio/music/Action_5_1__Auto1.uasset' -[2025.05.25-18.14.23:949][142]LogFileHelpers: Auto-saving content packages took 0.657 -[2025.05.25-18.14.40:732][965]LogContentBrowser: Deferred new asset file creation: Action_1_Cue -[2025.05.25-18.14.40:742][965]LogContentBrowser: Creating deferred item: Action_1_Cue -[2025.05.25-18.14.40:756][966]LogContentBrowser: Renaming the item being created (Deferred Item: Action_1_Cue). -[2025.05.25-18.14.41:989][ 65]LogContentBrowser: Attempting asset rename: Action_1_Cue -> Action_1_Cue -[2025.05.25-18.14.42:009][ 65]LogAudio: Display: Cached duration for Sound Cue SoundCue /Game/VRTemplate/Audio/music/Action_1_Cue.Action_1_Cue was zero and has changed. Consider manually Re-saving the asset -[2025.05.25-18.14.42:011][ 65]LogContentBrowser: End creating deferred item Action_1_Cue -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: ================================================ -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: === FShaderJobCache stats === -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: Total job queries 289, among them cache hits 72 (24.91%), DDC hits 59 (20.42%), Duplicates 97 (33.56%) -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: Tracking 120 distinct input hashes that result in 106 distinct outputs (88.33%) -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: RAM used: 94.07 KiB of 1.60 GiB budget. Usage: 0.01% -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: === Shader Compilation stats === -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: Shaders Compiled: 61 -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: Jobs assigned 61, completed 61 (100%) -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: Average time worker was idle: 447.94 s -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: Time job spent in pending queue: average 0.17 s, longest 2.54 s -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: Job execution time: average 7.34 s, max 20.18 s -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: Job life time (pending + execution): average 7.51 s, max 20.27 -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: Shader code size: average 14.633 KiB, min 2.82 KiB, max 32.444 KiB -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 64.43 s -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.00% -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: Jobs were issued in 61 batches (only local compilation was used), average 1.00 jobs/batch -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: Average processing rate: 0.95 jobs/sec -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: Total thread time: 43.571 s -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: Total thread preprocess time: 4.849 s -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: Percentage time preprocessing: 11.13% -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: Effective parallelization: 0.68 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy (compiled 3 times, average 2.08 sec, max 2.63 sec, min 1.02 sec) -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 7 times, average 1.73 sec, max 3.13 sec, min 0.43 sec) -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: FDebugViewModePS (compiled 5 times, average 1.65 sec, max 2.06 sec, min 1.49 sec) -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: TMaterialCHSFPrecomputedVolumetricLightmapLightingPolicy (compiled 2 times, average 1.18 sec, max 1.20 sec, min 1.16 sec) -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy (compiled 3 times, average 0.68 sec, max 0.81 sec, min 0.57 sec) -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: Top 5 shader types by total compile time: -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 27.81% of total time (compiled 7 times, average 1.73 sec, max 3.13 sec, min 0.43 sec) -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: FDebugViewModePS - 18.97% of total time (compiled 5 times, average 1.65 sec, max 2.06 sec, min 1.49 sec) -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy - 14.34% of total time (compiled 3 times, average 2.08 sec, max 2.63 sec, min 1.02 sec) -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: FNiagaraShader - 7.37% of total time (compiled 25 times, average 0.13 sec, max 0.28 sec, min 0.06 sec) -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: FDebugViewModeVS - 6.00% of total time (compiled 5 times, average 0.52 sec, max 0.57 sec, min 0.49 sec) -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: === Material stats === -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: Materials Cooked: 0 -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: Materials Translated: 173 -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: Material Total Translate Time: 0.24 s -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: Material Translation Only: 0.06 s (24%) -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (1%) -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: Material Cache Hits: 26 (15%) -[2025.05.25-18.16.09:885][896]LogShaderCompilers: Display: ================================================ -[2025.05.25-18.16.24:355][580]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/VRTemplate/Blueprints/VRGameMode.VRGameMode -[2025.05.25-18.16.24:355][580]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_5 -[2025.05.25-18.16.24:356][580]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_5'. -[2025.05.25-18.16.28:927][888]LogSlate: Window 'VRGameMode' being destroyed -[2025.05.25-18.16.28:938][888]LogSlate: Window 'VRGameMode' being destroyed -[2025.05.25-18.16.29:022][888]LogWorld: UWorld::CleanupWorld for World_5, bSessionEnded=true, bCleanupResources=true -[2025.05.25-18.16.29:023][888]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-18.16.29:151][888]LogUObjectHash: Compacting FUObjectHashTables data took 1.54ms -[2025.05.25-18.18.22:538][314]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 3218.697998 -[2025.05.25-18.18.22:699][332]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change -[2025.05.25-18.18.22:699][332]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 3218.850098, Update Interval: 326.779999 -[2025.05.25-18.18.29:378][928]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_6 -[2025.05.25-18.18.29:379][928]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_6'. -[2025.05.25-18.18.29:492][929]LogD3D12RHI: Waited for PSO creation for 100.000000ms -[2025.05.25-18.18.50:129][539]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Engine/EngineSky/BP_Sky_Sphere.BP_Sky_Sphere -[2025.05.25-18.18.50:129][539]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_7 -[2025.05.25-18.18.50:130][539]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_7'. -[2025.05.25-18.19.09:897][660]LogShaderCompilers: Display: ================================================ -[2025.05.25-18.19.09:897][660]LogShaderCompilers: Display: === FShaderJobCache stats === -[2025.05.25-18.19.09:897][660]LogShaderCompilers: Display: Total job queries 307, among them cache hits 72 (23.45%), DDC hits 59 (19.22%), Duplicates 113 (36.81%) -[2025.05.25-18.19.09:897][660]LogShaderCompilers: Display: Tracking 122 distinct input hashes that result in 108 distinct outputs (88.52%) -[2025.05.25-18.19.09:897][660]LogShaderCompilers: Display: RAM used: 94.60 KiB of 1.60 GiB budget. Usage: 0.01% -[2025.05.25-18.19.09:897][660]LogShaderCompilers: Display: === Shader Compilation stats === -[2025.05.25-18.19.09:897][660]LogShaderCompilers: Display: Shaders Compiled: 63 -[2025.05.25-18.19.09:897][660]LogShaderCompilers: Display: Jobs assigned 63, completed 63 (100%) -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: Average time worker was idle: 441.68 s -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: Time job spent in pending queue: average 0.17 s, longest 2.54 s -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: Job execution time: average 7.25 s, max 20.18 s -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: Job life time (pending + execution): average 7.42 s, max 20.27 -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: Shader code size: average 14.529 KiB, min 2.82 KiB, max 32.444 KiB -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 68.94 s -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.00% -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: Jobs were issued in 63 batches (only local compilation was used), average 1.00 jobs/batch -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: Average processing rate: 0.91 jobs/sec -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: Total thread time: 45.44 s -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: Total thread preprocess time: 5.209 s -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: Percentage time preprocessing: 11.46% -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: Effective parallelization: 0.66 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy (compiled 3 times, average 2.08 sec, max 2.63 sec, min 1.02 sec) -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 7 times, average 1.73 sec, max 3.13 sec, min 0.43 sec) -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: FDebugViewModePS (compiled 5 times, average 1.65 sec, max 2.06 sec, min 1.49 sec) -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: TMaterialCHSFPrecomputedVolumetricLightmapLightingPolicy (compiled 2 times, average 1.18 sec, max 1.20 sec, min 1.16 sec) -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: TMaterialCHSFNoLightMapPolicy (compiled 2 times, average 0.93 sec, max 0.93 sec, min 0.93 sec) -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: Top 5 shader types by total compile time: -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 26.66% of total time (compiled 7 times, average 1.73 sec, max 3.13 sec, min 0.43 sec) -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: FDebugViewModePS - 18.19% of total time (compiled 5 times, average 1.65 sec, max 2.06 sec, min 1.49 sec) -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy - 13.75% of total time (compiled 3 times, average 2.08 sec, max 2.63 sec, min 1.02 sec) -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: FNiagaraShader - 7.06% of total time (compiled 25 times, average 0.13 sec, max 0.28 sec, min 0.06 sec) -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: FDebugViewModeVS - 5.75% of total time (compiled 5 times, average 0.52 sec, max 0.57 sec, min 0.49 sec) -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: === Material stats === -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: Materials Cooked: 0 -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: Materials Translated: 173 -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: Material Total Translate Time: 0.24 s -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: Material Translation Only: 0.06 s (24%) -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (1%) -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: Material Cache Hits: 26 (15%) -[2025.05.25-18.19.09:898][660]LogShaderCompilers: Display: ================================================ -[2025.05.25-18.19.37:616][424]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/VRTemplate/Blueprints/BP_SpawnPoint.BP_SpawnPoint -[2025.05.25-18.19.37:617][424]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_8 -[2025.05.25-18.19.37:617][424]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_8'. -[2025.05.25-18.19.43:304][756]LogWorld: UWorld::CleanupWorld for World_8, bSessionEnded=true, bCleanupResources=true -[2025.05.25-18.19.43:304][756]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-18.19.43:334][756]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/VRTemplate/Blueprints/BP_SpawnPoint.BP_SpawnPoint -[2025.05.25-18.19.43:335][756]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_9 -[2025.05.25-18.19.43:335][756]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Engine/Transient.World_9'. -[2025.05.25-18.19.43:789][756]LogUObjectHash: Compacting FUObjectHashTables data took 1.75ms -[2025.05.25-18.20.59:885][984]LogAssetEditorSubsystem: Opening Asset editor for SoundCue /Game/VRTemplate/Audio/music/Action_1_Cue.Action_1_Cue -[2025.05.25-18.21.28:282][115]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.05.25-18.21.28:324][115]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Audio/music/Action_1_Cue] ([1] browsable assets)... -[2025.05.25-18.21.28:324][115]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Audio/music/Action_1_Cue] -[2025.05.25-18.21.28:327][115]LogSavePackage: Moving output files for package: /Game/VRTemplate/Audio/music/Action_1_Cue -[2025.05.25-18.21.28:327][115]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Action_1_CueF322D6C248C2B5383AD140B9AD51F15F.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_1_Cue.uasset' -[2025.05.25-18.21.28:339][115]LogFileHelpers: InternalPromptForCheckoutAndSave took 57.697 ms (total: 552.888 ms) -[2025.05.25-18.21.28:404][115]LogContentValidation: Display: Starting to validate 1 assets -[2025.05.25-18.21.28:404][115]LogContentValidation: Enabled validators: -[2025.05.25-18.21.28:404][115]LogContentValidation: /Script/DataValidation.EditorValidator_Material -[2025.05.25-18.21.28:404][115]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.05.25-18.21.28:404][115]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.05.25-18.21.28:404][115]LogContentValidation: /Script/DataValidation.PackageFileValidator -[2025.05.25-18.21.28:404][115]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.05.25-18.21.28:404][115]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator -[2025.05.25-18.21.28:404][115]AssetCheck: /Game/VRTemplate/Audio/music/Action_1_Cue Validating asset -[2025.05.25-18.21.36:551][608]LogUObjectHash: Compacting FUObjectHashTables data took 1.56ms -[2025.05.25-18.21.38:368][724]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.05.25-18.21.38:431][724]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_SpawnPoint] ([2] browsable assets)... -[2025.05.25-18.21.38:431][724]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_SpawnPoint] -[2025.05.25-18.21.38:434][724]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/BP_SpawnPoint -[2025.05.25-18.21.38:434][724]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/BP_SpawnPoint07C6CC4F425B07B6794359A8F8B37F72.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_SpawnPoint.uasset' -[2025.05.25-18.21.38:446][724]LogFileHelpers: InternalPromptForCheckoutAndSave took 77.213 ms (total: 630.102 ms) -[2025.05.25-18.21.38:496][724]LogContentValidation: Display: Starting to validate 1 assets -[2025.05.25-18.21.38:496][724]LogContentValidation: Enabled validators: -[2025.05.25-18.21.38:496][724]LogContentValidation: /Script/DataValidation.EditorValidator_Material -[2025.05.25-18.21.38:496][724]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.05.25-18.21.38:496][724]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.05.25-18.21.38:496][724]LogContentValidation: /Script/DataValidation.PackageFileValidator -[2025.05.25-18.21.38:496][724]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.05.25-18.21.38:496][724]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator -[2025.05.25-18.21.38:496][724]AssetCheck: /Game/VRTemplate/Blueprints/BP_SpawnPoint Validating asset -[2025.05.25-18.21.44:945][142]LogDebuggerCommands: Repeating last play command: VR Preview -[2025.05.25-18.21.44:952][142]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.05.25-18.21.44:952][142]LogHMD: Initializing OVRPlugin session -[2025.05.25-18.21.44:952][142]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 -[2025.05.25-18.21.44:952][142]LogOVRPlugin: Display: commandQueue is null -[2025.05.25-18.21.44:952][142]LogOVRPlugin: CompositorOpenXR::Initialize() -[2025.05.25-18.21.44:952][142]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Available Extensions: (67) -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 -[2025.05.25-18.21.45:039][142]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth -[2025.05.25-18.21.45:040][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future -[2025.05.25-18.21.45:060][142]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded -[2025.05.25-18.21.45:060][142]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.108.0 -[2025.05.25-18.21.45:061][142]LogOVRPlugin: Error: [XRCMD][failure] [XR_ERROR_FORM_FACTOR_UNAVAILABLE]: xrGetSystem(instance, &systemGetInfo, &systemId), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:4395 (arvr\projects\integrations\OVRPlugin\Src\Util/CompositorOpenXR.h:342) -[2025.05.25-18.21.45:061][142]LogOVRPlugin: Display: xrGetSystem() failed, which might be caused by a temporarly HMD connectivity issue. xrInstance to be destroyed -[2025.05.25-18.21.45:065][142]LogOVRPlugin: Error: Plugin failed to initialize. (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:2693) -[2025.05.25-18.21.45:065][142]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() -[2025.05.25-18.21.45:065][142]LogHMD: HMD initialization failed -[2025.05.25-18.21.45:065][142]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap -[2025.05.25-18.21.45:070][142]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005066s) -[2025.05.25-18.21.45:070][142]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005103s) -[2025.05.25-18.21.45:095][142]LogUObjectHash: Compacting FUObjectHashTables data took 1.59ms -[2025.05.25-18.21.45:097][142]LogMRUK: Loading MR Utility Kit Shared library -[2025.05.25-18.21.45:113][142]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap -[2025.05.25-18.21.45:114][142]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. -[2025.05.25-18.21.45:115][142]LogPlayLevel: PIE: World Init took: (0.001783s) -[2025.05.25-18.21.45:115][142]LogAudio: Display: Creating Audio Device: Id: 8, Scope: Unique, Realtime: True -[2025.05.25-18.21.45:115][142]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.05.25-18.21.45:115][142]LogAudioMixer: Display: Sample Rate: 48000 -[2025.05.25-18.21.45:115][142]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.05.25-18.21.45:115][142]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.05.25-18.21.45:116][142]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.05.25-18.21.45:116][142]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.05.25-18.21.45:116][142]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.05.25-18.21.45:116][142]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.05.25-18.21.45:116][142]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.05.25-18.21.45:116][142]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.05.25-18.21.45:116][142]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.05.25-18.21.45:118][142]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.05.25-18.21.45:166][142]LogAudioMixer: Display: Using Audio Hardware Device Realtek HD Audio 2nd output (Realtek(R) Audio) -[2025.05.25-18.21.45:166][142]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.05.25-18.21.45:166][142]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.05.25-18.21.45:166][142]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.05.25-18.21.45:167][142]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=8 -[2025.05.25-18.21.45:167][142]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=8 -[2025.05.25-18.21.45:170][142]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=8 -[2025.05.25-18.21.45:170][142]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=8 -[2025.05.25-18.21.45:170][142]LogInit: FAudioDevice initialized with ID 8. -[2025.05.25-18.21.45:170][142]LogAudio: Display: Audio Device (ID: 8) registered with world 'VRTemplateMap'. -[2025.05.25-18.21.45:170][142]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 8 -[2025.05.25-18.21.45:185][142]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-18.21.45:185][142]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 -[2025.05.25-18.21.45:185][142]LogHMD: Collecting Telemetry Data -[2025.05.25-18.21.45:186][142]LogHMD: Initializing OVRPlugin session -[2025.05.25-18.21.45:186][142]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 -[2025.05.25-18.21.45:186][142]LogOVRPlugin: Display: commandQueue is null -[2025.05.25-18.21.45:186][142]LogOVRPlugin: CompositorOpenXR::Initialize() -[2025.05.25-18.21.45:186][142]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Available Extensions: (67) -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 -[2025.05.25-18.21.45:269][142]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth -[2025.05.25-18.21.45:270][142]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future -[2025.05.25-18.21.45:290][142]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded -[2025.05.25-18.21.45:290][142]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.108.0 -[2025.05.25-18.21.45:290][142]LogOVRPlugin: Error: [XRCMD][failure] [XR_ERROR_FORM_FACTOR_UNAVAILABLE]: xrGetSystem(instance, &systemGetInfo, &systemId), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:4395 (arvr\projects\integrations\OVRPlugin\Src\Util/CompositorOpenXR.h:342) -[2025.05.25-18.21.45:290][142]LogOVRPlugin: Display: xrGetSystem() failed, which might be caused by a temporarly HMD connectivity issue. xrInstance to be destroyed -[2025.05.25-18.21.45:295][142]LogOVRPlugin: Error: Plugin failed to initialize. (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:2693) -[2025.05.25-18.21.45:295][142]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() -[2025.05.25-18.21.45:295][142]LogHMD: HMD initialization failed -[2025.05.25-18.21.45:324][142]LogLoad: Game class is 'VRGameMode_C' -[2025.05.25-18.21.45:325][142]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.25-21.21.45 -[2025.05.25-18.21.45:325][142]LogWorld: Bringing up level for play took: 0.001393 -[2025.05.25-18.21.45:328][142]LogOnline: OSS: Created online subsystem instance for: :Context_17 -[2025.05.25-18.21.45:330][142]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 -[2025.05.25-18.21.45:333][142]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 -[2025.05.25-18.21.45:370][142]PIE: Server logged in -[2025.05.25-18.21.45:373][142]PIE: Play in editor total start time 0.422 seconds. -[2025.05.25-18.22.11:812][457]LogWindowsDesktop: Alt-F4 pressed! -[2025.05.25-18.22.11:839][457]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-18.22.11:839][457]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap -[2025.05.25-18.22.11:947][457]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.106.0' being destroyed -[2025.05.25-18.22.11:972][457]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true -[2025.05.25-18.22.11:974][457]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-18.22.11:984][457]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.05.25-18.22.11:995][457]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-18.22.12:024][457]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 8 -[2025.05.25-18.22.12:024][457]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8 -[2025.05.25-18.22.12:027][457]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8 -[2025.05.25-18.22.12:080][457]LogSlate: Slate User Unregistered. User Index 8 -[2025.05.25-18.22.12:080][457]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 -[2025.05.25-18.22.12:081][457]LogUObjectHash: Compacting FUObjectHashTables data took 1.95ms -[2025.05.25-18.22.12:204][458]LogPlayLevel: Display: Destroying online subsystem :Context_17 -[2025.05.25-18.22.13:877][553]LogSlate: Window 'Message Log' being destroyed -[2025.05.25-18.22.13:892][553]LogSlate: Window 'Message Log' being destroyed -[2025.05.25-18.22.19:985][927]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.05.25-18.22.20:052][927]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_SpawnPoint] ([2] browsable assets)... -[2025.05.25-18.22.20:052][927]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_SpawnPoint] -[2025.05.25-18.22.20:056][927]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/BP_SpawnPoint -[2025.05.25-18.22.20:057][927]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/BP_SpawnPointF1F4A55B41CBDBC67D4BBD9EDF4E9545.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_SpawnPoint.uasset' -[2025.05.25-18.22.20:070][927]LogFileHelpers: InternalPromptForCheckoutAndSave took 84.851 ms (total: 714.953 ms) -[2025.05.25-18.22.20:133][927]LogContentValidation: Display: Starting to validate 1 assets -[2025.05.25-18.22.20:133][927]LogContentValidation: Enabled validators: -[2025.05.25-18.22.20:133][927]LogContentValidation: /Script/DataValidation.EditorValidator_Material -[2025.05.25-18.22.20:133][927]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.05.25-18.22.20:133][927]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.05.25-18.22.20:133][927]LogContentValidation: /Script/DataValidation.PackageFileValidator -[2025.05.25-18.22.20:133][927]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.05.25-18.22.20:133][927]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator -[2025.05.25-18.22.20:133][927]AssetCheck: /Game/VRTemplate/Blueprints/BP_SpawnPoint Validating asset -[2025.05.25-18.23.33:352][309]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.05.25-18.23.33:418][309]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/VRTemplate/Blueprints/VRPawn] ([2] browsable assets)... -[2025.05.25-18.23.33:494][309]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn] -[2025.05.25-18.23.33:494][309]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/VRPawn] -[2025.05.25-18.23.33:494][309]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true -[2025.05.25-18.23.33:579][309]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn -[2025.05.25-18.23.33:579][309]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/VRPawn742D7B0E4C5FD15B07B706844BA22C17.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset' -[2025.05.25-18.23.33:594][309]LogFileHelpers: InternalPromptForCheckoutAndSave took 242.427 ms (total: 957.381 ms) -[2025.05.25-18.23.33:666][309]LogContentValidation: Display: Starting to validate 1 assets -[2025.05.25-18.23.33:666][309]LogContentValidation: Enabled validators: -[2025.05.25-18.23.33:666][309]LogContentValidation: /Script/DataValidation.EditorValidator_Material -[2025.05.25-18.23.33:666][309]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.05.25-18.23.33:666][309]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.05.25-18.23.33:666][309]LogContentValidation: /Script/DataValidation.PackageFileValidator -[2025.05.25-18.23.33:666][309]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.05.25-18.23.33:666][309]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator -[2025.05.25-18.23.33:666][309]AssetCheck: /Game/VRTemplate/Blueprints/VRPawn Validating asset -[2025.05.25-18.23.35:716][468]LogDebuggerCommands: Repeating last play command: VR Preview -[2025.05.25-18.23.35:726][468]LogPlayLevel: [PlayLevel] Compiling BP_SpawnPoint before play... -[2025.05.25-18.23.35:765][468]LogPlayLevel: [PlayLevel] Compiling VRPawn before play... -[2025.05.25-18.23.35:945][468]LogUObjectHash: Compacting FUObjectHashTables data took 1.60ms -[2025.05.25-18.23.35:948][468]LogPlayLevel: PlayLevel: Blueprint regeneration took 223 ms (2 blueprints) -[2025.05.25-18.23.35:948][468]LogHMD: Initializing OVRPlugin session -[2025.05.25-18.23.35:948][468]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 -[2025.05.25-18.23.35:948][468]LogOVRPlugin: Display: commandQueue is null -[2025.05.25-18.23.35:948][468]LogOVRPlugin: CompositorOpenXR::Initialize() -[2025.05.25-18.23.35:948][468]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Available Extensions: (67) -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 -[2025.05.25-18.23.36:289][468]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_triangle_mesh -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_color_lut -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_preferences -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_passthrough_layer_resumed_event -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth -[2025.05.25-18.23.36:290][468]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future -[2025.05.25-18.23.36:312][468]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded -[2025.05.25-18.23.36:312][468]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.108.0 -[2025.05.25-18.23.36:313][468]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 23 -[2025.05.25-18.23.36:514][468]LogOVRPlugin: Display: OpenXR system properties: - venderId 4294955582, systemName Meta Quest 3, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 -[2025.05.25-18.23.36:514][468]LogOVRPlugin: Display: OpenXR hand tracking system properties: +[2025.05.26-10.04.01:343][381]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.05.26-10.04.01:343][381]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.05.26-10.04.01:343][381]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.05.26-10.04.01:343][381]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.05.26-10.04.01:343][381]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.04.01:343][381]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.04.01:343][381]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.05.26-10.04.01:343][381]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.05.26-10.04.01:343][381]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.05.26-10.04.01:344][381]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.05.26-10.04.01:344][381]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.05.26-10.04.01:344][381]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.05.26-10.04.01:344][381]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.05.26-10.04.01:344][381]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.05.26-10.04.01:344][381]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.05.26-10.04.01:344][381]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.05.26-10.04.01:344][381]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.05.26-10.04.01:595][381]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=11518321262200 +[2025.05.26-10.04.01:595][381]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.04.01:595][381]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.05.26-10.04.01:703][381]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.05.26-10.04.01:704][381]LogOVRPlugin: ... m_textureStages[0][0] = 000001C405D5E6A0 +[2025.05.26-10.04.01:704][381]LogOVRPlugin: ... m_textureStages[0][1] = 000001C405D5FCA0 +[2025.05.26-10.04.01:704][381]LogOVRPlugin: ... m_textureStages[0][2] = 000001C405D5EC20 +[2025.05.26-10.04.01:705][381]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.05.26-10.04.01:705][381]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001C405D607A0 +[2025.05.26-10.04.01:705][381]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001C405D5DBA0 +[2025.05.26-10.04.01:705][381]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001C405D5DE60 +[2025.05.26-10.04.01:705][381]LogHMD: Allocating Oculus 3648 x 1872 rendertarget swapchain +[2025.05.26-10.04.01:706][381]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.05.26-10.04.01:706][381]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.04.01:713][381]LogPlayLevel: PIE: StaticDuplicateObject took: (0.006903s) +[2025.05.26-10.04.01:713][381]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.006942s) +[2025.05.26-10.04.01:737][381]LogUObjectHash: Compacting FUObjectHashTables data took 1.48ms +[2025.05.26-10.04.01:742][381]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.04.01:743][381]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.04.01:744][381]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.04.01:745][381]LogPlayLevel: PIE: World Init took: (0.001644s) +[2025.05.26-10.04.01:746][381]LogAudio: Display: Creating Audio Device: Id: 25, Scope: Unique, Realtime: True +[2025.05.26-10.04.01:746][381]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.04.01:746][381]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.04.01:746][381]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.04.01:746][381]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.04.01:746][381]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.04.01:746][381]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.04.01:746][381]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.04.01:746][381]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.04.01:746][381]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.04.01:746][381]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.04.01:746][381]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.04.01:748][381]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.04.01:788][381]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.04.01:788][381]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.04.01:788][381]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.04.01:788][381]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.04.01:788][381]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=25 +[2025.05.26-10.04.01:788][381]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=25 +[2025.05.26-10.04.01:791][381]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=25 +[2025.05.26-10.04.01:791][381]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=25 +[2025.05.26-10.04.01:791][381]LogInit: FAudioDevice initialized with ID 25. +[2025.05.26-10.04.01:791][381]LogAudio: Display: Audio Device (ID: 25) registered with world 'VRTemplateMap'. +[2025.05.26-10.04.01:791][381]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 25 +[2025.05.26-10.04.01:795][381]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.04.01:798][381]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.04.01 +[2025.05.26-10.04.01:799][381]LogWorld: Bringing up level for play took: 0.004209 +[2025.05.26-10.04.01:802][381]LogOnline: OSS: Created online subsystem instance for: :Context_45 +[2025.05.26-10.04.01:805][381]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.05.26-10.04.01:805][381]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.05.26-10.04.01:818][381]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_1) +[2025.05.26-10.04.01:819][381]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.04.01:820][381]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.05.26-10.04.01:829][381]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.04.01:831][381]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.05.26-10.04.01:840][381]PIE: Server logged in +[2025.05.26-10.04.01:841][381]PIE: Play in editor total start time 0,811 seconds. +[2025.05.26-10.04.01:842][381]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.05.26-10.04.02:882][468]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] dead +[2025.05.26-10.04.02:883][468]LogBlueprintUserMessages: [BP_ArrowSpell_C_1] Hello +[2025.05.26-10.04.04:373][588]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.04.04:373][588]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.04.04:374][588]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.04.04:376][588]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.04.04:381][588]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.04.04:390][588]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.04.04:411][588]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.04.04:411][588]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 25 +[2025.05.26-10.04.04:411][588]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=25 +[2025.05.26-10.04.04:413][588]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=25 +[2025.05.26-10.04.04:420][588]LogSlate: Slate User Unregistered. User Index 8 +[2025.05.26-10.04.04:420][588]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.05.26-10.04.04:422][588]LogUObjectHash: Compacting FUObjectHashTables data took 1.63ms +[2025.05.26-10.04.04:590][589]LogPlayLevel: Display: Destroying online subsystem :Context_45 +[2025.05.26-10.04.04:590][589]LogHMD: Warning: Destroying layer 1 +[2025.05.26-10.04.04:591][589]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.05.26-10.04.04:697][589]LogOVRPlugin: m_xrSession destroyed +[2025.05.26-10.04.04:704][589]LogOVRPlugin: m_xrInstance destroyed +[2025.05.26-10.04.26:596][121]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-10.04.26:596][121]LogHMD: Initializing OVRPlugin session +[2025.05.26-10.04.26:596][121]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.05.26-10.04.26:596][121]LogOVRPlugin: Error: Device required (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:260) +[2025.05.26-10.04.26:596][121]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.05.26-10.04.26:596][121]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.05.26-10.04.26:707][121]LogOVRPlugin: Display: Available Extensions: (72) +[2025.05.26-10.04.26:707][121]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.05.26-10.04.26:707][121]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.05.26-10.04.26:707][121]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.05.26-10.04.26:707][121]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.05.26-10.04.26:707][121]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.05.26-10.04.26:707][121]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.05.26-10.04.26:707][121]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.05.26-10.04.26:707][121]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.05.26-10.04.26:707][121]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.05.26-10.04.26:707][121]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.05.26-10.04.26:707][121]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.05.26-10.04.26:707][121]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.05.26-10.04.26:707][121]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.05.26-10.04.26:707][121]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.05.26-10.04.26:707][121]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.05.26-10.04.26:707][121]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_FB_passthrough SpecVersion=4 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_META_passthrough_layer_resumed_event SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_FB_triangle_mesh SpecVersion=2 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_META_passthrough_color_lut SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_META_passthrough_preferences SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.05.26-10.04.26:708][121]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.05.26-10.04.26:710][121]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.05.26-10.04.26:710][121]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.05.26-10.04.26:710][121]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.05.26-10.04.26:710][121]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.05.26-10.04.26:710][121]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.05.26-10.04.26:710][121]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.05.26-10.04.26:710][121]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.05.26-10.04.26:710][121]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.05.26-10.04.26:731][121]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.05.26-10.04.26:731][121]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.109.0 +[2025.05.26-10.04.26:734][121]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.05.26-10.04.26:914][121]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.05.26-10.04.26:914][121]LogOVRPlugin: Display: OpenXR hand tracking system properties: hand tracking supported 1 -[2025.05.25-18.23.36:514][468]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: +[2025.05.26-10.04.26:914][121]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: hand tracking supported 1 -[2025.05.25-18.23.36:514][468]LogOVRPlugin: Display: OpenXR body tracking system properties: +[2025.05.26-10.04.26:914][121]LogOVRPlugin: Display: OpenXR body tracking system properties: body tracking supported 1 -[2025.05.25-18.23.36:514][468]LogOVRPlugin: Display: OpenXR body tracking system properties: - body tracking fidelity supported 1 -[2025.05.25-18.23.36:514][468]LogOVRPlugin: Display: OpenXR body tracking system properties: +[2025.05.26-10.04.26:914][121]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.05.26-10.04.26:914][121]LogOVRPlugin: Display: OpenXR body tracking system properties: full body tracking supported 1 -[2025.05.25-18.23.36:514][468]LogOVRPlugin: Display: OpenXR body tracking system properties: +[2025.05.26-10.04.26:914][121]LogOVRPlugin: Display: OpenXR body tracking system properties: body tracking calibration supported 1 -[2025.05.25-18.23.36:514][468]LogOVRPlugin: Display: OpenXR headset id system properties: - id 6409E3B350894ED6868EAAED82DA3676 -[2025.05.25-18.23.36:514][468]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) -[2025.05.25-18.23.36:514][468]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 -[2025.05.25-18.23.36:514][468]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views -[2025.05.25-18.23.36:514][468]LogOVRPlugin: Display: View: Recommended Width=2064 Height=2272 SampleCount=1 Maximum Width=4128 Height=4544 SampleCount=4 -[2025.05.25-18.23.36:514][468]LogOVRPlugin: Display: View: Recommended Width=2064 Height=2272 SampleCount=1 Maximum Width=4128 Height=4544 SampleCount=4 -[2025.05.25-18.23.36:515][468]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) -[2025.05.25-18.23.36:515][468]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. -[2025.05.25-18.23.36:515][468]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime -[2025.05.25-18.23.36:515][468]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime -[2025.05.25-18.23.36:515][468]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime -[2025.05.25-18.23.36:515][468]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime -[2025.05.25-18.23.36:515][468]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count -[2025.05.25-18.23.36:515][468]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode -[2025.05.25-18.23.36:515][468]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded -[2025.05.25-18.23.36:515][468]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized -[2025.05.25-18.23.36:515][468]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) -[2025.05.25-18.23.37:202][468]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=511249235897499 -[2025.05.25-18.23.37:202][468]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 -[2025.05.25-18.23.37:202][468]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=511249235907099 -[2025.05.25-18.23.37:202][468]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-18.23.37:202][468]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META -[2025.05.25-18.23.37:212][468]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages -[2025.05.25-18.23.37:212][468]LogOVRPlugin: ... m_textureStages[0][0] = 0000014A4D39E0C0 -[2025.05.25-18.23.37:212][468]LogOVRPlugin: ... m_textureStages[0][1] = 0000014A4D399440 -[2025.05.25-18.23.37:212][468]LogOVRPlugin: ... m_textureStages[0][2] = 0000014A4D39B0F0 -[2025.05.25-18.23.37:226][468]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages -[2025.05.25-18.23.37:226][468]LogOVRPlugin: ... m_depthTextureStages[0][0] = 0000014A4D39CDA0 -[2025.05.25-18.23.37:226][468]LogOVRPlugin: ... m_depthTextureStages[0][1] = 0000014A4D3A0700 -[2025.05.25-18.23.37:226][468]LogOVRPlugin: ... m_depthTextureStages[0][2] = 0000014A4D39F3E0 -[2025.05.25-18.23.37:226][468]LogHMD: Allocating Oculus 4128 x 2272 rendertarget swapchain -[2025.05.25-18.23.37:227][468]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 -[2025.05.25-18.23.37:227][468]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap -[2025.05.25-18.23.37:232][468]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005381s) -[2025.05.25-18.23.37:232][468]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005425s) -[2025.05.25-18.23.37:258][468]LogUObjectHash: Compacting FUObjectHashTables data took 1.65ms -[2025.05.25-18.23.37:259][468]LogMRUK: Loading MR Utility Kit Shared library -[2025.05.25-18.23.37:302][468]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap -[2025.05.25-18.23.37:304][468]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM6) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. -[2025.05.25-18.23.37:304][468]LogPlayLevel: PIE: World Init took: (0.001982s) -[2025.05.25-18.23.37:305][468]LogAudio: Display: Creating Audio Device: Id: 9, Scope: Unique, Realtime: True -[2025.05.25-18.23.37:305][468]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.05.25-18.23.37:305][468]LogAudioMixer: Display: Sample Rate: 48000 -[2025.05.25-18.23.37:305][468]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.05.25-18.23.37:305][468]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.05.25-18.23.37:305][468]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.05.25-18.23.37:305][468]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.05.25-18.23.37:305][468]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.05.25-18.23.37:305][468]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.05.25-18.23.37:305][468]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.05.25-18.23.37:305][468]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.05.25-18.23.37:305][468]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.05.25-18.23.37:308][468]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.05.25-18.23.37:351][468]LogAudioMixer: Display: Using Audio Hardware Device Headphones (Oculus Virtual Audio Device) -[2025.05.25-18.23.37:351][468]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.05.25-18.23.37:351][468]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.05.25-18.23.37:351][468]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.05.25-18.23.37:352][468]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=9 -[2025.05.25-18.23.37:352][468]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=9 -[2025.05.25-18.23.37:356][468]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=9 -[2025.05.25-18.23.37:356][468]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=9 -[2025.05.25-18.23.37:356][468]LogInit: FAudioDevice initialized with ID 9. -[2025.05.25-18.23.37:356][468]LogAudio: Display: Audio Device (ID: 9) registered with world 'VRTemplateMap'. -[2025.05.25-18.23.37:356][468]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 9 -[2025.05.25-18.23.37:376][468]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-18.23.37:376][468]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 -[2025.05.25-18.23.37:376][468]LogHMD: Collecting Telemetry Data -[2025.05.25-18.23.37:416][468]LogLoad: Game class is 'VRGameMode_C' -[2025.05.25-18.23.37:420][468]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 3) at 2025.05.25-21.23.37 -[2025.05.25-18.23.37:421][468]LogWorld: Bringing up level for play took: 0.004233 -[2025.05.25-18.23.37:424][468]LogOnline: OSS: Created online subsystem instance for: :Context_18 -[2025.05.25-18.23.37:428][468]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 -[2025.05.25-18.23.37:429][468]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 -[2025.05.25-18.23.37:440][468]LogSpawn: Warning: SpawnActor failed because of collision at the spawn location [X=-3816.804 Y=-7.808 Z=8.000] for [BP_EnemyAI_C] -[2025.05.25-18.23.37:440][468]LogScript: Warning: Attempted to access BP_EnemyAI_C_5 via property CallFunc_FinishSpawningActor_ReturnValue, but BP_EnemyAI_C_5 is not valid (pending kill or garbage) +[2025.05.26-10.04.26:914][121]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.05.26-10.04.26:914][121]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.05.26-10.04.26:914][121]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.05.26-10.04.26:914][121]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.05.26-10.04.26:914][121]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.04.26:914][121]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.04.26:915][121]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.05.26-10.04.26:915][121]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.05.26-10.04.26:915][121]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.05.26-10.04.26:915][121]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.05.26-10.04.26:915][121]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.05.26-10.04.26:915][121]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.05.26-10.04.26:915][121]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.05.26-10.04.26:915][121]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.05.26-10.04.26:915][121]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.05.26-10.04.26:915][121]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.05.26-10.04.26:915][121]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.05.26-10.04.27:218][121]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=11543895363300 +[2025.05.26-10.04.27:218][121]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.04.27:218][121]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=11543895393600 +[2025.05.26-10.04.27:218][121]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.04.27:218][121]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.05.26-10.04.27:220][121]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.05.26-10.04.27:220][121]LogOVRPlugin: ... m_textureStages[0][0] = 000001C39998D0E0 +[2025.05.26-10.04.27:220][121]LogOVRPlugin: ... m_textureStages[0][1] = 000001C3999899E0 +[2025.05.26-10.04.27:220][121]LogOVRPlugin: ... m_textureStages[0][2] = 000001C399989CA0 +[2025.05.26-10.04.27:223][121]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.05.26-10.04.27:223][121]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001C39998B2A0 +[2025.05.26-10.04.27:223][121]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001C39998BDA0 +[2025.05.26-10.04.27:223][121]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001C39998C5E0 +[2025.05.26-10.04.27:223][121]LogHMD: Allocating Oculus 3648 x 1872 rendertarget swapchain +[2025.05.26-10.04.27:223][121]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.05.26-10.04.27:223][121]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.04.27:230][121]LogPlayLevel: PIE: StaticDuplicateObject took: (0.007376s) +[2025.05.26-10.04.27:230][121]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.007414s) +[2025.05.26-10.04.27:255][121]LogUObjectHash: Compacting FUObjectHashTables data took 1.86ms +[2025.05.26-10.04.27:257][121]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.04.27:259][121]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.04.27:260][121]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.04.27:260][121]LogPlayLevel: PIE: World Init took: (0.001742s) +[2025.05.26-10.04.27:262][121]LogAudio: Display: Creating Audio Device: Id: 26, Scope: Unique, Realtime: True +[2025.05.26-10.04.27:262][121]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.04.27:262][121]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.04.27:262][121]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.04.27:262][121]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.04.27:262][121]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.04.27:262][121]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.04.27:262][121]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.04.27:262][121]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.04.27:262][121]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.04.27:262][121]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.04.27:262][121]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.04.27:264][121]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.04.27:305][121]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.04.27:305][121]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.04.27:305][121]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.04.27:305][121]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.04.27:306][121]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=26 +[2025.05.26-10.04.27:306][121]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=26 +[2025.05.26-10.04.27:310][121]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=26 +[2025.05.26-10.04.27:310][121]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=26 +[2025.05.26-10.04.27:310][121]LogInit: FAudioDevice initialized with ID 26. +[2025.05.26-10.04.27:310][121]LogAudio: Display: Audio Device (ID: 26) registered with world 'VRTemplateMap'. +[2025.05.26-10.04.27:310][121]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 26 +[2025.05.26-10.04.27:327][121]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.04.27:327][121]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.05.26-10.04.27:327][121]LogHMD: Collecting Telemetry Data +[2025.05.26-10.04.27:350][121]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.04.27:357][121]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.04.27 +[2025.05.26-10.04.27:360][121]LogWorld: Bringing up level for play took: 0.009137 +[2025.05.26-10.04.27:363][121]LogOnline: OSS: Created online subsystem instance for: :Context_46 +[2025.05.26-10.04.27:366][121]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.05.26-10.04.27:369][121]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.05.26-10.04.27:387][121]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_1) +[2025.05.26-10.04.27:388][121]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.04.27:390][121]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.05.26-10.04.27:400][121]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.04.27:402][121]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.05.26-10.04.27:414][121]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.05.26-10.04.27:425][121]PIE: Server logged in +[2025.05.26-10.04.27:431][121]PIE: Play in editor total start time 0,835 seconds. +[2025.05.26-10.04.27:433][121]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.05.26-10.04.27:494][122]LogHMD: Allocating Oculus 3648 x 1872 depth rendertarget swapchain +[2025.05.26-10.04.27:507][123]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer +[2025.05.26-10.04.27:533][124]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=11544477680500 +[2025.05.26-10.04.27:533][124]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.04.27:542][124]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages +[2025.05.26-10.04.27:542][124]LogOVRPlugin: ... m_textureStages[0][0] = 000001C3FAE5B520 +[2025.05.26-10.04.27:542][124]LogOVRPlugin: ... m_textureStages[0][1] = 000001C3FAE628A0 +[2025.05.26-10.04.27:542][124]LogOVRPlugin: ... m_textureStages[0][2] = 000001C3FAE60FE0 +[2025.05.26-10.04.27:646][130]LogHMD: Warning: Destroying layer 1 +[2025.05.26-10.04.27:656][130]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 7 failed (-1006) +[2025.05.26-10.04.27:670][131]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 8 failed (-1006) +[2025.05.26-10.04.27:686][132]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 9 failed (-1006) +[2025.05.26-10.04.27:701][133]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 10 failed (-1006) +[2025.05.26-10.04.27:716][134]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 11 failed (-1006) +[2025.05.26-10.04.27:731][135]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 12 failed (-1006) +[2025.05.26-10.04.27:747][136]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 13 failed (-1006) +[2025.05.26-10.04.27:761][137]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 14 failed (-1006) +[2025.05.26-10.04.27:781][138]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 15 failed (-1006) +[2025.05.26-10.04.27:797][139]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 16 failed (-1006) +[2025.05.26-10.04.27:812][140]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 17 failed (-1006) +[2025.05.26-10.04.27:828][141]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 18 failed (-1006) +[2025.05.26-10.04.27:844][142]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 19 failed (-1006) +[2025.05.26-10.04.27:858][143]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 20 failed (-1006) +[2025.05.26-10.04.27:875][144]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 21 failed (-1006) +[2025.05.26-10.04.27:891][145]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 22 failed (-1006) +[2025.05.26-10.04.27:907][146]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 23 failed (-1006) +[2025.05.26-10.04.27:923][147]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 24 failed (-1006) +[2025.05.26-10.04.27:936][148]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 25 failed (-1006) +[2025.05.26-10.04.27:950][149]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 26 failed (-1006) +[2025.05.26-10.04.27:964][150]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 27 failed (-1006) +[2025.05.26-10.04.27:978][151]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 28 failed (-1006) +[2025.05.26-10.04.27:991][152]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 29 failed (-1006) +[2025.05.26-10.04.28:005][153]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 30 failed (-1006) +[2025.05.26-10.04.28:020][154]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 31 failed (-1006) +[2025.05.26-10.04.28:034][155]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 32 failed (-1006) +[2025.05.26-10.04.28:047][156]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 33 failed (-1006) +[2025.05.26-10.04.28:061][157]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 34 failed (-1006) +[2025.05.26-10.04.28:075][158]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 35 failed (-1006) +[2025.05.26-10.04.28:089][159]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 36 failed (-1006) +[2025.05.26-10.04.28:103][160]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 37 failed (-1006) +[2025.05.26-10.04.28:117][161]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 38 failed (-1006) +[2025.05.26-10.04.28:130][162]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 39 failed (-1006) +[2025.05.26-10.04.28:145][163]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 40 failed (-1006) +[2025.05.26-10.04.28:158][164]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 41 failed (-1006) +[2025.05.26-10.04.28:173][165]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 42 failed (-1006) +[2025.05.26-10.04.28:186][166]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 43 failed (-1006) +[2025.05.26-10.04.28:200][167]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 44 failed (-1006) +[2025.05.26-10.04.28:214][168]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 45 failed (-1006) +[2025.05.26-10.04.28:228][169]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 46 failed (-1006) +[2025.05.26-10.04.28:242][170]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 47 failed (-1006) +[2025.05.26-10.04.28:256][171]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 48 failed (-1006) +[2025.05.26-10.04.28:270][172]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 49 failed (-1006) +[2025.05.26-10.04.28:278][173]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=11545222752200 +[2025.05.26-10.04.28:278][173]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.04.28:278][173]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=11545222811500 +[2025.05.26-10.04.28:278][173]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.05.26-10.04.28:284][173]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 50 failed (-1006) +[2025.05.26-10.04.28:296][174]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.05.26-10.04.28:298][174]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 51 failed (-1006) +[2025.05.26-10.04.28:313][175]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 52 failed (-1006) +[2025.05.26-10.04.28:327][176]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 53 failed (-1006) +[2025.05.26-10.04.28:344][177]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 54 failed (-1006) +[2025.05.26-10.04.28:357][178]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 55 failed (-1006) +[2025.05.26-10.04.28:372][179]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 56 failed (-1006) +[2025.05.26-10.04.28:389][180]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 57 failed (-1006) +[2025.05.26-10.04.28:403][181]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 58 failed (-1006) +[2025.05.26-10.04.28:420][182]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 59 failed (-1006) +[2025.05.26-10.04.28:448][183]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 60 failed (-1006) +[2025.05.26-10.04.28:474][184]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 61 failed (-1006) +[2025.05.26-10.04.28:501][185]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 62 failed (-1006) +[2025.05.26-10.04.28:528][186]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 63 failed (-1006) +[2025.05.26-10.04.28:557][187]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 64 failed (-1006) +[2025.05.26-10.04.28:583][188]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 65 failed (-1006) +[2025.05.26-10.04.28:616][189]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 66 failed (-1006) +[2025.05.26-10.04.28:641][190]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 67 failed (-1006) +[2025.05.26-10.04.28:659][190]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] dead +[2025.05.26-10.04.28:659][190]LogBlueprintUserMessages: [BP_ArrowSpell_C_1] Hello +[2025.05.26-10.04.28:672][191]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 68 failed (-1006) +[2025.05.26-10.04.28:691][192]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 69 failed (-1006) +[2025.05.26-10.04.28:717][193]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 70 failed (-1006) +[2025.05.26-10.04.28:742][194]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 71 failed (-1006) +[2025.05.26-10.04.28:770][195]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 72 failed (-1006) +[2025.05.26-10.04.28:797][196]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 73 failed (-1006) +[2025.05.26-10.04.28:825][197]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 74 failed (-1006) +[2025.05.26-10.04.28:852][198]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 75 failed (-1006) +[2025.05.26-10.04.28:879][199]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 76 failed (-1006) +[2025.05.26-10.04.28:907][200]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 77 failed (-1006) +[2025.05.26-10.04.28:934][201]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 78 failed (-1006) +[2025.05.26-10.04.28:964][202]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 79 failed (-1006) +[2025.05.26-10.04.28:989][203]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 80 failed (-1006) +[2025.05.26-10.04.29:018][204]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 81 failed (-1006) +[2025.05.26-10.04.29:046][205]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 82 failed (-1006) +[2025.05.26-10.04.29:073][206]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 83 failed (-1006) +[2025.05.26-10.04.29:100][207]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 84 failed (-1006) +[2025.05.26-10.04.29:130][208]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 85 failed (-1006) +[2025.05.26-10.04.29:157][209]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 86 failed (-1006) +[2025.05.26-10.04.29:185][210]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 87 failed (-1006) +[2025.05.26-10.04.29:213][211]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 88 failed (-1006) +[2025.05.26-10.04.29:240][212]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 89 failed (-1006) +[2025.05.26-10.04.29:268][213]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 90 failed (-1006) +[2025.05.26-10.04.29:296][214]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 91 failed (-1006) +[2025.05.26-10.04.29:325][215]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 92 failed (-1006) +[2025.05.26-10.04.29:352][216]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 93 failed (-1006) +[2025.05.26-10.04.29:380][217]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 94 failed (-1006) +[2025.05.26-10.04.29:408][218]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 95 failed (-1006) +[2025.05.26-10.04.29:436][219]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 96 failed (-1006) +[2025.05.26-10.04.29:464][220]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 97 failed (-1006) +[2025.05.26-10.04.29:491][221]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 98 failed (-1006) +[2025.05.26-10.04.29:520][222]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 99 failed (-1006) +[2025.05.26-10.04.29:548][223]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 100 failed (-1006) +[2025.05.26-10.04.29:576][224]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 101 failed (-1006) +[2025.05.26-10.04.29:602][225]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 102 failed (-1006) +[2025.05.26-10.04.29:632][226]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 103 failed (-1006) +[2025.05.26-10.04.29:658][227]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 104 failed (-1006) +[2025.05.26-10.04.29:687][228]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 105 failed (-1006) +[2025.05.26-10.04.29:714][229]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 106 failed (-1006) +[2025.05.26-10.04.29:743][230]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 107 failed (-1006) +[2025.05.26-10.04.29:772][231]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 108 failed (-1006) +[2025.05.26-10.04.29:800][232]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 109 failed (-1006) +[2025.05.26-10.04.29:827][233]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 110 failed (-1006) +[2025.05.26-10.04.29:855][234]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 111 failed (-1006) +[2025.05.26-10.04.29:882][235]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 112 failed (-1006) +[2025.05.26-10.04.29:910][236]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 113 failed (-1006) +[2025.05.26-10.04.29:939][237]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 114 failed (-1006) +[2025.05.26-10.04.29:966][238]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 115 failed (-1006) +[2025.05.26-10.04.29:994][239]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 116 failed (-1006) +[2025.05.26-10.04.30:022][240]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 117 failed (-1006) +[2025.05.26-10.04.30:052][241]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 118 failed (-1006) +[2025.05.26-10.04.30:078][242]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 119 failed (-1006) +[2025.05.26-10.04.30:106][243]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 120 failed (-1006) +[2025.05.26-10.04.30:136][244]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 121 failed (-1006) +[2025.05.26-10.04.30:162][245]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 122 failed (-1006) +[2025.05.26-10.04.30:202][246]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 123 failed (-1006) +[2025.05.26-10.04.30:244][247]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 124 failed (-1006) +[2025.05.26-10.04.30:288][248]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 125 failed (-1006) +[2025.05.26-10.04.30:330][249]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 126 failed (-1006) +[2025.05.26-10.04.30:370][250]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 127 failed (-1006) +[2025.05.26-10.04.30:409][251]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 128 failed (-1006) +[2025.05.26-10.04.30:452][252]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 129 failed (-1006) +[2025.05.26-10.04.30:494][253]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 130 failed (-1006) +[2025.05.26-10.04.30:535][254]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 131 failed (-1006) +[2025.05.26-10.04.30:579][255]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 132 failed (-1006) +[2025.05.26-10.04.30:619][256]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 133 failed (-1006) +[2025.05.26-10.04.30:660][257]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 134 failed (-1006) +[2025.05.26-10.04.30:702][258]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 135 failed (-1006) +[2025.05.26-10.04.30:745][259]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 136 failed (-1006) +[2025.05.26-10.04.30:786][260]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 137 failed (-1006) +[2025.05.26-10.04.30:829][261]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 138 failed (-1006) +[2025.05.26-10.04.30:870][262]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 139 failed (-1006) +[2025.05.26-10.04.30:912][263]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 140 failed (-1006) +[2025.05.26-10.04.30:954][264]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 141 failed (-1006) +[2025.05.26-10.04.30:995][265]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 142 failed (-1006) +[2025.05.26-10.04.31:039][266]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 143 failed (-1006) +[2025.05.26-10.04.31:084][267]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 144 failed (-1006) +[2025.05.26-10.04.31:134][268]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 145 failed (-1006) +[2025.05.26-10.04.31:189][269]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 146 failed (-1006) +[2025.05.26-10.04.31:246][270]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 147 failed (-1006) +[2025.05.26-10.04.31:300][271]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 148 failed (-1006) +[2025.05.26-10.04.31:356][272]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 149 failed (-1006) +[2025.05.26-10.04.31:412][273]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 150 failed (-1006) +[2025.05.26-10.04.31:467][274]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 151 failed (-1006) +[2025.05.26-10.04.31:524][275]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 152 failed (-1006) +[2025.05.26-10.04.31:579][276]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 153 failed (-1006) +[2025.05.26-10.04.31:635][277]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 154 failed (-1006) +[2025.05.26-10.04.31:690][278]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 155 failed (-1006) +[2025.05.26-10.04.31:747][279]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 156 failed (-1006) +[2025.05.26-10.04.31:801][280]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 157 failed (-1006) +[2025.05.26-10.04.31:858][281]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 158 failed (-1006) +[2025.05.26-10.04.31:913][282]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 159 failed (-1006) +[2025.05.26-10.04.31:969][283]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 160 failed (-1006) +[2025.05.26-10.04.32:025][284]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 161 failed (-1006) +[2025.05.26-10.04.32:080][285]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 162 failed (-1006) +[2025.05.26-10.04.32:139][286]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 163 failed (-1006) +[2025.05.26-10.04.32:194][287]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 164 failed (-1006) +[2025.05.26-10.04.32:249][288]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 165 failed (-1006) +[2025.05.26-10.04.32:306][289]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 166 failed (-1006) +[2025.05.26-10.04.32:372][290]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 167 failed (-1006) +[2025.05.26-10.04.32:441][291]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 168 failed (-1006) +[2025.05.26-10.04.32:511][292]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 169 failed (-1006) +[2025.05.26-10.04.32:582][293]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 170 failed (-1006) +[2025.05.26-10.04.32:652][294]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 171 failed (-1006) +[2025.05.26-10.04.32:721][295]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 172 failed (-1006) +[2025.05.26-10.04.32:789][296]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 173 failed (-1006) +[2025.05.26-10.04.32:859][297]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 174 failed (-1006) +[2025.05.26-10.04.32:930][298]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 175 failed (-1006) +[2025.05.26-10.04.33:000][299]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 176 failed (-1006) +[2025.05.26-10.04.33:069][300]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 177 failed (-1006) +[2025.05.26-10.04.33:140][301]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 178 failed (-1006) +[2025.05.26-10.04.33:210][302]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 179 failed (-1006) +[2025.05.26-10.04.33:279][303]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 180 failed (-1006) +[2025.05.26-10.04.33:360][304]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 181 failed (-1006) +[2025.05.26-10.04.33:444][305]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 182 failed (-1006) +[2025.05.26-10.04.33:528][306]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 183 failed (-1006) +[2025.05.26-10.04.33:611][307]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 184 failed (-1006) +[2025.05.26-10.04.33:695][308]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 185 failed (-1006) +[2025.05.26-10.04.33:778][309]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 186 failed (-1006) +[2025.05.26-10.04.33:862][310]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 187 failed (-1006) +[2025.05.26-10.04.33:945][311]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 188 failed (-1006) +[2025.05.26-10.04.34:028][312]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 189 failed (-1006) +[2025.05.26-10.04.34:112][313]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 190 failed (-1006) +[2025.05.26-10.04.34:194][314]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 191 failed (-1006) +[2025.05.26-10.04.34:277][315]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 192 failed (-1006) +[2025.05.26-10.04.34:360][316]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 193 failed (-1006) +[2025.05.26-10.04.34:443][317]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 194 failed (-1006) +[2025.05.26-10.04.34:528][318]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 195 failed (-1006) +[2025.05.26-10.04.34:621][319]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 196 failed (-1006) +[2025.05.26-10.04.34:743][319]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.04.34:743][319]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.04.34:794][319]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM5) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.05.26-10.04.34:845][319]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.04.34:846][319]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.04.34:853][319]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.04.34:860][319]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.04.34:888][319]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 26 +[2025.05.26-10.04.34:888][319]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=26 +[2025.05.26-10.04.34:890][319]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=26 +[2025.05.26-10.04.34:901][319]LogSlate: Slate User Unregistered. User Index 8 +[2025.05.26-10.04.34:901][319]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.05.26-10.04.34:904][319]LogUObjectHash: Compacting FUObjectHashTables data took 2.05ms +[2025.05.26-10.04.35:112][320]LogPlayLevel: Display: Destroying online subsystem :Context_46 +[2025.05.26-10.04.35:112][320]LogHMD: Warning: Destroying layer 1 +[2025.05.26-10.04.35:112][320]LogHMD: Warning: Destroying layer 2 +[2025.05.26-10.04.35:114][320]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.05.26-10.04.35:238][320]LogOVRPlugin: m_xrSession destroyed +[2025.05.26-10.04.35:244][320]LogOVRPlugin: m_xrInstance destroyed +[2025.05.26-10.04.37:218][452]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.05.26-10.04.37:227][452]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-10.04.37:227][452]LogHMD: Initializing OVRPlugin session +[2025.05.26-10.04.37:227][452]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.05.26-10.04.37:227][452]LogOVRPlugin: Error: Device required (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:260) +[2025.05.26-10.04.37:227][452]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.05.26-10.04.37:227][452]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.05.26-10.04.37:337][452]LogOVRPlugin: Display: Available Extensions: (72) +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_FB_passthrough SpecVersion=4 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_META_passthrough_layer_resumed_event SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_FB_triangle_mesh SpecVersion=2 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_META_passthrough_color_lut SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_META_passthrough_preferences SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.05.26-10.04.37:338][452]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.05.26-10.04.37:339][452]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.05.26-10.04.37:339][452]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.05.26-10.04.37:339][452]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.05.26-10.04.37:339][452]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.05.26-10.04.37:339][452]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.05.26-10.04.37:339][452]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.05.26-10.04.37:339][452]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.05.26-10.04.37:339][452]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.05.26-10.04.37:339][452]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.05.26-10.04.37:339][452]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.05.26-10.04.37:339][452]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.05.26-10.04.37:339][452]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.05.26-10.04.37:339][452]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.05.26-10.04.37:339][452]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.05.26-10.04.37:339][452]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.05.26-10.04.37:339][452]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.05.26-10.04.37:339][452]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.05.26-10.04.37:339][452]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.05.26-10.04.37:339][452]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.05.26-10.04.37:339][452]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.05.26-10.04.37:361][452]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.05.26-10.04.37:361][452]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.109.0 +[2025.05.26-10.04.37:363][452]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.05.26-10.04.37:540][452]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.05.26-10.04.37:540][452]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.05.26-10.04.37:540][452]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.05.26-10.04.37:540][452]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.05.26-10.04.37:540][452]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.05.26-10.04.37:540][452]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.05.26-10.04.37:540][452]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.05.26-10.04.37:540][452]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.05.26-10.04.37:540][452]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.05.26-10.04.37:540][452]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.05.26-10.04.37:540][452]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.05.26-10.04.37:540][452]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.04.37:540][452]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.04.37:541][452]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.05.26-10.04.37:541][452]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.05.26-10.04.37:541][452]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.05.26-10.04.37:541][452]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.05.26-10.04.37:541][452]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.05.26-10.04.37:541][452]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.05.26-10.04.37:541][452]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.05.26-10.04.37:541][452]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.05.26-10.04.37:541][452]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.05.26-10.04.37:541][452]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.05.26-10.04.37:541][452]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.05.26-10.04.37:838][452]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=11554518307400 +[2025.05.26-10.04.37:838][452]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.04.37:838][452]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=11554518340499 +[2025.05.26-10.04.37:838][452]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.04.37:838][452]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.05.26-10.04.37:840][452]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.05.26-10.04.37:840][452]LogOVRPlugin: ... m_textureStages[0][0] = 000001C35894A820 +[2025.05.26-10.04.37:840][452]LogOVRPlugin: ... m_textureStages[0][1] = 000001C35894ADA0 +[2025.05.26-10.04.37:840][452]LogOVRPlugin: ... m_textureStages[0][2] = 000001C35894B5E0 +[2025.05.26-10.04.37:841][452]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.05.26-10.04.37:841][452]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001C35894BB60 +[2025.05.26-10.04.37:841][452]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001C35894C0E0 +[2025.05.26-10.04.37:841][452]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001C35894C660 +[2025.05.26-10.04.37:843][452]LogHMD: Allocating Oculus 3648 x 1872 rendertarget swapchain +[2025.05.26-10.04.37:843][452]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.05.26-10.04.37:843][452]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.04.37:850][452]LogPlayLevel: PIE: StaticDuplicateObject took: (0.007438s) +[2025.05.26-10.04.37:850][452]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.007486s) +[2025.05.26-10.04.37:875][452]LogUObjectHash: Compacting FUObjectHashTables data took 1.67ms +[2025.05.26-10.04.37:876][452]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.04.37:878][452]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.04.37:879][452]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.04.37:881][452]LogPlayLevel: PIE: World Init took: (0.002026s) +[2025.05.26-10.04.37:882][452]LogAudio: Display: Creating Audio Device: Id: 27, Scope: Unique, Realtime: True +[2025.05.26-10.04.37:882][452]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.04.37:882][452]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.04.37:882][452]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.04.37:882][452]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.04.37:882][452]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.04.37:882][452]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.04.37:882][452]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.04.37:882][452]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.04.37:882][452]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.04.37:882][452]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.04.37:882][452]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.04.37:883][452]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.04.37:926][452]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.04.37:926][452]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.04.37:926][452]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.04.37:926][452]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.04.37:926][452]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=27 +[2025.05.26-10.04.37:926][452]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=27 +[2025.05.26-10.04.37:930][452]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=27 +[2025.05.26-10.04.37:930][452]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=27 +[2025.05.26-10.04.37:930][452]LogInit: FAudioDevice initialized with ID 27. +[2025.05.26-10.04.37:930][452]LogAudio: Display: Audio Device (ID: 27) registered with world 'VRTemplateMap'. +[2025.05.26-10.04.37:930][452]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 27 +[2025.05.26-10.04.37:948][452]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.04.37:948][452]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.05.26-10.04.37:948][452]LogHMD: Collecting Telemetry Data +[2025.05.26-10.04.37:986][452]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.04.37:995][452]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.04.37 +[2025.05.26-10.04.37:996][452]LogWorld: Bringing up level for play took: 0.010096 +[2025.05.26-10.04.38:000][452]LogOnline: OSS: Created online subsystem instance for: :Context_47 +[2025.05.26-10.04.38:003][452]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.05.26-10.04.38:005][452]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.05.26-10.04.38:020][452]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_1) +[2025.05.26-10.04.38:022][452]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.04.38:024][452]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.05.26-10.04.38:035][452]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.04.38:037][452]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.05.26-10.04.38:046][452]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.05.26-10.04.38:056][452]PIE: Server logged in +[2025.05.26-10.04.38:060][452]PIE: Play in editor total start time 0,835 seconds. +[2025.05.26-10.04.38:063][452]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.05.26-10.04.38:077][452]LogHMD: Allocating Oculus 3648 x 1872 depth rendertarget swapchain +[2025.05.26-10.04.38:108][453]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=11555051980900 +[2025.05.26-10.04.38:108][453]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.04.38:123][454]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer +[2025.05.26-10.04.38:147][454]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages +[2025.05.26-10.04.38:147][454]LogOVRPlugin: ... m_textureStages[0][0] = 000001C39C39C1E0 +[2025.05.26-10.04.38:147][454]LogOVRPlugin: ... m_textureStages[0][1] = 000001C39C39D260 +[2025.05.26-10.04.38:147][454]LogOVRPlugin: ... m_textureStages[0][2] = 000001C39C3995E0 +[2025.05.26-10.04.38:860][505]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=11555804665099 +[2025.05.26-10.04.38:861][505]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.04.38:861][505]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=11555804746500 +[2025.05.26-10.04.38:861][505]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.05.26-10.04.38:876][506]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.05.26-10.04.41:867][710]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_0) +[2025.05.26-10.04.41:906][712]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] dead +[2025.05.26-10.04.41:907][712]LogBlueprintUserMessages: [BP_ArrowSpell_C_0] Hello +[2025.05.26-10.04.44:107][868]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_2) +[2025.05.26-10.04.47:194][ 85]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_3) +[2025.05.26-10.04.49:532][251]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_4) +[2025.05.26-10.04.49:586][255]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] dead +[2025.05.26-10.04.49:587][255]LogBlueprintUserMessages: [BP_ArrowSpell_C_4] Hello +[2025.05.26-10.04.55:030][632]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.05.26-10.04.55:686][679]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.05.26-10.04.56:104][709]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=11573047400300 +[2025.05.26-10.04.56:104][709]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.04.56:104][709]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=11573047418200 +[2025.05.26-10.04.56:104][709]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.04.56:104][709]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=11573047537900 +[2025.05.26-10.04.56:104][709]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.04.56:110][710]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=11573047537900 +[2025.05.26-10.04.56:110][710]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.04.56:110][710]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1258 outside of frame bounds +[2025.05.26-10.04.56:118][710]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=11573047537900 +[2025.05.26-10.04.56:118][710]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.04.56:118][710]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=11573062095100 +[2025.05.26-10.04.56:118][710]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.04.59:856][980]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=11576800902199 +[2025.05.26-10.04.59:856][980]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.04.59:858][980]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1527 outside of frame bounds +[2025.05.26-10.04.59:885][981]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=11576828957200 +[2025.05.26-10.04.59:885][981]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.04.59:961][987]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=11576905008099 +[2025.05.26-10.04.59:961][987]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.04.59:961][987]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=11576905020700 +[2025.05.26-10.04.59:961][987]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.05.26-10.05.00:245][ 6]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.05.26-10.05.07:584][522]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_5) +[2025.05.26-10.05.11:222][778]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_6) +[2025.05.26-10.05.13:441][934]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_7) +[2025.05.26-10.05.13:467][936]LogCharacterMovement: BP_EnemyGoblin_C_9 is stuck and failed to move! Velocity: X=-106.35 Y=251.26 Z=0.00 Location: X=797.37 Y=1613.46 Z=68.75 Normal: X=-0.27 Y=-0.96 Z=-0.00 PenetrationDepth:13.412 Actor:BP_ArrowSpell_C_7 Component:Collision BoneName:None (0 other events since notify) +[2025.05.26-10.05.13:467][936]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] dead +[2025.05.26-10.05.13:468][936]LogBlueprintUserMessages: [BP_ArrowSpell_C_7] Hello +[2025.05.26-10.05.21:157][485]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=11598101267799 +[2025.05.26-10.05.21:157][485]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.05.21:157][485]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=11598101306999 +[2025.05.26-10.05.21:157][485]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.05.21:157][485]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=11598101491100 +[2025.05.26-10.05.21:157][485]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.05.21:157][485]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3033 outside of frame bounds +[2025.05.26-10.05.21:162][485]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=11598101491100 +[2025.05.26-10.05.21:162][485]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.05.21:162][485]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=11598106712300 +[2025.05.26-10.05.21:162][485]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.05.21:523][508]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.05.21:523][508]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.05.21:573][508]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM5) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.05.26-10.05.21:624][508]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.05.21:625][508]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.05.21:633][508]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.05.21:642][508]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.05.21:670][508]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 27 +[2025.05.26-10.05.21:670][508]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=27 +[2025.05.26-10.05.21:674][508]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=27 +[2025.05.26-10.05.21:684][508]LogSlate: Slate User Unregistered. User Index 8 +[2025.05.26-10.05.21:685][508]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.05.26-10.05.21:686][508]LogUObjectHash: Compacting FUObjectHashTables data took 1.65ms +[2025.05.26-10.05.21:853][509]LogPlayLevel: Display: Destroying online subsystem :Context_47 +[2025.05.26-10.05.21:854][509]LogHMD: Warning: Destroying layer 1 +[2025.05.26-10.05.21:855][509]LogHMD: Warning: Destroying layer 2 +[2025.05.26-10.05.21:856][509]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.05.26-10.05.21:978][509]LogOVRPlugin: m_xrSession destroyed +[2025.05.26-10.05.21:984][509]LogOVRPlugin: m_xrInstance destroyed +[2025.05.26-10.05.33:339][366]Cmd: DELETE +[2025.05.26-10.05.33:339][366]Cmd: ACTOR DELETE +[2025.05.26-10.05.33:403][366]LogEditorActor: Deleted Actor: BP_EnemyGoblin_C +[2025.05.26-10.05.33:427][366]LogUObjectHash: Compacting FUObjectHashTables data took 2.12ms +[2025.05.26-10.05.33:430][366]LogEditorActor: Deleted 1 Actors (0.091 secs) +[2025.05.26-10.05.34:185][413]Cmd: DELETE +[2025.05.26-10.05.34:185][413]Cmd: ACTOR DELETE +[2025.05.26-10.05.34:188][413]LogEditorActor: Deleted Actor: BP_EnemyGoblin_C +[2025.05.26-10.05.34:215][413]LogUObjectHash: Compacting FUObjectHashTables data took 1.47ms +[2025.05.26-10.05.34:220][413]LogEditorActor: Deleted 1 Actors (0.035 secs) +[2025.05.26-10.05.34:859][439]Cmd: DELETE +[2025.05.26-10.05.34:859][439]Cmd: ACTOR DELETE +[2025.05.26-10.05.34:862][439]LogEditorActor: Deleted Actor: StaticMeshActor +[2025.05.26-10.05.34:884][439]LogUObjectHash: Compacting FUObjectHashTables data took 0.82ms +[2025.05.26-10.05.34:888][439]LogEditorActor: Deleted 1 Actors (0.029 secs) +[2025.05.26-10.05.36:520][594]Cmd: TRANSACTION UNDO +[2025.05.26-10.05.36:520][594]LogEditorTransaction: Undo Delete Elements +[2025.05.26-10.05.37:095][594]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_6:PersistentLevel.AnimationEditorPreviewActor_0.DebugSkelMeshComponent_0) Already registered. Aborting. +[2025.05.26-10.05.37:096][594]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_8:PersistentLevel.AnimationEditorPreviewActor_0.DebugSkelMeshComponent_0) Already registered. Aborting. +[2025.05.26-10.05.39:134][679]Cmd: DELETE +[2025.05.26-10.05.39:135][679]Cmd: ACTOR DELETE +[2025.05.26-10.05.39:138][679]LogEditorActor: Deleted Actor: BP_EnemyGoblin_C +[2025.05.26-10.05.39:169][679]LogUObjectHash: Compacting FUObjectHashTables data took 1.82ms +[2025.05.26-10.05.39:172][679]LogEditorActor: Deleted 1 Actors (0.037 secs) +[2025.05.26-10.05.40:215][742]Cmd: DELETE +[2025.05.26-10.05.40:215][742]Cmd: ACTOR DELETE +[2025.05.26-10.05.40:217][742]LogEditorActor: Deleted Actor: BP_EnemyGoblin_C +[2025.05.26-10.05.40:243][742]LogUObjectHash: Compacting FUObjectHashTables data took 0.94ms +[2025.05.26-10.05.40:248][742]LogEditorActor: Deleted 1 Actors (0.032 secs) +[2025.05.26-10.05.41:293][830]Cmd: DELETE +[2025.05.26-10.05.41:293][830]Cmd: ACTOR DELETE +[2025.05.26-10.05.41:295][830]LogEditorActor: Deleted Actor: BP_ArrowSpell_C +[2025.05.26-10.05.41:323][830]LogUObjectHash: Compacting FUObjectHashTables data took 1.69ms +[2025.05.26-10.05.41:328][830]LogEditorActor: Deleted 1 Actors (0.035 secs) +[2025.05.26-10.06.44:907][853]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 3192.331543 +[2025.05.26-10.06.45:098][870]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.05.26-10.06.45:098][870]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 3192.510498, Update Interval: 320.612823 +[2025.05.26-10.07.30:992][448]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_21 +[2025.05.26-10.07.30:992][448]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_21'. +[2025.05.26-10.07.31:032][450]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_22 +[2025.05.26-10.07.31:032][450]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_22'. +[2025.05.26-10.07.31:048][451]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_23 +[2025.05.26-10.07.31:048][451]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_23'. +[2025.05.26-10.09.52:807][440]LogUObjectHash: Compacting FUObjectHashTables data took 2.06ms +[2025.05.26-10.09.59:336][ 6]LogWorld: UWorld::CleanupWorld for World_18, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.09.59:336][ 6]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.09.59:399][ 6]LogUObjectHash: Compacting FUObjectHashTables data took 1.77ms +[2025.05.26-10.10.00:867][143]LogActorComponent: UnregisterComponent: (/Engine/Transient.EditorFloorComp) Not registered. Aborting. +[2025.05.26-10.10.00:867][143]LogWorld: UWorld::CleanupWorld for World_14, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.10.00:867][143]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.10.00:961][143]LogUObjectHash: Compacting FUObjectHashTables data took 1.88ms +[2025.05.26-10.10.36:011][254]LogUObjectHash: Compacting FUObjectHashTables data took 1.78ms +[2025.05.26-10.11.58:428][299]LogUObjectHash: Compacting FUObjectHashTables data took 2.00ms +[2025.05.26-10.11.58:447][299]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Maps/VRTemplateMap_Auto2 +[2025.05.26-10.11.58:447][299]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/VRTemplateMap_Auto23908B0294D712B9A7C1C238E62D190D2.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Maps/VRTemplateMap_Auto2.umap' +[2025.05.26-10.11.58:448][299]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/VRTemplate/Maps/VRTemplateMap' took 0.044 +[2025.05.26-10.11.58:448][299]LogFileHelpers: Editor autosave (incl. sublevels & external actors) for all levels took 0.044 +[2025.05.26-10.11.58:448][299]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_Spawner] ([2] browsable assets)... +[2025.05.26-10.11.58:448][299]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_Spawner] +[2025.05.26-10.11.58:466][299]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_Spawner_Auto2 +[2025.05.26-10.11.58:466][299]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_Spawner_Auto22564A62F4F454880B26518A2F20C7E34.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_Spawner_Auto2.uasset' +[2025.05.26-10.11.58:467][299]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/VRTemplate/Blueprints/BP_EnemyGoblin] ([2] browsable assets)... +[2025.05.26-10.11.58:509][299]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin] +[2025.05.26-10.11.58:509][299]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_EnemyGoblin] +[2025.05.26-10.11.58:522][299]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_EnemyGoblin_Auto2 +[2025.05.26-10.11.58:522][299]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_EnemyGoblin_Auto27BE3F2F34D8CE184F7D8EEA82AD7C196.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_EnemyGoblin_Auto2.uasset' +[2025.05.26-10.11.58:524][299]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/Animations/AI/AP_GoblinAI] ([2] browsable assets)... +[2025.05.26-10.11.58:531][299]OBJ SavePackage: Rendered thumbnail for [AnimBlueprint /Game/Animations/AI/AP_GoblinAI.AP_GoblinAI] +[2025.05.26-10.11.58:531][299]OBJ SavePackage: Finished generating thumbnails for package [/Game/Animations/AI/AP_GoblinAI] +[2025.05.26-10.11.58:541][299]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/Animations/AI/AP_GoblinAI_Auto2 +[2025.05.26-10.11.58:541][299]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/AP_GoblinAI_Auto2C40031514E9A4EE2C9B0868BE7A6E482.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/Animations/AI/AP_GoblinAI_Auto2.uasset' +[2025.05.26-10.11.58:541][299]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_ArrowSpell] ([2] browsable assets)... +[2025.05.26-10.11.58:541][299]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_ArrowSpell] +[2025.05.26-10.11.58:552][299]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_ArrowSpell_Auto2 +[2025.05.26-10.11.58:552][299]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_ArrowSpell_Auto25E56F5FE41815B9BF43665A89946B985.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_ArrowSpell_Auto2.uasset' +[2025.05.26-10.11.58:553][299]LogFileHelpers: Auto-saving content packages took 0.105 +[2025.05.26-10.12.46:681][404]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 3554.101562 +[2025.05.26-10.12.46:867][420]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.05.26-10.12.46:867][420]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 3554.277344, Update Interval: 312.969757 +[2025.05.26-10.13.00:121][770]LogUObjectHash: Compacting FUObjectHashTables data took 1.83ms +[2025.05.26-10.15.25:945][700]LogDerivedDataCache: C:/Users/lauri/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.000 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 0 files in 1 folders with total size 0 MiB. +[2025.05.26-10.15.38:488][ 74]LogSlate: Warning: Unable to rasterize '../../../Engine/Content/Editor/Slate/Starship/AssetIcons/SkeletalMesh_64.svg'. File could not be found +[2025.05.26-10.15.38:678][ 84]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_24 +[2025.05.26-10.15.38:678][ 84]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_24'. +[2025.05.26-10.15.38:846][ 92]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_25 +[2025.05.26-10.15.38:848][ 92]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_25'. +[2025.05.26-10.15.38:863][ 93]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_26 +[2025.05.26-10.15.38:863][ 93]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_26'. +[2025.05.26-10.15.41:637][296]LogStreaming: Display: FlushAsyncLoading(547): 1 QueuedPackages, 0 AsyncPackages +[2025.05.26-10.15.41:646][296]LogAssetEditorSubsystem: Opening Asset editor for AnimSequence /Game/VRTemplate/Assets/Goblin/forest_guard_attack_1__Anim.forest_guard_attack_1__Anim +[2025.05.26-10.15.41:723][296]LogUObjectGlobals: Warning: Failed to find object 'Class /Script/ApexDestruction.DestructibleMesh' +[2025.05.26-10.15.41:731][296]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_27 +[2025.05.26-10.15.41:731][296]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_27'. +[2025.05.26-10.15.41:871][296]LogLiveCoding: Error: Cannot enable module A:/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.05.26-10.15.41:871][296]LogLiveCoding: Error: Cannot enable module A:/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.05.26-10.15.41:871][296]LogLiveCoding: Error: Cannot enable module A:/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.05.26-10.15.41:871][296]LogLiveCoding: Error: Cannot enable module A:/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.05.26-10.15.41:871][296]LogLiveCoding: Error: Cannot enable module A:/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.05.26-10.15.41:871][296]LogLiveCoding: Error: Cannot enable module A:/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.05.26-10.15.41:871][296]LogLiveCoding: Error: Cannot enable module A:/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.05.26-10.15.41:871][296]LogLiveCoding: Error: Cannot enable module A:/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.05.26-10.15.41:871][296]LogLiveCoding: Error: Cannot enable module A:/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.05.26-10.15.41:871][296]LogLiveCoding: Error: Cannot enable module A:/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.05.26-10.15.41:873][296]LogLiveCoding: Error: Cannot enable module A:/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.05.26-10.15.41:873][296]LogLiveCoding: Error: Cannot enable module A:/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.05.26-10.15.41:873][296]LogLiveCoding: Error: Cannot enable module A:/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.05.26-10.15.41:873][296]LogLiveCoding: Error: Cannot enable module A:/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.05.26-10.15.41:873][296]LogLiveCoding: Error: Cannot enable module A:/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.05.26-10.15.41:874][296]LogLiveCoding: Error: Cannot enable module A:/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.05.26-10.15.41:874][296]LogLiveCoding: Error: Cannot enable module A:/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.05.26-10.15.41:874][296]LogLiveCoding: Error: Cannot enable module A:/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.05.26-10.15.41:874][296]LogLiveCoding: Error: Cannot enable module A:/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.05.26-10.15.41:874][296]LogLiveCoding: Error: Cannot enable module A:/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.05.26-10.15.41:875][296]LogLiveCoding: Error: Cannot enable module A:/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.05.26-10.15.41:875][296]LogLiveCoding: Error: Cannot enable module A:/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.05.26-10.15.41:875][296]LogLiveCoding: Error: Cannot enable module A:/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.05.26-10.15.41:875][296]LogLiveCoding: Error: Cannot enable module A:/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.05.26-10.15.41:875][296]LogLiveCoding: Error: Cannot enable module A:/Epic Games/UE_5.5/Engine/Plugins/Marketplace/MetaXR/Source/Thirdparty/MRUtilityKitShared/Lib/Win64/mrutilitykitshared.dll because it is not loaded by this process. +[2025.05.26-10.15.50:780][ 2]LogStreaming: Display: FlushAsyncLoading(548): 1 QueuedPackages, 0 AsyncPackages +[2025.05.26-10.15.50:789][ 2]LogAssetEditorSubsystem: Opening Asset editor for SkeletalMesh /Game/VRTemplate/Assets/Goblin/forest_guard_attack_1_.forest_guard_attack_1_ +[2025.05.26-10.15.50:798][ 2]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_28 +[2025.05.26-10.15.50:798][ 2]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_28'. +[2025.05.26-10.15.50:803][ 2]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_28:PersistentLevel.AnimationEditorPreviewActor_0.DebugSkelMeshComponent_0) Already registered. Aborting. +[2025.05.26-10.15.51:779][ 2]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_29 +[2025.05.26-10.15.51:779][ 2]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_29'. +[2025.05.26-10.15.54:035][108]LogSlate: Window 'forest_guard_attack_1_' being destroyed +[2025.05.26-10.15.54:055][108]LogSlate: Window 'forest_guard_attack_1_' being destroyed +[2025.05.26-10.15.54:152][108]LogWorld: UWorld::CleanupWorld for World_28, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.15.54:152][108]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.15.54:239][108]LogUObjectHash: Compacting FUObjectHashTables data took 1.91ms +[2025.05.26-10.16.03:477][826]LogStreaming: Display: FlushAsyncLoading(549): 1 QueuedPackages, 0 AsyncPackages +[2025.05.26-10.16.03:487][826]LogAssetEditorSubsystem: Opening Asset editor for AnimSequence /Game/VRTemplate/Assets/Goblin/forest_guard_attack_2__Anim.forest_guard_attack_2__Anim +[2025.05.26-10.16.03:563][826]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_30 +[2025.05.26-10.16.03:563][826]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_30'. +[2025.05.26-10.16.03:617][826]LogWorld: UWorld::CleanupWorld for World_27, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.16.03:618][826]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.16.03:663][827]LogUObjectHash: Compacting FUObjectHashTables data took 1.63ms +[2025.05.26-10.16.10:158][335]LogStreaming: Display: FlushAsyncLoading(550): 1 QueuedPackages, 0 AsyncPackages +[2025.05.26-10.16.10:170][335]LogAssetEditorSubsystem: Opening Asset editor for AnimSequence /Game/VRTemplate/Assets/Goblin/forest_guard_attack_3__Anim.forest_guard_attack_3__Anim +[2025.05.26-10.16.10:243][335]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_31 +[2025.05.26-10.16.10:243][335]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_31'. +[2025.05.26-10.16.10:302][335]LogWorld: UWorld::CleanupWorld for World_30, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.16.10:302][335]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.16.10:345][336]LogUObjectHash: Compacting FUObjectHashTables data took 1.64ms +[2025.05.26-10.16.23:513][316]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_32 +[2025.05.26-10.16.23:513][316]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_32'. +[2025.05.26-10.16.23:568][316]LogWorld: UWorld::CleanupWorld for World_31, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.16.23:568][316]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.16.23:613][317]LogUObjectHash: Compacting FUObjectHashTables data took 1.77ms +[2025.05.26-10.16.25:256][416]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_33 +[2025.05.26-10.16.25:256][416]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_33'. +[2025.05.26-10.16.25:309][416]LogWorld: UWorld::CleanupWorld for World_32, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.16.25:309][416]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.16.25:353][417]LogUObjectHash: Compacting FUObjectHashTables data took 1.81ms +[2025.05.26-10.16.26:998][521]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_34 +[2025.05.26-10.16.26:998][521]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_34'. +[2025.05.26-10.16.27:054][521]LogWorld: UWorld::CleanupWorld for World_33, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.16.27:055][521]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.16.27:099][522]LogUObjectHash: Compacting FUObjectHashTables data took 1.66ms +[2025.05.26-10.16.28:638][624]LogStreaming: Display: FlushAsyncLoading(551): 1 QueuedPackages, 0 AsyncPackages +[2025.05.26-10.16.28:703][624]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_35 +[2025.05.26-10.16.28:704][624]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_35'. +[2025.05.26-10.16.28:764][624]LogWorld: UWorld::CleanupWorld for World_34, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.16.28:764][624]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.16.28:815][625]LogUObjectHash: Compacting FUObjectHashTables data took 2.07ms +[2025.05.26-10.16.34:543][ 29]LogStreaming: Display: FlushAsyncLoading(552): 1 QueuedPackages, 0 AsyncPackages +[2025.05.26-10.16.34:612][ 29]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_36 +[2025.05.26-10.16.34:612][ 29]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_36'. +[2025.05.26-10.16.34:671][ 29]LogWorld: UWorld::CleanupWorld for World_35, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.16.34:671][ 29]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.16.34:716][ 30]LogUObjectHash: Compacting FUObjectHashTables data took 1.63ms +[2025.05.26-10.16.40:165][393]LogShaderCompilers: Display: ================================================ +[2025.05.26-10.16.40:165][393]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.05.26-10.16.40:165][393]LogShaderCompilers: Display: Total job queries 245, among them cache hits 134 (54.69%), DDC hits 87 (35.51%), Duplicates 6 (2.45%) +[2025.05.26-10.16.40:165][393]LogShaderCompilers: Display: Tracking 105 distinct input hashes that result in 93 distinct outputs (88.57%) +[2025.05.26-10.16.40:165][393]LogShaderCompilers: Display: RAM used: 102,51 KiB of 1,60 GiB budget. Usage: 0.01% +[2025.05.26-10.16.40:165][393]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.05.26-10.16.40:165][393]LogShaderCompilers: Display: Shaders Compiled: 18 +[2025.05.26-10.16.40:165][393]LogShaderCompilers: Display: Jobs assigned 18, completed 18 (100%) +[2025.05.26-10.16.40:165][393]LogShaderCompilers: Display: Average time worker was idle: 119.54 s +[2025.05.26-10.16.40:165][393]LogShaderCompilers: Display: Time job spent in pending queue: average 8.09 s, longest 21.90 s +[2025.05.26-10.16.40:165][393]LogShaderCompilers: Display: Job execution time: average 13.04 s, max 24.01 s +[2025.05.26-10.16.40:165][393]LogShaderCompilers: Display: Job life time (pending + execution): average 21.13 s, max 25.05 +[2025.05.26-10.16.40:165][393]LogShaderCompilers: Display: Shader code size: average 7,955 KiB, min 284 B, max 34,73 KiB +[2025.05.26-10.16.40:165][393]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 45.98 s +[2025.05.26-10.16.40:165][393]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.00% +[2025.05.26-10.16.40:165][393]LogShaderCompilers: Display: Jobs were issued in 18 batches (only local compilation was used), average 1.00 jobs/batch +[2025.05.26-10.16.40:165][393]LogShaderCompilers: Display: Average processing rate: 0.39 jobs/sec +[2025.05.26-10.16.40:165][393]LogShaderCompilers: Display: Total thread time: 48,053 s +[2025.05.26-10.16.40:165][393]LogShaderCompilers: Display: Total thread preprocess time: 5,554 s +[2025.05.26-10.16.40:165][393]LogShaderCompilers: Display: Percentage time preprocessing: 11.56% +[2025.05.26-10.16.40:165][393]LogShaderCompilers: Display: Effective parallelization: 1.05 (times faster than compiling all shaders on one thread). Compare with number of workers: 8 +[2025.05.26-10.16.40:166][393]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.05.26-10.16.40:166][393]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 5 times, average 2.70 sec, max 4.62 sec, min 1.06 sec) +[2025.05.26-10.16.40:166][393]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy (compiled 2 times, average 2.65 sec, max 3.31 sec, min 1.99 sec) +[2025.05.26-10.16.40:166][393]LogShaderCompilers: Display: FVelocityPS (compiled 3 times, average 2.41 sec, max 2.89 sec, min 1.64 sec) +[2025.05.26-10.16.40:166][393]LogShaderCompilers: Display: FDepthOnlyPS (compiled 3 times, average 1.98 sec, max 2.28 sec, min 1.51 sec) +[2025.05.26-10.16.40:166][393]LogShaderCompilers: Display: FVelocityVS (compiled 3 times, average 1.84 sec, max 3.31 sec, min 0.95 sec) +[2025.05.26-10.16.40:166][393]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.05.26-10.16.40:166][393]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 28.12% of total time (compiled 5 times, average 2.70 sec, max 4.62 sec, min 1.06 sec) +[2025.05.26-10.16.40:166][393]LogShaderCompilers: Display: FVelocityPS - 15.04% of total time (compiled 3 times, average 2.41 sec, max 2.89 sec, min 1.64 sec) +[2025.05.26-10.16.40:166][393]LogShaderCompilers: Display: FDepthOnlyPS - 12.37% of total time (compiled 3 times, average 1.98 sec, max 2.28 sec, min 1.51 sec) +[2025.05.26-10.16.40:166][393]LogShaderCompilers: Display: FVelocityVS - 11.49% of total time (compiled 3 times, average 1.84 sec, max 3.31 sec, min 0.95 sec) +[2025.05.26-10.16.40:166][393]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy - 11.02% of total time (compiled 2 times, average 2.65 sec, max 3.31 sec, min 1.99 sec) +[2025.05.26-10.16.40:166][393]LogShaderCompilers: Display: === Material stats === +[2025.05.26-10.16.40:166][393]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.05.26-10.16.40:166][393]LogShaderCompilers: Display: Materials Translated: 182 +[2025.05.26-10.16.40:166][393]LogShaderCompilers: Display: Material Total Translate Time: 0.15 s +[2025.05.26-10.16.40:166][393]LogShaderCompilers: Display: Material Translation Only: 0.06 s (42%) +[2025.05.26-10.16.40:166][393]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (2%) +[2025.05.26-10.16.40:166][393]LogShaderCompilers: Display: Material Cache Hits: 59 (32%) +[2025.05.26-10.16.40:166][393]LogShaderCompilers: Display: ================================================ +[2025.05.26-10.17.25:600][319]LogSlate: Took 0.000224 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) +[2025.05.26-10.17.46:716][550]LogStreaming: Display: FlushAsyncLoading(553): 1 QueuedPackages, 0 AsyncPackages +[2025.05.26-10.18.48:476][615]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 3915.896973 +[2025.05.26-10.18.48:673][634]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.05.26-10.18.48:673][634]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 3916.082764, Update Interval: 351.294891 +[2025.05.26-10.19.01:532][480]LogUObjectHash: Compacting FUObjectHashTables data took 1.78ms +[2025.05.26-10.19.11:011][259]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.05.26-10.19.11:022][259]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-10.19.11:022][259]LogHMD: Initializing OVRPlugin session +[2025.05.26-10.19.11:022][259]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.05.26-10.19.11:022][259]LogOVRPlugin: Error: Device required (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:260) +[2025.05.26-10.19.11:022][259]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.05.26-10.19.11:022][259]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Available Extensions: (72) +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_FB_passthrough SpecVersion=4 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_META_passthrough_layer_resumed_event SpecVersion=1 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_FB_triangle_mesh SpecVersion=2 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_META_passthrough_color_lut SpecVersion=1 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_META_passthrough_preferences SpecVersion=1 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.05.26-10.19.11:145][259]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.05.26-10.19.11:146][259]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.05.26-10.19.11:171][259]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.05.26-10.19.11:171][259]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.109.0 +[2025.05.26-10.19.11:173][259]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.05.26-10.19.11:359][259]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.05.26-10.19.11:359][259]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.05.26-10.19.11:359][259]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.05.26-10.19.11:359][259]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.05.26-10.19.11:359][259]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.05.26-10.19.11:359][259]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.05.26-10.19.11:359][259]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.05.26-10.19.11:359][259]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.05.26-10.19.11:359][259]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.05.26-10.19.11:359][259]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.05.26-10.19.11:359][259]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.05.26-10.19.11:359][259]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.19.11:359][259]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.19.11:359][259]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.05.26-10.19.11:359][259]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.05.26-10.19.11:359][259]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.05.26-10.19.11:359][259]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.05.26-10.19.11:359][259]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.05.26-10.19.11:359][259]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.05.26-10.19.11:359][259]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.05.26-10.19.11:359][259]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.05.26-10.19.11:361][259]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.05.26-10.19.11:361][259]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.05.26-10.19.11:361][259]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.05.26-10.19.11:677][259]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=12428348145900 +[2025.05.26-10.19.11:677][259]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.19.11:677][259]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=12428348172600 +[2025.05.26-10.19.11:677][259]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.19.11:677][259]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.05.26-10.19.11:680][259]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.05.26-10.19.11:680][259]LogOVRPlugin: ... m_textureStages[0][0] = 000001C3F93766E0 +[2025.05.26-10.19.11:680][259]LogOVRPlugin: ... m_textureStages[0][1] = 000001C3F9379860 +[2025.05.26-10.19.11:680][259]LogOVRPlugin: ... m_textureStages[0][2] = 000001C3F93792E0 +[2025.05.26-10.19.11:683][259]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.05.26-10.19.11:683][259]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001C3F9376C60 +[2025.05.26-10.19.11:683][259]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001C3F9377FA0 +[2025.05.26-10.19.11:683][259]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001C3F9379B20 +[2025.05.26-10.19.11:683][259]LogHMD: Allocating Oculus 3648 x 1872 rendertarget swapchain +[2025.05.26-10.19.11:683][259]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.05.26-10.19.11:683][259]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.19.11:689][259]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005957s) +[2025.05.26-10.19.11:689][259]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005996s) +[2025.05.26-10.19.11:716][259]LogUObjectHash: Compacting FUObjectHashTables data took 2.09ms +[2025.05.26-10.19.11:720][259]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.19.11:722][259]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.19.11:723][259]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.19.11:724][259]LogPlayLevel: PIE: World Init took: (0.001976s) +[2025.05.26-10.19.11:725][259]LogAudio: Display: Creating Audio Device: Id: 28, Scope: Unique, Realtime: True +[2025.05.26-10.19.11:725][259]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.19.11:725][259]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.19.11:725][259]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.19.11:725][259]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.19.11:725][259]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.19.11:725][259]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.19.11:725][259]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.19.11:725][259]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.19.11:725][259]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.19.11:725][259]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.19.11:725][259]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.19.11:727][259]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.19.11:773][259]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.19.11:773][259]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.19.11:773][259]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.19.11:773][259]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.19.11:774][259]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=28 +[2025.05.26-10.19.11:774][259]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=28 +[2025.05.26-10.19.11:777][259]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=28 +[2025.05.26-10.19.11:777][259]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=28 +[2025.05.26-10.19.11:777][259]LogInit: FAudioDevice initialized with ID 28. +[2025.05.26-10.19.11:777][259]LogAudio: Display: Audio Device (ID: 28) registered with world 'VRTemplateMap'. +[2025.05.26-10.19.11:777][259]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 28 +[2025.05.26-10.19.11:795][259]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.19.11:795][259]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.05.26-10.19.11:796][259]LogHMD: Collecting Telemetry Data +[2025.05.26-10.19.11:827][259]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.19.11:834][259]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.19.11 +[2025.05.26-10.19.11:834][259]LogWorld: Bringing up level for play took: 0.004834 +[2025.05.26-10.19.11:839][259]LogOnline: OSS: Created online subsystem instance for: :Context_64 +[2025.05.26-10.19.11:841][259]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.05.26-10.19.11:844][259]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.05.26-10.19.11:867][259]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.19.11:870][259]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.05.26-10.19.11:882][259]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.19.11:884][259]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.05.26-10.19.11:896][259]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.05.26-10.19.11:907][259]PIE: Server logged in +[2025.05.26-10.19.11:914][259]PIE: Play in editor total start time 0,893 seconds. +[2025.05.26-10.19.11:915][259]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.05.26-10.19.11:927][259]LogHMD: Allocating Oculus 3648 x 1872 depth rendertarget swapchain +[2025.05.26-10.19.11:946][260]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=12428890773399 +[2025.05.26-10.19.11:946][260]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.19.11:963][261]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer +[2025.05.26-10.19.11:977][262]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages +[2025.05.26-10.19.11:977][262]LogOVRPlugin: ... m_textureStages[0][0] = 000001C3F0DFB260 +[2025.05.26-10.19.11:977][262]LogOVRPlugin: ... m_textureStages[0][1] = 000001C3B5E306A0 +[2025.05.26-10.19.11:977][262]LogOVRPlugin: ... m_textureStages[0][2] = 000001C3B5E2F0A0 +[2025.05.26-10.19.12:686][312]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=12429629994100 +[2025.05.26-10.19.12:686][312]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.19.12:686][312]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=12429630068600 +[2025.05.26-10.19.12:686][312]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.05.26-10.19.12:704][313]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.05.26-10.19.18:527][725]LogBlueprintUserMessages: [BP_Fireball_C_0] Hello +[2025.05.26-10.19.26:300][210]LogBlueprintUserMessages: [BP_Fireball_C_1] BP_EnemyGoblin_C_6 +[2025.05.26-10.19.26:300][210]LogBlueprintUserMessages: [BP_Fireball_C_1] BP_EnemyGoblin_C_2 +[2025.05.26-10.19.26:300][210]LogBlueprintUserMessages: [BP_Fireball_C_1] BP_EnemyGoblin_C_4 +[2025.05.26-10.19.26:300][210]LogBlueprintUserMessages: [BP_Fireball_C_1] BP_EnemyGoblin_C_1 +[2025.05.26-10.19.26:301][210]LogBlueprintUserMessages: [BP_Fireball_C_1] Hello +[2025.05.26-10.19.28:011][292]LogBlueprintUserMessages: [BP_Fireball_C_2] BP_EnemyGoblin_C_6 +[2025.05.26-10.19.28:011][292]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] dead +[2025.05.26-10.19.28:011][292]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_6 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0343 +[2025.05.26-10.19.28:011][292]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.19.28:013][292]LogBlueprintUserMessages: [BP_Fireball_C_2] BP_EnemyGoblin_C_2 +[2025.05.26-10.19.28:013][292]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] dead +[2025.05.26-10.19.28:013][292]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_2 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0343 +[2025.05.26-10.19.28:013][292]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.19.28:013][292]LogBlueprintUserMessages: [BP_Fireball_C_2] BP_EnemyGoblin_C_4 +[2025.05.26-10.19.28:013][292]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] dead +[2025.05.26-10.19.28:013][292]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_4 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0343 +[2025.05.26-10.19.28:013][292]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.19.28:013][292]LogBlueprintUserMessages: [BP_Fireball_C_2] BP_EnemyGoblin_C_1 +[2025.05.26-10.19.28:014][292]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] dead +[2025.05.26-10.19.28:014][292]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_1 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0343 +[2025.05.26-10.19.28:014][292]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.19.28:014][292]LogBlueprintUserMessages: [BP_Fireball_C_2] Hello +[2025.05.26-10.19.30:646][394]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=12447589746500 +[2025.05.26-10.19.30:646][394]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.19.30:646][394]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=12447589762500 +[2025.05.26-10.19.30:646][394]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.19.30:646][394]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=12447589967400 +[2025.05.26-10.19.30:646][394]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.19.30:646][394]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1135 outside of frame bounds +[2025.05.26-10.19.30:648][394]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=12447589967400 +[2025.05.26-10.19.30:648][394]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.19.30:648][394]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=12447592465300 +[2025.05.26-10.19.30:648][394]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.19.31:135][426]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.19.31:135][426]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.19.31:166][426]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM5) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.05.26-10.19.31:195][426]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.19.31:196][426]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.19.31:223][426]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.19.31:231][426]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.19.31:257][426]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.05.26-10.19.31:257][426]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 28 +[2025.05.26-10.19.31:257][426]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=28 +[2025.05.26-10.19.31:259][426]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=28 +[2025.05.26-10.19.31:268][426]LogSlate: Slate User Unregistered. User Index 8 +[2025.05.26-10.19.31:268][426]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.05.26-10.19.31:270][426]LogUObjectHash: Compacting FUObjectHashTables data took 1.64ms +[2025.05.26-10.19.31:391][427]LogPlayLevel: Display: Destroying online subsystem :Context_64 +[2025.05.26-10.19.31:404][427]LogHMD: Warning: Destroying layer 1 +[2025.05.26-10.19.31:405][427]LogHMD: Warning: Destroying layer 2 +[2025.05.26-10.19.31:407][427]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.05.26-10.19.31:518][427]LogOVRPlugin: m_xrSession destroyed +[2025.05.26-10.19.31:525][427]LogOVRPlugin: m_xrInstance destroyed +[2025.05.26-10.19.34:113][547]LogSlate: Window 'Message Log' being destroyed +[2025.05.26-10.19.34:183][547]LogSlate: Window 'Message Log' being destroyed +[2025.05.26-10.19.35:031][605]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_37 +[2025.05.26-10.19.35:033][605]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_37'. +[2025.05.26-10.19.35:108][606]LogWorld: UWorld::CleanupWorld for World_36, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.19.35:108][606]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.19.35:144][606]LogUObjectHash: Compacting FUObjectHashTables data took 1.77ms +[2025.05.26-10.19.47:590][336]LogUObjectHash: Compacting FUObjectHashTables data took 1.83ms +[2025.05.26-10.19.48:389][396]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.05.26-10.19.48:397][396]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-10.19.48:397][396]LogHMD: Initializing OVRPlugin session +[2025.05.26-10.19.48:397][396]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.05.26-10.19.48:397][396]LogOVRPlugin: Error: Device required (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:260) +[2025.05.26-10.19.48:397][396]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.05.26-10.19.48:397][396]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Available Extensions: (72) +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_FB_passthrough SpecVersion=4 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_META_passthrough_layer_resumed_event SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_FB_triangle_mesh SpecVersion=2 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_META_passthrough_color_lut SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_META_passthrough_preferences SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.19.48:505][396]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.05.26-10.19.48:506][396]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.05.26-10.19.48:526][396]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.05.26-10.19.48:526][396]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.109.0 +[2025.05.26-10.19.48:528][396]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.05.26-10.19.48:698][396]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.05.26-10.19.48:698][396]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.05.26-10.19.48:698][396]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.05.26-10.19.48:698][396]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.05.26-10.19.48:698][396]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.05.26-10.19.48:698][396]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.05.26-10.19.48:698][396]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.05.26-10.19.48:698][396]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.05.26-10.19.48:698][396]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.05.26-10.19.48:698][396]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.05.26-10.19.48:698][396]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.05.26-10.19.48:698][396]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.19.48:698][396]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.19.48:699][396]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.05.26-10.19.48:699][396]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.05.26-10.19.48:699][396]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.05.26-10.19.48:699][396]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.05.26-10.19.48:699][396]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.05.26-10.19.48:699][396]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.05.26-10.19.48:699][396]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.05.26-10.19.48:699][396]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.05.26-10.19.48:699][396]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.05.26-10.19.48:699][396]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.05.26-10.19.48:699][396]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.05.26-10.19.48:960][396]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=12465675093400 +[2025.05.26-10.19.48:960][396]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.19.48:960][396]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.05.26-10.19.49:071][396]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.05.26-10.19.49:071][396]LogOVRPlugin: ... m_textureStages[0][0] = 000001C3FA149120 +[2025.05.26-10.19.49:071][396]LogOVRPlugin: ... m_textureStages[0][1] = 000001C3FA1493E0 +[2025.05.26-10.19.49:071][396]LogOVRPlugin: ... m_textureStages[0][2] = 000001C3FA14B7A0 +[2025.05.26-10.19.49:073][396]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.05.26-10.19.49:073][396]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001C3FA1496A0 +[2025.05.26-10.19.49:073][396]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001C3FA14A9E0 +[2025.05.26-10.19.49:073][396]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001C3FA14A1A0 +[2025.05.26-10.19.49:074][396]LogHMD: Allocating Oculus 3648 x 1872 rendertarget swapchain +[2025.05.26-10.19.49:074][396]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.05.26-10.19.49:074][396]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.19.49:079][396]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005437s) +[2025.05.26-10.19.49:079][396]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005474s) +[2025.05.26-10.19.49:103][396]LogUObjectHash: Compacting FUObjectHashTables data took 1.65ms +[2025.05.26-10.19.49:106][396]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.19.49:108][396]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.19.49:109][396]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.19.49:109][396]LogPlayLevel: PIE: World Init took: (0.001727s) +[2025.05.26-10.19.49:111][396]LogAudio: Display: Creating Audio Device: Id: 29, Scope: Unique, Realtime: True +[2025.05.26-10.19.49:111][396]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.19.49:111][396]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.19.49:111][396]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.19.49:111][396]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.19.49:111][396]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.19.49:111][396]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.19.49:111][396]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.19.49:111][396]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.19.49:111][396]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.19.49:111][396]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.19.49:111][396]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.19.49:113][396]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.19.49:151][396]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.19.49:153][396]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.19.49:153][396]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.19.49:153][396]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.19.49:154][396]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=29 +[2025.05.26-10.19.49:154][396]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=29 +[2025.05.26-10.19.49:156][396]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=29 +[2025.05.26-10.19.49:156][396]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=29 +[2025.05.26-10.19.49:156][396]LogInit: FAudioDevice initialized with ID 29. +[2025.05.26-10.19.49:156][396]LogAudio: Display: Audio Device (ID: 29) registered with world 'VRTemplateMap'. +[2025.05.26-10.19.49:156][396]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 29 +[2025.05.26-10.19.49:173][396]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.19.49:173][396]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.05.26-10.19.49:173][396]LogHMD: Collecting Telemetry Data +[2025.05.26-10.19.49:191][396]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.19.49:194][396]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.19.49 +[2025.05.26-10.19.49:194][396]LogWorld: Bringing up level for play took: 0.001877 +[2025.05.26-10.19.49:197][396]LogOnline: OSS: Created online subsystem instance for: :Context_66 +[2025.05.26-10.19.49:201][396]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.05.26-10.19.49:202][396]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.05.26-10.19.49:218][396]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.19.49:220][396]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.05.26-10.19.49:229][396]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.19.49:230][396]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.05.26-10.19.49:239][396]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.05.26-10.19.49:244][396]PIE: Server logged in +[2025.05.26-10.19.49:247][396]PIE: Play in editor total start time 0,85 seconds. +[2025.05.26-10.19.49:248][396]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.05.26-10.19.49:267][396]LogHMD: Allocating Oculus 3648 x 1872 depth rendertarget swapchain +[2025.05.26-10.19.49:299][398]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer +[2025.05.26-10.19.49:439][400]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages +[2025.05.26-10.19.49:439][400]LogOVRPlugin: ... m_textureStages[0][0] = 000001C39A3D01A0 +[2025.05.26-10.19.49:439][400]LogOVRPlugin: ... m_textureStages[0][1] = 000001C39A3B6260 +[2025.05.26-10.19.49:439][400]LogOVRPlugin: ... m_textureStages[0][2] = 000001C39A3B7B20 +[2025.05.26-10.19.51:018][514]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=12467962460199 +[2025.05.26-10.19.51:018][514]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.19.51:019][514]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 117 outside of frame bounds +[2025.05.26-10.19.51:049][516]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=12467992417599 +[2025.05.26-10.19.51:049][516]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.19.51:771][567]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=12468715565200 +[2025.05.26-10.19.51:771][567]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.19.51:771][567]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=12468715677700 +[2025.05.26-10.19.51:771][567]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.05.26-10.19.51:791][568]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.05.26-10.19.55:871][858]LogBlueprintUserMessages: [BP_Fireball_C_0] Hello +[2025.05.26-10.19.59:635][127]LogBlueprintUserMessages: [BP_Fireball_C_1] BP_EnemyGoblin_C_1 +[2025.05.26-10.19.59:635][127]LogBlueprintUserMessages: [BP_Fireball_C_1] BP_EnemyGoblin_C_0 +[2025.05.26-10.19.59:635][127]LogBlueprintUserMessages: [BP_Fireball_C_1] Hello +[2025.05.26-10.20.01:504][260]LogBlueprintUserMessages: [BP_Fireball_C_2] BP_EnemyGoblin_C_3 +[2025.05.26-10.20.01:504][260]LogBlueprintUserMessages: [BP_Fireball_C_2] BP_EnemyGoblin_C_5 +[2025.05.26-10.20.01:504][260]LogBlueprintUserMessages: [BP_Fireball_C_2] BP_EnemyGoblin_C_2 +[2025.05.26-10.20.01:504][260]LogBlueprintUserMessages: [BP_Fireball_C_2] BP_EnemyGoblin_C_0 +[2025.05.26-10.20.01:505][260]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] dead +[2025.05.26-10.20.01:505][260]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_0 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.01:505][260]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.01:505][260]LogBlueprintUserMessages: [BP_Fireball_C_2] BP_EnemyGoblin_C_6 +[2025.05.26-10.20.01:505][260]LogBlueprintUserMessages: [BP_Fireball_C_2] BP_EnemyGoblin_C_4 +[2025.05.26-10.20.01:505][260]LogBlueprintUserMessages: [BP_Fireball_C_2] BP_EnemyGoblin_C_7 +[2025.05.26-10.20.01:505][260]LogBlueprintUserMessages: [BP_Fireball_C_2] Hello +[2025.05.26-10.20.03:059][319]LogBlueprintUserMessages: [BP_Fireball_C_3] BP_EnemyGoblin_C_8 +[2025.05.26-10.20.03:059][319]LogBlueprintUserMessages: [BP_Fireball_C_3] BP_EnemyGoblin_C_9 +[2025.05.26-10.20.03:059][319]LogBlueprintUserMessages: [BP_Fireball_C_3] BP_EnemyGoblin_C_6 +[2025.05.26-10.20.03:060][319]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] dead +[2025.05.26-10.20.03:060][319]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_6 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.03:060][319]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.03:060][319]LogBlueprintUserMessages: [BP_Fireball_C_3] BP_EnemyGoblin_C_4 +[2025.05.26-10.20.03:060][319]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] dead +[2025.05.26-10.20.03:060][319]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_4 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.03:060][319]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.03:061][319]LogBlueprintUserMessages: [BP_Fireball_C_3] BP_EnemyGoblin_C_7 +[2025.05.26-10.20.03:061][319]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] dead +[2025.05.26-10.20.03:061][319]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_7 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.03:061][319]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.03:061][319]LogBlueprintUserMessages: [BP_Fireball_C_3] BP_EnemyGoblin_C_1 +[2025.05.26-10.20.03:061][319]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] dead +[2025.05.26-10.20.03:061][319]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_1 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.03:061][319]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.03:061][319]LogBlueprintUserMessages: [BP_Fireball_C_3] BP_EnemyGoblin_C_2 +[2025.05.26-10.20.03:063][319]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] dead +[2025.05.26-10.20.03:063][319]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_2 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.03:063][319]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.03:063][319]LogBlueprintUserMessages: [BP_Fireball_C_3] BP_EnemyGoblin_C_5 +[2025.05.26-10.20.03:063][319]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] dead +[2025.05.26-10.20.03:063][319]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_5 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.03:063][319]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.03:063][319]LogBlueprintUserMessages: [BP_Fireball_C_3] BP_EnemyGoblin_C_3 +[2025.05.26-10.20.03:064][319]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] dead +[2025.05.26-10.20.03:064][319]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_3 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.03:064][319]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.03:065][319]LogBlueprintUserMessages: [BP_Fireball_C_3] Hello +[2025.05.26-10.20.04:619][370]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_0) +[2025.05.26-10.20.06:515][438]LogBlueprintUserMessages: [BP_ExplosionSpell_C_0] BP_EnemyGoblin_C_9 +[2025.05.26-10.20.06:515][438]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] dead +[2025.05.26-10.20.06:515][438]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_9 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.06:515][438]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.06:515][438]LogBlueprintUserMessages: [BP_ExplosionSpell_C_0] BP_EnemyGoblin_C_8 +[2025.05.26-10.20.06:516][438]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] dead +[2025.05.26-10.20.06:516][438]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_8 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.06:516][438]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.09:159][528]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_1) +[2025.05.26-10.20.13:385][687]LogBlueprintUserMessages: [BP_Fireball_C_4] Hello +[2025.05.26-10.20.15:720][854]LogBlueprintUserMessages: [BP_Fireball_C_5] BP_EnemyGoblin_C_22 +[2025.05.26-10.20.15:720][854]LogBlueprintUserMessages: [BP_Fireball_C_5] BP_EnemyGoblin_C_16 +[2025.05.26-10.20.15:720][854]LogBlueprintUserMessages: [BP_Fireball_C_5] BP_EnemyGoblin_C_10 +[2025.05.26-10.20.15:721][854]LogBlueprintUserMessages: [BP_Fireball_C_5] BP_EnemyGoblin_C_18 +[2025.05.26-10.20.15:721][854]LogBlueprintUserMessages: [BP_Fireball_C_5] BP_EnemyGoblin_C_21 +[2025.05.26-10.20.15:722][854]LogBlueprintUserMessages: [BP_Fireball_C_5] Hello +[2025.05.26-10.20.16:751][927]LogBlueprintUserMessages: [BP_Fireball_C_6] BP_EnemyGoblin_C_14 +[2025.05.26-10.20.16:751][927]LogBlueprintUserMessages: [BP_Fireball_C_6] BP_EnemyGoblin_C_17 +[2025.05.26-10.20.16:751][927]LogBlueprintUserMessages: [BP_Fireball_C_6] BP_EnemyGoblin_C_22 +[2025.05.26-10.20.16:752][927]LogBlueprintUserMessages: [BP_EnemyGoblin_C_22] dead +[2025.05.26-10.20.16:752][927]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_22 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.16:752][927]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.16:752][927]LogBlueprintUserMessages: [BP_Fireball_C_6] BP_EnemyGoblin_C_16 +[2025.05.26-10.20.16:752][927]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] dead +[2025.05.26-10.20.16:752][927]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_16 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.16:753][927]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.16:753][927]LogBlueprintUserMessages: [BP_Fireball_C_6] BP_EnemyGoblin_C_18 +[2025.05.26-10.20.16:753][927]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] dead +[2025.05.26-10.20.16:753][927]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_18 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.16:753][927]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.16:753][927]LogBlueprintUserMessages: [BP_Fireball_C_6] BP_EnemyGoblin_C_21 +[2025.05.26-10.20.16:754][927]LogBlueprintUserMessages: [BP_EnemyGoblin_C_21] dead +[2025.05.26-10.20.16:754][927]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_21 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.16:754][927]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.16:754][927]LogBlueprintUserMessages: [BP_Fireball_C_6] BP_EnemyGoblin_C_10 +[2025.05.26-10.20.16:754][927]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] dead +[2025.05.26-10.20.16:754][927]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_10 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.16:754][927]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.16:755][927]LogBlueprintUserMessages: [BP_Fireball_C_6] Hello +[2025.05.26-10.20.18:184][ 28]LogBlueprintUserMessages: [BP_Fireball_C_7] Hello +[2025.05.26-10.20.19:282][106]LogBlueprintUserMessages: [BP_Fireball_C_8] BP_EnemyGoblin_C_23 +[2025.05.26-10.20.19:282][106]LogBlueprintUserMessages: [BP_Fireball_C_8] BP_EnemyGoblin_C_20 +[2025.05.26-10.20.19:282][106]LogBlueprintUserMessages: [BP_Fireball_C_8] BP_EnemyGoblin_C_13 +[2025.05.26-10.20.19:283][106]LogBlueprintUserMessages: [BP_Fireball_C_8] BP_EnemyGoblin_C_12 +[2025.05.26-10.20.19:283][106]LogBlueprintUserMessages: [BP_Fireball_C_8] BP_EnemyGoblin_C_19 +[2025.05.26-10.20.19:283][106]LogBlueprintUserMessages: [BP_Fireball_C_8] Hello +[2025.05.26-10.20.20:353][164]LogBlueprintUserMessages: [BP_ExplosionSpell_C_1] BP_EnemyGoblin_C_12 +[2025.05.26-10.20.20:354][164]LogBlueprintUserMessages: [BP_EnemyGoblin_C_12] dead +[2025.05.26-10.20.20:354][164]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_12 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.20:354][164]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.20:354][164]LogBlueprintUserMessages: [BP_ExplosionSpell_C_1] BP_EnemyGoblin_C_13 +[2025.05.26-10.20.20:354][164]LogBlueprintUserMessages: [BP_EnemyGoblin_C_13] dead +[2025.05.26-10.20.20:354][164]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_13 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.20:354][164]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.20:354][164]LogBlueprintUserMessages: [BP_ExplosionSpell_C_1] BP_EnemyGoblin_C_23 +[2025.05.26-10.20.20:355][164]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] dead +[2025.05.26-10.20.20:355][164]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_23 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.20:355][164]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.20:355][164]LogBlueprintUserMessages: [BP_ExplosionSpell_C_1] BP_EnemyGoblin_C_20 +[2025.05.26-10.20.20:355][164]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] dead +[2025.05.26-10.20.20:355][164]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_20 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.20:355][164]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.20:355][164]LogBlueprintUserMessages: [BP_ExplosionSpell_C_1] BP_EnemyGoblin_C_19 +[2025.05.26-10.20.20:355][164]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] dead +[2025.05.26-10.20.20:356][164]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_19 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.20:356][164]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.20:356][164]LogBlueprintUserMessages: [BP_ExplosionSpell_C_1] BP_EnemyGoblin_C_11 +[2025.05.26-10.20.20:356][164]LogBlueprintUserMessages: [BP_ExplosionSpell_C_1] BP_EnemyGoblin_C_15 +[2025.05.26-10.20.20:356][164]LogBlueprintUserMessages: [BP_ExplosionSpell_C_1] BP_EnemyGoblin_C_14 +[2025.05.26-10.20.20:356][164]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] dead +[2025.05.26-10.20.20:356][164]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_14 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.20:356][164]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.20:356][164]LogBlueprintUserMessages: [BP_ExplosionSpell_C_1] BP_EnemyGoblin_C_17 +[2025.05.26-10.20.20:356][164]LogBlueprintUserMessages: [BP_EnemyGoblin_C_17] dead +[2025.05.26-10.20.20:357][164]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_17 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.20:357][164]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.21:766][214]LogBlueprintUserMessages: [BP_Fireball_C_9] BP_EnemyGoblin_C_15 +[2025.05.26-10.20.21:767][214]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] dead +[2025.05.26-10.20.21:767][214]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_15 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.21:767][214]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.21:767][214]LogBlueprintUserMessages: [BP_Fireball_C_9] BP_EnemyGoblin_C_11 +[2025.05.26-10.20.21:767][214]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] dead +[2025.05.26-10.20.21:767][214]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_11 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.21:767][214]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.21:768][214]LogBlueprintUserMessages: [BP_Fireball_C_9] Hello +[2025.05.26-10.20.23:655][327]LogBlueprintUserMessages: [BP_ExplosionSpell_C_2] BP_EnemyGoblin_C_24 +[2025.05.26-10.20.27:068][551]LogBlueprintUserMessages: [BP_Fireball_C_10] BP_EnemyGoblin_C_24 +[2025.05.26-10.20.27:068][551]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] dead +[2025.05.26-10.20.27:068][551]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_24 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.27:069][551]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.27:069][551]LogBlueprintUserMessages: [BP_Fireball_C_10] Hello +[2025.05.26-10.20.32:469][783]LogBlueprintUserMessages: [BP_Fireball_C_11] Hello +[2025.05.26-10.20.35:415][992]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_2) +[2025.05.26-10.20.35:963][ 31]LogBlueprintUserMessages: [BP_Fireball_C_12] BP_EnemyGoblin_C_34 +[2025.05.26-10.20.35:963][ 31]LogBlueprintUserMessages: [BP_Fireball_C_12] BP_EnemyGoblin_C_41 +[2025.05.26-10.20.35:963][ 31]LogBlueprintUserMessages: [BP_Fireball_C_12] BP_EnemyGoblin_C_27 +[2025.05.26-10.20.35:963][ 31]LogBlueprintUserMessages: [BP_Fireball_C_12] BP_EnemyGoblin_C_31 +[2025.05.26-10.20.35:963][ 31]LogBlueprintUserMessages: [BP_Fireball_C_12] BP_EnemyGoblin_C_40 +[2025.05.26-10.20.35:963][ 31]LogBlueprintUserMessages: [BP_Fireball_C_12] BP_EnemyGoblin_C_33 +[2025.05.26-10.20.35:963][ 31]LogBlueprintUserMessages: [BP_Fireball_C_12] BP_EnemyGoblin_C_39 +[2025.05.26-10.20.35:964][ 31]LogBlueprintUserMessages: [BP_Fireball_C_12] Hello +[2025.05.26-10.20.38:440][207]LogBlueprintUserMessages: [BP_Fireball_C_13] BP_EnemyGoblin_C_34 +[2025.05.26-10.20.38:440][207]LogBlueprintUserMessages: [BP_EnemyGoblin_C_34] dead +[2025.05.26-10.20.38:441][207]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_34 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.38:441][207]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.38:441][207]LogBlueprintUserMessages: [BP_Fireball_C_13] BP_EnemyGoblin_C_41 +[2025.05.26-10.20.38:441][207]LogBlueprintUserMessages: [BP_EnemyGoblin_C_41] dead +[2025.05.26-10.20.38:441][207]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_41 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.38:441][207]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.38:441][207]LogBlueprintUserMessages: [BP_Fireball_C_13] BP_EnemyGoblin_C_27 +[2025.05.26-10.20.38:441][207]LogBlueprintUserMessages: [BP_EnemyGoblin_C_27] dead +[2025.05.26-10.20.38:441][207]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_27 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.38:441][207]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.38:441][207]LogBlueprintUserMessages: [BP_Fireball_C_13] BP_EnemyGoblin_C_40 +[2025.05.26-10.20.38:443][207]LogBlueprintUserMessages: [BP_EnemyGoblin_C_40] dead +[2025.05.26-10.20.38:443][207]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_40 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.38:443][207]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.38:443][207]LogBlueprintUserMessages: [BP_Fireball_C_13] BP_EnemyGoblin_C_33 +[2025.05.26-10.20.38:443][207]LogBlueprintUserMessages: [BP_EnemyGoblin_C_33] dead +[2025.05.26-10.20.38:443][207]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_33 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.38:443][207]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.38:443][207]LogBlueprintUserMessages: [BP_Fireball_C_13] BP_EnemyGoblin_C_39 +[2025.05.26-10.20.38:443][207]LogBlueprintUserMessages: [BP_EnemyGoblin_C_39] dead +[2025.05.26-10.20.38:443][207]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_39 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.38:443][207]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.38:443][207]LogBlueprintUserMessages: [BP_Fireball_C_13] BP_EnemyGoblin_C_31 +[2025.05.26-10.20.38:444][207]LogBlueprintUserMessages: [BP_EnemyGoblin_C_31] dead +[2025.05.26-10.20.38:444][207]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_31 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.38:444][207]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.38:444][207]LogBlueprintUserMessages: [BP_Fireball_C_13] BP_EnemyGoblin_C_44 +[2025.05.26-10.20.38:444][207]LogBlueprintUserMessages: [BP_Fireball_C_13] BP_EnemyGoblin_C_30 +[2025.05.26-10.20.38:444][207]LogBlueprintUserMessages: [BP_Fireball_C_13] BP_EnemyGoblin_C_35 +[2025.05.26-10.20.38:445][207]LogBlueprintUserMessages: [BP_Fireball_C_13] Hello +[2025.05.26-10.20.39:457][277]LogBlueprintUserMessages: [BP_Fireball_C_14] BP_EnemyGoblin_C_37 +[2025.05.26-10.20.39:457][277]LogBlueprintUserMessages: [BP_Fireball_C_14] BP_EnemyGoblin_C_42 +[2025.05.26-10.20.39:457][277]LogBlueprintUserMessages: [BP_Fireball_C_14] BP_EnemyGoblin_C_44 +[2025.05.26-10.20.39:457][277]LogBlueprintUserMessages: [BP_EnemyGoblin_C_44] dead +[2025.05.26-10.20.39:457][277]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_44 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.39:457][277]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.39:457][277]LogBlueprintUserMessages: [BP_Fireball_C_14] BP_EnemyGoblin_C_35 +[2025.05.26-10.20.39:458][277]LogBlueprintUserMessages: [BP_EnemyGoblin_C_35] dead +[2025.05.26-10.20.39:458][277]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_35 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.39:458][277]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.39:458][277]LogBlueprintUserMessages: [BP_Fireball_C_14] BP_EnemyGoblin_C_30 +[2025.05.26-10.20.39:458][277]LogBlueprintUserMessages: [BP_EnemyGoblin_C_30] dead +[2025.05.26-10.20.39:458][277]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_30 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.39:458][277]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.39:459][277]LogBlueprintUserMessages: [BP_Fireball_C_14] Hello +[2025.05.26-10.20.40:232][312]LogBlueprintUserMessages: [BP_ExplosionSpell_C_3] BP_EnemyGoblin_C_37 +[2025.05.26-10.20.40:233][312]LogBlueprintUserMessages: [BP_EnemyGoblin_C_37] dead +[2025.05.26-10.20.40:233][312]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_37 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.40:233][312]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.40:233][312]LogBlueprintUserMessages: [BP_ExplosionSpell_C_3] BP_EnemyGoblin_C_42 +[2025.05.26-10.20.40:233][312]LogBlueprintUserMessages: [BP_EnemyGoblin_C_42] dead +[2025.05.26-10.20.40:233][312]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_42 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.40:233][312]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.40:233][312]LogBlueprintUserMessages: [BP_ExplosionSpell_C_3] BP_EnemyGoblin_C_28 +[2025.05.26-10.20.40:233][312]LogBlueprintUserMessages: [BP_ExplosionSpell_C_3] BP_EnemyGoblin_C_26 +[2025.05.26-10.20.40:233][312]LogBlueprintUserMessages: [BP_ExplosionSpell_C_3] BP_EnemyGoblin_C_29 +[2025.05.26-10.20.40:233][312]LogBlueprintUserMessages: [BP_ExplosionSpell_C_3] BP_EnemyGoblin_C_32 +[2025.05.26-10.20.40:233][312]LogBlueprintUserMessages: [BP_ExplosionSpell_C_3] BP_EnemyGoblin_C_36 +[2025.05.26-10.20.40:233][312]LogBlueprintUserMessages: [BP_ExplosionSpell_C_3] BP_EnemyGoblin_C_25 +[2025.05.26-10.20.40:234][312]LogBlueprintUserMessages: [BP_ExplosionSpell_C_3] BP_EnemyGoblin_C_43 +[2025.05.26-10.20.40:234][312]LogBlueprintUserMessages: [BP_ExplosionSpell_C_3] BP_EnemyGoblin_C_38 +[2025.05.26-10.20.43:835][548]LogBlueprintUserMessages: [BP_ExplosionSpell_C_4] BP_EnemyGoblin_C_28 +[2025.05.26-10.20.43:835][548]LogBlueprintUserMessages: [BP_EnemyGoblin_C_28] dead +[2025.05.26-10.20.43:835][548]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_28 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.43:835][548]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.43:835][548]LogBlueprintUserMessages: [BP_ExplosionSpell_C_4] BP_EnemyGoblin_C_26 +[2025.05.26-10.20.43:836][548]LogBlueprintUserMessages: [BP_EnemyGoblin_C_26] dead +[2025.05.26-10.20.43:836][548]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_26 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.43:836][548]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.43:836][548]LogBlueprintUserMessages: [BP_ExplosionSpell_C_4] BP_EnemyGoblin_C_25 +[2025.05.26-10.20.43:836][548]LogBlueprintUserMessages: [BP_EnemyGoblin_C_25] dead +[2025.05.26-10.20.43:836][548]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_25 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.43:836][548]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.43:836][548]LogBlueprintUserMessages: [BP_ExplosionSpell_C_4] BP_EnemyGoblin_C_43 +[2025.05.26-10.20.43:836][548]LogBlueprintUserMessages: [BP_EnemyGoblin_C_43] dead +[2025.05.26-10.20.43:836][548]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_43 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.43:838][548]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.43:838][548]LogBlueprintUserMessages: [BP_ExplosionSpell_C_4] BP_EnemyGoblin_C_38 +[2025.05.26-10.20.43:838][548]LogBlueprintUserMessages: [BP_EnemyGoblin_C_38] dead +[2025.05.26-10.20.43:838][548]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_38 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.43:838][548]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.43:838][548]LogBlueprintUserMessages: [BP_ExplosionSpell_C_4] BP_EnemyGoblin_C_36 +[2025.05.26-10.20.43:838][548]LogBlueprintUserMessages: [BP_EnemyGoblin_C_36] dead +[2025.05.26-10.20.43:838][548]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_36 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.43:839][548]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.43:839][548]LogBlueprintUserMessages: [BP_ExplosionSpell_C_4] BP_EnemyGoblin_C_32 +[2025.05.26-10.20.43:839][548]LogBlueprintUserMessages: [BP_EnemyGoblin_C_32] dead +[2025.05.26-10.20.43:839][548]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_32 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.43:839][548]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.43:839][548]LogBlueprintUserMessages: [BP_ExplosionSpell_C_4] BP_EnemyGoblin_C_29 +[2025.05.26-10.20.43:839][548]LogBlueprintUserMessages: [BP_EnemyGoblin_C_29] dead +[2025.05.26-10.20.43:839][548]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_29 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.43:839][548]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.48:899][729]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_3) +[2025.05.26-10.20.51:387][878]LogBlueprintUserMessages: [BP_Fireball_C_15] BP_EnemyGoblin_C_54 +[2025.05.26-10.20.51:387][878]LogBlueprintUserMessages: [BP_Fireball_C_15] BP_EnemyGoblin_C_53 +[2025.05.26-10.20.51:387][878]LogBlueprintUserMessages: [BP_Fireball_C_15] BP_EnemyGoblin_C_62 +[2025.05.26-10.20.51:387][878]LogBlueprintUserMessages: [BP_Fireball_C_15] BP_EnemyGoblin_C_48 +[2025.05.26-10.20.51:387][878]LogBlueprintUserMessages: [BP_Fireball_C_15] BP_EnemyGoblin_C_69 +[2025.05.26-10.20.51:387][878]LogBlueprintUserMessages: [BP_Fireball_C_15] BP_EnemyGoblin_C_46 +[2025.05.26-10.20.51:388][878]LogBlueprintUserMessages: [BP_Fireball_C_15] Hello +[2025.05.26-10.20.52:626][965]LogBlueprintUserMessages: [BP_Fireball_C_16] BP_EnemyGoblin_C_46 +[2025.05.26-10.20.52:626][965]LogBlueprintUserMessages: [BP_EnemyGoblin_C_46] dead +[2025.05.26-10.20.52:626][965]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_46 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.52:627][965]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.52:627][965]LogBlueprintUserMessages: [BP_Fireball_C_16] BP_EnemyGoblin_C_48 +[2025.05.26-10.20.52:627][965]LogBlueprintUserMessages: [BP_EnemyGoblin_C_48] dead +[2025.05.26-10.20.52:627][965]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_48 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.52:627][965]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.52:627][965]LogBlueprintUserMessages: [BP_Fireball_C_16] BP_EnemyGoblin_C_54 +[2025.05.26-10.20.52:627][965]LogBlueprintUserMessages: [BP_EnemyGoblin_C_54] dead +[2025.05.26-10.20.52:627][965]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_54 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.52:628][965]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.52:628][965]LogBlueprintUserMessages: [BP_Fireball_C_16] BP_EnemyGoblin_C_53 +[2025.05.26-10.20.52:628][965]LogBlueprintUserMessages: [BP_EnemyGoblin_C_53] dead +[2025.05.26-10.20.52:628][965]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_53 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.52:628][965]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.52:628][965]LogBlueprintUserMessages: [BP_Fireball_C_16] BP_EnemyGoblin_C_62 +[2025.05.26-10.20.52:628][965]LogBlueprintUserMessages: [BP_EnemyGoblin_C_62] dead +[2025.05.26-10.20.52:628][965]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_62 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.52:628][965]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.52:629][965]LogBlueprintUserMessages: [BP_Fireball_C_16] Hello +[2025.05.26-10.20.54:228][ 79]LogBlueprintUserMessages: [BP_Fireball_C_17] BP_EnemyGoblin_C_64 +[2025.05.26-10.20.54:228][ 79]LogBlueprintUserMessages: [BP_Fireball_C_17] BP_EnemyGoblin_C_65 +[2025.05.26-10.20.54:228][ 79]LogBlueprintUserMessages: [BP_Fireball_C_17] BP_EnemyGoblin_C_69 +[2025.05.26-10.20.54:228][ 79]LogBlueprintUserMessages: [BP_EnemyGoblin_C_69] dead +[2025.05.26-10.20.54:228][ 79]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_69 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.54:229][ 79]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.54:229][ 79]LogBlueprintUserMessages: [BP_Fireball_C_17] BP_EnemyGoblin_C_51 +[2025.05.26-10.20.54:229][ 79]LogBlueprintUserMessages: [BP_Fireball_C_17] BP_EnemyGoblin_C_47 +[2025.05.26-10.20.54:229][ 79]LogBlueprintUserMessages: [BP_Fireball_C_17] Hello +[2025.05.26-10.20.55:772][189]LogBlueprintUserMessages: [BP_Fireball_C_18] BP_EnemyGoblin_C_45 +[2025.05.26-10.20.55:772][189]LogBlueprintUserMessages: [BP_Fireball_C_18] BP_EnemyGoblin_C_55 +[2025.05.26-10.20.55:772][189]LogBlueprintUserMessages: [BP_Fireball_C_18] BP_EnemyGoblin_C_49 +[2025.05.26-10.20.55:772][189]LogBlueprintUserMessages: [BP_Fireball_C_18] BP_EnemyGoblin_C_50 +[2025.05.26-10.20.55:772][189]LogBlueprintUserMessages: [BP_Fireball_C_18] BP_EnemyGoblin_C_57 +[2025.05.26-10.20.55:772][189]LogBlueprintUserMessages: [BP_Fireball_C_18] BP_EnemyGoblin_C_60 +[2025.05.26-10.20.55:772][189]LogBlueprintUserMessages: [BP_Fireball_C_18] BP_EnemyGoblin_C_64 +[2025.05.26-10.20.55:773][189]LogBlueprintUserMessages: [BP_EnemyGoblin_C_64] dead +[2025.05.26-10.20.55:773][189]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_64 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.55:773][189]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.55:773][189]LogBlueprintUserMessages: [BP_Fireball_C_18] BP_EnemyGoblin_C_51 +[2025.05.26-10.20.55:773][189]LogBlueprintUserMessages: [BP_EnemyGoblin_C_51] dead +[2025.05.26-10.20.55:773][189]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_51 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.55:773][189]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.55:773][189]LogBlueprintUserMessages: [BP_Fireball_C_18] BP_EnemyGoblin_C_47 +[2025.05.26-10.20.55:774][189]LogBlueprintUserMessages: [BP_EnemyGoblin_C_47] dead +[2025.05.26-10.20.55:774][189]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_47 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.55:774][189]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.55:774][189]LogBlueprintUserMessages: [BP_Fireball_C_18] BP_EnemyGoblin_C_65 +[2025.05.26-10.20.55:774][189]LogBlueprintUserMessages: [BP_EnemyGoblin_C_65] dead +[2025.05.26-10.20.55:774][189]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_65 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.55:774][189]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.55:775][189]LogBlueprintUserMessages: [BP_Fireball_C_18] Hello +[2025.05.26-10.20.56:684][220]LogBlueprintUserMessages: [BP_ExplosionSpell_C_5] BP_EnemyGoblin_C_45 +[2025.05.26-10.20.56:684][220]LogBlueprintUserMessages: [BP_EnemyGoblin_C_45] dead +[2025.05.26-10.20.56:684][220]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_45 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.56:685][220]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.56:685][220]LogBlueprintUserMessages: [BP_ExplosionSpell_C_5] BP_EnemyGoblin_C_63 +[2025.05.26-10.20.56:685][220]LogBlueprintUserMessages: [BP_ExplosionSpell_C_5] BP_EnemyGoblin_C_61 +[2025.05.26-10.20.56:685][220]LogBlueprintUserMessages: [BP_ExplosionSpell_C_5] BP_EnemyGoblin_C_66 +[2025.05.26-10.20.56:685][220]LogBlueprintUserMessages: [BP_ExplosionSpell_C_5] BP_EnemyGoblin_C_68 +[2025.05.26-10.20.56:685][220]LogBlueprintUserMessages: [BP_ExplosionSpell_C_5] BP_EnemyGoblin_C_52 +[2025.05.26-10.20.56:685][220]LogBlueprintUserMessages: [BP_ExplosionSpell_C_5] BP_EnemyGoblin_C_57 +[2025.05.26-10.20.56:685][220]LogBlueprintUserMessages: [BP_EnemyGoblin_C_57] dead +[2025.05.26-10.20.56:685][220]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_57 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.56:686][220]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.56:686][220]LogBlueprintUserMessages: [BP_ExplosionSpell_C_5] BP_EnemyGoblin_C_59 +[2025.05.26-10.20.56:686][220]LogBlueprintUserMessages: [BP_ExplosionSpell_C_5] BP_EnemyGoblin_C_55 +[2025.05.26-10.20.56:686][220]LogBlueprintUserMessages: [BP_EnemyGoblin_C_55] dead +[2025.05.26-10.20.56:686][220]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_55 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.56:686][220]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.56:686][220]LogBlueprintUserMessages: [BP_ExplosionSpell_C_5] BP_EnemyGoblin_C_50 +[2025.05.26-10.20.56:686][220]LogBlueprintUserMessages: [BP_EnemyGoblin_C_50] dead +[2025.05.26-10.20.56:686][220]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_50 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.56:686][220]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.56:686][220]LogBlueprintUserMessages: [BP_ExplosionSpell_C_5] BP_EnemyGoblin_C_60 +[2025.05.26-10.20.56:687][220]LogBlueprintUserMessages: [BP_EnemyGoblin_C_60] dead +[2025.05.26-10.20.56:687][220]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_60 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.56:687][220]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.56:687][220]LogBlueprintUserMessages: [BP_ExplosionSpell_C_5] BP_EnemyGoblin_C_49 +[2025.05.26-10.20.56:687][220]LogBlueprintUserMessages: [BP_EnemyGoblin_C_49] dead +[2025.05.26-10.20.56:687][220]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_49 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:0350 +[2025.05.26-10.20.56:687][220]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.20.56:687][220]LogBlueprintUserMessages: [BP_ExplosionSpell_C_5] BP_EnemyGoblin_C_67 +[2025.05.26-10.20.56:687][220]LogBlueprintUserMessages: [BP_ExplosionSpell_C_5] BP_EnemyGoblin_C_58 +[2025.05.26-10.20.56:687][220]LogBlueprintUserMessages: [BP_ExplosionSpell_C_5] BP_EnemyGoblin_C_56 +[2025.05.26-10.21.00:177][345]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=12537121146399 +[2025.05.26-10.21.00:177][345]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.21.00:177][345]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=12537121162200 +[2025.05.26-10.21.00:177][345]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.21.00:177][345]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=12537121266100 +[2025.05.26-10.21.00:177][345]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.21.00:177][345]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3949 outside of frame bounds +[2025.05.26-10.21.00:183][345]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=12537121266100 +[2025.05.26-10.21.00:183][345]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.21.00:183][345]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=12537127241799 +[2025.05.26-10.21.00:183][345]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.21.00:614][374]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.21.00:614][374]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.21.00:643][374]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM5) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.05.26-10.21.00:694][374]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.21.00:695][374]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.21.00:725][374]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.21.00:733][374]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.21.00:758][374]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.05.26-10.21.00:758][374]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 29 +[2025.05.26-10.21.00:758][374]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=29 +[2025.05.26-10.21.00:760][374]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=29 +[2025.05.26-10.21.00:771][374]LogSlate: Slate User Unregistered. User Index 8 +[2025.05.26-10.21.00:771][374]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.05.26-10.21.00:774][374]LogUObjectHash: Compacting FUObjectHashTables data took 1.67ms +[2025.05.26-10.21.01:000][375]LogPlayLevel: Display: Destroying online subsystem :Context_66 +[2025.05.26-10.21.01:006][375]LogHMD: Warning: Destroying layer 1 +[2025.05.26-10.21.01:007][375]LogHMD: Warning: Destroying layer 2 +[2025.05.26-10.21.01:008][375]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.05.26-10.21.01:131][375]LogOVRPlugin: m_xrSession destroyed +[2025.05.26-10.21.01:137][375]LogOVRPlugin: m_xrInstance destroyed +[2025.05.26-10.21.04:352][525]LogSlate: Window 'Message Log' being destroyed +[2025.05.26-10.21.04:408][525]LogSlate: Window 'Message Log' being destroyed +[2025.05.26-10.21.18:636][412]LogUObjectHash: Compacting FUObjectHashTables data took 1.64ms +[2025.05.26-10.22.08:780][374]LogUObjectHash: Compacting FUObjectHashTables data took 2.03ms +[2025.05.26-10.22.20:388][406]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/VRTemplate/Blueprints/BP_ExplosionSpell.BP_ExplosionSpell +[2025.05.26-10.22.20:388][406]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_38 +[2025.05.26-10.22.20:388][406]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_38'. +[2025.05.26-10.22.27:182][954]LogUObjectHash: Compacting FUObjectHashTables data took 1.93ms +[2025.05.26-10.22.55:781][883]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_39 +[2025.05.26-10.22.55:782][883]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_39'. +[2025.05.26-10.22.55:838][883]LogWorld: UWorld::CleanupWorld for World_37, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.22.55:838][883]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.22.55:884][884]LogUObjectHash: Compacting FUObjectHashTables data took 2.09ms +[2025.05.26-10.23.39:917][408]LogUObjectHash: Compacting FUObjectHashTables data took 1.90ms +[2025.05.26-10.23.39:920][408]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/VRTemplate/Maps/VRTemplateMap' took 0.030 +[2025.05.26-10.23.39:921][408]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_Spawner] ([2] browsable assets)... +[2025.05.26-10.23.39:921][408]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_Spawner] +[2025.05.26-10.23.39:940][408]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_Spawner_Auto3 +[2025.05.26-10.23.39:940][408]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_Spawner_Auto3211B486045155AF6F8A78C9D64A9E6CA.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_Spawner_Auto3.uasset' +[2025.05.26-10.23.39:941][408]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/VRTemplate/Blueprints/BP_EnemyGoblin] ([2] browsable assets)... +[2025.05.26-10.23.39:952][408]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin] +[2025.05.26-10.23.39:952][408]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_EnemyGoblin] +[2025.05.26-10.23.39:972][408]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_EnemyGoblin_Auto3 +[2025.05.26-10.23.39:972][408]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_EnemyGoblin_Auto3295DFC8A46AAEEC579C8659D9B359911.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_EnemyGoblin_Auto3.uasset' +[2025.05.26-10.23.39:973][408]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/Animations/AI/AP_GoblinAI] ([2] browsable assets)... +[2025.05.26-10.23.39:982][408]OBJ SavePackage: Rendered thumbnail for [AnimBlueprint /Game/Animations/AI/AP_GoblinAI.AP_GoblinAI] +[2025.05.26-10.23.39:982][408]OBJ SavePackage: Finished generating thumbnails for package [/Game/Animations/AI/AP_GoblinAI] +[2025.05.26-10.23.39:992][408]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/Animations/AI/AP_GoblinAI_Auto3 +[2025.05.26-10.23.39:992][408]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/AP_GoblinAI_Auto3E69EE7D941EC9B0DDE92DCBF99C14DC4.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/Animations/AI/AP_GoblinAI_Auto3.uasset' +[2025.05.26-10.23.39:994][408]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_ExplosionSpell] ([2] browsable assets)... +[2025.05.26-10.23.39:994][408]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_ExplosionSpell] +[2025.05.26-10.23.40:004][408]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_ExplosionSpell_Auto3 +[2025.05.26-10.23.40:004][408]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_ExplosionSpell_Auto313D1BF58408A6F3B8444C28EF823661E.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_ExplosionSpell_Auto3.uasset' +[2025.05.26-10.23.40:006][408]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_Fireball] ([2] browsable assets)... +[2025.05.26-10.23.40:006][408]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_Fireball] +[2025.05.26-10.23.40:020][408]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_Fireball_Auto3 +[2025.05.26-10.23.40:021][408]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_Fireball_Auto379196DE74283BEF9A97B398798BCBB7A.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_Fireball_Auto3.uasset' +[2025.05.26-10.23.40:022][408]LogFileHelpers: Auto-saving content packages took 0.102 +[2025.05.26-10.23.51:671][ 79]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_40 +[2025.05.26-10.23.51:672][ 79]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_40'. +[2025.05.26-10.23.58:995][ 79]LogSlate: Window 'Pick Skeleton' being destroyed +[2025.05.26-10.24.39:768][524]LogContentBrowser: Deferred new asset file creation: forest_guard_attack_4__Anim_Montage +[2025.05.26-10.24.39:779][524]LogContentBrowser: Creating deferred item: forest_guard_attack_4__Anim_Montage +[2025.05.26-10.24.39:801][525]LogContentBrowser: Renaming the item being created (Deferred Item: forest_guard_attack_4__Anim_Montage). +[2025.05.26-10.24.43:338][708]LogContentBrowser: Attempting asset rename: forest_guard_attack_4__Anim_Montage -> forest_guard_attack_4__Anim_Montage +[2025.05.26-10.24.43:363][708]LogContentBrowser: End creating deferred item forest_guard_attack_4__Anim_Montage +[2025.05.26-10.24.53:302][356]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.05.26-10.24.53:304][356]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Animations/AI/forest_guard_attack_4__Anim_Montage] ([1] browsable assets)... +[2025.05.26-10.24.53:341][356]OBJ SavePackage: Rendered thumbnail for [AnimMontage /Game/Animations/AI/forest_guard_attack_4__Anim_Montage.forest_guard_attack_4__Anim_Montage] +[2025.05.26-10.24.53:342][356]OBJ SavePackage: Finished generating thumbnails for package [/Game/Animations/AI/forest_guard_attack_4__Anim_Montage] +[2025.05.26-10.24.53:344][356]LogSavePackage: Moving output files for package: /Game/Animations/AI/forest_guard_attack_4__Anim_Montage +[2025.05.26-10.24.53:344][356]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/forest_guard_attack_4__Anim_Mont0DDB4B004BE7C501D98834856F40CD7E.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Content/Animations/AI/forest_guard_attack_4__Anim_Montage.uasset' +[2025.05.26-10.24.53:375][356]LogFileHelpers: InternalPromptForCheckoutAndSave took 72.620 ms +[2025.05.26-10.24.53:469][356]LogUObjectHash: Compacting FUObjectHashTables data took 2.03ms +[2025.05.26-10.24.53:500][356]LogUObjectHash: Compacting FUObjectHashTables data took 1.67ms +[2025.05.26-10.24.53:529][356]LogUObjectHash: Compacting FUObjectHashTables data took 0.98ms +[2025.05.26-10.24.53:577][356]LogSlate: Prevented a slow task dialog from being summoned while a context menu was open +[2025.05.26-10.24.53:577][356]LogContentValidation: Display: Starting to validate 1 assets +[2025.05.26-10.24.53:577][356]LogContentValidation: Enabled validators: +[2025.05.26-10.24.53:577][356]LogContentValidation: /Script/DataValidation.EditorValidator_Material +[2025.05.26-10.24.53:577][356]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.05.26-10.24.53:577][356]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.05.26-10.24.53:577][356]LogContentValidation: /Script/DataValidation.PackageFileValidator +[2025.05.26-10.24.53:577][356]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.05.26-10.24.53:577][356]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator +[2025.05.26-10.24.53:577][356]AssetCheck: /Game/Animations/AI/forest_guard_attack_4__Anim_Montage Validating asset +[2025.05.26-10.25.22:428][428]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 4309.839844 +[2025.05.26-10.25.22:635][438]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.05.26-10.25.22:635][438]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 4310.027832, Update Interval: 313.156525 +[2025.05.26-10.26.14:945][444]LogEditorTransaction: Undo Change Object Pin Value +[2025.05.26-10.26.15:365][444]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_6:PersistentLevel.AnimationEditorPreviewActor_0.DebugSkelMeshComponent_0) Already registered. Aborting. +[2025.05.26-10.26.15:366][444]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_8:PersistentLevel.AnimationEditorPreviewActor_0.DebugSkelMeshComponent_0) Already registered. Aborting. +[2025.05.26-10.26.52:479][766]LogUObjectHash: Compacting FUObjectHashTables data took 1.67ms +[2025.05.26-10.27.10:905][183]LogUObjectHash: Compacting FUObjectHashTables data took 1.79ms +[2025.05.26-10.27.14:297][413]LogPlayLevel: [PlayLevel] Compiling BP_Spawner before play... +[2025.05.26-10.27.14:354][413]LogPlayLevel: [PlayLevel] Compiling BP_ArrowSpell before play... +[2025.05.26-10.27.14:459][413]LogPlayLevel: [PlayLevel] Compiling BP_ExplosionSpell before play... +[2025.05.26-10.27.14:562][413]LogPlayLevel: [PlayLevel] Compiling BP_Fireball before play... +[2025.05.26-10.27.14:710][413]LogUObjectHash: Compacting FUObjectHashTables data took 1.60ms +[2025.05.26-10.27.14:716][413]LogPlayLevel: PlayLevel: Blueprint regeneration took 419 ms (4 blueprints) +[2025.05.26-10.27.14:717][413]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.27.14:722][413]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005921s) +[2025.05.26-10.27.14:722][413]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005960s) +[2025.05.26-10.27.14:744][413]LogUObjectHash: Compacting FUObjectHashTables data took 1.63ms +[2025.05.26-10.27.14:745][413]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.27.14:746][413]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.27.14:748][413]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.27.14:748][413]LogPlayLevel: PIE: World Init took: (0.001792s) +[2025.05.26-10.27.14:749][413]LogAudio: Display: Creating Audio Device: Id: 30, Scope: Unique, Realtime: True +[2025.05.26-10.27.14:749][413]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.27.14:749][413]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.27.14:749][413]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.27.14:749][413]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.27.14:749][413]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.27.14:749][413]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.27.14:749][413]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.27.14:749][413]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.27.14:749][413]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.27.14:749][413]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.27.14:749][413]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.27.14:751][413]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.27.14:792][413]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.27.14:792][413]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.27.14:792][413]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.27.14:792][413]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.27.14:792][413]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=30 +[2025.05.26-10.27.14:792][413]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=30 +[2025.05.26-10.27.14:795][413]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=30 +[2025.05.26-10.27.14:795][413]LogInit: FAudioDevice initialized with ID 30. +[2025.05.26-10.27.14:795][413]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=30 +[2025.05.26-10.27.14:795][413]LogAudio: Display: Audio Device (ID: 30) registered with world 'VRTemplateMap'. +[2025.05.26-10.27.14:795][413]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 30 +[2025.05.26-10.27.14:800][413]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.27.14:801][413]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.27.14 +[2025.05.26-10.27.14:801][413]LogWorld: Bringing up level for play took: 0.001309 +[2025.05.26-10.27.14:804][413]LogOnline: OSS: Created online subsystem instance for: :Context_70 +[2025.05.26-10.27.14:819][413]PIE: Server logged in +[2025.05.26-10.27.14:820][413]PIE: Play in editor total start time 0,523 seconds. +[2025.05.26-10.27.16:695][579]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.27.16:695][579]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.27.16:696][579]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.27.16:697][579]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.27.16:720][579]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.27.16:728][579]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.27.16:752][579]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.27.16:752][579]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 30 +[2025.05.26-10.27.16:752][579]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=30 +[2025.05.26-10.27.16:755][579]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=30 +[2025.05.26-10.27.16:766][579]LogUObjectHash: Compacting FUObjectHashTables data took 1.75ms +[2025.05.26-10.27.16:803][580]LogPlayLevel: Display: Destroying online subsystem :Context_70 +[2025.05.26-10.27.17:817][648]LogDebuggerCommands: Repeating last play command: Selected Viewport +[2025.05.26-10.27.17:825][648]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-10.27.17:825][648]LogHMD: Initializing OVRPlugin session +[2025.05.26-10.27.17:825][648]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.05.26-10.27.17:825][648]LogOVRPlugin: Error: Device required (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:260) +[2025.05.26-10.27.17:825][648]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.05.26-10.27.17:825][648]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.05.26-10.27.17:932][648]LogOVRPlugin: Display: Available Extensions: (72) +[2025.05.26-10.27.17:932][648]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.05.26-10.27.17:932][648]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.05.26-10.27.17:932][648]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.05.26-10.27.17:932][648]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.05.26-10.27.17:932][648]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.05.26-10.27.17:932][648]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.05.26-10.27.17:932][648]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.05.26-10.27.17:932][648]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.05.26-10.27.17:932][648]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_FB_passthrough SpecVersion=4 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_META_passthrough_layer_resumed_event SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_FB_triangle_mesh SpecVersion=2 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_META_passthrough_color_lut SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_META_passthrough_preferences SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.05.26-10.27.17:933][648]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 +[2025.05.26-10.27.17:934][648]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.05.26-10.27.17:934][648]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.05.26-10.27.17:934][648]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.05.26-10.27.17:934][648]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.05.26-10.27.17:934][648]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.05.26-10.27.17:934][648]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.05.26-10.27.17:934][648]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.05.26-10.27.17:934][648]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.05.26-10.27.17:934][648]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.05.26-10.27.17:934][648]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.05.26-10.27.17:934][648]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.05.26-10.27.17:934][648]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.05.26-10.27.17:934][648]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.05.26-10.27.17:934][648]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.05.26-10.27.17:934][648]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.05.26-10.27.17:934][648]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.05.26-10.27.17:934][648]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.05.26-10.27.17:934][648]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.05.26-10.27.17:934][648]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.05.26-10.27.17:934][648]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.05.26-10.27.17:934][648]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.05.26-10.27.17:934][648]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.05.26-10.27.17:955][648]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.05.26-10.27.17:955][648]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.109.0 +[2025.05.26-10.27.17:957][648]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.05.26-10.27.18:130][648]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.05.26-10.27.18:130][648]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.05.26-10.27.18:130][648]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.05.26-10.27.18:130][648]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.05.26-10.27.18:130][648]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.05.26-10.27.18:130][648]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.05.26-10.27.18:130][648]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.05.26-10.27.18:130][648]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.05.26-10.27.18:130][648]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.05.26-10.27.18:130][648]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.05.26-10.27.18:130][648]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.05.26-10.27.18:130][648]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.27.18:130][648]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.27.18:131][648]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.05.26-10.27.18:131][648]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.05.26-10.27.18:131][648]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.05.26-10.27.18:131][648]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.05.26-10.27.18:131][648]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.05.26-10.27.18:131][648]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.05.26-10.27.18:131][648]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.05.26-10.27.18:131][648]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.05.26-10.27.18:131][648]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.05.26-10.27.18:131][648]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.05.26-10.27.18:131][648]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.05.26-10.27.18:388][648]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=12915108612999 +[2025.05.26-10.27.18:388][648]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.27.18:388][648]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.05.26-10.27.18:502][648]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.05.26-10.27.18:502][648]LogOVRPlugin: ... m_textureStages[0][0] = 000001C3FB03F020 +[2025.05.26-10.27.18:502][648]LogOVRPlugin: ... m_textureStages[0][1] = 000001C3FB03E7E0 +[2025.05.26-10.27.18:502][648]LogOVRPlugin: ... m_textureStages[0][2] = 000001C3FB03F5A0 +[2025.05.26-10.27.18:504][648]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.05.26-10.27.18:504][648]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001C3FB03FB20 +[2025.05.26-10.27.18:504][648]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001C3FB0400A0 +[2025.05.26-10.27.18:504][648]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001C3FB040BA0 +[2025.05.26-10.27.18:504][648]LogHMD: Allocating Oculus 3648 x 1872 rendertarget swapchain +[2025.05.26-10.27.18:505][648]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.05.26-10.27.18:505][648]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.27.18:509][648]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005256s) +[2025.05.26-10.27.18:509][648]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005292s) +[2025.05.26-10.27.18:535][648]LogUObjectHash: Compacting FUObjectHashTables data took 1.59ms +[2025.05.26-10.27.18:537][648]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.27.18:538][648]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.27.18:539][648]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.27.18:540][648]LogPlayLevel: PIE: World Init took: (0.001630s) +[2025.05.26-10.27.18:541][648]LogAudio: Display: Creating Audio Device: Id: 31, Scope: Unique, Realtime: True +[2025.05.26-10.27.18:541][648]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.27.18:541][648]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.27.18:541][648]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.27.18:541][648]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.27.18:541][648]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.27.18:541][648]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.27.18:541][648]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.27.18:541][648]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.27.18:541][648]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.27.18:541][648]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.27.18:541][648]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.27.18:544][648]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.27.18:582][648]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.27.18:582][648]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.27.18:582][648]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.27.18:582][648]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.27.18:582][648]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=31 +[2025.05.26-10.27.18:582][648]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=31 +[2025.05.26-10.27.18:586][648]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=31 +[2025.05.26-10.27.18:586][648]LogInit: FAudioDevice initialized with ID 31. +[2025.05.26-10.27.18:586][648]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=31 +[2025.05.26-10.27.18:586][648]LogAudio: Display: Audio Device (ID: 31) registered with world 'VRTemplateMap'. +[2025.05.26-10.27.18:586][648]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 31 +[2025.05.26-10.27.18:588][648]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.27.18:589][648]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.27.18 +[2025.05.26-10.27.18:590][648]LogWorld: Bringing up level for play took: 0.001100 +[2025.05.26-10.27.18:592][648]LogOnline: OSS: Created online subsystem instance for: :Context_71 +[2025.05.26-10.27.18:596][648]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.05.26-10.27.18:596][648]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.05.26-10.27.18:611][648]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.27.18:614][648]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.05.26-10.27.18:629][648]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.27.18:632][648]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.05.26-10.27.18:646][648]PIE: Server logged in +[2025.05.26-10.27.18:647][648]PIE: Play in editor total start time 0,822 seconds. +[2025.05.26-10.27.18:648][648]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.05.26-10.27.39:415][899]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.27.39:415][899]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.27.39:416][899]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.27.39:417][899]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.27.39:422][899]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.27.39:431][899]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.27.39:454][899]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.27.39:454][899]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 31 +[2025.05.26-10.27.39:454][899]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=31 +[2025.05.26-10.27.39:456][899]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=31 +[2025.05.26-10.27.39:465][899]LogSlate: Slate User Unregistered. User Index 8 +[2025.05.26-10.27.39:465][899]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.05.26-10.27.39:467][899]LogUObjectHash: Compacting FUObjectHashTables data took 2.01ms +[2025.05.26-10.27.39:499][900]LogPlayLevel: Display: Destroying online subsystem :Context_71 +[2025.05.26-10.27.39:506][900]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.05.26-10.27.39:604][900]LogOVRPlugin: m_xrSession destroyed +[2025.05.26-10.27.39:610][900]LogOVRPlugin: m_xrInstance destroyed +[2025.05.26-10.30.39:143][728]LogUObjectHash: Compacting FUObjectHashTables data took 1.69ms +[2025.05.26-10.30.43:701][999]LogDebuggerCommands: Repeating last play command: Selected Viewport +[2025.05.26-10.30.43:710][999]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-10.30.43:710][999]LogHMD: Initializing OVRPlugin session +[2025.05.26-10.30.43:710][999]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.05.26-10.30.43:710][999]LogOVRPlugin: Error: Device required (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:260) +[2025.05.26-10.30.43:710][999]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.05.26-10.30.43:710][999]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.05.26-10.30.43:818][999]LogOVRPlugin: Display: Available Extensions: (72) +[2025.05.26-10.30.43:818][999]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_FB_passthrough SpecVersion=4 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_META_passthrough_layer_resumed_event SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_FB_triangle_mesh SpecVersion=2 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_META_passthrough_color_lut SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_META_passthrough_preferences SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 +[2025.05.26-10.30.43:819][999]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.05.26-10.30.43:820][999]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.05.26-10.30.43:820][999]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.05.26-10.30.43:820][999]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.05.26-10.30.43:820][999]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.05.26-10.30.43:820][999]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.05.26-10.30.43:820][999]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.05.26-10.30.43:820][999]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.05.26-10.30.43:820][999]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.05.26-10.30.43:820][999]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.05.26-10.30.43:820][999]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.05.26-10.30.43:820][999]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.05.26-10.30.43:820][999]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.05.26-10.30.43:820][999]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.05.26-10.30.43:820][999]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.05.26-10.30.43:820][999]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.05.26-10.30.43:820][999]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.05.26-10.30.43:820][999]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.05.26-10.30.43:820][999]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.05.26-10.30.43:820][999]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.05.26-10.30.43:820][999]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.05.26-10.30.43:820][999]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.05.26-10.30.43:841][999]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.05.26-10.30.43:841][999]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.109.0 +[2025.05.26-10.30.43:842][999]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.05.26-10.30.44:025][999]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.05.26-10.30.44:025][999]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.05.26-10.30.44:025][999]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.05.26-10.30.44:025][999]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.05.26-10.30.44:025][999]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.05.26-10.30.44:025][999]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.05.26-10.30.44:025][999]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.05.26-10.30.44:025][999]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.05.26-10.30.44:025][999]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.05.26-10.30.44:025][999]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.05.26-10.30.44:025][999]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.05.26-10.30.44:025][999]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.30.44:025][999]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.30.44:026][999]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.05.26-10.30.44:026][999]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.05.26-10.30.44:026][999]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.05.26-10.30.44:026][999]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.05.26-10.30.44:026][999]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.05.26-10.30.44:026][999]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.05.26-10.30.44:026][999]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.05.26-10.30.44:026][999]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.05.26-10.30.44:026][999]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.05.26-10.30.44:026][999]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.05.26-10.30.44:026][999]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.05.26-10.30.44:300][999]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=13121001225500 +[2025.05.26-10.30.44:300][999]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.30.44:300][999]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.05.26-10.30.44:412][999]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.05.26-10.30.44:412][999]LogOVRPlugin: ... m_textureStages[0][0] = 000001C358912A60 +[2025.05.26-10.30.44:412][999]LogOVRPlugin: ... m_textureStages[0][1] = 000001C358911460 +[2025.05.26-10.30.44:412][999]LogOVRPlugin: ... m_textureStages[0][2] = 000001C35890EDE0 +[2025.05.26-10.30.44:415][999]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.05.26-10.30.44:415][999]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001C358912D20 +[2025.05.26-10.30.44:415][999]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001C3589132A0 +[2025.05.26-10.30.44:415][999]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001C35890F8E0 +[2025.05.26-10.30.44:415][999]LogHMD: Allocating Oculus 3648 x 1872 rendertarget swapchain +[2025.05.26-10.30.44:415][999]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.05.26-10.30.44:415][999]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.30.44:422][999]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005706s) +[2025.05.26-10.30.44:422][999]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005744s) +[2025.05.26-10.30.44:444][999]LogUObjectHash: Compacting FUObjectHashTables data took 1.54ms +[2025.05.26-10.30.44:449][999]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.30.44:451][999]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.30.44:452][999]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.30.44:453][999]LogPlayLevel: PIE: World Init took: (0.001746s) +[2025.05.26-10.30.44:453][999]LogAudio: Display: Creating Audio Device: Id: 32, Scope: Unique, Realtime: True +[2025.05.26-10.30.44:453][999]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.30.44:453][999]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.30.44:453][999]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.30.44:453][999]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.30.44:453][999]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.30.44:453][999]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.30.44:453][999]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.30.44:453][999]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.30.44:453][999]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.30.44:453][999]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.30.44:453][999]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.30.44:456][999]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.30.44:496][999]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.30.44:496][999]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.30.44:496][999]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.30.44:496][999]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.30.44:498][999]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=32 +[2025.05.26-10.30.44:498][999]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=32 +[2025.05.26-10.30.44:501][999]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=32 +[2025.05.26-10.30.44:501][999]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=32 +[2025.05.26-10.30.44:501][999]LogInit: FAudioDevice initialized with ID 32. +[2025.05.26-10.30.44:501][999]LogAudio: Display: Audio Device (ID: 32) registered with world 'VRTemplateMap'. +[2025.05.26-10.30.44:501][999]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 32 +[2025.05.26-10.30.44:504][999]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.30.44:505][999]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.30.44 +[2025.05.26-10.30.44:505][999]LogWorld: Bringing up level for play took: 0.001617 +[2025.05.26-10.30.44:508][999]LogOnline: OSS: Created online subsystem instance for: :Context_72 +[2025.05.26-10.30.44:512][999]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.05.26-10.30.44:513][999]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.05.26-10.30.44:529][999]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.30.44:531][999]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.05.26-10.30.44:539][999]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.30.44:541][999]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.05.26-10.30.44:552][999]PIE: Server logged in +[2025.05.26-10.30.44:552][999]PIE: Play in editor total start time 0,844 seconds. +[2025.05.26-10.30.44:552][999]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.05.26-10.30.49:325][515]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.30.49:325][515]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.30.49:326][515]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.30.49:327][515]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.30.49:369][515]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.30.49:378][515]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.30.49:400][515]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.05.26-10.30.49:400][515]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 32 +[2025.05.26-10.30.49:400][515]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=32 +[2025.05.26-10.30.49:402][515]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=32 +[2025.05.26-10.30.49:406][515]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.30.49:410][515]LogSlate: Slate User Unregistered. User Index 8 +[2025.05.26-10.30.49:410][515]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.05.26-10.30.49:411][515]LogUObjectHash: Compacting FUObjectHashTables data took 1.63ms +[2025.05.26-10.30.49:443][516]LogPlayLevel: Display: Destroying online subsystem :Context_72 +[2025.05.26-10.30.49:444][516]LogHMD: Warning: Destroying layer 1 +[2025.05.26-10.30.49:445][516]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.05.26-10.30.49:555][516]LogOVRPlugin: m_xrSession destroyed +[2025.05.26-10.30.49:560][516]LogOVRPlugin: m_xrInstance destroyed +[2025.05.26-10.30.55:342][972]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-10.30.55:342][972]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.30.55:349][972]LogPlayLevel: PIE: StaticDuplicateObject took: (0.006715s) +[2025.05.26-10.30.55:349][972]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.006752s) +[2025.05.26-10.30.55:375][972]LogUObjectHash: Compacting FUObjectHashTables data took 1.54ms +[2025.05.26-10.30.55:377][972]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.30.55:378][972]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.30.55:379][972]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.30.55:380][972]LogPlayLevel: PIE: World Init took: (0.001644s) +[2025.05.26-10.30.55:381][972]LogAudio: Display: Creating Audio Device: Id: 33, Scope: Unique, Realtime: True +[2025.05.26-10.30.55:381][972]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.30.55:381][972]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.30.55:381][972]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.30.55:381][972]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.30.55:381][972]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.30.55:381][972]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.30.55:381][972]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.30.55:381][972]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.30.55:381][972]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.30.55:381][972]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.30.55:381][972]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.30.55:382][972]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.30.55:422][972]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.30.55:422][972]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.30.55:422][972]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.30.55:422][972]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.30.55:424][972]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=33 +[2025.05.26-10.30.55:424][972]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=33 +[2025.05.26-10.30.55:427][972]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=33 +[2025.05.26-10.30.55:427][972]LogInit: FAudioDevice initialized with ID 33. +[2025.05.26-10.30.55:427][972]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=33 +[2025.05.26-10.30.55:427][972]LogAudio: Display: Audio Device (ID: 33) registered with world 'VRTemplateMap'. +[2025.05.26-10.30.55:427][972]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 33 +[2025.05.26-10.30.55:431][972]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.30.55:433][972]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.30.55 +[2025.05.26-10.30.55:433][972]LogWorld: Bringing up level for play took: 0.001492 +[2025.05.26-10.30.55:436][972]LogOnline: OSS: Created online subsystem instance for: :Context_73 +[2025.05.26-10.30.55:451][972]PIE: Server logged in +[2025.05.26-10.30.55:452][972]PIE: Play in editor total start time 0,11 seconds. +[2025.05.26-10.30.57:475][132]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.30.57:475][132]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.30.57:477][132]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.30.57:478][132]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.30.57:484][132]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.30.57:493][132]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.30.57:515][132]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.30.57:515][132]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 33 +[2025.05.26-10.30.57:516][132]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=33 +[2025.05.26-10.30.57:517][132]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=33 +[2025.05.26-10.30.57:525][132]LogUObjectHash: Compacting FUObjectHashTables data took 1.66ms +[2025.05.26-10.30.57:557][133]LogPlayLevel: Display: Destroying online subsystem :Context_73 +[2025.05.26-10.31.08:575][171]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-10.31.08:575][171]LogHMD: Initializing OVRPlugin session +[2025.05.26-10.31.08:575][171]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.05.26-10.31.08:575][171]LogOVRPlugin: Error: Device required (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:260) +[2025.05.26-10.31.08:575][171]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.05.26-10.31.08:575][171]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Available Extensions: (72) +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.05.26-10.31.08:688][171]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_FB_passthrough SpecVersion=4 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_META_passthrough_layer_resumed_event SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_FB_triangle_mesh SpecVersion=2 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_META_passthrough_color_lut SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_META_passthrough_preferences SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.05.26-10.31.08:690][171]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.05.26-10.31.08:712][171]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.05.26-10.31.08:712][171]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.109.0 +[2025.05.26-10.31.08:715][171]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.05.26-10.31.08:897][171]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.05.26-10.31.08:897][171]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.05.26-10.31.08:898][171]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.05.26-10.31.08:898][171]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.05.26-10.31.08:898][171]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.05.26-10.31.08:898][171]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.05.26-10.31.08:898][171]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.05.26-10.31.08:898][171]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.05.26-10.31.08:898][171]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.05.26-10.31.08:898][171]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.05.26-10.31.08:898][171]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.05.26-10.31.08:898][171]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.31.08:898][171]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.31.08:899][171]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.05.26-10.31.08:899][171]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.05.26-10.31.08:899][171]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.05.26-10.31.08:899][171]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.05.26-10.31.08:899][171]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.05.26-10.31.08:899][171]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.05.26-10.31.08:899][171]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.05.26-10.31.08:899][171]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.05.26-10.31.08:899][171]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.05.26-10.31.08:899][171]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.05.26-10.31.08:899][171]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.05.26-10.31.09:216][171]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=13145876569700 +[2025.05.26-10.31.09:216][171]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.31.09:216][171]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=13145876597300 +[2025.05.26-10.31.09:216][171]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.09:216][171]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.05.26-10.31.09:218][171]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.05.26-10.31.09:218][171]LogOVRPlugin: ... m_textureStages[0][0] = 000001C33A19B020 +[2025.05.26-10.31.09:218][171]LogOVRPlugin: ... m_textureStages[0][1] = 000001C33A19A260 +[2025.05.26-10.31.09:218][171]LogOVRPlugin: ... m_textureStages[0][2] = 000001C33A19C360 +[2025.05.26-10.31.09:221][171]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.05.26-10.31.09:221][171]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001C33A19C8E0 +[2025.05.26-10.31.09:221][171]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001C33A1991E0 +[2025.05.26-10.31.09:221][171]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001C33A19A7E0 +[2025.05.26-10.31.09:221][171]LogHMD: Allocating Oculus 3648 x 1872 rendertarget swapchain +[2025.05.26-10.31.09:221][171]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.05.26-10.31.09:222][171]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.31.09:226][171]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005408s) +[2025.05.26-10.31.09:226][171]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005443s) +[2025.05.26-10.31.09:250][171]LogUObjectHash: Compacting FUObjectHashTables data took 1.58ms +[2025.05.26-10.31.09:253][171]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.31.09:254][171]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.31.09:255][171]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.31.09:255][171]LogPlayLevel: PIE: World Init took: (0.001983s) +[2025.05.26-10.31.09:257][171]LogAudio: Display: Creating Audio Device: Id: 34, Scope: Unique, Realtime: True +[2025.05.26-10.31.09:257][171]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.31.09:257][171]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.31.09:257][171]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.31.09:257][171]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.31.09:257][171]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.31.09:257][171]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.31.09:257][171]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.31.09:257][171]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.31.09:257][171]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.31.09:257][171]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.31.09:257][171]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.31.09:260][171]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.31.09:301][171]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.31.09:301][171]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.31.09:301][171]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.31.09:301][171]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.31.09:302][171]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=34 +[2025.05.26-10.31.09:302][171]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=34 +[2025.05.26-10.31.09:304][171]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=34 +[2025.05.26-10.31.09:304][171]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=34 +[2025.05.26-10.31.09:304][171]LogInit: FAudioDevice initialized with ID 34. +[2025.05.26-10.31.09:304][171]LogAudio: Display: Audio Device (ID: 34) registered with world 'VRTemplateMap'. +[2025.05.26-10.31.09:304][171]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 34 +[2025.05.26-10.31.09:321][171]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.31.09:321][171]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.05.26-10.31.09:321][171]LogHMD: Collecting Telemetry Data +[2025.05.26-10.31.09:344][171]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.31.09:347][171]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.31.09 +[2025.05.26-10.31.09:347][171]LogWorld: Bringing up level for play took: 0.003763 +[2025.05.26-10.31.09:352][171]LogOnline: OSS: Created online subsystem instance for: :Context_74 +[2025.05.26-10.31.09:355][171]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.05.26-10.31.09:357][171]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.05.26-10.31.09:376][171]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.31.09:378][171]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.05.26-10.31.09:389][171]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.31.09:391][171]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.05.26-10.31.09:402][171]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.05.26-10.31.09:409][171]PIE: Server logged in +[2025.05.26-10.31.09:413][171]PIE: Play in editor total start time 0,838 seconds. +[2025.05.26-10.31.09:413][171]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.05.26-10.31.09:479][172]LogHMD: Allocating Oculus 3648 x 1872 depth rendertarget swapchain +[2025.05.26-10.31.09:484][173]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer +[2025.05.26-10.31.09:490][173]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=13146433978000 +[2025.05.26-10.31.09:490][173]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.09:499][174]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages +[2025.05.26-10.31.09:499][174]LogOVRPlugin: ... m_textureStages[0][0] = 000001C3FA0E9660 +[2025.05.26-10.31.09:499][174]LogOVRPlugin: ... m_textureStages[0][1] = 000001C3FA0EDB20 +[2025.05.26-10.31.09:499][174]LogOVRPlugin: ... m_textureStages[0][2] = 000001C3FA0EA160 +[2025.05.26-10.31.09:586][180]LogHMD: Warning: Destroying layer 1 +[2025.05.26-10.31.09:594][180]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 7 failed (-1006) +[2025.05.26-10.31.09:609][181]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 8 failed (-1006) +[2025.05.26-10.31.09:624][182]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 9 failed (-1006) +[2025.05.26-10.31.09:638][183]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 10 failed (-1006) +[2025.05.26-10.31.09:651][184]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 11 failed (-1006) +[2025.05.26-10.31.09:665][185]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 12 failed (-1006) +[2025.05.26-10.31.09:680][185]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 13 failed (-1006) +[2025.05.26-10.31.09:694][187]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 14 failed (-1006) +[2025.05.26-10.31.09:709][188]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 15 failed (-1006) +[2025.05.26-10.31.09:722][189]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 16 failed (-1006) +[2025.05.26-10.31.09:736][190]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 17 failed (-1006) +[2025.05.26-10.31.09:750][191]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 18 failed (-1006) +[2025.05.26-10.31.09:765][192]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 19 failed (-1006) +[2025.05.26-10.31.09:780][193]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 20 failed (-1006) +[2025.05.26-10.31.09:793][194]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 21 failed (-1006) +[2025.05.26-10.31.09:808][195]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 22 failed (-1006) +[2025.05.26-10.31.09:822][196]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 23 failed (-1006) +[2025.05.26-10.31.09:835][197]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 24 failed (-1006) +[2025.05.26-10.31.09:849][198]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 25 failed (-1006) +[2025.05.26-10.31.09:862][199]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 26 failed (-1006) +[2025.05.26-10.31.09:877][200]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 27 failed (-1006) +[2025.05.26-10.31.09:891][201]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 28 failed (-1006) +[2025.05.26-10.31.09:905][202]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 29 failed (-1006) +[2025.05.26-10.31.09:919][203]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 30 failed (-1006) +[2025.05.26-10.31.09:932][204]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 31 failed (-1006) +[2025.05.26-10.31.09:946][205]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 32 failed (-1006) +[2025.05.26-10.31.09:960][206]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 33 failed (-1006) +[2025.05.26-10.31.09:974][207]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 34 failed (-1006) +[2025.05.26-10.31.09:988][208]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 35 failed (-1006) +[2025.05.26-10.31.10:002][209]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 36 failed (-1006) +[2025.05.26-10.31.10:015][210]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 37 failed (-1006) +[2025.05.26-10.31.10:029][211]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 38 failed (-1006) +[2025.05.26-10.31.10:043][212]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 39 failed (-1006) +[2025.05.26-10.31.10:057][213]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 40 failed (-1006) +[2025.05.26-10.31.10:072][214]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 41 failed (-1006) +[2025.05.26-10.31.10:087][215]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 42 failed (-1006) +[2025.05.26-10.31.10:101][216]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 43 failed (-1006) +[2025.05.26-10.31.10:115][217]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 44 failed (-1006) +[2025.05.26-10.31.10:128][218]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 45 failed (-1006) +[2025.05.26-10.31.10:142][219]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 46 failed (-1006) +[2025.05.26-10.31.10:156][220]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 47 failed (-1006) +[2025.05.26-10.31.10:171][221]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 48 failed (-1006) +[2025.05.26-10.31.10:184][222]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 49 failed (-1006) +[2025.05.26-10.31.10:198][223]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 50 failed (-1006) +[2025.05.26-10.31.10:212][224]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 51 failed (-1006) +[2025.05.26-10.31.10:222][225]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=13147166083400 +[2025.05.26-10.31.10:222][225]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.31.10:222][225]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=13147166147400 +[2025.05.26-10.31.10:222][225]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.05.26-10.31.10:226][225]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 52 failed (-1006) +[2025.05.26-10.31.10:241][226]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.05.26-10.31.10:243][226]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 53 failed (-1006) +[2025.05.26-10.31.10:256][227]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 54 failed (-1006) +[2025.05.26-10.31.10:271][228]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 55 failed (-1006) +[2025.05.26-10.31.10:284][229]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 56 failed (-1006) +[2025.05.26-10.31.10:298][230]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 57 failed (-1006) +[2025.05.26-10.31.10:312][231]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 58 failed (-1006) +[2025.05.26-10.31.10:326][232]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 59 failed (-1006) +[2025.05.26-10.31.10:340][233]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 60 failed (-1006) +[2025.05.26-10.31.10:354][234]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 61 failed (-1006) +[2025.05.26-10.31.10:367][235]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 62 failed (-1006) +[2025.05.26-10.31.10:381][236]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 63 failed (-1006) +[2025.05.26-10.31.10:395][237]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 64 failed (-1006) +[2025.05.26-10.31.10:410][238]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 65 failed (-1006) +[2025.05.26-10.31.10:423][239]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 66 failed (-1006) +[2025.05.26-10.31.10:438][240]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 67 failed (-1006) +[2025.05.26-10.31.10:451][241]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 68 failed (-1006) +[2025.05.26-10.31.10:465][242]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 69 failed (-1006) +[2025.05.26-10.31.10:479][243]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 70 failed (-1006) +[2025.05.26-10.31.10:493][244]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 71 failed (-1006) +[2025.05.26-10.31.10:507][245]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 72 failed (-1006) +[2025.05.26-10.31.10:521][246]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 73 failed (-1006) +[2025.05.26-10.31.10:535][247]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 74 failed (-1006) +[2025.05.26-10.31.10:549][248]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 75 failed (-1006) +[2025.05.26-10.31.10:562][249]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 76 failed (-1006) +[2025.05.26-10.31.10:576][250]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 77 failed (-1006) +[2025.05.26-10.31.10:590][251]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 78 failed (-1006) +[2025.05.26-10.31.10:604][252]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 79 failed (-1006) +[2025.05.26-10.31.10:619][253]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 80 failed (-1006) +[2025.05.26-10.31.10:632][254]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 81 failed (-1006) +[2025.05.26-10.31.10:645][255]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 82 failed (-1006) +[2025.05.26-10.31.10:660][256]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 83 failed (-1006) +[2025.05.26-10.31.10:674][257]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 84 failed (-1006) +[2025.05.26-10.31.10:687][258]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 85 failed (-1006) +[2025.05.26-10.31.10:701][259]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 86 failed (-1006) +[2025.05.26-10.31.10:715][260]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 87 failed (-1006) +[2025.05.26-10.31.10:729][261]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 88 failed (-1006) +[2025.05.26-10.31.10:743][262]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 89 failed (-1006) +[2025.05.26-10.31.10:757][263]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 90 failed (-1006) +[2025.05.26-10.31.10:771][264]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 91 failed (-1006) +[2025.05.26-10.31.10:784][265]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 92 failed (-1006) +[2025.05.26-10.31.10:798][266]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 93 failed (-1006) +[2025.05.26-10.31.10:813][267]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 94 failed (-1006) +[2025.05.26-10.31.10:826][268]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 95 failed (-1006) +[2025.05.26-10.31.10:840][269]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 96 failed (-1006) +[2025.05.26-10.31.10:854][270]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 97 failed (-1006) +[2025.05.26-10.31.10:868][271]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 98 failed (-1006) +[2025.05.26-10.31.10:882][272]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 99 failed (-1006) +[2025.05.26-10.31.10:896][273]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 100 failed (-1006) +[2025.05.26-10.31.10:910][274]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 101 failed (-1006) +[2025.05.26-10.31.10:924][275]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 102 failed (-1006) +[2025.05.26-10.31.10:937][276]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 103 failed (-1006) +[2025.05.26-10.31.10:951][277]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 104 failed (-1006) +[2025.05.26-10.31.10:966][278]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 105 failed (-1006) +[2025.05.26-10.31.10:980][279]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 106 failed (-1006) +[2025.05.26-10.31.10:993][280]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 107 failed (-1006) +[2025.05.26-10.31.11:007][281]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 108 failed (-1006) +[2025.05.26-10.31.11:020][282]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 109 failed (-1006) +[2025.05.26-10.31.11:034][283]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 110 failed (-1006) +[2025.05.26-10.31.11:049][284]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 111 failed (-1006) +[2025.05.26-10.31.11:063][285]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 112 failed (-1006) +[2025.05.26-10.31.11:076][286]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 113 failed (-1006) +[2025.05.26-10.31.11:091][287]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 114 failed (-1006) +[2025.05.26-10.31.11:104][288]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 115 failed (-1006) +[2025.05.26-10.31.11:118][289]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 116 failed (-1006) +[2025.05.26-10.31.11:132][290]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 117 failed (-1006) +[2025.05.26-10.31.11:145][291]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 118 failed (-1006) +[2025.05.26-10.31.11:160][292]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 119 failed (-1006) +[2025.05.26-10.31.11:173][293]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 120 failed (-1006) +[2025.05.26-10.31.11:187][294]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 121 failed (-1006) +[2025.05.26-10.31.11:201][295]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 122 failed (-1006) +[2025.05.26-10.31.11:216][296]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 123 failed (-1006) +[2025.05.26-10.31.11:228][297]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 124 failed (-1006) +[2025.05.26-10.31.11:243][298]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 125 failed (-1006) +[2025.05.26-10.31.11:257][299]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 126 failed (-1006) +[2025.05.26-10.31.11:271][300]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 127 failed (-1006) +[2025.05.26-10.31.11:285][301]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 128 failed (-1006) +[2025.05.26-10.31.11:298][302]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 129 failed (-1006) +[2025.05.26-10.31.11:313][303]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 130 failed (-1006) +[2025.05.26-10.31.11:326][304]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 131 failed (-1006) +[2025.05.26-10.31.11:341][305]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 132 failed (-1006) +[2025.05.26-10.31.11:354][306]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 133 failed (-1006) +[2025.05.26-10.31.11:367][307]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 134 failed (-1006) +[2025.05.26-10.31.11:382][308]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 135 failed (-1006) +[2025.05.26-10.31.11:396][309]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 136 failed (-1006) +[2025.05.26-10.31.11:409][310]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 137 failed (-1006) +[2025.05.26-10.31.11:424][311]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 138 failed (-1006) +[2025.05.26-10.31.11:438][312]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 139 failed (-1006) +[2025.05.26-10.31.11:451][313]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 140 failed (-1006) +[2025.05.26-10.31.11:465][314]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 141 failed (-1006) +[2025.05.26-10.31.11:480][315]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 142 failed (-1006) +[2025.05.26-10.31.11:493][316]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 143 failed (-1006) +[2025.05.26-10.31.11:506][317]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 144 failed (-1006) +[2025.05.26-10.31.11:520][318]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 145 failed (-1006) +[2025.05.26-10.31.11:535][319]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 146 failed (-1006) +[2025.05.26-10.31.11:548][320]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 147 failed (-1006) +[2025.05.26-10.31.11:563][321]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 148 failed (-1006) +[2025.05.26-10.31.11:577][322]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 149 failed (-1006) +[2025.05.26-10.31.11:591][323]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 150 failed (-1006) +[2025.05.26-10.31.11:604][324]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 151 failed (-1006) +[2025.05.26-10.31.11:618][325]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 152 failed (-1006) +[2025.05.26-10.31.11:632][326]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 153 failed (-1006) +[2025.05.26-10.31.11:646][327]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 154 failed (-1006) +[2025.05.26-10.31.11:660][328]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 155 failed (-1006) +[2025.05.26-10.31.11:674][329]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 156 failed (-1006) +[2025.05.26-10.31.11:688][330]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 157 failed (-1006) +[2025.05.26-10.31.11:701][331]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 158 failed (-1006) +[2025.05.26-10.31.11:715][332]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 159 failed (-1006) +[2025.05.26-10.31.11:730][333]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 160 failed (-1006) +[2025.05.26-10.31.11:743][334]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 161 failed (-1006) +[2025.05.26-10.31.11:757][335]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 162 failed (-1006) +[2025.05.26-10.31.11:771][336]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 163 failed (-1006) +[2025.05.26-10.31.11:785][337]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 164 failed (-1006) +[2025.05.26-10.31.11:799][338]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 165 failed (-1006) +[2025.05.26-10.31.11:813][339]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 166 failed (-1006) +[2025.05.26-10.31.11:826][340]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 167 failed (-1006) +[2025.05.26-10.31.11:840][341]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 168 failed (-1006) +[2025.05.26-10.31.11:846][341]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.05.26-10.31.11:855][342]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 169 failed (-1006) +[2025.05.26-10.31.11:868][343]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 170 failed (-1006) +[2025.05.26-10.31.11:882][344]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 171 failed (-1006) +[2025.05.26-10.31.11:895][345]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 172 failed (-1006) +[2025.05.26-10.31.11:910][346]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 173 failed (-1006) +[2025.05.26-10.31.11:924][347]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 174 failed (-1006) +[2025.05.26-10.31.11:937][348]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 175 failed (-1006) +[2025.05.26-10.31.11:951][349]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 176 failed (-1006) +[2025.05.26-10.31.11:965][350]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 177 failed (-1006) +[2025.05.26-10.31.11:979][351]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 178 failed (-1006) +[2025.05.26-10.31.11:992][352]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 179 failed (-1006) +[2025.05.26-10.31.12:007][353]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 180 failed (-1006) +[2025.05.26-10.31.12:021][354]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 181 failed (-1006) +[2025.05.26-10.31.12:036][355]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 182 failed (-1006) +[2025.05.26-10.31.12:050][356]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 183 failed (-1006) +[2025.05.26-10.31.12:056][356]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.05.26-10.31.12:064][357]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 184 failed (-1006) +[2025.05.26-10.31.12:077][358]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 185 failed (-1006) +[2025.05.26-10.31.12:092][359]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 186 failed (-1006) +[2025.05.26-10.31.12:106][360]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 187 failed (-1006) +[2025.05.26-10.31.12:120][361]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 188 failed (-1006) +[2025.05.26-10.31.12:135][362]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 189 failed (-1006) +[2025.05.26-10.31.12:148][363]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 190 failed (-1006) +[2025.05.26-10.31.12:163][364]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 191 failed (-1006) +[2025.05.26-10.31.12:176][365]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 192 failed (-1006) +[2025.05.26-10.31.12:191][366]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 193 failed (-1006) +[2025.05.26-10.31.12:204][367]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 194 failed (-1006) +[2025.05.26-10.31.12:218][368]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 195 failed (-1006) +[2025.05.26-10.31.12:232][369]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 196 failed (-1006) +[2025.05.26-10.31.12:246][370]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 197 failed (-1006) +[2025.05.26-10.31.12:260][371]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 198 failed (-1006) +[2025.05.26-10.31.12:274][372]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 199 failed (-1006) +[2025.05.26-10.31.12:287][373]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 200 failed (-1006) +[2025.05.26-10.31.12:302][374]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 201 failed (-1006) +[2025.05.26-10.31.12:315][375]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 202 failed (-1006) +[2025.05.26-10.31.12:329][376]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 203 failed (-1006) +[2025.05.26-10.31.12:342][377]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 204 failed (-1006) +[2025.05.26-10.31.12:356][378]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 205 failed (-1006) +[2025.05.26-10.31.12:371][379]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 206 failed (-1006) +[2025.05.26-10.31.12:376][379]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.05.26-10.31.12:385][380]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 207 failed (-1006) +[2025.05.26-10.31.12:399][381]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 208 failed (-1006) +[2025.05.26-10.31.12:413][382]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 209 failed (-1006) +[2025.05.26-10.31.12:426][383]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 210 failed (-1006) +[2025.05.26-10.31.12:441][384]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 211 failed (-1006) +[2025.05.26-10.31.12:454][385]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 212 failed (-1006) +[2025.05.26-10.31.12:467][386]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 213 failed (-1006) +[2025.05.26-10.31.12:482][387]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 214 failed (-1006) +[2025.05.26-10.31.12:496][388]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 215 failed (-1006) +[2025.05.26-10.31.12:510][389]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 216 failed (-1006) +[2025.05.26-10.31.12:523][390]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 217 failed (-1006) +[2025.05.26-10.31.12:538][391]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 218 failed (-1006) +[2025.05.26-10.31.12:552][392]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 219 failed (-1006) +[2025.05.26-10.31.12:565][393]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 220 failed (-1006) +[2025.05.26-10.31.12:579][394]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 221 failed (-1006) +[2025.05.26-10.31.12:592][395]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 222 failed (-1006) +[2025.05.26-10.31.12:599][395]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.05.26-10.31.12:607][396]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 223 failed (-1006) +[2025.05.26-10.31.12:621][397]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 224 failed (-1006) +[2025.05.26-10.31.12:635][398]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 225 failed (-1006) +[2025.05.26-10.31.12:649][399]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 226 failed (-1006) +[2025.05.26-10.31.12:663][400]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 227 failed (-1006) +[2025.05.26-10.31.12:677][401]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 228 failed (-1006) +[2025.05.26-10.31.12:690][402]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 229 failed (-1006) +[2025.05.26-10.31.12:704][403]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 230 failed (-1006) +[2025.05.26-10.31.12:719][404]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 231 failed (-1006) +[2025.05.26-10.31.12:732][405]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 232 failed (-1006) +[2025.05.26-10.31.12:746][406]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 233 failed (-1006) +[2025.05.26-10.31.12:760][407]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 234 failed (-1006) +[2025.05.26-10.31.12:774][408]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 235 failed (-1006) +[2025.05.26-10.31.12:788][409]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 236 failed (-1006) +[2025.05.26-10.31.12:802][410]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 237 failed (-1006) +[2025.05.26-10.31.12:816][411]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 238 failed (-1006) +[2025.05.26-10.31.12:830][412]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 239 failed (-1006) +[2025.05.26-10.31.12:844][413]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 240 failed (-1006) +[2025.05.26-10.31.12:859][414]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 241 failed (-1006) +[2025.05.26-10.31.12:872][415]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 242 failed (-1006) +[2025.05.26-10.31.12:887][416]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 243 failed (-1006) +[2025.05.26-10.31.12:900][417]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 244 failed (-1006) +[2025.05.26-10.31.12:915][418]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 245 failed (-1006) +[2025.05.26-10.31.12:929][419]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 246 failed (-1006) +[2025.05.26-10.31.12:943][420]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 247 failed (-1006) +[2025.05.26-10.31.12:956][421]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 248 failed (-1006) +[2025.05.26-10.31.12:970][422]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 249 failed (-1006) +[2025.05.26-10.31.12:985][423]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 250 failed (-1006) +[2025.05.26-10.31.12:998][424]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 251 failed (-1006) +[2025.05.26-10.31.13:012][425]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 252 failed (-1006) +[2025.05.26-10.31.13:026][426]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 253 failed (-1006) +[2025.05.26-10.31.13:041][427]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 254 failed (-1006) +[2025.05.26-10.31.13:054][428]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 255 failed (-1006) +[2025.05.26-10.31.13:068][429]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 256 failed (-1006) +[2025.05.26-10.31.13:082][430]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 257 failed (-1006) +[2025.05.26-10.31.13:096][431]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 258 failed (-1006) +[2025.05.26-10.31.13:110][432]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 259 failed (-1006) +[2025.05.26-10.31.13:124][433]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 260 failed (-1006) +[2025.05.26-10.31.13:139][434]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 261 failed (-1006) +[2025.05.26-10.31.13:152][435]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 262 failed (-1006) +[2025.05.26-10.31.13:166][436]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 263 failed (-1006) +[2025.05.26-10.31.13:181][437]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 264 failed (-1006) +[2025.05.26-10.31.13:186][437]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_0) +[2025.05.26-10.31.13:194][438]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 265 failed (-1006) +[2025.05.26-10.31.13:209][439]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 266 failed (-1006) +[2025.05.26-10.31.13:222][440]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 267 failed (-1006) +[2025.05.26-10.31.13:237][441]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 268 failed (-1006) +[2025.05.26-10.31.13:251][442]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 269 failed (-1006) +[2025.05.26-10.31.13:264][443]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 270 failed (-1006) +[2025.05.26-10.31.13:278][444]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 271 failed (-1006) +[2025.05.26-10.31.13:293][445]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 272 failed (-1006) +[2025.05.26-10.31.13:307][446]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 273 failed (-1006) +[2025.05.26-10.31.13:320][447]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 274 failed (-1006) +[2025.05.26-10.31.13:334][448]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 275 failed (-1006) +[2025.05.26-10.31.13:348][449]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 276 failed (-1006) +[2025.05.26-10.31.13:362][450]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 277 failed (-1006) +[2025.05.26-10.31.13:385][451]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 278 failed (-1006) +[2025.05.26-10.31.13:402][452]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 279 failed (-1006) +[2025.05.26-10.31.13:426][453]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 280 failed (-1006) +[2025.05.26-10.31.13:454][454]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 281 failed (-1006) +[2025.05.26-10.31.13:483][455]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 282 failed (-1006) +[2025.05.26-10.31.13:511][456]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 283 failed (-1006) +[2025.05.26-10.31.13:539][457]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 284 failed (-1006) +[2025.05.26-10.31.13:567][458]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 285 failed (-1006) +[2025.05.26-10.31.13:594][459]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 286 failed (-1006) +[2025.05.26-10.31.13:622][460]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 287 failed (-1006) +[2025.05.26-10.31.13:650][461]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 288 failed (-1006) +[2025.05.26-10.31.13:678][462]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 289 failed (-1006) +[2025.05.26-10.31.13:705][463]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 290 failed (-1006) +[2025.05.26-10.31.13:732][464]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 291 failed (-1006) +[2025.05.26-10.31.13:760][465]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 292 failed (-1006) +[2025.05.26-10.31.13:789][466]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 293 failed (-1006) +[2025.05.26-10.31.13:817][467]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 294 failed (-1006) +[2025.05.26-10.31.13:844][468]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 295 failed (-1006) +[2025.05.26-10.31.13:874][469]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 296 failed (-1006) +[2025.05.26-10.31.13:900][470]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 297 failed (-1006) +[2025.05.26-10.31.13:929][471]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 298 failed (-1006) +[2025.05.26-10.31.13:956][472]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 299 failed (-1006) +[2025.05.26-10.31.13:984][473]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 300 failed (-1006) +[2025.05.26-10.31.14:011][474]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 301 failed (-1006) +[2025.05.26-10.31.14:039][475]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 302 failed (-1006) +[2025.05.26-10.31.14:068][476]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 303 failed (-1006) +[2025.05.26-10.31.14:096][477]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 304 failed (-1006) +[2025.05.26-10.31.14:124][478]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 305 failed (-1006) +[2025.05.26-10.31.14:150][479]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 306 failed (-1006) +[2025.05.26-10.31.14:179][480]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 307 failed (-1006) +[2025.05.26-10.31.14:207][481]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 308 failed (-1006) +[2025.05.26-10.31.14:234][482]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 309 failed (-1006) +[2025.05.26-10.31.14:264][483]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 310 failed (-1006) +[2025.05.26-10.31.14:291][484]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 311 failed (-1006) +[2025.05.26-10.31.14:319][485]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 312 failed (-1006) +[2025.05.26-10.31.14:347][486]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 313 failed (-1006) +[2025.05.26-10.31.14:378][487]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 314 failed (-1006) +[2025.05.26-10.31.14:404][488]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 315 failed (-1006) +[2025.05.26-10.31.14:431][489]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 316 failed (-1006) +[2025.05.26-10.31.14:459][490]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 317 failed (-1006) +[2025.05.26-10.31.14:487][491]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 318 failed (-1006) +[2025.05.26-10.31.14:514][492]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 319 failed (-1006) +[2025.05.26-10.31.14:543][493]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 320 failed (-1006) +[2025.05.26-10.31.14:581][494]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 321 failed (-1006) +[2025.05.26-10.31.14:624][495]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 322 failed (-1006) +[2025.05.26-10.31.14:666][496]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 323 failed (-1006) +[2025.05.26-10.31.14:708][497]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 324 failed (-1006) +[2025.05.26-10.31.14:749][498]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 325 failed (-1006) +[2025.05.26-10.31.14:791][499]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 326 failed (-1006) +[2025.05.26-10.31.14:831][500]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 327 failed (-1006) +[2025.05.26-10.31.14:873][501]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 328 failed (-1006) +[2025.05.26-10.31.14:915][502]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 329 failed (-1006) +[2025.05.26-10.31.14:957][503]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 330 failed (-1006) +[2025.05.26-10.31.14:999][504]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 331 failed (-1006) +[2025.05.26-10.31.15:040][505]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 332 failed (-1006) +[2025.05.26-10.31.15:083][506]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 333 failed (-1006) +[2025.05.26-10.31.15:124][507]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 334 failed (-1006) +[2025.05.26-10.31.15:167][508]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 335 failed (-1006) +[2025.05.26-10.31.15:207][509]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 336 failed (-1006) +[2025.05.26-10.31.15:250][510]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 337 failed (-1006) +[2025.05.26-10.31.15:291][511]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 338 failed (-1006) +[2025.05.26-10.31.15:333][512]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 339 failed (-1006) +[2025.05.26-10.31.15:375][513]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 340 failed (-1006) +[2025.05.26-10.31.15:417][514]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 341 failed (-1006) +[2025.05.26-10.31.15:459][515]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 342 failed (-1006) +[2025.05.26-10.31.15:501][516]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 343 failed (-1006) +[2025.05.26-10.31.15:543][517]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 344 failed (-1006) +[2025.05.26-10.31.15:586][518]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 345 failed (-1006) +[2025.05.26-10.31.15:624][518]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 4663.070801 +[2025.05.26-10.31.15:626][519]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 346 failed (-1006) +[2025.05.26-10.31.15:667][520]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 347 failed (-1006) +[2025.05.26-10.31.15:711][521]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 348 failed (-1006) +[2025.05.26-10.31.15:752][522]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 349 failed (-1006) +[2025.05.26-10.31.15:793][523]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 350 failed (-1006) +[2025.05.26-10.31.15:835][524]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 351 failed (-1006) +[2025.05.26-10.31.15:874][524]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.05.26-10.31.15:874][524]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 4663.279297, Update Interval: 310.618622 +[2025.05.26-10.31.15:877][525]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 352 failed (-1006) +[2025.05.26-10.31.15:919][526]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 353 failed (-1006) +[2025.05.26-10.31.15:961][527]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 354 failed (-1006) +[2025.05.26-10.31.16:004][528]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 355 failed (-1006) +[2025.05.26-10.31.16:045][529]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 356 failed (-1006) +[2025.05.26-10.31.16:087][530]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 357 failed (-1006) +[2025.05.26-10.31.16:129][531]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 358 failed (-1006) +[2025.05.26-10.31.16:171][532]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 359 failed (-1006) +[2025.05.26-10.31.16:213][533]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 360 failed (-1006) +[2025.05.26-10.31.16:254][534]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 361 failed (-1006) +[2025.05.26-10.31.16:296][535]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 362 failed (-1006) +[2025.05.26-10.31.16:338][536]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 363 failed (-1006) +[2025.05.26-10.31.16:380][537]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 364 failed (-1006) +[2025.05.26-10.31.16:421][538]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 365 failed (-1006) +[2025.05.26-10.31.16:462][539]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 366 failed (-1006) +[2025.05.26-10.31.16:504][540]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 367 failed (-1006) +[2025.05.26-10.31.16:546][541]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 368 failed (-1006) +[2025.05.26-10.31.16:589][542]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 369 failed (-1006) +[2025.05.26-10.31.16:629][543]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 370 failed (-1006) +[2025.05.26-10.31.16:671][544]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 371 failed (-1006) +[2025.05.26-10.31.16:713][545]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 372 failed (-1006) +[2025.05.26-10.31.16:755][546]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 373 failed (-1006) +[2025.05.26-10.31.16:796][547]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 374 failed (-1006) +[2025.05.26-10.31.16:838][548]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 375 failed (-1006) +[2025.05.26-10.31.16:879][549]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 376 failed (-1006) +[2025.05.26-10.31.16:922][550]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 377 failed (-1006) +[2025.05.26-10.31.16:964][551]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 378 failed (-1006) +[2025.05.26-10.31.17:007][552]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 379 failed (-1006) +[2025.05.26-10.31.17:049][553]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 380 failed (-1006) +[2025.05.26-10.31.17:094][554]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 381 failed (-1006) +[2025.05.26-10.31.17:144][555]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 382 failed (-1006) +[2025.05.26-10.31.17:202][556]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 383 failed (-1006) +[2025.05.26-10.31.17:255][557]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 384 failed (-1006) +[2025.05.26-10.31.17:311][558]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 385 failed (-1006) +[2025.05.26-10.31.17:366][559]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 386 failed (-1006) +[2025.05.26-10.31.17:424][560]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 387 failed (-1006) +[2025.05.26-10.31.17:478][561]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 388 failed (-1006) +[2025.05.26-10.31.17:532][562]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 389 failed (-1006) +[2025.05.26-10.31.17:589][563]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 390 failed (-1006) +[2025.05.26-10.31.17:644][564]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 391 failed (-1006) +[2025.05.26-10.31.17:700][565]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 392 failed (-1006) +[2025.05.26-10.31.17:755][566]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 393 failed (-1006) +[2025.05.26-10.31.17:811][567]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 394 failed (-1006) +[2025.05.26-10.31.17:868][568]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 395 failed (-1006) +[2025.05.26-10.31.17:923][569]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 396 failed (-1006) +[2025.05.26-10.31.17:979][570]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 397 failed (-1006) +[2025.05.26-10.31.18:034][571]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 398 failed (-1006) +[2025.05.26-10.31.18:091][572]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 399 failed (-1006) +[2025.05.26-10.31.18:147][573]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 400 failed (-1006) +[2025.05.26-10.31.18:203][574]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 401 failed (-1006) +[2025.05.26-10.31.18:270][575]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 402 failed (-1006) +[2025.05.26-10.31.18:341][576]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 403 failed (-1006) +[2025.05.26-10.31.18:409][577]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 404 failed (-1006) +[2025.05.26-10.31.18:479][578]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 405 failed (-1006) +[2025.05.26-10.31.18:548][579]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 406 failed (-1006) +[2025.05.26-10.31.18:618][580]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 407 failed (-1006) +[2025.05.26-10.31.18:688][581]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 408 failed (-1006) +[2025.05.26-10.31.18:758][582]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 409 failed (-1006) +[2025.05.26-10.31.18:827][583]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 410 failed (-1006) +[2025.05.26-10.31.18:896][584]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 411 failed (-1006) +[2025.05.26-10.31.18:966][585]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 412 failed (-1006) +[2025.05.26-10.31.19:036][586]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 413 failed (-1006) +[2025.05.26-10.31.19:106][587]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 414 failed (-1006) +[2025.05.26-10.31.19:177][588]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 415 failed (-1006) +[2025.05.26-10.31.19:247][589]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 416 failed (-1006) +[2025.05.26-10.31.19:316][590]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 417 failed (-1006) +[2025.05.26-10.31.19:387][591]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 418 failed (-1006) +[2025.05.26-10.31.19:467][592]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 419 failed (-1006) +[2025.05.26-10.31.19:550][593]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 420 failed (-1006) +[2025.05.26-10.31.19:635][594]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 421 failed (-1006) +[2025.05.26-10.31.19:718][595]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 422 failed (-1006) +[2025.05.26-10.31.19:801][596]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 423 failed (-1006) +[2025.05.26-10.31.19:885][597]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 424 failed (-1006) +[2025.05.26-10.31.19:968][598]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 425 failed (-1006) +[2025.05.26-10.31.20:050][599]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 426 failed (-1006) +[2025.05.26-10.31.20:133][600]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 427 failed (-1006) +[2025.05.26-10.31.20:216][601]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 428 failed (-1006) +[2025.05.26-10.31.20:299][602]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 429 failed (-1006) +[2025.05.26-10.31.20:386][603]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 430 failed (-1006) +[2025.05.26-10.31.20:468][604]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 431 failed (-1006) +[2025.05.26-10.31.20:551][605]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 432 failed (-1006) +[2025.05.26-10.31.20:632][606]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 433 failed (-1006) +[2025.05.26-10.31.20:718][607]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 434 failed (-1006) +[2025.05.26-10.31.20:799][608]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 435 failed (-1006) +[2025.05.26-10.31.20:884][609]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 436 failed (-1006) +[2025.05.26-10.31.20:968][610]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 437 failed (-1006) +[2025.05.26-10.31.21:051][611]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 438 failed (-1006) +[2025.05.26-10.31.21:134][612]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 439 failed (-1006) +[2025.05.26-10.31.21:218][613]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 440 failed (-1006) +[2025.05.26-10.31.21:301][614]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 441 failed (-1006) +[2025.05.26-10.31.21:391][615]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 442 failed (-1006) +[2025.05.26-10.31.21:479][616]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 443 failed (-1006) +[2025.05.26-10.31.21:571][617]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 444 failed (-1006) +[2025.05.26-10.31.21:664][618]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 445 failed (-1006) +[2025.05.26-10.31.21:748][619]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 446 failed (-1006) +[2025.05.26-10.31.21:833][620]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 447 failed (-1006) +[2025.05.26-10.31.21:926][621]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 448 failed (-1006) +[2025.05.26-10.31.22:015][622]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 449 failed (-1006) +[2025.05.26-10.31.22:109][623]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 450 failed (-1006) +[2025.05.26-10.31.22:193][624]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 451 failed (-1006) +[2025.05.26-10.31.22:277][625]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 452 failed (-1006) +[2025.05.26-10.31.22:370][626]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 453 failed (-1006) +[2025.05.26-10.31.22:461][627]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 454 failed (-1006) +[2025.05.26-10.31.22:557][628]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 455 failed (-1006) +[2025.05.26-10.31.22:640][629]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 456 failed (-1006) +[2025.05.26-10.31.22:722][630]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 457 failed (-1006) +[2025.05.26-10.31.22:814][631]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 458 failed (-1006) +[2025.05.26-10.31.22:905][632]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 459 failed (-1006) +[2025.05.26-10.31.22:989][633]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 460 failed (-1006) +[2025.05.26-10.31.23:080][634]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 461 failed (-1006) +[2025.05.26-10.31.23:171][635]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 462 failed (-1006) +[2025.05.26-10.31.23:266][636]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 463 failed (-1006) +[2025.05.26-10.31.23:358][637]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 464 failed (-1006) +[2025.05.26-10.31.23:448][638]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 465 failed (-1006) +[2025.05.26-10.31.23:543][639]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 466 failed (-1006) +[2025.05.26-10.31.23:627][640]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 467 failed (-1006) +[2025.05.26-10.31.23:722][641]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 468 failed (-1006) +[2025.05.26-10.31.23:811][642]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 469 failed (-1006) +[2025.05.26-10.31.23:905][643]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 470 failed (-1006) +[2025.05.26-10.31.23:989][644]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 471 failed (-1006) +[2025.05.26-10.31.24:073][645]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 472 failed (-1006) +[2025.05.26-10.31.24:167][646]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 473 failed (-1006) +[2025.05.26-10.31.24:256][647]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 474 failed (-1006) +[2025.05.26-10.31.24:351][648]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 475 failed (-1006) +[2025.05.26-10.31.24:434][649]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 476 failed (-1006) +[2025.05.26-10.31.24:518][650]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 477 failed (-1006) +[2025.05.26-10.31.24:612][651]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 478 failed (-1006) +[2025.05.26-10.31.24:700][652]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 479 failed (-1006) +[2025.05.26-10.31.24:797][653]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 480 failed (-1006) +[2025.05.26-10.31.24:880][654]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 481 failed (-1006) +[2025.05.26-10.31.24:962][655]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 482 failed (-1006) +[2025.05.26-10.31.25:058][656]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 483 failed (-1006) +[2025.05.26-10.31.25:149][657]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 484 failed (-1006) +[2025.05.26-10.31.25:240][658]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 485 failed (-1006) +[2025.05.26-10.31.25:324][659]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 486 failed (-1006) +[2025.05.26-10.31.25:407][660]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 487 failed (-1006) +[2025.05.26-10.31.25:503][661]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 488 failed (-1006) +[2025.05.26-10.31.25:594][662]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 489 failed (-1006) +[2025.05.26-10.31.25:688][663]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 490 failed (-1006) +[2025.05.26-10.31.25:772][664]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 491 failed (-1006) +[2025.05.26-10.31.25:865][665]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 492 failed (-1006) +[2025.05.26-10.31.25:956][666]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 493 failed (-1006) +[2025.05.26-10.31.26:049][667]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 494 failed (-1006) +[2025.05.26-10.31.26:132][668]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 495 failed (-1006) +[2025.05.26-10.31.26:216][669]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 496 failed (-1006) +[2025.05.26-10.31.26:311][670]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 497 failed (-1006) +[2025.05.26-10.31.26:402][671]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 498 failed (-1006) +[2025.05.26-10.31.26:496][672]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 499 failed (-1006) +[2025.05.26-10.31.26:578][673]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 500 failed (-1006) +[2025.05.26-10.31.26:661][674]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 501 failed (-1006) +[2025.05.26-10.31.26:744][675]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 502 failed (-1006) +[2025.05.26-10.31.26:827][676]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 503 failed (-1006) +[2025.05.26-10.31.26:914][677]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 504 failed (-1006) +[2025.05.26-10.31.26:997][678]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 505 failed (-1006) +[2025.05.26-10.31.27:089][679]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 506 failed (-1006) +[2025.05.26-10.31.27:180][680]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 507 failed (-1006) +[2025.05.26-10.31.27:274][681]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 508 failed (-1006) +[2025.05.26-10.31.27:358][682]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 509 failed (-1006) +[2025.05.26-10.31.27:452][683]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 510 failed (-1006) +[2025.05.26-10.31.27:541][684]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 511 failed (-1006) +[2025.05.26-10.31.27:637][685]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 512 failed (-1006) +[2025.05.26-10.31.27:719][686]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 513 failed (-1006) +[2025.05.26-10.31.27:804][687]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 514 failed (-1006) +[2025.05.26-10.31.27:896][688]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 515 failed (-1006) +[2025.05.26-10.31.27:987][689]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 516 failed (-1006) +[2025.05.26-10.31.28:081][690]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 517 failed (-1006) +[2025.05.26-10.31.28:165][691]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 518 failed (-1006) +[2025.05.26-10.31.28:249][692]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 519 failed (-1006) +[2025.05.26-10.31.28:342][693]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 520 failed (-1006) +[2025.05.26-10.31.28:431][694]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 521 failed (-1006) +[2025.05.26-10.31.28:528][695]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 522 failed (-1006) +[2025.05.26-10.31.28:612][696]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 523 failed (-1006) +[2025.05.26-10.31.28:702][697]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 524 failed (-1006) +[2025.05.26-10.31.28:795][698]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 525 failed (-1006) +[2025.05.26-10.31.28:889][699]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 526 failed (-1006) +[2025.05.26-10.31.28:973][700]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 527 failed (-1006) +[2025.05.26-10.31.29:056][701]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 528 failed (-1006) +[2025.05.26-10.31.29:150][702]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 529 failed (-1006) +[2025.05.26-10.31.29:240][703]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 530 failed (-1006) +[2025.05.26-10.31.29:339][704]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 531 failed (-1006) +[2025.05.26-10.31.29:419][705]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 532 failed (-1006) +[2025.05.26-10.31.29:516][706]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 533 failed (-1006) +[2025.05.26-10.31.29:604][707]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 534 failed (-1006) +[2025.05.26-10.31.29:697][708]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 535 failed (-1006) +[2025.05.26-10.31.29:781][709]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 536 failed (-1006) +[2025.05.26-10.31.29:864][710]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 537 failed (-1006) +[2025.05.26-10.31.29:958][711]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 538 failed (-1006) +[2025.05.26-10.31.30:049][712]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 539 failed (-1006) +[2025.05.26-10.31.30:143][713]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 540 failed (-1006) +[2025.05.26-10.31.30:226][714]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 541 failed (-1006) +[2025.05.26-10.31.30:308][715]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 542 failed (-1006) +[2025.05.26-10.31.30:393][716]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 543 failed (-1006) +[2025.05.26-10.31.30:486][717]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 544 failed (-1006) +[2025.05.26-10.31.30:576][718]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 545 failed (-1006) +[2025.05.26-10.31.30:672][719]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 546 failed (-1006) +[2025.05.26-10.31.30:755][720]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 547 failed (-1006) +[2025.05.26-10.31.30:837][721]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 548 failed (-1006) +[2025.05.26-10.31.30:921][722]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 549 failed (-1006) +[2025.05.26-10.31.31:008][723]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 550 failed (-1006) +[2025.05.26-10.31.31:102][724]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 551 failed (-1006) +[2025.05.26-10.31.31:186][725]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 552 failed (-1006) +[2025.05.26-10.31.31:268][726]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 553 failed (-1006) +[2025.05.26-10.31.31:352][727]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 554 failed (-1006) +[2025.05.26-10.31.31:436][728]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 555 failed (-1006) +[2025.05.26-10.31.31:519][729]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 556 failed (-1006) +[2025.05.26-10.31.31:607][730]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 557 failed (-1006) +[2025.05.26-10.31.31:701][731]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 558 failed (-1006) +[2025.05.26-10.31.31:785][732]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 559 failed (-1006) +[2025.05.26-10.31.31:869][733]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 560 failed (-1006) +[2025.05.26-10.31.31:961][734]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=13168905068999 +[2025.05.26-10.31.31:961][734]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.31.31:961][734]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=13168905102499 +[2025.05.26-10.31.31:961][734]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.31:961][734]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.31:961][734]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.31:961][734]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 562 outside of frame bounds +[2025.05.26-10.31.31:964][734]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 561 failed (-1006) +[2025.05.26-10.31.31:969][735]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.31:969][735]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.31:969][735]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 563 outside of frame bounds +[2025.05.26-10.31.31:972][735]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 562 outside of frame bounds +[2025.05.26-10.31.31:973][735]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.31:973][735]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 562 failed (-1000) +[2025.05.26-10.31.31:979][735]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 562 failed (-1006) +[2025.05.26-10.31.31:981][736]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.31:981][736]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.31:981][736]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 564 outside of frame bounds +[2025.05.26-10.31.31:986][736]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 563 outside of frame bounds +[2025.05.26-10.31.31:986][736]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.31:986][736]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 563 failed (-1000) +[2025.05.26-10.31.31:993][736]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 563 failed (-1006) +[2025.05.26-10.31.31:994][737]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.31:994][737]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.31:994][737]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 565 outside of frame bounds +[2025.05.26-10.31.31:999][737]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 564 outside of frame bounds +[2025.05.26-10.31.32:000][737]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:000][737]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 564 failed (-1000) +[2025.05.26-10.31.32:006][738]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 564 failed (-1006) +[2025.05.26-10.31.32:006][738]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 565 outside of frame bounds +[2025.05.26-10.31.32:006][738]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:006][738]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:006][738]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 566 outside of frame bounds +[2025.05.26-10.31.32:014][738]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:014][738]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 565 failed (-1000) +[2025.05.26-10.31.32:020][739]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 565 failed (-1006) +[2025.05.26-10.31.32:020][739]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:020][739]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:021][739]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 566 outside of frame bounds +[2025.05.26-10.31.32:021][739]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 567 outside of frame bounds +[2025.05.26-10.31.32:028][739]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:028][739]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 566 failed (-1000) +[2025.05.26-10.31.32:034][740]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:034][740]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:034][740]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 568 outside of frame bounds +[2025.05.26-10.31.32:034][740]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 566 failed (-1006) +[2025.05.26-10.31.32:034][740]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 567 outside of frame bounds +[2025.05.26-10.31.32:042][740]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:042][740]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 567 failed (-1000) +[2025.05.26-10.31.32:048][741]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 567 failed (-1006) +[2025.05.26-10.31.32:048][741]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:048][741]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:048][741]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 569 outside of frame bounds +[2025.05.26-10.31.32:056][741]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 568 outside of frame bounds +[2025.05.26-10.31.32:056][741]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:056][741]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 568 failed (-1000) +[2025.05.26-10.31.32:061][742]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:061][742]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:061][742]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 570 outside of frame bounds +[2025.05.26-10.31.32:061][742]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 568 failed (-1006) +[2025.05.26-10.31.32:063][742]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 569 outside of frame bounds +[2025.05.26-10.31.32:070][742]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:070][742]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 569 failed (-1000) +[2025.05.26-10.31.32:075][743]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:075][743]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:075][743]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 571 outside of frame bounds +[2025.05.26-10.31.32:076][743]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 569 failed (-1006) +[2025.05.26-10.31.32:076][743]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 570 outside of frame bounds +[2025.05.26-10.31.32:083][743]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:083][743]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 570 failed (-1000) +[2025.05.26-10.31.32:090][744]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:090][744]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:090][744]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 572 outside of frame bounds +[2025.05.26-10.31.32:090][744]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 570 failed (-1006) +[2025.05.26-10.31.32:090][744]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 571 outside of frame bounds +[2025.05.26-10.31.32:097][744]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:097][744]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 571 failed (-1000) +[2025.05.26-10.31.32:103][745]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:103][745]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:103][745]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 573 outside of frame bounds +[2025.05.26-10.31.32:103][745]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 571 failed (-1006) +[2025.05.26-10.31.32:104][745]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 572 outside of frame bounds +[2025.05.26-10.31.32:111][745]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:111][745]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 572 failed (-1000) +[2025.05.26-10.31.32:116][746]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:116][746]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:116][746]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 574 outside of frame bounds +[2025.05.26-10.31.32:118][746]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 572 failed (-1006) +[2025.05.26-10.31.32:118][746]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 573 outside of frame bounds +[2025.05.26-10.31.32:125][746]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:125][746]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 573 failed (-1000) +[2025.05.26-10.31.32:131][747]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:131][747]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:131][747]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 575 outside of frame bounds +[2025.05.26-10.31.32:132][747]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 573 failed (-1006) +[2025.05.26-10.31.32:132][747]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 574 outside of frame bounds +[2025.05.26-10.31.32:139][747]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:139][747]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 574 failed (-1000) +[2025.05.26-10.31.32:144][748]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:144][748]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:144][748]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 576 outside of frame bounds +[2025.05.26-10.31.32:146][748]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 574 failed (-1006) +[2025.05.26-10.31.32:146][748]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 575 outside of frame bounds +[2025.05.26-10.31.32:153][748]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:153][748]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 575 failed (-1000) +[2025.05.26-10.31.32:158][749]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:158][749]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:158][749]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 577 outside of frame bounds +[2025.05.26-10.31.32:160][749]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 575 failed (-1006) +[2025.05.26-10.31.32:160][749]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 576 outside of frame bounds +[2025.05.26-10.31.32:166][749]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:167][749]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 576 failed (-1000) +[2025.05.26-10.31.32:172][750]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:172][750]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:172][750]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 578 outside of frame bounds +[2025.05.26-10.31.32:172][750]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 576 failed (-1006) +[2025.05.26-10.31.32:174][750]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 577 outside of frame bounds +[2025.05.26-10.31.32:181][750]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:181][750]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 577 failed (-1000) +[2025.05.26-10.31.32:187][751]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:187][751]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:187][751]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 579 outside of frame bounds +[2025.05.26-10.31.32:187][751]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 577 failed (-1006) +[2025.05.26-10.31.32:187][751]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 578 outside of frame bounds +[2025.05.26-10.31.32:195][751]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:195][751]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 578 failed (-1000) +[2025.05.26-10.31.32:201][752]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:201][752]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:201][752]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 580 outside of frame bounds +[2025.05.26-10.31.32:201][752]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 578 failed (-1006) +[2025.05.26-10.31.32:202][752]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 579 outside of frame bounds +[2025.05.26-10.31.32:209][752]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:209][752]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 579 failed (-1000) +[2025.05.26-10.31.32:214][753]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:214][753]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:214][753]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 581 outside of frame bounds +[2025.05.26-10.31.32:215][753]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 579 failed (-1006) +[2025.05.26-10.31.32:215][753]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 580 outside of frame bounds +[2025.05.26-10.31.32:222][753]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:222][753]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 580 failed (-1000) +[2025.05.26-10.31.32:229][754]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:229][754]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:229][754]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 582 outside of frame bounds +[2025.05.26-10.31.32:229][754]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 580 failed (-1006) +[2025.05.26-10.31.32:229][754]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 581 outside of frame bounds +[2025.05.26-10.31.32:236][754]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:236][754]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 581 failed (-1000) +[2025.05.26-10.31.32:243][755]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:243][755]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:243][755]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 583 outside of frame bounds +[2025.05.26-10.31.32:243][755]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 581 failed (-1006) +[2025.05.26-10.31.32:243][755]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 582 outside of frame bounds +[2025.05.26-10.31.32:250][755]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:250][755]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 582 failed (-1000) +[2025.05.26-10.31.32:256][756]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:256][756]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:256][756]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 584 outside of frame bounds +[2025.05.26-10.31.32:256][756]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 582 failed (-1006) +[2025.05.26-10.31.32:256][756]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 583 outside of frame bounds +[2025.05.26-10.31.32:264][756]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:264][756]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 583 failed (-1000) +[2025.05.26-10.31.32:270][757]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:270][757]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:270][757]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 585 outside of frame bounds +[2025.05.26-10.31.32:271][757]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 583 failed (-1006) +[2025.05.26-10.31.32:271][757]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 584 outside of frame bounds +[2025.05.26-10.31.32:278][757]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:278][757]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 584 failed (-1000) +[2025.05.26-10.31.32:283][758]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:283][758]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:283][758]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 586 outside of frame bounds +[2025.05.26-10.31.32:284][758]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 584 failed (-1006) +[2025.05.26-10.31.32:284][758]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 585 outside of frame bounds +[2025.05.26-10.31.32:291][758]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:291][758]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 585 failed (-1000) +[2025.05.26-10.31.32:297][759]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:297][759]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:297][759]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 587 outside of frame bounds +[2025.05.26-10.31.32:298][759]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 585 failed (-1006) +[2025.05.26-10.31.32:298][759]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 586 outside of frame bounds +[2025.05.26-10.31.32:305][759]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:305][759]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 586 failed (-1000) +[2025.05.26-10.31.32:312][760]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:312][760]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 586 failed (-1006) +[2025.05.26-10.31.32:312][760]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:312][760]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 588 outside of frame bounds +[2025.05.26-10.31.32:312][760]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 587 outside of frame bounds +[2025.05.26-10.31.32:320][760]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:320][760]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 587 failed (-1000) +[2025.05.26-10.31.32:326][761]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 587 failed (-1006) +[2025.05.26-10.31.32:326][761]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 588 outside of frame bounds +[2025.05.26-10.31.32:326][761]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:326][761]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:326][761]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 589 outside of frame bounds +[2025.05.26-10.31.32:333][761]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:333][761]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 588 failed (-1000) +[2025.05.26-10.31.32:339][762]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:339][762]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:339][762]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 590 outside of frame bounds +[2025.05.26-10.31.32:339][762]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 588 failed (-1006) +[2025.05.26-10.31.32:340][762]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 589 outside of frame bounds +[2025.05.26-10.31.32:347][762]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:347][762]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 589 failed (-1000) +[2025.05.26-10.31.32:353][763]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:353][763]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:353][763]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 591 outside of frame bounds +[2025.05.26-10.31.32:354][763]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 589 failed (-1006) +[2025.05.26-10.31.32:354][763]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 590 outside of frame bounds +[2025.05.26-10.31.32:361][763]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:361][763]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 590 failed (-1000) +[2025.05.26-10.31.32:367][764]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:367][764]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:368][764]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 592 outside of frame bounds +[2025.05.26-10.31.32:368][764]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 590 failed (-1006) +[2025.05.26-10.31.32:368][764]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 591 outside of frame bounds +[2025.05.26-10.31.32:375][764]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:375][764]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 591 failed (-1000) +[2025.05.26-10.31.32:382][765]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 591 failed (-1006) +[2025.05.26-10.31.32:382][765]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:382][765]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:382][765]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 593 outside of frame bounds +[2025.05.26-10.31.32:382][765]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 592 outside of frame bounds +[2025.05.26-10.31.32:389][765]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:389][765]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 592 failed (-1000) +[2025.05.26-10.31.32:395][766]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:395][766]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:395][766]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 594 outside of frame bounds +[2025.05.26-10.31.32:395][766]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 592 failed (-1006) +[2025.05.26-10.31.32:396][766]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 593 outside of frame bounds +[2025.05.26-10.31.32:403][766]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:403][766]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 593 failed (-1000) +[2025.05.26-10.31.32:408][767]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:408][767]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:408][767]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 595 outside of frame bounds +[2025.05.26-10.31.32:409][767]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 593 failed (-1006) +[2025.05.26-10.31.32:409][767]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 594 outside of frame bounds +[2025.05.26-10.31.32:417][767]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:417][767]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 594 failed (-1000) +[2025.05.26-10.31.32:422][768]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:422][768]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:422][768]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 596 outside of frame bounds +[2025.05.26-10.31.32:422][768]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 594 failed (-1006) +[2025.05.26-10.31.32:424][768]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 595 outside of frame bounds +[2025.05.26-10.31.32:431][768]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:431][768]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 595 failed (-1000) +[2025.05.26-10.31.32:436][769]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:436][769]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:436][769]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 597 outside of frame bounds +[2025.05.26-10.31.32:437][769]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 595 failed (-1006) +[2025.05.26-10.31.32:437][769]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 596 outside of frame bounds +[2025.05.26-10.31.32:445][769]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:445][769]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 596 failed (-1000) +[2025.05.26-10.31.32:450][770]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 596 failed (-1006) +[2025.05.26-10.31.32:452][770]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 597 outside of frame bounds +[2025.05.26-10.31.32:452][770]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:452][770]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:452][770]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 598 outside of frame bounds +[2025.05.26-10.31.32:459][770]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:459][770]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 597 failed (-1000) +[2025.05.26-10.31.32:464][771]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:464][771]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:464][771]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 597 failed (-1006) +[2025.05.26-10.31.32:464][771]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 599 outside of frame bounds +[2025.05.26-10.31.32:464][771]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 598 outside of frame bounds +[2025.05.26-10.31.32:472][771]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:472][771]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 598 failed (-1000) +[2025.05.26-10.31.32:479][772]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 598 failed (-1006) +[2025.05.26-10.31.32:479][772]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:479][772]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:479][772]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 600 outside of frame bounds +[2025.05.26-10.31.32:479][772]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 599 outside of frame bounds +[2025.05.26-10.31.32:487][772]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:487][772]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 599 failed (-1000) +[2025.05.26-10.31.32:492][773]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:492][773]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:492][773]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 601 outside of frame bounds +[2025.05.26-10.31.32:492][773]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 599 failed (-1006) +[2025.05.26-10.31.32:492][773]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 600 outside of frame bounds +[2025.05.26-10.31.32:500][773]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:500][773]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 600 failed (-1000) +[2025.05.26-10.31.32:506][774]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:506][774]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:506][774]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 602 outside of frame bounds +[2025.05.26-10.31.32:506][774]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 600 failed (-1006) +[2025.05.26-10.31.32:507][774]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 601 outside of frame bounds +[2025.05.26-10.31.32:514][774]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:514][774]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 601 failed (-1000) +[2025.05.26-10.31.32:520][775]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:520][775]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:520][775]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 603 outside of frame bounds +[2025.05.26-10.31.32:521][775]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 601 failed (-1006) +[2025.05.26-10.31.32:521][775]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 602 outside of frame bounds +[2025.05.26-10.31.32:528][775]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:528][775]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 602 failed (-1000) +[2025.05.26-10.31.32:534][776]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:534][776]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:534][776]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 604 outside of frame bounds +[2025.05.26-10.31.32:534][776]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 602 failed (-1006) +[2025.05.26-10.31.32:535][776]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 603 outside of frame bounds +[2025.05.26-10.31.32:542][776]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:542][776]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 603 failed (-1000) +[2025.05.26-10.31.32:548][777]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:548][777]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:548][777]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 605 outside of frame bounds +[2025.05.26-10.31.32:548][777]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 603 failed (-1006) +[2025.05.26-10.31.32:549][777]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 604 outside of frame bounds +[2025.05.26-10.31.32:556][777]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:556][777]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 604 failed (-1000) +[2025.05.26-10.31.32:562][778]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:562][778]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:562][778]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 606 outside of frame bounds +[2025.05.26-10.31.32:562][778]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 604 failed (-1006) +[2025.05.26-10.31.32:562][778]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 605 outside of frame bounds +[2025.05.26-10.31.32:569][778]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:569][778]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 605 failed (-1000) +[2025.05.26-10.31.32:575][779]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:575][779]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:575][779]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 607 outside of frame bounds +[2025.05.26-10.31.32:576][779]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 605 failed (-1006) +[2025.05.26-10.31.32:576][779]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 606 outside of frame bounds +[2025.05.26-10.31.32:583][779]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:583][779]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 606 failed (-1000) +[2025.05.26-10.31.32:590][780]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:590][780]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:590][780]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 608 outside of frame bounds +[2025.05.26-10.31.32:590][780]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 606 failed (-1006) +[2025.05.26-10.31.32:591][780]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 607 outside of frame bounds +[2025.05.26-10.31.32:598][780]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:598][780]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 607 failed (-1000) +[2025.05.26-10.31.32:603][781]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:604][781]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:604][781]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 609 outside of frame bounds +[2025.05.26-10.31.32:604][781]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 607 failed (-1006) +[2025.05.26-10.31.32:604][781]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 608 outside of frame bounds +[2025.05.26-10.31.32:612][781]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:612][781]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 608 failed (-1000) +[2025.05.26-10.31.32:618][782]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 608 failed (-1006) +[2025.05.26-10.31.32:618][782]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 609 outside of frame bounds +[2025.05.26-10.31.32:618][782]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:618][782]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:618][782]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 610 outside of frame bounds +[2025.05.26-10.31.32:625][782]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:625][782]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 609 failed (-1000) +[2025.05.26-10.31.32:631][783]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:631][783]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:631][783]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 611 outside of frame bounds +[2025.05.26-10.31.32:631][783]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 609 failed (-1006) +[2025.05.26-10.31.32:631][783]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 610 outside of frame bounds +[2025.05.26-10.31.32:639][783]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:639][783]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 610 failed (-1000) +[2025.05.26-10.31.32:645][784]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:645][784]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:645][784]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 612 outside of frame bounds +[2025.05.26-10.31.32:645][784]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 610 failed (-1006) +[2025.05.26-10.31.32:646][784]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 611 outside of frame bounds +[2025.05.26-10.31.32:653][784]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:653][784]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 611 failed (-1000) +[2025.05.26-10.31.32:659][785]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:659][785]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:659][785]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 613 outside of frame bounds +[2025.05.26-10.31.32:659][785]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 611 failed (-1006) +[2025.05.26-10.31.32:659][785]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 612 outside of frame bounds +[2025.05.26-10.31.32:667][785]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:667][785]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 612 failed (-1000) +[2025.05.26-10.31.32:673][786]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:673][786]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:673][786]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 614 outside of frame bounds +[2025.05.26-10.31.32:673][786]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 612 failed (-1006) +[2025.05.26-10.31.32:673][786]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 613 outside of frame bounds +[2025.05.26-10.31.32:680][786]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:681][786]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 613 failed (-1000) +[2025.05.26-10.31.32:686][787]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:686][787]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:686][787]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 615 outside of frame bounds +[2025.05.26-10.31.32:687][787]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 613 failed (-1006) +[2025.05.26-10.31.32:687][787]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 614 outside of frame bounds +[2025.05.26-10.31.32:694][787]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:695][787]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 614 failed (-1000) +[2025.05.26-10.31.32:700][788]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:700][788]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:700][788]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 616 outside of frame bounds +[2025.05.26-10.31.32:700][788]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 614 failed (-1006) +[2025.05.26-10.31.32:702][788]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 615 outside of frame bounds +[2025.05.26-10.31.32:708][788]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:708][788]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 615 failed (-1000) +[2025.05.26-10.31.32:714][789]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:715][789]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:715][789]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 617 outside of frame bounds +[2025.05.26-10.31.32:715][789]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 615 failed (-1006) +[2025.05.26-10.31.32:715][789]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 616 outside of frame bounds +[2025.05.26-10.31.32:722][789]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:722][789]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 616 failed (-1000) +[2025.05.26-10.31.32:728][790]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:729][790]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:729][790]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 618 outside of frame bounds +[2025.05.26-10.31.32:729][790]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 616 failed (-1006) +[2025.05.26-10.31.32:729][790]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 617 outside of frame bounds +[2025.05.26-10.31.32:736][790]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:736][790]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 617 failed (-1000) +[2025.05.26-10.31.32:742][791]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:742][791]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:742][791]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 619 outside of frame bounds +[2025.05.26-10.31.32:742][791]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 617 failed (-1006) +[2025.05.26-10.31.32:742][791]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 618 outside of frame bounds +[2025.05.26-10.31.32:750][791]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:750][791]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 618 failed (-1000) +[2025.05.26-10.31.32:757][792]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:757][792]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:757][792]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 620 outside of frame bounds +[2025.05.26-10.31.32:757][792]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 618 failed (-1006) +[2025.05.26-10.31.32:757][792]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 619 outside of frame bounds +[2025.05.26-10.31.32:764][792]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:764][792]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 619 failed (-1000) +[2025.05.26-10.31.32:770][793]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:770][793]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:770][793]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 621 outside of frame bounds +[2025.05.26-10.31.32:770][793]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 619 failed (-1006) +[2025.05.26-10.31.32:771][793]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 620 outside of frame bounds +[2025.05.26-10.31.32:778][793]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:778][793]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 620 failed (-1000) +[2025.05.26-10.31.32:784][794]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:784][794]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:784][794]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 622 outside of frame bounds +[2025.05.26-10.31.32:784][794]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 620 failed (-1006) +[2025.05.26-10.31.32:785][794]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 621 outside of frame bounds +[2025.05.26-10.31.32:791][794]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:791][794]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 621 failed (-1000) +[2025.05.26-10.31.32:798][794]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 621 failed (-1006) +[2025.05.26-10.31.32:801][795]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.32:801][795]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.32:801][795]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 623 outside of frame bounds +[2025.05.26-10.31.32:805][795]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 622 outside of frame bounds +[2025.05.26-10.31.32:806][795]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:806][795]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 622 failed (-1000) +[2025.05.26-10.31.32:812][795]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().EndFrame4 622 failed (-1006) +[2025.05.26-10.31.32:812][795]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 623 outside of frame bounds +[2025.05.26-10.31.32:819][795]LogOVRPlugin: CompositorOpenXR::BeginFrame() failed - !m_waitFrameCalled +[2025.05.26-10.31.32:819][795]LogHMD: Error: FOculusXRHMDModule::GetPluginWrapper().BeginFrame4 623 failed (-1000) +[2025.05.26-10.31.32:846][795]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.31.32:846][795]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.31.32:876][795]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM5) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.05.26-10.31.32:917][795]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.31.32:918][795]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.31.32:922][795]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.31.32:932][795]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.31.32:957][795]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 34 +[2025.05.26-10.31.32:958][795]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=34 +[2025.05.26-10.31.32:960][795]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=34 +[2025.05.26-10.31.32:969][795]LogSlate: Slate User Unregistered. User Index 8 +[2025.05.26-10.31.32:969][795]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.05.26-10.31.32:971][795]LogUObjectHash: Compacting FUObjectHashTables data took 1.75ms +[2025.05.26-10.31.33:012][796]LogPlayLevel: Display: Destroying online subsystem :Context_74 +[2025.05.26-10.31.33:013][796]LogHMD: Warning: Destroying layer 1 +[2025.05.26-10.31.33:013][796]LogHMD: Warning: Destroying layer 2 +[2025.05.26-10.31.33:013][796]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13168905205800 +[2025.05.26-10.31.33:013][796]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.31.33:013][796]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.05.26-10.31.33:131][796]LogOVRPlugin: m_xrSession destroyed +[2025.05.26-10.31.33:138][796]LogOVRPlugin: m_xrInstance destroyed +[2025.05.26-10.32.10:697][907]LogUObjectHash: Compacting FUObjectHashTables data took 1.67ms +[2025.05.26-10.32.34:066][113]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.05.26-10.32.34:074][113]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-10.32.34:074][113]LogHMD: Initializing OVRPlugin session +[2025.05.26-10.32.34:074][113]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.05.26-10.32.34:074][113]LogOVRPlugin: Error: Device required (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:260) +[2025.05.26-10.32.34:074][113]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.05.26-10.32.34:074][113]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Available Extensions: (72) +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_FB_passthrough SpecVersion=4 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_META_passthrough_layer_resumed_event SpecVersion=1 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_FB_triangle_mesh SpecVersion=2 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_META_passthrough_color_lut SpecVersion=1 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_META_passthrough_preferences SpecVersion=1 +[2025.05.26-10.32.34:185][113]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.05.26-10.32.34:186][113]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.05.26-10.32.34:210][113]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.05.26-10.32.34:210][113]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.109.0 +[2025.05.26-10.32.34:211][113]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.05.26-10.32.34:386][113]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.05.26-10.32.34:386][113]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.05.26-10.32.34:386][113]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.05.26-10.32.34:386][113]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.05.26-10.32.34:386][113]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.05.26-10.32.34:386][113]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.05.26-10.32.34:386][113]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.05.26-10.32.34:386][113]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.05.26-10.32.34:386][113]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.05.26-10.32.34:386][113]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.05.26-10.32.34:386][113]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.05.26-10.32.34:386][113]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.32.34:386][113]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.32.34:386][113]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.05.26-10.32.34:386][113]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.05.26-10.32.34:386][113]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.05.26-10.32.34:386][113]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.05.26-10.32.34:386][113]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.05.26-10.32.34:386][113]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.05.26-10.32.34:387][113]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.05.26-10.32.34:387][113]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.05.26-10.32.34:387][113]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.05.26-10.32.34:387][113]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.05.26-10.32.34:387][113]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.05.26-10.32.34:664][113]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=13231365656799 +[2025.05.26-10.32.34:665][113]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.32.34:665][113]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=13231365689999 +[2025.05.26-10.32.34:665][113]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.32.34:665][113]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.05.26-10.32.34:668][113]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.05.26-10.32.34:668][113]LogOVRPlugin: ... m_textureStages[0][0] = 000001C3FA50DB60 +[2025.05.26-10.32.34:668][113]LogOVRPlugin: ... m_textureStages[0][1] = 000001C3FA50E3A0 +[2025.05.26-10.32.34:668][113]LogOVRPlugin: ... m_textureStages[0][2] = 000001C3FA50D5E0 +[2025.05.26-10.32.34:671][113]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.05.26-10.32.34:671][113]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001C3FA50C560 +[2025.05.26-10.32.34:671][113]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001C3FA50CAE0 +[2025.05.26-10.32.34:671][113]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001C3FA50E0E0 +[2025.05.26-10.32.34:671][113]LogHMD: Allocating Oculus 3648 x 1872 rendertarget swapchain +[2025.05.26-10.32.34:671][113]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.05.26-10.32.34:671][113]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.32.34:676][113]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005723s) +[2025.05.26-10.32.34:677][113]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005760s) +[2025.05.26-10.32.34:705][113]LogUObjectHash: Compacting FUObjectHashTables data took 1.98ms +[2025.05.26-10.32.34:709][113]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.32.34:711][113]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.32.34:712][113]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.32.34:713][113]LogPlayLevel: PIE: World Init took: (0.001863s) +[2025.05.26-10.32.34:714][113]LogAudio: Display: Creating Audio Device: Id: 35, Scope: Unique, Realtime: True +[2025.05.26-10.32.34:715][113]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.32.34:715][113]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.32.34:715][113]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.32.34:715][113]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.32.34:715][113]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.32.34:715][113]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.32.34:715][113]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.32.34:715][113]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.32.34:715][113]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.32.34:715][113]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.32.34:715][113]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.32.34:717][113]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.32.34:763][113]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.32.34:763][113]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.32.34:763][113]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.32.34:763][113]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.32.34:764][113]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=35 +[2025.05.26-10.32.34:764][113]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=35 +[2025.05.26-10.32.34:767][113]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=35 +[2025.05.26-10.32.34:767][113]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=35 +[2025.05.26-10.32.34:767][113]LogInit: FAudioDevice initialized with ID 35. +[2025.05.26-10.32.34:767][113]LogAudio: Display: Audio Device (ID: 35) registered with world 'VRTemplateMap'. +[2025.05.26-10.32.34:767][113]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 35 +[2025.05.26-10.32.34:786][113]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.32.34:786][113]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.05.26-10.32.34:786][113]LogHMD: Collecting Telemetry Data +[2025.05.26-10.32.34:817][113]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.32.34:820][113]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.32.34 +[2025.05.26-10.32.34:821][113]LogWorld: Bringing up level for play took: 0.003880 +[2025.05.26-10.32.34:825][113]LogOnline: OSS: Created online subsystem instance for: :Context_75 +[2025.05.26-10.32.34:828][113]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.05.26-10.32.34:830][113]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.05.26-10.32.34:854][113]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.32.34:856][113]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.05.26-10.32.34:866][113]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.32.34:868][113]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.05.26-10.32.34:877][113]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.05.26-10.32.34:884][113]PIE: Server logged in +[2025.05.26-10.32.34:888][113]PIE: Play in editor total start time 0,814 seconds. +[2025.05.26-10.32.34:889][113]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.05.26-10.32.34:909][113]LogHMD: Allocating Oculus 3648 x 1872 depth rendertarget swapchain +[2025.05.26-10.32.34:932][114]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=13231876142800 +[2025.05.26-10.32.34:932][114]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.32.34:952][115]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer +[2025.05.26-10.32.34:977][115]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages +[2025.05.26-10.32.34:977][115]LogOVRPlugin: ... m_textureStages[0][0] = 000001C35894C660 +[2025.05.26-10.32.34:977][115]LogOVRPlugin: ... m_textureStages[0][1] = 000001C358913DA0 +[2025.05.26-10.32.34:977][116]LogOVRPlugin: ... m_textureStages[0][2] = 000001C3589166E0 +[2025.05.26-10.32.35:679][166]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=13232622688100 +[2025.05.26-10.32.35:679][166]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.32.35:679][166]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=13232622766800 +[2025.05.26-10.32.35:679][166]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.05.26-10.32.35:691][167]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.05.26-10.32.36:771][206]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_0) +[2025.05.26-10.32.48:368][946]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.05.26-10.32.49:952][ 59]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.05.26-10.32.56:797][527]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] dead +[2025.05.26-10.32.56:797][527]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_2 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.32.56:798][527]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.32.56:798][527]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] dead +[2025.05.26-10.32.56:798][527]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_8 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.32.56:798][527]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.32.56:798][527]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] dead +[2025.05.26-10.32.56:798][527]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_0 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.32.56:798][527]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.32.56:798][527]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] dead +[2025.05.26-10.32.56:798][527]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_5 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.32.56:799][527]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.32.56:799][527]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] dead +[2025.05.26-10.32.56:799][527]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_4 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.32.56:799][527]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.32.56:799][527]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] dead +[2025.05.26-10.32.56:799][527]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_1 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.32.56:799][527]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.32.56:799][527]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] dead +[2025.05.26-10.32.56:799][527]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_3 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.32.56:799][527]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.32.56:801][527]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] dead +[2025.05.26-10.32.56:801][527]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_7 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.32.56:801][527]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.32.56:801][527]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] dead +[2025.05.26-10.32.56:801][527]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_9 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.32.56:801][527]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.32.56:801][527]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] dead +[2025.05.26-10.32.56:801][527]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_6 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.32.56:801][527]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.33.07:191][175]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] dead +[2025.05.26-10.33.07:191][175]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_16 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.33.07:191][175]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.33.07:192][175]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] dead +[2025.05.26-10.33.07:192][175]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_20 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.33.07:192][175]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.33.07:192][175]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] dead +[2025.05.26-10.33.07:192][175]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_18 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.33.07:192][175]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.33.10:201][369]LogBlueprintUserMessages: [BP_EnemyGoblin_C_12] dead +[2025.05.26-10.33.10:201][369]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_12 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.33.10:201][369]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.33.24:201][354]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] dead +[2025.05.26-10.33.24:201][354]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_19 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.33.24:202][354]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.33.24:202][354]LogBlueprintUserMessages: [BP_EnemyGoblin_C_22] dead +[2025.05.26-10.33.24:202][354]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_22 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.33.24:202][354]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.33.24:203][354]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] dead +[2025.05.26-10.33.24:203][354]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_11 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.33.24:203][354]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.33.24:203][354]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] dead +[2025.05.26-10.33.24:203][354]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_23 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.33.24:203][354]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.33.31:709][831]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] dead +[2025.05.26-10.33.31:709][831]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_10 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.33.31:709][831]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.33.31:709][831]LogBlueprintUserMessages: [BP_EnemyGoblin_C_21] dead +[2025.05.26-10.33.31:709][831]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_21 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.33.31:709][831]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.33.31:710][831]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] dead +[2025.05.26-10.33.31:710][831]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_15 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.33.31:710][831]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.33.31:710][831]LogBlueprintUserMessages: [BP_EnemyGoblin_C_17] dead +[2025.05.26-10.33.31:710][831]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_17 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.33.31:710][831]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.33.31:711][831]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] dead +[2025.05.26-10.33.31:711][831]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_14 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.33.31:711][831]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.33.31:711][831]LogBlueprintUserMessages: [BP_EnemyGoblin_C_13] dead +[2025.05.26-10.33.31:711][831]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_13 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.33.31:711][831]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.33.31:711][831]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] dead +[2025.05.26-10.33.31:711][831]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_24 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.33.31:711][831]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.33.35:047][ 46]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=13291991110000 +[2025.05.26-10.33.35:047][ 46]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.33.35:047][ 46]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=13291991125100 +[2025.05.26-10.33.35:047][ 46]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.33.35:047][ 46]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13291991224000 +[2025.05.26-10.33.35:047][ 46]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.33.35:050][ 47]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13291991224000 +[2025.05.26-10.33.35:050][ 47]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.33.35:050][ 47]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3934 outside of frame bounds +[2025.05.26-10.33.35:062][ 47]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13291991224000 +[2025.05.26-10.33.35:062][ 47]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.33.35:062][ 47]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=13292006398200 +[2025.05.26-10.33.35:062][ 48]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.33.35:535][ 79]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.33.35:536][ 79]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.33.35:568][ 79]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM5) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.05.26-10.33.35:617][ 79]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.33.35:618][ 79]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.33.35:661][ 79]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.33.35:670][ 79]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.33.35:698][ 79]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.05.26-10.33.35:699][ 79]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 35 +[2025.05.26-10.33.35:699][ 79]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=35 +[2025.05.26-10.33.35:701][ 79]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=35 +[2025.05.26-10.33.35:712][ 79]LogSlate: Slate User Unregistered. User Index 8 +[2025.05.26-10.33.35:712][ 79]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.05.26-10.33.35:714][ 79]LogUObjectHash: Compacting FUObjectHashTables data took 1.59ms +[2025.05.26-10.33.35:848][ 80]LogPlayLevel: Display: Destroying online subsystem :Context_75 +[2025.05.26-10.33.35:860][ 80]LogHMD: Warning: Destroying layer 1 +[2025.05.26-10.33.35:861][ 80]LogHMD: Warning: Destroying layer 2 +[2025.05.26-10.33.35:862][ 80]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.05.26-10.33.35:979][ 80]LogOVRPlugin: m_xrSession destroyed +[2025.05.26-10.33.35:986][ 80]LogOVRPlugin: m_xrInstance destroyed +[2025.05.26-10.33.44:139][463]LogSlate: Window 'Message Log' being destroyed +[2025.05.26-10.33.44:196][463]LogSlate: Window 'Message Log' being destroyed +[2025.05.26-10.34.42:297][830]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_41 +[2025.05.26-10.34.42:298][830]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_41'. +[2025.05.26-10.34.42:357][830]LogWorld: UWorld::CleanupWorld for World_39, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.34.42:357][830]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.34.42:409][831]LogUObjectHash: Compacting FUObjectHashTables data took 2.22ms +[2025.05.26-10.35.16:006][330]LogUObjectHash: Compacting FUObjectHashTables data took 1.86ms +[2025.05.26-10.35.16:950][394]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.05.26-10.35.16:958][394]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-10.35.16:958][394]LogHMD: Initializing OVRPlugin session +[2025.05.26-10.35.16:958][394]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.05.26-10.35.16:958][394]LogOVRPlugin: Error: Device required (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:260) +[2025.05.26-10.35.16:958][394]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.05.26-10.35.16:958][394]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.05.26-10.35.17:065][394]LogOVRPlugin: Display: Available Extensions: (72) +[2025.05.26-10.35.17:065][394]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.05.26-10.35.17:065][394]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.05.26-10.35.17:065][394]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.05.26-10.35.17:065][394]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_FB_passthrough SpecVersion=4 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_META_passthrough_layer_resumed_event SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_FB_triangle_mesh SpecVersion=2 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_META_passthrough_color_lut SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_META_passthrough_preferences SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.05.26-10.35.17:066][394]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.05.26-10.35.17:067][394]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.05.26-10.35.17:067][394]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.05.26-10.35.17:067][394]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.05.26-10.35.17:067][394]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.05.26-10.35.17:067][394]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.05.26-10.35.17:067][394]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.05.26-10.35.17:067][394]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.05.26-10.35.17:067][394]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.05.26-10.35.17:067][394]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.05.26-10.35.17:067][394]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.05.26-10.35.17:091][394]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.05.26-10.35.17:091][394]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.109.0 +[2025.05.26-10.35.17:092][394]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.05.26-10.35.17:272][394]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.05.26-10.35.17:272][394]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.05.26-10.35.17:272][394]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.05.26-10.35.17:272][394]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.05.26-10.35.17:272][394]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.05.26-10.35.17:272][394]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.05.26-10.35.17:272][394]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.05.26-10.35.17:272][394]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.05.26-10.35.17:272][394]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.05.26-10.35.17:272][394]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.05.26-10.35.17:272][394]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.05.26-10.35.17:272][394]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.35.17:272][394]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.35.17:273][394]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.05.26-10.35.17:273][394]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.05.26-10.35.17:273][394]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.05.26-10.35.17:273][394]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.05.26-10.35.17:273][394]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.05.26-10.35.17:273][394]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.05.26-10.35.17:273][394]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.05.26-10.35.17:273][394]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.05.26-10.35.17:273][394]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.05.26-10.35.17:273][394]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.05.26-10.35.17:273][394]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.05.26-10.35.17:562][394]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=13394248779000 +[2025.05.26-10.35.17:562][394]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.35.17:562][394]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.05.26-10.35.17:676][394]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.05.26-10.35.17:676][394]LogOVRPlugin: ... m_textureStages[0][0] = 000001C33A1AE9A0 +[2025.05.26-10.35.17:676][394]LogOVRPlugin: ... m_textureStages[0][1] = 000001C33A1B2BA0 +[2025.05.26-10.35.17:676][394]LogOVRPlugin: ... m_textureStages[0][2] = 000001C33A1B0520 +[2025.05.26-10.35.17:677][394]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.05.26-10.35.17:677][394]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001C33A1AFA20 +[2025.05.26-10.35.17:677][394]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001C33A1B28E0 +[2025.05.26-10.35.17:677][394]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001C33A1B3EE0 +[2025.05.26-10.35.17:677][394]LogHMD: Allocating Oculus 3648 x 1872 rendertarget swapchain +[2025.05.26-10.35.17:678][394]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.05.26-10.35.17:678][394]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.35.17:683][394]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005323s) +[2025.05.26-10.35.17:683][394]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005359s) +[2025.05.26-10.35.17:705][394]LogUObjectHash: Compacting FUObjectHashTables data took 1.62ms +[2025.05.26-10.35.17:710][394]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.35.17:711][394]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.35.17:712][394]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.35.17:713][394]LogPlayLevel: PIE: World Init took: (0.001735s) +[2025.05.26-10.35.17:715][394]LogAudio: Display: Creating Audio Device: Id: 36, Scope: Unique, Realtime: True +[2025.05.26-10.35.17:715][394]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.35.17:715][394]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.35.17:715][394]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.35.17:715][394]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.35.17:715][394]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.35.17:715][394]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.35.17:715][394]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.35.17:715][394]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.35.17:715][394]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.35.17:715][394]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.35.17:715][394]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.35.17:716][394]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.35.17:758][394]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.35.17:759][394]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.35.17:759][394]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.35.17:759][394]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.35.17:759][394]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=36 +[2025.05.26-10.35.17:759][394]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=36 +[2025.05.26-10.35.17:762][394]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=36 +[2025.05.26-10.35.17:762][394]LogInit: FAudioDevice initialized with ID 36. +[2025.05.26-10.35.17:762][394]LogAudio: Display: Audio Device (ID: 36) registered with world 'VRTemplateMap'. +[2025.05.26-10.35.17:762][394]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=36 +[2025.05.26-10.35.17:762][394]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 36 +[2025.05.26-10.35.17:778][394]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.35.17:778][394]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.05.26-10.35.17:778][394]LogHMD: Collecting Telemetry Data +[2025.05.26-10.35.17:799][394]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.35.17:805][394]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.35.17 +[2025.05.26-10.35.17:806][394]LogWorld: Bringing up level for play took: 0.005619 +[2025.05.26-10.35.17:808][394]LogOnline: OSS: Created online subsystem instance for: :Context_77 +[2025.05.26-10.35.17:811][394]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.05.26-10.35.17:814][394]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.05.26-10.35.17:831][394]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.35.17:832][394]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.05.26-10.35.17:843][394]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.35.17:846][394]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.05.26-10.35.17:857][394]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.05.26-10.35.17:863][394]PIE: Server logged in +[2025.05.26-10.35.17:867][394]PIE: Play in editor total start time 0,911 seconds. +[2025.05.26-10.35.17:868][394]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.05.26-10.35.17:889][394]LogHMD: Allocating Oculus 3648 x 1872 depth rendertarget swapchain +[2025.05.26-10.35.17:933][396]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer +[2025.05.26-10.35.18:060][397]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages +[2025.05.26-10.35.18:060][397]LogOVRPlugin: ... m_textureStages[0][0] = 000001C3F933D3A0 +[2025.05.26-10.35.18:060][397]LogOVRPlugin: ... m_textureStages[0][1] = 000001C3F933D660 +[2025.05.26-10.35.18:060][397]LogOVRPlugin: ... m_textureStages[0][2] = 000001C3F933C8A0 +[2025.05.26-10.35.20:982][608]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=13397926265400 +[2025.05.26-10.35.20:982][608]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.35.21:011][610]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=13397955248900 +[2025.05.26-10.35.21:011][610]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.35.21:749][658]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=13398692935800 +[2025.05.26-10.35.21:749][658]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.35.21:749][658]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=13398692968700 +[2025.05.26-10.35.21:749][658]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.05.26-10.35.21:768][659]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.05.26-10.35.26:047][964]LogBlueprintUserMessages: [BP_Fireball_C_0] Hello +[2025.05.26-10.35.27:578][ 70]LogBlueprintUserMessages: [BP_Fireball_C_1] Hello +[2025.05.26-10.35.33:096][420]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] dead +[2025.05.26-10.35.33:096][420]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_4 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.35.33:096][420]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.35.33:097][420]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] dead +[2025.05.26-10.35.33:097][420]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_5 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.35.33:097][420]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.35.33:097][420]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] dead +[2025.05.26-10.35.33:097][420]LogScript: Warning: Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage) + BP_EnemyGoblin_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyGoblin_C_7 + Function /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin_C:ExecuteUbergraph_BP_EnemyGoblin:036B +[2025.05.26-10.35.33:097][420]PIE: Error: Blueprint Runtime Error: "Attempted to access CharacterMesh0 via property Mesh, but CharacterMesh0 is not valid (pending kill or garbage)". Node: Play Animation Graph: EventGraph Function: Execute Ubergraph BP Enemy Goblin Blueprint: BP_EnemyGoblin +[2025.05.26-10.35.33:099][420]LogBlueprintUserMessages: [BP_Fireball_C_2] Hello +[2025.05.26-10.35.52:191][617]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_0) +[2025.05.26-10.35.54:378][772]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_1) +[2025.05.26-10.36.01:492][281]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=13438435250900 +[2025.05.26-10.36.01:492][281]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.36.01:492][281]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=13438435314299 +[2025.05.26-10.36.01:492][281]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.36.01:492][281]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13438435437299 +[2025.05.26-10.36.01:492][281]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.36.01:492][281]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2887 outside of frame bounds +[2025.05.26-10.36.01:494][281]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13438435437299 +[2025.05.26-10.36.01:494][281]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.36.01:494][281]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=13438438181100 +[2025.05.26-10.36.01:494][281]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.36.02:506][352]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.36.02:506][352]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.36.02:538][352]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM5) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.05.26-10.36.02:586][352]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.36.02:587][352]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.36.02:631][352]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.36.02:640][352]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.36.02:668][352]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.05.26-10.36.02:668][352]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 36 +[2025.05.26-10.36.02:668][352]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=36 +[2025.05.26-10.36.02:671][352]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=36 +[2025.05.26-10.36.02:680][352]LogSlate: Slate User Unregistered. User Index 8 +[2025.05.26-10.36.02:680][352]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.05.26-10.36.02:682][352]LogUObjectHash: Compacting FUObjectHashTables data took 1.77ms +[2025.05.26-10.36.02:903][353]LogPlayLevel: Display: Destroying online subsystem :Context_77 +[2025.05.26-10.36.02:908][353]LogHMD: Warning: Destroying layer 1 +[2025.05.26-10.36.02:909][353]LogHMD: Warning: Destroying layer 2 +[2025.05.26-10.36.02:909][353]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.05.26-10.36.03:025][353]LogOVRPlugin: m_xrSession destroyed +[2025.05.26-10.36.03:031][353]LogOVRPlugin: m_xrInstance destroyed +[2025.05.26-10.36.17:732][ 19]LogSlate: Window 'Message Log' being destroyed +[2025.05.26-10.36.17:788][ 19]LogSlate: Window 'Message Log' being destroyed +[2025.05.26-10.36.47:177][397]LogStreaming: Display: FlushAsyncLoading(554): 1 QueuedPackages, 0 AsyncPackages +[2025.05.26-10.36.47:191][397]LogAssetEditorSubsystem: Opening Asset editor for AnimSequence /Game/VRTemplate/Assets/Goblin/forest_guard_dead_Anim.forest_guard_dead_Anim +[2025.05.26-10.36.47:266][397]LogChaosDD: Not creating Chaos Debug Draw Scene for world World_42 +[2025.05.26-10.36.47:266][397]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Engine/Transient.World_42'. +[2025.05.26-10.36.47:324][397]LogWorld: UWorld::CleanupWorld for World_41, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.36.47:324][397]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.36.47:370][398]LogUObjectHash: Compacting FUObjectHashTables data took 2.36ms +[2025.05.26-10.37.15:424][466]LogContentBrowser: Deferred new asset file creation: forest_guard_dead_Anim_Montage +[2025.05.26-10.37.15:439][466]LogContentBrowser: Creating deferred item: forest_guard_dead_Anim_Montage +[2025.05.26-10.37.15:459][467]LogContentBrowser: Renaming the item being created (Deferred Item: forest_guard_dead_Anim_Montage). +[2025.05.26-10.37.22:932][184]LogContentBrowser: Attempting asset rename: forest_guard_dead_Anim_Montage -> forest_guard_dead_Anim_Montage +[2025.05.26-10.37.22:969][184]LogContentBrowser: End creating deferred item forest_guard_dead_Anim_Montage +[2025.05.26-10.37.24:773][310]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 5032.217285 +[2025.05.26-10.37.24:982][325]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.05.26-10.37.24:982][325]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 5032.412598, Update Interval: 328.664215 +[2025.05.26-10.37.27:031][407]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.05.26-10.37.27:032][407]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Animations/AI/forest_guard_dead_Anim_Montage] ([1] browsable assets)... +[2025.05.26-10.37.27:062][407]OBJ SavePackage: Rendered thumbnail for [AnimMontage /Game/Animations/AI/forest_guard_dead_Anim_Montage.forest_guard_dead_Anim_Montage] +[2025.05.26-10.37.27:062][407]OBJ SavePackage: Finished generating thumbnails for package [/Game/Animations/AI/forest_guard_dead_Anim_Montage] +[2025.05.26-10.37.27:065][407]LogSavePackage: Moving output files for package: /Game/Animations/AI/forest_guard_dead_Anim_Montage +[2025.05.26-10.37.27:065][407]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/forest_guard_dead_Anim_Montage4BD2A8F640A1EA8E24C448AC4561D1F2.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Content/Animations/AI/forest_guard_dead_Anim_Montage.uasset' +[2025.05.26-10.37.27:103][407]LogFileHelpers: InternalPromptForCheckoutAndSave took 73.257 ms (total: 145.877 ms) +[2025.05.26-10.37.27:197][407]LogUObjectHash: Compacting FUObjectHashTables data took 1.64ms +[2025.05.26-10.37.27:223][407]LogUObjectHash: Compacting FUObjectHashTables data took 1.81ms +[2025.05.26-10.37.27:247][407]LogUObjectHash: Compacting FUObjectHashTables data took 0.77ms +[2025.05.26-10.37.27:293][407]LogSlate: Prevented a slow task dialog from being summoned while a context menu was open +[2025.05.26-10.37.27:293][407]LogContentValidation: Display: Starting to validate 1 assets +[2025.05.26-10.37.27:293][407]LogContentValidation: Enabled validators: +[2025.05.26-10.37.27:293][407]LogContentValidation: /Script/DataValidation.EditorValidator_Material +[2025.05.26-10.37.27:293][407]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.05.26-10.37.27:293][407]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.05.26-10.37.27:293][407]LogContentValidation: /Script/DataValidation.PackageFileValidator +[2025.05.26-10.37.27:293][407]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.05.26-10.37.27:293][407]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator +[2025.05.26-10.37.27:293][407]AssetCheck: /Game/Animations/AI/forest_guard_dead_Anim_Montage Validating asset +[2025.05.26-10.37.39:051][121]LogContentBrowser: Deferred new asset file creation: forest_guard_get_hit_L_Anim_Montage +[2025.05.26-10.37.39:109][121]LogContentBrowser: Creating deferred item: forest_guard_get_hit_L_Anim_Montage +[2025.05.26-10.37.39:126][122]LogContentBrowser: Renaming the item being created (Deferred Item: forest_guard_get_hit_L_Anim_Montage). +[2025.05.26-10.37.40:318][226]LogContentBrowser: Attempting asset rename: forest_guard_get_hit_L_Anim_Montage -> forest_guard_get_hit_L_Anim_Montage +[2025.05.26-10.37.40:359][226]LogContentBrowser: End creating deferred item forest_guard_get_hit_L_Anim_Montage +[2025.05.26-10.37.44:217][448]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.05.26-10.37.44:217][448]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Animations/AI/forest_guard_get_hit_L_Anim_Montage] ([1] browsable assets)... +[2025.05.26-10.37.44:253][448]OBJ SavePackage: Rendered thumbnail for [AnimMontage /Game/Animations/AI/forest_guard_get_hit_L_Anim_Montage.forest_guard_get_hit_L_Anim_Montage] +[2025.05.26-10.37.44:253][448]OBJ SavePackage: Finished generating thumbnails for package [/Game/Animations/AI/forest_guard_get_hit_L_Anim_Montage] +[2025.05.26-10.37.44:255][448]LogSavePackage: Moving output files for package: /Game/Animations/AI/forest_guard_get_hit_L_Anim_Montage +[2025.05.26-10.37.44:255][448]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/forest_guard_get_hit_L_Anim_Mont41D050514E8CF97FB21EB7BE94712262.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Content/Animations/AI/forest_guard_get_hit_L_Anim_Montage.uasset' +[2025.05.26-10.37.44:293][448]LogFileHelpers: InternalPromptForCheckoutAndSave took 76.354 ms (total: 222.231 ms) +[2025.05.26-10.37.44:379][448]LogUObjectHash: Compacting FUObjectHashTables data took 1.58ms +[2025.05.26-10.37.44:405][448]LogUObjectHash: Compacting FUObjectHashTables data took 1.79ms +[2025.05.26-10.37.44:430][448]LogUObjectHash: Compacting FUObjectHashTables data took 0.80ms +[2025.05.26-10.37.44:469][448]LogSlate: Prevented a slow task dialog from being summoned while a context menu was open +[2025.05.26-10.37.44:469][448]LogContentValidation: Display: Starting to validate 1 assets +[2025.05.26-10.37.44:469][448]LogContentValidation: Enabled validators: +[2025.05.26-10.37.44:469][448]LogContentValidation: /Script/DataValidation.EditorValidator_Material +[2025.05.26-10.37.44:469][448]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.05.26-10.37.44:469][448]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.05.26-10.37.44:469][448]LogContentValidation: /Script/DataValidation.PackageFileValidator +[2025.05.26-10.37.44:469][448]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.05.26-10.37.44:469][448]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator +[2025.05.26-10.37.44:469][448]AssetCheck: /Game/Animations/AI/forest_guard_get_hit_L_Anim_Montage Validating asset +[2025.05.26-10.38.09:259][184]LogUObjectHash: Compacting FUObjectHashTables data took 1.67ms +[2025.05.26-10.38.10:621][275]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.05.26-10.38.10:632][275]LogPlayLevel: [PlayLevel] Compiling BP_Spawner before play... +[2025.05.26-10.38.10:687][275]LogPlayLevel: [PlayLevel] Compiling BP_ArrowSpell before play... +[2025.05.26-10.38.10:801][275]LogPlayLevel: [PlayLevel] Compiling BP_ExplosionSpell before play... +[2025.05.26-10.38.10:896][275]LogPlayLevel: [PlayLevel] Compiling BP_Fireball before play... +[2025.05.26-10.38.11:011][275]LogUObjectHash: Compacting FUObjectHashTables data took 1.64ms +[2025.05.26-10.38.11:013][275]LogPlayLevel: PlayLevel: Blueprint regeneration took 383 ms (4 blueprints) +[2025.05.26-10.38.11:013][275]LogHMD: Initializing OVRPlugin session +[2025.05.26-10.38.11:013][275]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.05.26-10.38.11:015][275]LogOVRPlugin: Error: Device required (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:260) +[2025.05.26-10.38.11:015][275]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.05.26-10.38.11:015][275]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.05.26-10.38.11:122][275]LogOVRPlugin: Display: Available Extensions: (72) +[2025.05.26-10.38.11:122][275]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.05.26-10.38.11:122][275]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.05.26-10.38.11:122][275]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.05.26-10.38.11:122][275]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.05.26-10.38.11:122][275]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.05.26-10.38.11:122][275]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.05.26-10.38.11:122][275]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.05.26-10.38.11:122][275]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.05.26-10.38.11:122][275]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.05.26-10.38.11:122][275]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.05.26-10.38.11:122][275]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.05.26-10.38.11:122][275]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.05.26-10.38.11:122][275]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.05.26-10.38.11:122][275]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.05.26-10.38.11:122][275]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.05.26-10.38.11:122][275]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.05.26-10.38.11:122][275]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.05.26-10.38.11:122][275]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.05.26-10.38.11:122][275]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.05.26-10.38.11:122][275]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.05.26-10.38.11:122][275]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_FB_passthrough SpecVersion=4 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_META_passthrough_layer_resumed_event SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_FB_triangle_mesh SpecVersion=2 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_META_passthrough_color_lut SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_META_passthrough_preferences SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.05.26-10.38.11:123][275]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.05.26-10.38.11:124][275]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.05.26-10.38.11:124][275]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.05.26-10.38.11:124][275]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.05.26-10.38.11:124][275]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.05.26-10.38.11:124][275]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.05.26-10.38.11:124][275]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.05.26-10.38.11:124][275]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.05.26-10.38.11:124][275]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.05.26-10.38.11:124][275]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.05.26-10.38.11:124][275]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.05.26-10.38.11:124][275]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.05.26-10.38.11:124][275]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.05.26-10.38.11:124][275]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.05.26-10.38.11:143][275]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.05.26-10.38.11:143][275]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.109.0 +[2025.05.26-10.38.11:146][275]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.05.26-10.38.11:314][275]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.05.26-10.38.11:314][275]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.05.26-10.38.11:314][275]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.05.26-10.38.11:314][275]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.05.26-10.38.11:314][275]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.05.26-10.38.11:314][275]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.05.26-10.38.11:314][275]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.05.26-10.38.11:314][275]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.05.26-10.38.11:314][275]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.05.26-10.38.11:314][275]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.05.26-10.38.11:314][275]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.05.26-10.38.11:314][275]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.38.11:314][275]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.38.11:316][275]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.05.26-10.38.11:316][275]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.05.26-10.38.11:316][275]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.05.26-10.38.11:316][275]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.05.26-10.38.11:316][275]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.05.26-10.38.11:316][275]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.05.26-10.38.11:316][275]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.05.26-10.38.11:316][275]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.05.26-10.38.11:316][275]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.05.26-10.38.11:316][275]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.05.26-10.38.11:316][275]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.05.26-10.38.11:567][275]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=13568292640799 +[2025.05.26-10.38.11:567][275]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.38.11:567][275]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.05.26-10.38.11:680][275]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.05.26-10.38.11:680][275]LogOVRPlugin: ... m_textureStages[0][0] = 000001C3FA50EEA0 +[2025.05.26-10.38.11:680][275]LogOVRPlugin: ... m_textureStages[0][1] = 000001C3FA50F420 +[2025.05.26-10.38.11:680][275]LogOVRPlugin: ... m_textureStages[0][2] = 000001C3FA50BA60 +[2025.05.26-10.38.11:681][275]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.05.26-10.38.11:681][275]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001C3FA50FC60 +[2025.05.26-10.38.11:681][275]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001C3FA5104A0 +[2025.05.26-10.38.11:681][275]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001C3FA510A20 +[2025.05.26-10.38.11:681][275]LogHMD: Allocating Oculus 3648 x 1872 rendertarget swapchain +[2025.05.26-10.38.11:681][275]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.05.26-10.38.11:681][275]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.38.11:688][275]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005524s) +[2025.05.26-10.38.11:688][275]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005560s) +[2025.05.26-10.38.11:710][275]LogUObjectHash: Compacting FUObjectHashTables data took 1.64ms +[2025.05.26-10.38.11:711][275]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.38.11:713][275]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.38.11:715][275]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.38.11:715][275]LogPlayLevel: PIE: World Init took: (0.001870s) +[2025.05.26-10.38.11:716][275]LogAudio: Display: Creating Audio Device: Id: 37, Scope: Unique, Realtime: True +[2025.05.26-10.38.11:716][275]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.38.11:716][275]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.38.11:716][275]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.38.11:716][275]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.38.11:716][275]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.38.11:716][275]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.38.11:716][275]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.38.11:716][275]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.38.11:716][275]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.38.11:716][275]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.38.11:716][275]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.38.11:719][275]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.38.11:759][275]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.38.11:760][275]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.38.11:760][275]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.38.11:760][275]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.38.11:761][275]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=37 +[2025.05.26-10.38.11:761][275]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=37 +[2025.05.26-10.38.11:763][275]LogInit: FAudioDevice initialized with ID 37. +[2025.05.26-10.38.11:763][275]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=37 +[2025.05.26-10.38.11:763][275]LogAudio: Display: Audio Device (ID: 37) registered with world 'VRTemplateMap'. +[2025.05.26-10.38.11:763][275]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=37 +[2025.05.26-10.38.11:763][275]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 37 +[2025.05.26-10.38.11:780][275]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.38.11:780][275]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.05.26-10.38.11:780][275]LogHMD: Collecting Telemetry Data +[2025.05.26-10.38.11:798][275]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.38.11:800][275]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.38.11 +[2025.05.26-10.38.11:801][275]LogWorld: Bringing up level for play took: 0.002425 +[2025.05.26-10.38.11:803][275]LogOnline: OSS: Created online subsystem instance for: :Context_79 +[2025.05.26-10.38.11:807][275]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.05.26-10.38.11:809][275]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.05.26-10.38.11:825][275]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.38.11:828][275]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.05.26-10.38.11:837][275]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.38.11:838][275]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.05.26-10.38.11:851][275]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.05.26-10.38.11:859][275]PIE: Server logged in +[2025.05.26-10.38.11:863][275]PIE: Play in editor total start time 1,234 seconds. +[2025.05.26-10.38.11:865][275]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.05.26-10.38.11:880][275]LogHMD: Allocating Oculus 3648 x 1872 depth rendertarget swapchain +[2025.05.26-10.38.11:921][277]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer +[2025.05.26-10.38.12:057][279]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages +[2025.05.26-10.38.12:057][279]LogOVRPlugin: ... m_textureStages[0][0] = 000001C4272F39A0 +[2025.05.26-10.38.12:057][279]LogOVRPlugin: ... m_textureStages[0][1] = 000001C4272F4760 +[2025.05.26-10.38.12:057][279]LogOVRPlugin: ... m_textureStages[0][2] = 000001C4272F6020 +[2025.05.26-10.38.14:049][423]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=13570992707800 +[2025.05.26-10.38.14:049][423]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.38.14:050][423]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 147 outside of frame bounds +[2025.05.26-10.38.14:079][425]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=13571022832300 +[2025.05.26-10.38.14:079][425]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.38.14:802][476]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=13571745651700 +[2025.05.26-10.38.14:802][476]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.38.14:802][476]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=13571745682699 +[2025.05.26-10.38.14:802][476]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.05.26-10.38.14:821][477]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.05.26-10.38.18:723][754]LogBlueprintUserMessages: [BP_Fireball_C_0] Hello +[2025.05.26-10.38.22:528][ 27]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.05.26-10.38.25:373][229]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.05.26-10.38.26:306][295]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.05.26-10.38.26:613][317]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.05.26-10.38.27:127][353]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.05.26-10.38.27:530][382]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.05.26-10.38.50:057][989]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=13607002450700 +[2025.05.26-10.38.50:057][989]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.38.50:057][989]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=13607002468499 +[2025.05.26-10.38.50:057][989]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.38.50:057][989]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13607002640499 +[2025.05.26-10.38.50:057][989]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.38.50:057][989]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2714 outside of frame bounds +[2025.05.26-10.38.50:061][989]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13607002640499 +[2025.05.26-10.38.50:061][989]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.38.50:061][989]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=13607005191900 +[2025.05.26-10.38.50:061][989]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.38.51:796][111]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.38.51:796][111]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.38.51:833][111]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM5) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.05.26-10.38.51:867][111]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.38.51:867][111]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.38.51:904][111]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.38.51:912][111]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.38.51:939][111]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 37 +[2025.05.26-10.38.51:939][111]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=37 +[2025.05.26-10.38.51:941][111]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=37 +[2025.05.26-10.38.51:953][111]LogSlate: Slate User Unregistered. User Index 8 +[2025.05.26-10.38.51:953][111]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.05.26-10.38.51:955][111]LogUObjectHash: Compacting FUObjectHashTables data took 1.70ms +[2025.05.26-10.38.52:112][112]LogPlayLevel: Display: Destroying online subsystem :Context_79 +[2025.05.26-10.38.52:112][112]LogHMD: Warning: Destroying layer 1 +[2025.05.26-10.38.52:115][112]LogHMD: Warning: Destroying layer 2 +[2025.05.26-10.38.52:116][112]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.05.26-10.38.52:230][112]LogOVRPlugin: m_xrSession destroyed +[2025.05.26-10.38.52:237][112]LogOVRPlugin: m_xrInstance destroyed +[2025.05.26-10.39.25:635][828]LogUObjectHash: Compacting FUObjectHashTables data took 2.06ms +[2025.05.26-10.39.25:651][828]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Maps/VRTemplateMap_Auto4 +[2025.05.26-10.39.25:652][828]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/VRTemplateMap_Auto43C473A714DCEDBA7A666ADAC9C462216.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Maps/VRTemplateMap_Auto4.umap' +[2025.05.26-10.39.25:653][828]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/VRTemplate/Maps/VRTemplateMap' took 0.044 +[2025.05.26-10.39.25:653][828]LogFileHelpers: Editor autosave (incl. sublevels & external actors) for all levels took 0.044 +[2025.05.26-10.39.25:653][828]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_Spawner] ([2] browsable assets)... +[2025.05.26-10.39.25:653][828]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_Spawner] +[2025.05.26-10.39.25:670][828]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_Spawner_Auto4 +[2025.05.26-10.39.25:670][828]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_Spawner_Auto4D9ED38BD41BE7CA6A110779D862110F7.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_Spawner_Auto4.uasset' +[2025.05.26-10.39.25:670][828]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/VRTemplate/Blueprints/BP_EnemyGoblin] ([2] browsable assets)... +[2025.05.26-10.39.25:702][828]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin] +[2025.05.26-10.39.25:702][828]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_EnemyGoblin] +[2025.05.26-10.39.25:723][828]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_EnemyGoblin_Auto4 +[2025.05.26-10.39.25:723][828]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_EnemyGoblin_Auto4A163D0C740F2DA25A5DBEC8796C34E3B.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_EnemyGoblin_Auto4.uasset' +[2025.05.26-10.39.25:723][828]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/Animations/AI/AP_GoblinAI] ([2] browsable assets)... +[2025.05.26-10.39.25:730][828]OBJ SavePackage: Rendered thumbnail for [AnimBlueprint /Game/Animations/AI/AP_GoblinAI.AP_GoblinAI] +[2025.05.26-10.39.25:730][828]OBJ SavePackage: Finished generating thumbnails for package [/Game/Animations/AI/AP_GoblinAI] +[2025.05.26-10.39.25:741][828]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/Animations/AI/AP_GoblinAI_Auto4 +[2025.05.26-10.39.25:741][828]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/AP_GoblinAI_Auto46F809FDE48138F41097610AA37181907.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/Animations/AI/AP_GoblinAI_Auto4.uasset' +[2025.05.26-10.39.25:742][828]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_ArrowSpell] ([2] browsable assets)... +[2025.05.26-10.39.25:742][828]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_ArrowSpell] +[2025.05.26-10.39.25:752][828]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_ArrowSpell_Auto4 +[2025.05.26-10.39.25:753][828]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_ArrowSpell_Auto4D9D697F947A4E33641D9C881C95FECE8.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_ArrowSpell_Auto4.uasset' +[2025.05.26-10.39.25:754][828]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_ExplosionSpell] ([2] browsable assets)... +[2025.05.26-10.39.25:754][828]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_ExplosionSpell] +[2025.05.26-10.39.25:763][828]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_ExplosionSpell_Auto4 +[2025.05.26-10.39.25:763][828]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_ExplosionSpell_Auto46BA8D96B496066C9A12D1594B931CA19.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_ExplosionSpell_Auto4.uasset' +[2025.05.26-10.39.25:763][828]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_Fireball] ([2] browsable assets)... +[2025.05.26-10.39.25:763][828]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_Fireball] +[2025.05.26-10.39.25:776][828]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_Fireball_Auto4 +[2025.05.26-10.39.25:776][828]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_Fireball_Auto4F01DB498424399F7C5A73C9674418F96.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_Fireball_Auto4.uasset' +[2025.05.26-10.39.25:776][828]LogFileHelpers: Auto-saving content packages took 0.123 +[2025.05.26-10.43.51:695][468]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 5419.145508 +[2025.05.26-10.43.51:909][485]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.05.26-10.43.51:909][485]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 5419.347656, Update Interval: 315.300751 +[2025.05.26-10.43.52:614][535]LogUObjectHash: Compacting FUObjectHashTables data took 1.93ms +[2025.05.26-10.43.59:615][ 35]LogUObjectHash: Compacting FUObjectHashTables data took 2.05ms +[2025.05.26-10.44.33:784][329]LogUObjectHash: Compacting FUObjectHashTables data took 2.03ms +[2025.05.26-10.44.50:597][912]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.05.26-10.44.50:608][912]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-10.44.50:608][912]LogHMD: Initializing OVRPlugin session +[2025.05.26-10.44.50:608][912]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.05.26-10.44.50:608][912]LogOVRPlugin: Error: Device required (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:260) +[2025.05.26-10.44.50:608][912]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.05.26-10.44.50:608][912]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.05.26-10.44.50:719][912]LogOVRPlugin: Display: Available Extensions: (72) +[2025.05.26-10.44.50:719][912]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_FB_passthrough SpecVersion=4 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_META_passthrough_layer_resumed_event SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_FB_triangle_mesh SpecVersion=2 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_META_passthrough_color_lut SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_META_passthrough_preferences SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.05.26-10.44.50:720][912]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.05.26-10.44.50:721][912]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.05.26-10.44.50:721][912]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.05.26-10.44.50:721][912]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.05.26-10.44.50:721][912]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.05.26-10.44.50:721][912]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.05.26-10.44.50:721][912]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.05.26-10.44.50:721][912]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.05.26-10.44.50:721][912]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.05.26-10.44.50:721][912]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.05.26-10.44.50:721][912]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.05.26-10.44.50:721][912]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.05.26-10.44.50:721][912]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.05.26-10.44.50:721][912]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.05.26-10.44.50:721][912]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.05.26-10.44.50:721][912]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.05.26-10.44.50:721][912]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.05.26-10.44.50:721][912]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.05.26-10.44.50:721][912]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.05.26-10.44.50:744][912]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.05.26-10.44.50:745][912]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.109.0 +[2025.05.26-10.44.50:746][912]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.05.26-10.44.50:950][912]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.05.26-10.44.50:950][912]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.05.26-10.44.50:950][912]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.05.26-10.44.50:950][912]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.05.26-10.44.50:950][912]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.05.26-10.44.50:950][912]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.05.26-10.44.50:950][912]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.05.26-10.44.50:950][912]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.05.26-10.44.50:950][912]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.05.26-10.44.50:950][912]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.05.26-10.44.50:950][912]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.05.26-10.44.50:950][912]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.44.50:950][912]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.44.50:950][912]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.05.26-10.44.50:950][912]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.05.26-10.44.50:951][912]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.05.26-10.44.50:951][912]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.05.26-10.44.50:951][912]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.05.26-10.44.50:951][912]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.05.26-10.44.50:951][912]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.05.26-10.44.50:951][912]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.05.26-10.44.50:951][912]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.05.26-10.44.50:951][912]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.05.26-10.44.50:951][912]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.05.26-10.44.51:231][912]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=13967927921200 +[2025.05.26-10.44.51:231][912]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.44.51:231][912]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=13967927934700 +[2025.05.26-10.44.51:231][912]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.44.51:231][912]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.05.26-10.44.51:233][912]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.05.26-10.44.51:233][912]LogOVRPlugin: ... m_textureStages[0][0] = 000001C39A3BDE20 +[2025.05.26-10.44.51:233][912]LogOVRPlugin: ... m_textureStages[0][1] = 000001C39A3BE0E0 +[2025.05.26-10.44.51:233][912]LogOVRPlugin: ... m_textureStages[0][2] = 000001C39A3C17E0 +[2025.05.26-10.44.51:238][912]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.05.26-10.44.51:238][912]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001C39A3C2020 +[2025.05.26-10.44.51:238][912]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001C39A3BF160 +[2025.05.26-10.44.51:238][912]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001C39A3C3360 +[2025.05.26-10.44.51:238][912]LogHMD: Allocating Oculus 3648 x 1872 rendertarget swapchain +[2025.05.26-10.44.51:238][912]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.05.26-10.44.51:238][912]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.44.51:244][912]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005842s) +[2025.05.26-10.44.51:244][912]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005883s) +[2025.05.26-10.44.51:272][912]LogUObjectHash: Compacting FUObjectHashTables data took 1.84ms +[2025.05.26-10.44.51:275][912]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.44.51:277][912]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.44.51:278][912]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.44.51:278][912]LogPlayLevel: PIE: World Init took: (0.002083s) +[2025.05.26-10.44.51:280][912]LogAudio: Display: Creating Audio Device: Id: 38, Scope: Unique, Realtime: True +[2025.05.26-10.44.51:280][912]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.44.51:280][912]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.44.51:280][912]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.44.51:280][912]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.44.51:280][912]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.44.51:280][912]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.44.51:280][912]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.44.51:280][912]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.44.51:280][912]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.44.51:280][912]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.44.51:280][912]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.44.51:283][912]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.44.51:325][912]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.44.51:325][912]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.44.51:325][912]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.44.51:325][912]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.44.51:326][912]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=38 +[2025.05.26-10.44.51:326][912]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=38 +[2025.05.26-10.44.51:330][912]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=38 +[2025.05.26-10.44.51:330][912]LogInit: FAudioDevice initialized with ID 38. +[2025.05.26-10.44.51:330][912]LogAudio: Display: Audio Device (ID: 38) registered with world 'VRTemplateMap'. +[2025.05.26-10.44.51:330][912]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=38 +[2025.05.26-10.44.51:330][912]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 38 +[2025.05.26-10.44.51:349][912]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.44.51:349][912]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.05.26-10.44.51:349][912]LogHMD: Collecting Telemetry Data +[2025.05.26-10.44.51:384][912]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.44.51:387][912]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.44.51 +[2025.05.26-10.44.51:388][912]LogWorld: Bringing up level for play took: 0.003010 +[2025.05.26-10.44.51:392][912]LogOnline: OSS: Created online subsystem instance for: :Context_80 +[2025.05.26-10.44.51:394][912]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.05.26-10.44.51:395][912]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.05.26-10.44.51:417][912]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.44.51:419][912]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.05.26-10.44.51:430][912]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.44.51:432][912]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.05.26-10.44.51:442][912]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.05.26-10.44.51:454][912]PIE: Server logged in +[2025.05.26-10.44.51:464][912]PIE: Play in editor total start time 0,856 seconds. +[2025.05.26-10.44.51:464][912]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.05.26-10.44.51:484][912]LogHMD: Allocating Oculus 3648 x 1872 depth rendertarget swapchain +[2025.05.26-10.44.51:513][913]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=13968457072000 +[2025.05.26-10.44.51:513][913]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.44.51:523][914]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer +[2025.05.26-10.44.51:547][915]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages +[2025.05.26-10.44.51:547][915]LogOVRPlugin: ... m_textureStages[0][0] = 000001C3FC71FB60 +[2025.05.26-10.44.51:547][915]LogOVRPlugin: ... m_textureStages[0][1] = 000001C3FC71E2A0 +[2025.05.26-10.44.51:547][915]LogOVRPlugin: ... m_textureStages[0][2] = 000001C3FC71F320 +[2025.05.26-10.44.52:260][966]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=13969204684200 +[2025.05.26-10.44.52:261][966]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.44.52:261][966]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=13969204744699 +[2025.05.26-10.44.52:261][966]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.05.26-10.44.52:278][967]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.05.26-10.44.56:419][261]LogBlueprintUserMessages: [BP_Fireball_C_0] Hello +[2025.05.26-10.44.58:648][420]LogBlueprintUserMessages: [BP_Fireball_C_1] Hello +[2025.05.26-10.45.04:763][829]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] dead +[2025.05.26-10.45.11:245][279]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.05.26-10.45.12:584][375]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.05.26-10.45.13:406][434]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.05.26-10.45.13:588][447]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.05.26-10.45.14:749][531]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=13991692897699 +[2025.05.26-10.45.14:749][531]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.45.14:749][531]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=13991692912800 +[2025.05.26-10.45.14:749][531]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.45.14:749][531]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13991693084800 +[2025.05.26-10.45.14:749][531]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.45.14:749][531]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1619 outside of frame bounds +[2025.05.26-10.45.14:754][531]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=13991693084800 +[2025.05.26-10.45.14:754][531]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.45.14:755][531]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=13991698593899 +[2025.05.26-10.45.14:755][531]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.45.15:296][568]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.45.15:296][568]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.45.15:328][568]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM5) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.05.26-10.45.15:377][568]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.45.15:378][568]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.45.15:427][568]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.45.15:435][568]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.45.15:460][568]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.05.26-10.45.15:461][568]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 38 +[2025.05.26-10.45.15:461][568]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=38 +[2025.05.26-10.45.15:463][568]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=38 +[2025.05.26-10.45.15:472][568]LogSlate: Slate User Unregistered. User Index 8 +[2025.05.26-10.45.15:472][568]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.05.26-10.45.15:474][568]LogUObjectHash: Compacting FUObjectHashTables data took 1.96ms +[2025.05.26-10.45.15:506][569]LogPlayLevel: Display: Destroying online subsystem :Context_80 +[2025.05.26-10.45.15:507][569]LogHMD: Warning: Destroying layer 1 +[2025.05.26-10.45.15:508][569]LogHMD: Warning: Destroying layer 2 +[2025.05.26-10.45.15:508][569]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.05.26-10.45.15:620][569]LogOVRPlugin: m_xrSession destroyed +[2025.05.26-10.45.15:627][569]LogOVRPlugin: m_xrInstance destroyed +[2025.05.26-10.45.56:888][ 46]LogUObjectHash: Compacting FUObjectHashTables data took 1.74ms +[2025.05.26-10.48.49:577][501]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.05.26-10.48.49:587][501]LogPlayLevel: [PlayLevel] Compiling AP_GoblinAI before play... +[2025.05.26-10.48.49:588][501]LogPlayLevel: [PlayLevel] Compiling BP_EnemyGoblin as a dependent... +[2025.05.26-10.48.49:753][501]LogUObjectHash: Compacting FUObjectHashTables data took 1.87ms +[2025.05.26-10.48.49:756][501]LogPlayLevel: PlayLevel: Blueprint regeneration took 171 ms (2 blueprints) +[2025.05.26-10.48.49:756][501]LogHMD: Initializing OVRPlugin session +[2025.05.26-10.48.49:756][501]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.05.26-10.48.49:756][501]LogOVRPlugin: Error: Device required (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:260) +[2025.05.26-10.48.49:756][501]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.05.26-10.48.49:756][501]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Available Extensions: (72) +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.05.26-10.48.49:866][501]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_FB_passthrough SpecVersion=4 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_META_passthrough_layer_resumed_event SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_FB_triangle_mesh SpecVersion=2 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_META_passthrough_color_lut SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_META_passthrough_preferences SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.05.26-10.48.49:867][501]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.05.26-10.48.49:868][501]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.05.26-10.48.49:868][501]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.05.26-10.48.49:868][501]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.05.26-10.48.49:868][501]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.05.26-10.48.49:868][501]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.05.26-10.48.49:868][501]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.05.26-10.48.49:868][501]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.05.26-10.48.49:868][501]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.05.26-10.48.49:887][501]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.05.26-10.48.49:887][501]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.109.0 +[2025.05.26-10.48.49:890][501]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.05.26-10.48.50:066][501]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.05.26-10.48.50:066][501]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.05.26-10.48.50:066][501]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.05.26-10.48.50:066][501]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.05.26-10.48.50:066][501]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.05.26-10.48.50:066][501]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.05.26-10.48.50:066][501]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.05.26-10.48.50:066][501]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.05.26-10.48.50:066][501]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.05.26-10.48.50:066][501]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.05.26-10.48.50:066][501]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.05.26-10.48.50:066][501]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.48.50:066][501]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.48.50:067][501]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.05.26-10.48.50:067][501]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.05.26-10.48.50:067][501]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.05.26-10.48.50:067][501]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.05.26-10.48.50:067][501]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.05.26-10.48.50:067][501]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.05.26-10.48.50:067][501]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.05.26-10.48.50:067][501]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.05.26-10.48.50:067][501]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.05.26-10.48.50:067][501]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.05.26-10.48.50:067][501]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.05.26-10.48.50:335][501]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=14207044319100 +[2025.05.26-10.48.50:335][501]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.48.50:335][501]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.05.26-10.48.50:447][501]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.05.26-10.48.50:450][501]LogOVRPlugin: ... m_textureStages[0][0] = 000001C33A1B49E0 +[2025.05.26-10.48.50:450][501]LogOVRPlugin: ... m_textureStages[0][1] = 000001C33A1B4460 +[2025.05.26-10.48.50:450][501]LogOVRPlugin: ... m_textureStages[0][2] = 000001C33A1B2BA0 +[2025.05.26-10.48.50:451][501]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.05.26-10.48.50:451][501]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001C33A1B2E60 +[2025.05.26-10.48.50:451][501]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001C33A1B7060 +[2025.05.26-10.48.50:451][501]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001C33A1B7B60 +[2025.05.26-10.48.50:451][501]LogHMD: Allocating Oculus 3648 x 1872 rendertarget swapchain +[2025.05.26-10.48.50:452][501]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.05.26-10.48.50:452][501]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.48.50:457][501]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005537s) +[2025.05.26-10.48.50:457][501]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005576s) +[2025.05.26-10.48.50:483][501]LogUObjectHash: Compacting FUObjectHashTables data took 1.76ms +[2025.05.26-10.48.50:484][501]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.48.50:486][501]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.48.50:487][501]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.48.50:487][501]LogPlayLevel: PIE: World Init took: (0.001669s) +[2025.05.26-10.48.50:489][501]LogAudio: Display: Creating Audio Device: Id: 39, Scope: Unique, Realtime: True +[2025.05.26-10.48.50:489][501]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.48.50:489][501]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.48.50:489][501]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.48.50:489][501]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.48.50:489][501]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.48.50:489][501]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.48.50:489][501]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.48.50:489][501]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.48.50:489][501]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.48.50:489][501]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.48.50:489][501]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.48.50:491][501]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.48.50:532][501]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.48.50:532][501]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.48.50:532][501]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.48.50:532][501]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.48.50:533][501]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=39 +[2025.05.26-10.48.50:533][501]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=39 +[2025.05.26-10.48.50:535][501]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=39 +[2025.05.26-10.48.50:535][501]LogInit: FAudioDevice initialized with ID 39. +[2025.05.26-10.48.50:535][501]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=39 +[2025.05.26-10.48.50:535][501]LogAudio: Display: Audio Device (ID: 39) registered with world 'VRTemplateMap'. +[2025.05.26-10.48.50:535][501]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 39 +[2025.05.26-10.48.50:549][501]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.48.50:549][501]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.05.26-10.48.50:549][501]LogHMD: Collecting Telemetry Data +[2025.05.26-10.48.50:574][501]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.48.50:576][501]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.48.50 +[2025.05.26-10.48.50:576][501]LogWorld: Bringing up level for play took: 0.002741 +[2025.05.26-10.48.50:580][501]LogOnline: OSS: Created online subsystem instance for: :Context_81 +[2025.05.26-10.48.50:583][501]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.05.26-10.48.50:583][501]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.05.26-10.48.50:599][501]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.48.50:602][501]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.05.26-10.48.50:611][501]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.48.50:612][501]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.05.26-10.48.50:622][501]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.05.26-10.48.50:627][501]PIE: Server logged in +[2025.05.26-10.48.50:629][501]PIE: Play in editor total start time 1,045 seconds. +[2025.05.26-10.48.50:630][501]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.05.26-10.48.50:661][501]LogHMD: Allocating Oculus 3648 x 1872 depth rendertarget swapchain +[2025.05.26-10.48.50:719][503]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer +[2025.05.26-10.48.50:854][505]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages +[2025.05.26-10.48.50:854][505]LogOVRPlugin: ... m_textureStages[0][0] = 000001C3589203A0 +[2025.05.26-10.48.50:854][505]LogOVRPlugin: ... m_textureStages[0][1] = 000001C358921F20 +[2025.05.26-10.48.50:854][505]LogOVRPlugin: ... m_textureStages[0][2] = 000001C3589221E0 +[2025.05.26-10.48.53:615][704]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=14210557921500 +[2025.05.26-10.48.53:615][704]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.48.53:615][704]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 202 outside of frame bounds +[2025.05.26-10.48.53:643][706]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=14210587033599 +[2025.05.26-10.48.53:644][706]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.48.54:380][758]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=14211323773200 +[2025.05.26-10.48.54:380][758]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.48.54:380][758]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=14211323804599 +[2025.05.26-10.48.54:380][758]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.05.26-10.48.54:584][772]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.05.26-10.48.57:911][ 9]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_0) +[2025.05.26-10.48.58:426][ 46]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.48.58:943][ 83]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.48.59:453][119]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.00:958][208]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.01:461][244]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.01:963][280]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.02:466][316]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.02:978][353]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.03:480][388]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.03:983][424]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.04:024][427]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.05.26-10.49.04:483][460]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.49.04:483][460]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.04:986][496]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.49.04:987][496]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.05:490][532]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.05:490][532]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.49.05:992][568]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.05:992][568]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.49.05:992][568]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] +[2025.05.26-10.49.06:503][605]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.06:503][605]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] +[2025.05.26-10.49.06:503][605]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.49.06:503][605]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.49.07:018][641]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] +[2025.05.26-10.49.07:018][641]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.49.07:018][641]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.49.07:018][641]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.07:046][643]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.49.07:520][677]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.07:520][677]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.49.07:520][677]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.49.07:520][677]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] +[2025.05.26-10.49.07:548][679]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.49.08:021][713]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] +[2025.05.26-10.49.08:021][713]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.49.08:021][713]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] +[2025.05.26-10.49.08:021][713]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.49.08:021][713]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.08:050][715]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.49.08:535][750]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.49.08:535][750]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.08:535][750]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] +[2025.05.26-10.49.08:535][750]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.49.08:535][750]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] +[2025.05.26-10.49.08:563][752]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.49.09:038][786]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] +[2025.05.26-10.49.09:038][786]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] +[2025.05.26-10.49.09:038][786]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.49.09:038][786]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.09:038][786]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.49.09:067][788]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.49.09:541][821]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.49.09:541][821]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.49.09:541][821]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] +[2025.05.26-10.49.09:541][821]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.09:541][821]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] +[2025.05.26-10.49.09:568][823]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.49.10:052][858]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.10:052][858]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] +[2025.05.26-10.49.10:052][858]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.49.10:052][858]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.49.10:052][858]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] +[2025.05.26-10.49.10:080][860]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.49.10:553][892]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.49.10:553][892]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.49.10:553][892]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.49.10:553][892]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] +[2025.05.26-10.49.10:553][892]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] +[2025.05.26-10.49.10:553][892]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.10:580][894]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.49.11:054][928]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] +[2025.05.26-10.49.11:054][928]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.11:054][928]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.49.11:054][928]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] +[2025.05.26-10.49.11:054][928]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.49.11:054][928]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.49.11:082][930]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.49.11:568][965]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.49.11:568][965]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.49.11:568][965]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] +[2025.05.26-10.49.11:568][965]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.11:568][965]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.49.11:568][965]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] +[2025.05.26-10.49.11:596][967]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.49.12:072][ 1]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.12:072][ 1]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] +[2025.05.26-10.49.12:072][ 1]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] +[2025.05.26-10.49.12:072][ 1]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.49.12:072][ 1]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.49.12:072][ 1]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.49.12:099][ 3]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.49.12:461][ 29]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.05.26-10.49.12:573][ 37]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] +[2025.05.26-10.49.12:573][ 37]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.49.12:573][ 37]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.49.12:573][ 37]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.49.12:573][ 37]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] +[2025.05.26-10.49.12:573][ 37]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.12:601][ 39]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.49.13:074][ 73]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] +[2025.05.26-10.49.13:074][ 73]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.13:074][ 73]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] +[2025.05.26-10.49.13:074][ 73]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.49.13:074][ 73]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.49.13:074][ 73]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.49.13:102][ 75]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.49.13:246][ 86]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=14230190351700 +[2025.05.26-10.49.13:246][ 86]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.49.13:246][ 86]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=14230190364400 +[2025.05.26-10.49.13:246][ 86]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.49.13:246][ 86]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=14230190456900 +[2025.05.26-10.49.13:246][ 86]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.49.13:247][ 86]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1585 outside of frame bounds +[2025.05.26-10.49.13:252][ 86]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=14230190456900 +[2025.05.26-10.49.13:252][ 86]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.49.13:252][ 86]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=14230195902300 +[2025.05.26-10.49.13:252][ 86]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.49.13:573][110]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.49.13:573][110]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.49.13:573][110]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.49.13:573][110]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] +[2025.05.26-10.49.13:573][110]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] +[2025.05.26-10.49.13:573][110]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.49.13:600][112]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.49.13:758][120]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.49.13:758][120]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.49.13:918][120]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM5) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.05.26-10.49.13:959][120]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.49.13:959][120]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.49.14:023][120]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.49.14:031][120]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.49.14:059][120]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 39 +[2025.05.26-10.49.14:059][120]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=39 +[2025.05.26-10.49.14:061][120]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=39 +[2025.05.26-10.49.14:071][120]LogSlate: Slate User Unregistered. User Index 8 +[2025.05.26-10.49.14:071][120]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.05.26-10.49.14:073][120]LogUObjectHash: Compacting FUObjectHashTables data took 1.82ms +[2025.05.26-10.49.14:244][121]LogPlayLevel: Display: Destroying online subsystem :Context_81 +[2025.05.26-10.49.14:245][121]LogHMD: Warning: Destroying layer 1 +[2025.05.26-10.49.14:246][121]LogHMD: Warning: Destroying layer 2 +[2025.05.26-10.49.14:246][121]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.05.26-10.49.14:364][121]LogOVRPlugin: m_xrSession destroyed +[2025.05.26-10.49.14:371][121]LogOVRPlugin: m_xrInstance destroyed +[2025.05.26-10.49.25:430][ 24]LogUObjectHash: Compacting FUObjectHashTables data took 1.68ms +[2025.05.26-10.49.51:496][452]LogEditorTransaction: Undo Modify Component(s) +[2025.05.26-10.49.51:902][452]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_6:PersistentLevel.AnimationEditorPreviewActor_0.DebugSkelMeshComponent_0) Already registered. Aborting. +[2025.05.26-10.49.51:903][452]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_8:PersistentLevel.AnimationEditorPreviewActor_0.DebugSkelMeshComponent_0) Already registered. Aborting. +[2025.05.26-10.50.04:129][374]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 5791.571777 +[2025.05.26-10.50.04:324][393]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.05.26-10.50.04:324][393]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 5791.755859, Update Interval: 324.077271 +[2025.05.26-10.50.14:492][338]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/VRTemplate/Blueprints/VRPawn.VRPawn_C +[2025.05.26-10.50.14:492][338]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/VRTemplate/Blueprints/VRPawn.VRPawn_C +[2025.05.26-10.50.14:496][338]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.05.26-10.50.14:497][338]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.05.26-10.50.14:502][338]LogActorFactory: Actor Factory spawned Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn as actor: VRPawn_C /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0 +[2025.05.26-10.50.14:510][338]LogActorFactory: Actor Factory spawned Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn as actor: VRPawn_C /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0 +[2025.05.26-10.50.15:098][369]LogSlate: Slate User Unregistered. User Index 8 +[2025.05.26-10.50.15:098][369]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.05.26-10.50.15:100][369]LogUObjectHash: Compacting FUObjectHashTables data took 1.66ms +[2025.05.26-10.50.15:104][369]LogEditorActor: Deleted 0 Actors (0.034 secs) +[2025.05.26-10.50.15:108][369]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/VRTemplate/Blueprints/VRPawn.VRPawn_C +[2025.05.26-10.50.15:109][369]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/VRTemplate/Blueprints/VRPawn.VRPawn_C +[2025.05.26-10.50.15:112][369]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.05.26-10.50.15:113][369]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.05.26-10.50.15:118][369]LogActorFactory: Actor Factory spawned Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn as actor: VRPawn_C /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_1 +[2025.05.26-10.50.15:126][369]LogActorFactory: Actor Factory spawned Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn as actor: VRPawn_C /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_1 +[2025.05.26-10.50.46:387][672]LogEditorTransaction: Undo Modify Component Scale +[2025.05.26-10.50.46:811][672]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_6:PersistentLevel.AnimationEditorPreviewActor_0.DebugSkelMeshComponent_0) Already registered. Aborting. +[2025.05.26-10.50.46:812][672]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_8:PersistentLevel.AnimationEditorPreviewActor_0.DebugSkelMeshComponent_0) Already registered. Aborting. +[2025.05.26-10.50.49:722][815]LogEditorTransaction: Undo Modify Component Scale +[2025.05.26-10.50.50:133][815]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_6:PersistentLevel.AnimationEditorPreviewActor_0.DebugSkelMeshComponent_0) Already registered. Aborting. +[2025.05.26-10.50.50:134][815]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_8:PersistentLevel.AnimationEditorPreviewActor_0.DebugSkelMeshComponent_0) Already registered. Aborting. +[2025.05.26-10.51.00:514][608]LogUObjectHash: Compacting FUObjectHashTables data took 1.94ms +[2025.05.26-10.51.06:893][ 19]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.05.26-10.51.06:904][ 19]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-10.51.06:904][ 19]LogHMD: Initializing OVRPlugin session +[2025.05.26-10.51.06:904][ 19]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.05.26-10.51.06:904][ 19]LogOVRPlugin: Error: Device required (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:260) +[2025.05.26-10.51.06:904][ 19]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.05.26-10.51.06:904][ 19]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Available Extensions: (72) +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_FB_passthrough SpecVersion=4 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_META_passthrough_layer_resumed_event SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_FB_triangle_mesh SpecVersion=2 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_META_passthrough_color_lut SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_META_passthrough_preferences SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.05.26-10.51.07:012][ 19]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.05.26-10.51.07:013][ 19]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.05.26-10.51.07:033][ 19]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.05.26-10.51.07:033][ 19]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.109.0 +[2025.05.26-10.51.07:034][ 19]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.05.26-10.51.07:208][ 19]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.05.26-10.51.07:208][ 19]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.05.26-10.51.07:208][ 19]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.05.26-10.51.07:208][ 19]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.05.26-10.51.07:208][ 19]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.05.26-10.51.07:208][ 19]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.05.26-10.51.07:208][ 19]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.05.26-10.51.07:208][ 19]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.05.26-10.51.07:208][ 19]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.05.26-10.51.07:208][ 19]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.05.26-10.51.07:208][ 19]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.05.26-10.51.07:208][ 19]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.51.07:208][ 19]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.51.07:208][ 19]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.05.26-10.51.07:208][ 19]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.05.26-10.51.07:209][ 19]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.05.26-10.51.07:209][ 19]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.05.26-10.51.07:209][ 19]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.05.26-10.51.07:209][ 19]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.05.26-10.51.07:209][ 19]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.05.26-10.51.07:209][ 19]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.05.26-10.51.07:209][ 19]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.05.26-10.51.07:209][ 19]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.05.26-10.51.07:209][ 19]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.05.26-10.51.07:457][ 19]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=14344185621100 +[2025.05.26-10.51.07:457][ 19]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.51.07:457][ 19]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.05.26-10.51.07:566][ 19]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.05.26-10.51.07:566][ 19]LogOVRPlugin: ... m_textureStages[0][0] = 000001C3FB164A60 +[2025.05.26-10.51.07:566][ 19]LogOVRPlugin: ... m_textureStages[0][1] = 000001C3FB166060 +[2025.05.26-10.51.07:566][ 19]LogOVRPlugin: ... m_textureStages[0][2] = 000001C3FB1652A0 +[2025.05.26-10.51.07:568][ 19]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.05.26-10.51.07:568][ 19]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001C3FB164D20 +[2025.05.26-10.51.07:568][ 19]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001C3FB1668A0 +[2025.05.26-10.51.07:568][ 19]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001C3FB1670E0 +[2025.05.26-10.51.07:568][ 19]LogHMD: Allocating Oculus 3648 x 1872 rendertarget swapchain +[2025.05.26-10.51.07:568][ 19]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.05.26-10.51.07:569][ 19]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.51.07:576][ 19]LogPlayLevel: PIE: StaticDuplicateObject took: (0.006780s) +[2025.05.26-10.51.07:576][ 19]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.006820s) +[2025.05.26-10.51.07:599][ 19]LogUObjectHash: Compacting FUObjectHashTables data took 2.40ms +[2025.05.26-10.51.07:606][ 19]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.51.07:607][ 19]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.51.07:609][ 19]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.51.07:609][ 19]LogPlayLevel: PIE: World Init took: (0.001826s) +[2025.05.26-10.51.07:610][ 19]LogAudio: Display: Creating Audio Device: Id: 40, Scope: Unique, Realtime: True +[2025.05.26-10.51.07:610][ 19]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.51.07:610][ 19]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.51.07:610][ 19]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.51.07:610][ 19]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.51.07:610][ 19]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.51.07:610][ 19]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.51.07:610][ 19]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.51.07:610][ 19]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.51.07:610][ 19]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.51.07:610][ 19]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.51.07:610][ 19]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.51.07:614][ 19]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.51.07:653][ 19]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.51.07:654][ 19]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.51.07:654][ 19]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.51.07:654][ 19]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.51.07:654][ 19]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=40 +[2025.05.26-10.51.07:654][ 19]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=40 +[2025.05.26-10.51.07:658][ 19]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=40 +[2025.05.26-10.51.07:658][ 19]LogInit: FAudioDevice initialized with ID 40. +[2025.05.26-10.51.07:658][ 19]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=40 +[2025.05.26-10.51.07:658][ 19]LogAudio: Display: Audio Device (ID: 40) registered with world 'VRTemplateMap'. +[2025.05.26-10.51.07:658][ 19]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 40 +[2025.05.26-10.51.07:673][ 19]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.51.07:673][ 19]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.05.26-10.51.07:673][ 19]LogHMD: Collecting Telemetry Data +[2025.05.26-10.51.07:697][ 19]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.51.07:699][ 19]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.51.07 +[2025.05.26-10.51.07:700][ 19]LogWorld: Bringing up level for play took: 0.002782 +[2025.05.26-10.51.07:703][ 19]LogOnline: OSS: Created online subsystem instance for: :Context_82 +[2025.05.26-10.51.07:722][ 19]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.51.07:724][ 19]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_1.OculusXRHandLeft.OculusHandMesh +[2025.05.26-10.51.07:734][ 19]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.51.07:736][ 19]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_1.OculusXRHandRight.OculusHandMesh +[2025.05.26-10.51.07:745][ 19]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.05.26-10.51.07:746][ 19]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.51.07:747][ 19]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.05.26-10.51.07:756][ 19]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.51.07:759][ 19]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.05.26-10.51.07:767][ 19]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.05.26-10.51.07:776][ 19]PIE: Server logged in +[2025.05.26-10.51.07:781][ 19]PIE: Play in editor total start time 0,881 seconds. +[2025.05.26-10.51.07:783][ 19]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.05.26-10.51.07:798][ 19]LogHMD: Allocating Oculus 3648 x 1872 depth rendertarget swapchain +[2025.05.26-10.51.07:833][ 21]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer +[2025.05.26-10.51.07:970][ 23]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages +[2025.05.26-10.51.07:970][ 23]LogOVRPlugin: ... m_textureStages[0][0] = 000001C43FB121A0 +[2025.05.26-10.51.07:970][ 23]LogOVRPlugin: ... m_textureStages[0][1] = 000001C43FB13FE0 +[2025.05.26-10.51.07:970][ 23]LogOVRPlugin: ... m_textureStages[0][2] = 000001C43FB13D20 +[2025.05.26-10.51.11:479][276]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=14348422447199 +[2025.05.26-10.51.11:479][276]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.51.11:479][276]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 256 outside of frame bounds +[2025.05.26-10.51.11:508][278]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=14348451732599 +[2025.05.26-10.51.11:508][278]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.51.12:233][329]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=14349176323500 +[2025.05.26-10.51.12:233][329]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.51.12:233][329]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=14349176343300 +[2025.05.26-10.51.12:233][329]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.05.26-10.51.12:252][330]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.05.26-10.51.27:831][442]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_0) +[2025.05.26-10.51.31:513][702]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_1) +[2025.05.26-10.51.34:740][855]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_2) +[2025.05.26-10.51.37:891][ 77]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_3) +[2025.05.26-10.51.40:025][226]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_4) +[2025.05.26-10.51.48:618][750]LogScript: Warning: FLatentActionManager::ProcessLatentActions: CallbackTarget is None. +[2025.05.26-10.51.48:619][750]LogScript: Warning: FLatentActionManager::ProcessLatentActions: CallbackTarget is None. +[2025.05.26-10.51.48:619][750]LogScript: Warning: FLatentActionManager::ProcessLatentActions: CallbackTarget is None. +[2025.05.26-10.51.49:010][763]LogSpawn: Warning: SpawnActor failed because of collision at the spawn location [X=-3859.505 Y=-13.227 Z=8.000] for [BP_EnemyGoblin_C] +[2025.05.26-10.51.49:010][763]LogScript: Warning: Attempted to access BP_EnemyGoblin_C_42 via property CallFunc_FinishSpawningActor_ReturnValue, but BP_EnemyGoblin_C_42 is not valid (pending kill or garbage) BP_Spawner_C /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.BP_Spawner_C_1 - Function /Game/VRTemplate/Blueprints/BP_Spawner.BP_Spawner_C:ExecuteUbergraph_BP_Spawner:057E -[2025.05.25-18.23.37:440][468]PIE: Error: Blueprint Runtime Error: "Attempted to access BP_EnemyAI_C_5 via property CallFunc_FinishSpawningActor_ReturnValue, but BP_EnemyAI_C_5 is not valid (pending kill or garbage)". Node: Assign On Enemy Died Graph: EventGraph Function: Execute Ubergraph BP Spawner Blueprint: BP_Spawner -[2025.05.25-18.23.37:448][468]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... -[2025.05.25-18.23.37:450][468]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh -[2025.05.25-18.23.37:459][468]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... -[2025.05.25-18.23.37:461][468]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh -[2025.05.25-18.23.37:469][468]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" -[2025.05.25-18.23.37:473][468]PIE: Server logged in -[2025.05.25-18.23.37:474][468]PIE: Play in editor total start time 1.751 seconds. -[2025.05.25-18.23.37:475][468]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) -[2025.05.25-18.23.37:484][468]LogHMD: Allocating Oculus 4128 x 2272 depth rendertarget swapchain -[2025.05.25-18.23.37:611][469]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=511250165379699 -[2025.05.25-18.23.37:611][469]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 -[2025.05.25-18.23.37:654][470]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer -[2025.05.25-18.23.37:967][470]LogOVRPlugin: CompositorOpenXR_D3D12::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages -[2025.05.25-18.23.37:967][470]LogOVRPlugin: ... m_textureStages[0][0] = 00000149A60DE380 -[2025.05.25-18.23.37:967][470]LogOVRPlugin: ... m_textureStages[0][1] = 0000014A42DA5510 -[2025.05.25-18.23.37:967][470]LogOVRPlugin: ... m_textureStages[0][2] = 0000014A42DA7F30 -[2025.05.25-18.23.38:614][472]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=511251168189300 -[2025.05.25-18.23.38:614][472]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 -[2025.05.25-18.23.38:614][472]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=511251168255300 -[2025.05.25-18.23.38:614][472]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 -[2025.05.25-18.23.38:630][473]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged -[2025.05.25-18.23.57:312][749]LogBlueprintUserMessages: [BP_Fireball_C_2] BP_EnemyAI_C_4 -[2025.05.25-18.23.59:209][872]LogBlueprintUserMessages: [BP_Fireball_C_3] BP_EnemyAI_C_4 -[2025.05.25-18.23.59:210][872]LogBlueprintUserMessages: [BP_Fireball_C_3] BP_EnemyAI_C_1 -[2025.05.25-18.24.00:887][989]LogBlueprintUserMessages: [BP_Fireball_C_4] BP_EnemyAI_C_1 -[2025.05.25-18.24.08:086][490]LogBlueprintUserMessages: [BP_Fireball_C_7] BP_EnemyAI_C_2 -[2025.05.25-18.24.10:877][685]LogBlueprintUserMessages: [BP_Fireball_C_8] BP_EnemyAI_C_3 -[2025.05.25-18.24.10:877][685]LogBlueprintUserMessages: [BP_Fireball_C_8] BP_EnemyAI_C_2 -[2025.05.25-18.24.12:320][782]LogBlueprintUserMessages: [BP_Fireball_C_9] BP_EnemyAI_C_3 -[2025.05.25-18.24.21:343][418]LogBlueprintUserMessages: [BP_Fireball_C_10] BP_EnemyAI_C_6 -[2025.05.25-18.24.21:344][418]LogBlueprintUserMessages: [BP_Fireball_C_10] BP_EnemyAI_C_9 -[2025.05.25-18.24.21:344][418]LogBlueprintUserMessages: [BP_Fireball_C_10] BP_EnemyAI_C_0 -[2025.05.25-18.24.21:344][418]LogBlueprintUserMessages: [BP_Fireball_C_10] BP_EnemyAI_C_8 -[2025.05.25-18.24.21:344][418]LogBlueprintUserMessages: [BP_Fireball_C_10] BP_EnemyAI_C_7 -[2025.05.25-18.24.23:282][535]LogBlueprintUserMessages: [BP_Fireball_C_11] BP_EnemyAI_C_6 -[2025.05.25-18.24.23:283][535]LogBlueprintUserMessages: [BP_Fireball_C_11] BP_EnemyAI_C_9 -[2025.05.25-18.24.23:283][535]LogBlueprintUserMessages: [BP_Fireball_C_11] BP_EnemyAI_C_0 -[2025.05.25-18.24.23:283][535]LogBlueprintUserMessages: [BP_Fireball_C_11] BP_EnemyAI_C_8 -[2025.05.25-18.24.23:283][535]LogBlueprintUserMessages: [BP_Fireball_C_11] BP_EnemyAI_C_7 -[2025.05.25-18.24.30:535][ 51]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.30:549][ 52]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.30:563][ 53]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.30:577][ 54]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.30:590][ 55]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.30:604][ 56]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.30:618][ 57]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.30:632][ 58]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.30:646][ 59]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.30:659][ 60]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.30:674][ 61]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.30:687][ 62]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.30:701][ 63]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.30:715][ 64]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.30:729][ 65]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.30:743][ 66]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.36:339][460]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.36:353][461]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.36:366][462]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.36:381][463]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.36:395][464]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.36:408][465]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.36:423][466]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.36:436][467]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.36:450][468]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.36:465][469]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.36:478][470]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.36:492][471]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.36:506][472]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.36:520][473]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.36:533][474]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.36:547][475]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.36:562][476]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.36:575][477]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.43:070][936]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 3599.248535 -[2025.05.25-18.24.43:847][992]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change -[2025.05.25-18.24.43:848][992]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 3600.013184, Update Interval: 315.835449 -[2025.05.25-18.24.57:210][925]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.57:223][926]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.57:238][927]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.57:252][928]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.57:266][929]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.57:279][930]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.57:294][931]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.57:307][932]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.57:321][933]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.57:335][934]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.57:349][935]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.57:364][936]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.57:377][937]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.57:391][938]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.57:404][939]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.57:418][940]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.57:432][941]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.57:446][942]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.57:459][943]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.57:474][944]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.57:488][945]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.57:502][946]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.57:515][947]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.24.57:530][948]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:405][227]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:420][228]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:434][229]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:448][230]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:461][231]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:475][232]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:489][233]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:504][234]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:517][235]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:531][236]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:545][237]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:559][238]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:573][239]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:586][240]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:600][241]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:615][242]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:629][243]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:642][244]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:656][245]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:670][246]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:684][247]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:698][248]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:712][249]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:726][250]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:739][251]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:753][252]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:768][253]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:782][254]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:796][255]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:809][256]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:822][257]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:837][258]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:850][259]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:866][260]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:878][261]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:892][262]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:905][263]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:920][264]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:933][265]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:947][266]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:961][267]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:975][268]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.01:989][269]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:002][270]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:017][271]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:030][272]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:044][273]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:058][274]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:072][275]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:085][276]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:099][277]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:114][278]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:128][279]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:142][280]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:155][281]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:170][282]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:184][283]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:197][284]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:212][285]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:226][286]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:239][287]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:253][288]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:267][289]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:281][290]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:295][291]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:310][292]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:324][293]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:337][294]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:350][295]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.02:364][296]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:378][615]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:392][616]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:405][617]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:419][618]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:433][619]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:447][620]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:461][621]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:475][622]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:488][623]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:503][624]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:516][625]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:530][626]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:544][627]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:559][628]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:572][629]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:585][630]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:600][631]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:613][632]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:627][633]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:640][634]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:655][635]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:668][636]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:682][637]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:697][638]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:710][639]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:723][640]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:738][641]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:752][642]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:766][643]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:779][644]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:794][645]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:807][646]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:822][647]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:836][648]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:849][649]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:863][650]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:877][651]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:891][652]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:904][653]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:919][654]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:932][655]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:947][656]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:960][657]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:974][658]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.21:988][659]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.22:002][660]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.22:016][661]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.22:030][662]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.22:044][663]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.22:058][664]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.22:072][665]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.22:085][666]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.22:100][667]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.22:113][668]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.22:128][669]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.22:141][670]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.22:156][671]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.22:170][672]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.22:183][673]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.22:197][674]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.22:210][675]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.22:225][676]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.22:239][677]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.22:253][678]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.22:266][679]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.22:280][680]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.22:294][681]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.22:308][682]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.22:322][683]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.22:336][684]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.22:349][685]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.34:281][536]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.34:295][537]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.34:308][538]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.34:323][539]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.34:336][540]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.34:351][541]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.34:365][542]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.34:378][543]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.34:392][544]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.34:406][545]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.34:420][546]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.34:434][547]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.34:448][548]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.34:462][549]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.34:475][550]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.34:489][551]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.34:503][552]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.34:517][553]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.34:532][554]LogBlueprintUserMessages: [VRPawn_C_0] Vasaku pöidla loits -[2025.05.25-18.25.56:590][116]LogDerivedDataCache: C:/Users/rannosam/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.000 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 0 files in 1 folders with total size 0 MiB. -[2025.05.25-18.26.02:336][506]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.05.25-18.26.02:336][506]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap -[2025.05.25-18.26.02:655][506]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM6) OculusXRHMD OVRPlugin: 1.106.0' being destroyed -[2025.05.25-18.26.02:687][506]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true -[2025.05.25-18.26.02:687][506]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-18.26.02:693][506]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.05.25-18.26.02:703][506]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-18.26.02:729][506]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 9 -[2025.05.25-18.26.02:729][506]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=9 -[2025.05.25-18.26.02:732][506]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=9 -[2025.05.25-18.26.02:741][506]LogSlate: Slate User Unregistered. User Index 8 -[2025.05.25-18.26.02:741][506]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 -[2025.05.25-18.26.02:743][506]LogUObjectHash: Compacting FUObjectHashTables data took 1.88ms -[2025.05.25-18.26.02:912][507]LogPlayLevel: Display: Destroying online subsystem :Context_18 -[2025.05.25-18.26.02:914][507]LogHMD: Warning: Destroying layer 1 -[2025.05.25-18.26.02:918][507]LogHMD: Warning: Destroying layer 2 -[2025.05.25-18.26.02:920][507]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() -[2025.05.25-18.26.03:050][507]LogOVRPlugin: m_xrSession destroyed -[2025.05.25-18.26.03:059][507]LogOVRPlugin: m_xrInstance destroyed -[2025.05.25-18.30.35:168][907]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 3951.354980 -[2025.05.25-18.30.36:169][910]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change -[2025.05.25-18.30.36:169][910]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 3952.022949, Update Interval: 311.583618 -[2025.05.25-18.36.36:794][990]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 4312.985840 -[2025.05.25-18.36.37:793][993]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change -[2025.05.25-18.36.37:793][993]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 4313.651855, Update Interval: 346.944183 -[2025.05.25-18.43.07:194][986]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 4703.385742 -[2025.05.25-18.43.08:194][989]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change -[2025.05.25-18.43.08:194][989]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 4704.054199, Update Interval: 349.361237 -[2025.05.25-18.44.39:890][343]LogUObjectHash: Compacting FUObjectHashTables data took 1.81ms -[2025.05.25-18.44.48:568][343]LogSlate: Window 'Save Content' being destroyed -[2025.05.25-18.44.48:582][343]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.05.25-18.44.48:641][343]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Audio/music/Action_1] ([1] browsable assets)... -[2025.05.25-18.44.48:641][343]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Audio/music/Action_1] -[2025.05.25-18.44.48:641][343]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Audio/music/Action_1" FILE="../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_1.uasset" SILENT=true -[2025.05.25-18.44.48:674][343]LogSavePackage: Moving output files for package: /Game/VRTemplate/Audio/music/Action_1 -[2025.05.25-18.44.48:674][343]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Action_1B2B3518D46327FD19C54F497407DED9D.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_1.uasset' -[2025.05.25-18.44.48:678][343]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Audio/music/Action_1_1_] ([1] browsable assets)... -[2025.05.25-18.44.48:678][343]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Audio/music/Action_1_1_] -[2025.05.25-18.44.48:714][343]LogSavePackage: Moving output files for package: /Game/VRTemplate/Audio/music/Action_1_1_ -[2025.05.25-18.44.48:714][343]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Action_1_1_C415858F47913CC551867894FA531FBB.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_1_1_.uasset' -[2025.05.25-18.44.48:715][343]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Audio/music/Action_2] ([1] browsable assets)... -[2025.05.25-18.44.48:715][343]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Audio/music/Action_2] -[2025.05.25-18.44.48:715][343]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Audio/music/Action_2" FILE="../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_2.uasset" SILENT=true -[2025.05.25-18.44.48:751][343]LogSavePackage: Moving output files for package: /Game/VRTemplate/Audio/music/Action_2 -[2025.05.25-18.44.48:751][343]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Action_2B4B0C5FF424ACBDB15EE5FB58C2B4DE4.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_2.uasset' -[2025.05.25-18.44.48:752][343]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Audio/music/Action_2_1_] ([1] browsable assets)... -[2025.05.25-18.44.48:752][343]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Audio/music/Action_2_1_] -[2025.05.25-18.44.48:790][343]LogSavePackage: Moving output files for package: /Game/VRTemplate/Audio/music/Action_2_1_ -[2025.05.25-18.44.48:790][343]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Action_2_1_DE5C2E15418037E36A8FEEA2BB07DBC7.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_2_1_.uasset' -[2025.05.25-18.44.48:792][343]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Audio/music/Action_3] ([1] browsable assets)... -[2025.05.25-18.44.48:792][343]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Audio/music/Action_3] -[2025.05.25-18.44.48:792][343]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Audio/music/Action_3" FILE="../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_3.uasset" SILENT=true -[2025.05.25-18.44.48:823][343]LogSavePackage: Moving output files for package: /Game/VRTemplate/Audio/music/Action_3 -[2025.05.25-18.44.48:823][343]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Action_38DD03E144E7CC30131D211A4C4F8C10E.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_3.uasset' -[2025.05.25-18.44.48:825][343]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Audio/music/Action_3_1_] ([1] browsable assets)... -[2025.05.25-18.44.48:825][343]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Audio/music/Action_3_1_] -[2025.05.25-18.44.48:865][343]LogSavePackage: Moving output files for package: /Game/VRTemplate/Audio/music/Action_3_1_ -[2025.05.25-18.44.48:865][343]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Action_3_1_E5E6A4974C3EB44B3377519009F05A24.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_3_1_.uasset' -[2025.05.25-18.44.48:866][343]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Audio/music/Action_4] ([1] browsable assets)... -[2025.05.25-18.44.48:866][343]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Audio/music/Action_4] -[2025.05.25-18.44.48:866][343]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Audio/music/Action_4" FILE="../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_4.uasset" SILENT=true -[2025.05.25-18.44.48:897][343]LogSavePackage: Moving output files for package: /Game/VRTemplate/Audio/music/Action_4 -[2025.05.25-18.44.48:897][343]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Action_4D8DBFA144E0A890C0BF267B70858E8E2.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_4.uasset' -[2025.05.25-18.44.48:898][343]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Audio/music/Action_4_1_] ([1] browsable assets)... -[2025.05.25-18.44.48:898][343]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Audio/music/Action_4_1_] -[2025.05.25-18.44.48:933][343]LogSavePackage: Moving output files for package: /Game/VRTemplate/Audio/music/Action_4_1_ -[2025.05.25-18.44.48:933][343]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Action_4_1_CE5DA2DE491D9A440DC3FAA27308851F.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_4_1_.uasset' -[2025.05.25-18.44.48:934][343]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Audio/music/Action_5] ([1] browsable assets)... -[2025.05.25-18.44.48:934][343]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Audio/music/Action_5] -[2025.05.25-18.44.48:934][343]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Audio/music/Action_5" FILE="../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_5.uasset" SILENT=true -[2025.05.25-18.44.48:965][343]LogSavePackage: Moving output files for package: /Game/VRTemplate/Audio/music/Action_5 -[2025.05.25-18.44.48:965][343]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Action_5A860793A49B497CF79A0EB96113F76DF.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_5.uasset' -[2025.05.25-18.44.48:967][343]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Audio/music/Action_5_1_] ([1] browsable assets)... -[2025.05.25-18.44.48:967][343]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Audio/music/Action_5_1_] -[2025.05.25-18.44.49:002][343]LogSavePackage: Moving output files for package: /Game/VRTemplate/Audio/music/Action_5_1_ -[2025.05.25-18.44.49:002][343]LogSavePackage: Moving '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Saved/Action_5_1_B5F5849E4EC07C432415688249E965BE.tmp' to '../../../../../../R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_5_1_.uasset' -[2025.05.25-18.44.49:012][343]LogFileHelpers: InternalPromptForCheckoutAndSave took 430.213 ms (total: 1.38 sec) -[2025.05.25-18.44.49:268][343]LogStall: Shutdown... -[2025.05.25-18.44.49:268][343]LogStall: Shutdown complete. -[2025.05.25-18.44.49:415][343]LogWorld: UWorld::CleanupWorld for World_4, bSessionEnded=true, bCleanupResources=true -[2025.05.25-18.44.49:415][343]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-18.44.49:531][343]LogActorComponent: UnregisterComponent: (/Engine/Transient.EditorFloorComp) Not registered. Aborting. -[2025.05.25-18.44.49:531][343]LogWorld: UWorld::CleanupWorld for World_9, bSessionEnded=true, bCleanupResources=true -[2025.05.25-18.44.49:531][343]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-18.44.49:595][343]LogActorComponent: UnregisterComponent: (/Engine/Transient.EditorFloorComp) Not registered. Aborting. -[2025.05.25-18.44.49:595][343]LogWorld: UWorld::CleanupWorld for World_7, bSessionEnded=true, bCleanupResources=true -[2025.05.25-18.44.49:595][343]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-18.44.49:638][343]LogSlate: Window 'Action_1_Cue' being destroyed -[2025.05.25-18.44.49:803][343]LogSlate: Window 'Message Log' being destroyed -[2025.05.25-18.44.49:809][343]LogSlate: Window 'HandyMann - Unreal Editor' being destroyed -[2025.05.25-18.44.50:249][343]LogContentValidation: Display: Starting to validate 10 assets -[2025.05.25-18.44.50:249][343]LogContentValidation: Enabled validators: -[2025.05.25-18.44.50:249][343]LogContentValidation: /Script/DataValidation.EditorValidator_Material -[2025.05.25-18.44.50:249][343]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.05.25-18.44.50:249][343]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.05.25-18.44.50:249][343]LogContentValidation: /Script/DataValidation.PackageFileValidator -[2025.05.25-18.44.50:249][343]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.05.25-18.44.50:249][343]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator -[2025.05.25-18.44.50:249][343]AssetCheck: /Game/VRTemplate/Audio/music/Action_1 Validating asset -[2025.05.25-18.44.50:249][343]AssetCheck: /Game/VRTemplate/Audio/music/Action_1_1_ Validating asset -[2025.05.25-18.44.50:249][343]AssetCheck: /Game/VRTemplate/Audio/music/Action_2 Validating asset -[2025.05.25-18.44.50:249][343]AssetCheck: /Game/VRTemplate/Audio/music/Action_2_1_ Validating asset -[2025.05.25-18.44.50:249][343]AssetCheck: /Game/VRTemplate/Audio/music/Action_3 Validating asset -[2025.05.25-18.44.50:249][343]AssetCheck: /Game/VRTemplate/Audio/music/Action_3_1_ Validating asset -[2025.05.25-18.44.50:249][343]AssetCheck: /Game/VRTemplate/Audio/music/Action_4 Validating asset -[2025.05.25-18.44.50:249][343]AssetCheck: /Game/VRTemplate/Audio/music/Action_4_1_ Validating asset -[2025.05.25-18.44.50:249][343]AssetCheck: /Game/VRTemplate/Audio/music/Action_5 Validating asset -[2025.05.25-18.44.50:249][343]AssetCheck: /Game/VRTemplate/Audio/music/Action_5_1_ Validating asset -[2025.05.25-18.44.50:314][343]LogUObjectHash: Compacting FUObjectHashTables data took 1.80ms -[2025.05.25-18.44.50:341][343]Cmd: QUIT_EDITOR -[2025.05.25-18.44.50:341][343]LogCore: Engine exit requested (reason: UUnrealEdEngine::CloseEditor()) -[2025.05.25-18.44.50:547][344]LogCore: Engine exit requested (reason: EngineExit() was called; note: exit was already requested) -[2025.05.25-18.44.50:552][344]LogStaticMesh: Abandoning remaining async distance field tasks for shutdown -[2025.05.25-18.44.50:552][344]LogStaticMesh: Abandoning remaining async card representation tasks for shutdown -[2025.05.25-18.44.50:559][344]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true -[2025.05.25-18.44.50:559][344]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-18.44.50:648][344]LogStylusInput: Shutting down StylusInput subsystem. -[2025.05.25-18.44.50:762][344]LogLevelSequenceEditor: LevelSequenceEditor subsystem deinitialized. -[2025.05.25-18.44.50:825][344]LogWorld: UWorld::CleanupWorld for World_2, bSessionEnded=true, bCleanupResources=true -[2025.05.25-18.44.50:825][344]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-18.44.50:830][344]LogWorld: UWorld::CleanupWorld for World_1, bSessionEnded=true, bCleanupResources=true -[2025.05.25-18.44.50:847][344]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-18.44.50:851][344]LogWorld: UWorld::CleanupWorld for World_0, bSessionEnded=true, bCleanupResources=true -[2025.05.25-18.44.50:852][344]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-18.44.50:865][344]LogWorld: UWorld::CleanupWorld for World_3, bSessionEnded=true, bCleanupResources=true -[2025.05.25-18.44.50:865][344]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-18.44.50:869][344]LogWorld: UWorld::CleanupWorld for World_6, bSessionEnded=true, bCleanupResources=true -[2025.05.25-18.44.50:869][344]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.05.25-18.44.51:017][344]LogStudioTelemetry: Ended StudioTelemetry Session -[2025.05.25-18.44.51:050][344]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroying ET Analytics provider -[2025.05.25-18.44.51:050][344]LogAnalytics: Display: [UEEditor.Rocket.Release] Ended ET Analytics provider session -[2025.05.25-18.44.51:050][344]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroyed ET Analytics provider -[2025.05.25-18.44.51:361][344]LogAudio: Display: Beginning Audio Device Manager Shutdown (Module: AudioMixerXAudio2)... -[2025.05.25-18.44.51:361][344]LogAudio: Display: Destroying 1 Remaining Audio Device(s)... -[2025.05.25-18.44.51:361][344]LogAudio: Display: Audio Device unregistered from world 'VRTemplateMap'. -[2025.05.25-18.44.51:363][344]LogAudio: Display: Shutting down audio device while 1 references to it are still alive. For more information, compile with INSTRUMENT_AUDIODEVICE_HANDLES. -[2025.05.25-18.44.51:363][344]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 -[2025.05.25-18.44.51:366][344]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 -[2025.05.25-18.44.51:379][344]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID -1 -[2025.05.25-18.44.51:379][344]LogAudio: Display: Audio Device Manager Shutdown -[2025.05.25-18.44.51:379][344]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). -[2025.05.25-18.44.51:389][344]LogExit: Preparing to exit. -[2025.05.25-18.44.51:855][344]LogUObjectHash: Compacting FUObjectHashTables data took 1.56ms -[2025.05.25-18.44.51:857][344]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/add_controls_for_selected_PY.add_controls_for_selected_options' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-18.44.51:857][344]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/add_controls_for_selected_PY.add_controls_for_selected' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-18.44.51:860][344]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/add_null_above_selected_PY.add_null_above_selected' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-18.44.51:860][344]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_translation_rotation' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-18.44.51:861][344]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_translation_all' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-18.44.51:861][344]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_translation_x' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-18.44.51:861][344]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_translation_y' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-18.44.51:861][344]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_translation_z' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-18.44.51:861][344]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_rotation' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-18.44.51:861][344]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_scale' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-18.44.51:861][344]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.search_replace_name_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-18.44.51:861][344]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.search_replace_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-18.44.51:861][344]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.add_prefix_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-18.44.51:861][344]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.add_prefix_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-18.44.51:861][344]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.add_suffix_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-18.44.51:861][344]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.add_suffix_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-18.44.51:861][344]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.do_rename_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-18.44.51:861][344]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.do_rename_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-18.44.51:861][344]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/set_bone_reference_pose_PY.set_bone_reference_pose' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-18.44.51:861][344]LogPython: Display: Object '/ControlRig/Python/ControlRigWorkflows/workflow_fbik_import_ik_rig_PY.import_ik_rig_options' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-18.44.51:861][344]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/add_controls_for_selected_PY.ControlOutputFormat' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.05.25-18.44.52:565][344]LogEditorDataStorage: Deinitializing -[2025.05.25-18.44.53:557][344]LogDemo: Cleaned up 0 splitscreen connections, owner deletion: enabled -[2025.05.25-18.44.54:012][344]LogExit: Editor shut down -[2025.05.25-18.44.54:027][344]LogExit: Transaction tracking system shut down -[2025.05.25-18.44.57:816][344]LogExit: Object subsystem successfully closed. -[2025.05.25-18.44.57:913][344]LogShaderCompilers: Display: Shaders left to compile 0 -[2025.05.25-18.44.59:465][344]LogMemoryProfiler: Shutdown -[2025.05.25-18.44.59:469][344]LogNetworkingProfiler: Shutdown -[2025.05.25-18.44.59:469][344]LoadingProfiler: Shutdown -[2025.05.25-18.44.59:482][344]LogTimingProfiler: Shutdown -[2025.05.25-18.45.01:637][344]LogChaosDD: Chaos Debug Draw Shutdown -[2025.05.25-18.45.01:777][344]LogHttp: Warning: [FHttpManager::Shutdown] Unbinding delegates for 2 outstanding Http Requests: -[2025.05.25-18.45.01:777][344]LogHttp: Warning: verb=[POST] url=[https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7B5361635B-4016-10DC-AEB9-779DC217DAEB%7D&AppID=UEEditor.Rocket.Release&AppVersion=5.5.4-40574608%2B%2B%2BUE5%2BRelease-5.5&UserID=0263ee444c1e3b1c1bf18c9ea6cc2ba4%7C1e61d639f2d5465389723e7b879a143c%7C12cfd485-ae06-4d3a-be14-e678903b0a60&AppEnvironment=datacollector-binary&UploadType=eteventstream] refs=[3] status=Processing -[2025.05.25-18.45.01:777][344]LogHttp: Warning: verb=[POST] url=[https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7B5361635B-4016-10DC-AEB9-779DC217DAEB%7D&AppID=UEEditor.Rocket.Release&AppVersion=5.5.4-40574608%2B%2B%2BUE5%2BRelease-5.5&UserID=0263ee444c1e3b1c1bf18c9ea6cc2ba4%7C1e61d639f2d5465389723e7b879a143c%7C12cfd485-ae06-4d3a-be14-e678903b0a60&AppEnvironment=datacollector-binary&UploadType=eteventstream] refs=[2] status=Processing -[2025.05.25-18.45.02:812][344]LogEOSSDK: FEOSSDKManager::Shutdown EOS_Shutdown Result=[EOS_Success] -[2025.05.25-18.45.03:361][344]LogOculusPluginWrapper: OculusPlugin destroyed successfully -[2025.05.25-18.45.03:369][344]RenderDocPlugin: plugin has been unloaded. -[2025.05.25-18.45.03:373][344]LogSlate: Slate User Destroyed. User Index 0, Is Virtual User: 0 -[2025.05.25-18.45.03:425][344]LogStudioTelemetry: Display: Shutdown StudioTelemetry Module -[2025.05.25-18.45.03:425][344]LogNFORDenoise: NFORDenoise function shutting down -[2025.05.25-18.45.03:585][344]LogIris: FNetObjectFactoryRegistry::UnregisterFactory is unregistering factory: None name: NetActorFactory id: 0 -[2025.05.25-18.45.03:585][344]LogIris: FNetObjectFactoryRegistry::UnregisterFactory is unregistering factory: None name: NetSubObjectFactory id: 1 -[2025.05.25-18.45.03:588][344]LogPakFile: Destroying PakPlatformFile -[2025.05.25-18.45.03:895][344]LogD3D12RHI: ~FD3D12DynamicRHI -[2025.05.25-18.45.04:059][344]LogExit: Exiting. -[2025.05.25-18.45.04:102][344]Log file closed, 05/25/25 21:45:04 ->>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 + Function /Game/VRTemplate/Blueprints/BP_Spawner.BP_Spawner_C:ExecuteUbergraph_BP_Spawner:04F9 +[2025.05.26-10.51.49:010][763]PIE: Error: Blueprint Runtime Error: "Attempted to access BP_EnemyGoblin_C_42 via property CallFunc_FinishSpawningActor_ReturnValue, but BP_EnemyGoblin_C_42 is not valid (pending kill or garbage)". Node: Bind Event to On Enemy Died Graph: EventGraph Function: Execute Ubergraph BP Spawner Blueprint: BP_Spawner +[2025.05.26-10.51.53:112][ 12]LogBlueprintUserMessages: [BP_Fireball_C_0] Hello +[2025.05.26-10.51.54:323][ 98]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.05.26-10.51.54:602][118]LogBlueprintUserMessages: [BP_Fireball_C_1] Hello +[2025.05.26-10.51.59:821][462]LogBlueprintUserMessages: [BP_Fireball_C_2] Hello +[2025.05.26-10.52.01:574][565]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_5) +[2025.05.26-10.52.02:257][591]LogScript: Warning: FLatentActionManager::ProcessLatentActions: CallbackTarget is None. +[2025.05.26-10.52.02:259][591]LogScript: Warning: FLatentActionManager::ProcessLatentActions: CallbackTarget is None. +[2025.05.26-10.52.02:260][591]LogScript: Warning: FLatentActionManager::ProcessLatentActions: CallbackTarget is None. +[2025.05.26-10.52.02:425][597]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.05.26-10.52.04:657][727]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=14401600812900 +[2025.05.26-10.52.04:657][727]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.52.04:657][727]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=14401600827100 +[2025.05.26-10.52.04:657][727]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.52.04:657][727]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=14401600948000 +[2025.05.26-10.52.04:657][727]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.52.04:659][728]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=14401600948000 +[2025.05.26-10.52.04:659][728]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.52.04:659][728]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 3709 outside of frame bounds +[2025.05.26-10.52.04:670][728]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=14401600948000 +[2025.05.26-10.52.04:670][728]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.52.04:670][728]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=14401614607800 +[2025.05.26-10.52.04:670][728]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.52.07:048][895]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.52.07:048][895]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.52.07:092][895]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM5) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.05.26-10.52.07:118][895]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.52.07:119][895]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.52.07:149][895]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.52.07:159][895]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.52.07:184][895]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.05.26-10.52.07:185][895]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 40 +[2025.05.26-10.52.07:185][895]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=40 +[2025.05.26-10.52.07:187][895]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=40 +[2025.05.26-10.52.07:201][895]LogUObjectHash: Compacting FUObjectHashTables data took 2.09ms +[2025.05.26-10.52.07:350][896]LogPlayLevel: Display: Destroying online subsystem :Context_82 +[2025.05.26-10.52.07:350][896]LogHMD: Warning: Destroying layer 1 +[2025.05.26-10.52.07:353][896]LogHMD: Warning: Destroying layer 2 +[2025.05.26-10.52.07:353][896]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.05.26-10.52.07:474][896]LogOVRPlugin: m_xrSession destroyed +[2025.05.26-10.52.07:481][896]LogOVRPlugin: m_xrInstance destroyed +[2025.05.26-10.52.09:077][946]LogSlate: Window 'Message Log' being destroyed +[2025.05.26-10.52.09:135][946]LogSlate: Window 'Message Log' being destroyed +[2025.05.26-10.52.21:004][580]Cmd: TRANSACTION UNDO +[2025.05.26-10.52.21:006][580]LogEditorTransaction: Undo Modify Component Scale +[2025.05.26-10.52.21:547][580]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_6:PersistentLevel.AnimationEditorPreviewActor_0.DebugSkelMeshComponent_0) Already registered. Aborting. +[2025.05.26-10.52.21:548][580]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_8:PersistentLevel.AnimationEditorPreviewActor_0.DebugSkelMeshComponent_0) Already registered. Aborting. +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: ================================================ +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: Total job queries 262, among them cache hits 142 (54.20%), DDC hits 95 (36.26%), Duplicates 6 (2.29%) +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: Tracking 114 distinct input hashes that result in 101 distinct outputs (88.60%) +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: RAM used: 106,94 KiB of 1,60 GiB budget. Usage: 0.01% +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: Shaders Compiled: 19 +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: Jobs assigned 19, completed 19 (100%) +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: Average time worker was idle: 314.08 s +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: Time job spent in pending queue: average 7.66 s, longest 21.90 s +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: Job execution time: average 13.26 s, max 24.01 s +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: Job life time (pending + execution): average 20.92 s, max 25.05 +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: Shader code size: average 9,14 KiB, min 284 B, max 37,551 KiB +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 63.17 s +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.00% +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: Jobs were issued in 19 batches (only local compilation was used), average 1.00 jobs/batch +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: Average processing rate: 0.30 jobs/sec +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: Total thread time: 53,243 s +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: Total thread preprocess time: 5,853 s +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: Percentage time preprocessing: 10.99% +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: Effective parallelization: 0.84 (times faster than compiling all shaders on one thread). Compare with number of workers: 8 +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy (compiled 1 times, average 5.19 sec, max 5.19 sec, min 5.19 sec) +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 5 times, average 2.70 sec, max 4.62 sec, min 1.06 sec) +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy (compiled 2 times, average 2.65 sec, max 3.31 sec, min 1.99 sec) +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: FVelocityPS (compiled 3 times, average 2.41 sec, max 2.89 sec, min 1.64 sec) +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: FDepthOnlyPS (compiled 3 times, average 1.98 sec, max 2.28 sec, min 1.51 sec) +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 25.38% of total time (compiled 5 times, average 2.70 sec, max 4.62 sec, min 1.06 sec) +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: FVelocityPS - 13.57% of total time (compiled 3 times, average 2.41 sec, max 2.89 sec, min 1.64 sec) +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: FDepthOnlyPS - 11.17% of total time (compiled 3 times, average 1.98 sec, max 2.28 sec, min 1.51 sec) +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: FVelocityVS - 10.37% of total time (compiled 3 times, average 1.84 sec, max 3.31 sec, min 0.95 sec) +[2025.05.26-10.52.40:582][781]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy - 9.94% of total time (compiled 2 times, average 2.65 sec, max 3.31 sec, min 1.99 sec) +[2025.05.26-10.52.40:583][781]LogShaderCompilers: Display: === Material stats === +[2025.05.26-10.52.40:583][781]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.05.26-10.52.40:583][781]LogShaderCompilers: Display: Materials Translated: 182 +[2025.05.26-10.52.40:583][781]LogShaderCompilers: Display: Material Total Translate Time: 0.15 s +[2025.05.26-10.52.40:583][781]LogShaderCompilers: Display: Material Translation Only: 0.06 s (42%) +[2025.05.26-10.52.40:583][781]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (2%) +[2025.05.26-10.52.40:583][781]LogShaderCompilers: Display: Material Cache Hits: 59 (32%) +[2025.05.26-10.52.40:583][781]LogShaderCompilers: Display: ================================================ +[2025.05.26-10.52.59:324][837]LogUObjectHash: Compacting FUObjectHashTables data took 1.63ms +[2025.05.26-10.52.59:346][837]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Maps/VRTemplateMap_Auto5 +[2025.05.26-10.52.59:347][837]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/VRTemplateMap_Auto57948EC1143EE88C53CF7BFB129EABDA3.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Maps/VRTemplateMap_Auto5.umap' +[2025.05.26-10.52.59:348][837]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/VRTemplate/Maps/VRTemplateMap' took 0.047 +[2025.05.26-10.52.59:348][837]LogFileHelpers: Editor autosave (incl. sublevels & external actors) for all levels took 0.047 +[2025.05.26-10.52.59:349][837]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_Spawner] ([2] browsable assets)... +[2025.05.26-10.52.59:349][837]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_Spawner] +[2025.05.26-10.52.59:365][837]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_Spawner_Auto5 +[2025.05.26-10.52.59:365][837]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_Spawner_Auto597B57FCD4FDC71EC0A99E2BBD440923C.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_Spawner_Auto5.uasset' +[2025.05.26-10.52.59:366][837]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/VRTemplate/Blueprints/BP_EnemyGoblin] ([2] browsable assets)... +[2025.05.26-10.52.59:405][837]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin] +[2025.05.26-10.52.59:405][837]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_EnemyGoblin] +[2025.05.26-10.52.59:429][837]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_EnemyGoblin_Auto5 +[2025.05.26-10.52.59:429][837]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_EnemyGoblin_Auto5B5A69786400BD8F57E1280ADD68BED39.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_EnemyGoblin_Auto5.uasset' +[2025.05.26-10.52.59:430][837]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/VRTemplate/Blueprints/VRPawn] ([2] browsable assets)... +[2025.05.26-10.52.59:438][837]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn] +[2025.05.26-10.52.59:438][837]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/VRPawn] +[2025.05.26-10.52.59:556][837]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/VRPawn_Auto5 +[2025.05.26-10.52.59:557][837]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/VRPawn_Auto5948594D342DC24DC1A9F52B3C6B80B87.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/VRPawn_Auto5.uasset' +[2025.05.26-10.52.59:558][837]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/Animations/AI/AP_GoblinAI] ([2] browsable assets)... +[2025.05.26-10.52.59:565][837]OBJ SavePackage: Rendered thumbnail for [AnimBlueprint /Game/Animations/AI/AP_GoblinAI.AP_GoblinAI] +[2025.05.26-10.52.59:565][837]OBJ SavePackage: Finished generating thumbnails for package [/Game/Animations/AI/AP_GoblinAI] +[2025.05.26-10.52.59:574][837]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/Animations/AI/AP_GoblinAI_Auto5 +[2025.05.26-10.52.59:575][837]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/AP_GoblinAI_Auto5E0078CFE44DA93D206D188BC69BB15F2.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/Animations/AI/AP_GoblinAI_Auto5.uasset' +[2025.05.26-10.52.59:575][837]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_ArrowSpell] ([2] browsable assets)... +[2025.05.26-10.52.59:575][837]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_ArrowSpell] +[2025.05.26-10.52.59:587][837]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_ArrowSpell_Auto5 +[2025.05.26-10.52.59:588][837]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_ArrowSpell_Auto5E32751BC44075767D4E09AA908ECFA8A.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_ArrowSpell_Auto5.uasset' +[2025.05.26-10.52.59:588][837]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_ExplosionSpell] ([2] browsable assets)... +[2025.05.26-10.52.59:588][837]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_ExplosionSpell] +[2025.05.26-10.52.59:598][837]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_ExplosionSpell_Auto5 +[2025.05.26-10.52.59:598][837]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_ExplosionSpell_Auto55F0595FD4716A9C33CA2A787B76FFC04.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_ExplosionSpell_Auto5.uasset' +[2025.05.26-10.52.59:599][837]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_Fireball] ([2] browsable assets)... +[2025.05.26-10.52.59:599][837]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_Fireball] +[2025.05.26-10.52.59:613][837]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_Fireball_Auto5 +[2025.05.26-10.52.59:614][837]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_Fireball_Auto5444463E848B6EC3060E918887E7748FA.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_Fireball_Auto5.uasset' +[2025.05.26-10.52.59:614][837]LogFileHelpers: Auto-saving content packages took 0.266 +[2025.05.26-10.54.04:133][339]LogUObjectHash: Compacting FUObjectHashTables data took 1.73ms +[2025.05.26-10.54.07:700][545]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.05.26-10.54.07:710][545]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-10.54.07:710][545]LogHMD: Initializing OVRPlugin session +[2025.05.26-10.54.07:710][545]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.05.26-10.54.07:710][545]LogOVRPlugin: Error: Device required (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:260) +[2025.05.26-10.54.07:710][545]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.05.26-10.54.07:710][545]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Available Extensions: (72) +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_FB_passthrough SpecVersion=4 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_META_passthrough_layer_resumed_event SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_FB_triangle_mesh SpecVersion=2 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_META_passthrough_color_lut SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_META_passthrough_preferences SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.05.26-10.54.07:820][545]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.05.26-10.54.07:822][545]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.05.26-10.54.07:822][545]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.05.26-10.54.07:822][545]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.05.26-10.54.07:822][545]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.05.26-10.54.07:822][545]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.05.26-10.54.07:822][545]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.05.26-10.54.07:822][545]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.05.26-10.54.07:822][545]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.05.26-10.54.07:822][545]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.05.26-10.54.07:842][545]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.05.26-10.54.07:842][545]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.109.0 +[2025.05.26-10.54.07:843][545]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.05.26-10.54.08:041][545]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.05.26-10.54.08:041][545]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.05.26-10.54.08:041][545]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.05.26-10.54.08:041][545]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.05.26-10.54.08:041][545]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.05.26-10.54.08:041][545]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.05.26-10.54.08:041][545]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.05.26-10.54.08:041][545]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.05.26-10.54.08:041][545]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.05.26-10.54.08:041][545]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.05.26-10.54.08:041][545]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.05.26-10.54.08:041][545]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.54.08:041][545]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.54.08:041][545]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.05.26-10.54.08:041][545]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.05.26-10.54.08:042][545]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.05.26-10.54.08:042][545]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.05.26-10.54.08:042][545]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.05.26-10.54.08:042][545]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.05.26-10.54.08:042][545]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.05.26-10.54.08:042][545]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.05.26-10.54.08:042][545]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.05.26-10.54.08:042][545]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.05.26-10.54.08:042][545]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.05.26-10.54.08:330][545]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=14525024169999 +[2025.05.26-10.54.08:330][545]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.54.08:331][545]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.05.26-10.54.08:443][545]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.05.26-10.54.08:443][545]LogOVRPlugin: ... m_textureStages[0][0] = 000001C43FAFFB60 +[2025.05.26-10.54.08:443][545]LogOVRPlugin: ... m_textureStages[0][1] = 000001C43FB07720 +[2025.05.26-10.54.08:443][545]LogOVRPlugin: ... m_textureStages[0][2] = 000001C43FB05360 +[2025.05.26-10.54.08:444][545]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.05.26-10.54.08:444][545]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001C43FB07F60 +[2025.05.26-10.54.08:444][545]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001C43FB09560 +[2025.05.26-10.54.08:444][545]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001C43FB058E0 +[2025.05.26-10.54.08:445][545]LogHMD: Allocating Oculus 3648 x 1872 rendertarget swapchain +[2025.05.26-10.54.08:445][545]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.05.26-10.54.08:445][545]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.54.08:452][545]LogPlayLevel: PIE: StaticDuplicateObject took: (0.006727s) +[2025.05.26-10.54.08:452][545]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.006764s) +[2025.05.26-10.54.08:477][545]LogUObjectHash: Compacting FUObjectHashTables data took 1.56ms +[2025.05.26-10.54.08:483][545]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.54.08:484][545]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.54.08:485][545]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.54.08:486][545]LogPlayLevel: PIE: World Init took: (0.002175s) +[2025.05.26-10.54.08:487][545]LogAudio: Display: Creating Audio Device: Id: 41, Scope: Unique, Realtime: True +[2025.05.26-10.54.08:487][545]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.54.08:487][545]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.54.08:487][545]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.54.08:487][545]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.54.08:487][545]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.54.08:487][545]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.54.08:487][545]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.54.08:487][545]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.54.08:487][545]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.54.08:487][545]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.54.08:487][545]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.54.08:490][545]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.54.08:531][545]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.54.08:532][545]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.54.08:532][545]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.54.08:532][545]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.54.08:533][545]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=41 +[2025.05.26-10.54.08:533][545]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=41 +[2025.05.26-10.54.08:536][545]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=41 +[2025.05.26-10.54.08:536][545]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=41 +[2025.05.26-10.54.08:536][545]LogInit: FAudioDevice initialized with ID 41. +[2025.05.26-10.54.08:536][545]LogAudio: Display: Audio Device (ID: 41) registered with world 'VRTemplateMap'. +[2025.05.26-10.54.08:536][545]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 41 +[2025.05.26-10.54.08:555][545]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.54.08:555][545]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.05.26-10.54.08:555][545]LogHMD: Collecting Telemetry Data +[2025.05.26-10.54.08:580][545]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.54.08:583][545]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.54.08 +[2025.05.26-10.54.08:584][545]LogWorld: Bringing up level for play took: 0.004218 +[2025.05.26-10.54.08:588][545]LogOnline: OSS: Created online subsystem instance for: :Context_83 +[2025.05.26-10.54.08:609][545]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.54.08:611][545]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_1.OculusXRHandLeft.OculusHandMesh +[2025.05.26-10.54.08:621][545]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.54.08:624][545]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_1.OculusXRHandRight.OculusHandMesh +[2025.05.26-10.54.08:634][545]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.05.26-10.54.08:634][545]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.54.08:637][545]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.05.26-10.54.08:648][545]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.54.08:650][545]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.05.26-10.54.08:659][545]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.05.26-10.54.08:667][545]PIE: Server logged in +[2025.05.26-10.54.08:673][545]PIE: Play in editor total start time 0,964 seconds. +[2025.05.26-10.54.08:674][545]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.05.26-10.54.08:698][545]LogHMD: Allocating Oculus 3648 x 1872 depth rendertarget swapchain +[2025.05.26-10.54.08:756][547]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer +[2025.05.26-10.54.08:894][549]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages +[2025.05.26-10.54.08:894][549]LogOVRPlugin: ... m_textureStages[0][0] = 000001C43FB0FB20 +[2025.05.26-10.54.08:894][549]LogOVRPlugin: ... m_textureStages[0][1] = 000001C43FB14AE0 +[2025.05.26-10.54.08:894][549]LogOVRPlugin: ... m_textureStages[0][2] = 000001C43FB16920 +[2025.05.26-10.54.13:124][854]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=14530066984100 +[2025.05.26-10.54.13:124][854]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.54.13:124][854]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 308 outside of frame bounds +[2025.05.26-10.54.13:153][856]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=14530096662999 +[2025.05.26-10.54.13:153][856]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.54.13:898][908]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=14530841982000 +[2025.05.26-10.54.13:898][908]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.54.13:898][908]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=14530842012100 +[2025.05.26-10.54.13:898][908]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.05.26-10.54.13:916][909]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.05.26-10.54.42:387][937]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.05.26-10.54.46:155][206]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=14563099332500 +[2025.05.26-10.54.46:155][206]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.54.46:155][206]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=14563099344900 +[2025.05.26-10.54.46:155][206]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.54.46:156][206]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=14563099439400 +[2025.05.26-10.54.46:156][206]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.54.46:156][206]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 2661 outside of frame bounds +[2025.05.26-10.54.46:161][206]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=14563099439400 +[2025.05.26-10.54.46:161][206]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.54.46:161][206]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=14563104584900 +[2025.05.26-10.54.46:161][206]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.54.47:239][281]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.54.47:239][281]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.54.47:284][281]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM5) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.05.26-10.54.47:318][281]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.54.47:320][281]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.54.47:375][281]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.54.47:384][281]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.54.47:406][281]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.05.26-10.54.47:409][281]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 41 +[2025.05.26-10.54.47:409][281]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=41 +[2025.05.26-10.54.47:411][281]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=41 +[2025.05.26-10.54.47:423][281]LogUObjectHash: Compacting FUObjectHashTables data took 1.97ms +[2025.05.26-10.54.47:488][282]LogPlayLevel: Display: Destroying online subsystem :Context_83 +[2025.05.26-10.54.47:488][282]LogHMD: Warning: Destroying layer 1 +[2025.05.26-10.54.47:490][282]LogHMD: Warning: Destroying layer 2 +[2025.05.26-10.54.47:490][282]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.05.26-10.54.47:609][282]LogOVRPlugin: m_xrSession destroyed +[2025.05.26-10.54.47:615][282]LogOVRPlugin: m_xrInstance destroyed +[2025.05.26-10.54.52:702][599]Cmd: TRANSACTION UNDO +[2025.05.26-10.54.52:702][599]LogEditorTransaction: Undo Modify Component Scale +[2025.05.26-10.54.53:227][599]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_6:PersistentLevel.AnimationEditorPreviewActor_0.DebugSkelMeshComponent_0) Already registered. Aborting. +[2025.05.26-10.54.53:229][599]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_8:PersistentLevel.AnimationEditorPreviewActor_0.DebugSkelMeshComponent_0) Already registered. Aborting. +[2025.05.26-10.55.55:239][166]LogUObjectHash: Compacting FUObjectHashTables data took 1.82ms +[2025.05.26-10.56.25:314][409]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 6172.730957 +[2025.05.26-10.56.25:518][421]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.05.26-10.56.25:518][421]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 6172.919922, Update Interval: 337.330841 +[2025.05.26-10.56.51:644][595]LogSlate: Window 'Pick Parent Class' being destroyed +[2025.05.26-10.56.56:270][943]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/VRTemplate/Blueprints/BP_EnemyAI.BP_EnemyAI_C +[2025.05.26-10.56.56:270][943]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/VRTemplate/Blueprints/BP_EnemyAI.BP_EnemyAI_C +[2025.05.26-10.56.56:273][943]LogActorFactory: Actor Factory spawned Blueprint /Game/VRTemplate/Blueprints/BP_EnemyAI.BP_EnemyAI as actor: BP_EnemyAI_C /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyAI_C_0 +[2025.05.26-10.56.56:273][943]LogActorFactory: Actor Factory spawned Blueprint /Game/VRTemplate/Blueprints/BP_EnemyAI.BP_EnemyAI as actor: BP_EnemyAI_C /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyAI_C_0 +[2025.05.26-10.56.57:343][ 4]LogUObjectHash: Compacting FUObjectHashTables data took 1.93ms +[2025.05.26-10.56.57:362][ 4]LogEditorActor: Deleted 0 Actors (0.048 secs) +[2025.05.26-10.56.57:365][ 4]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/VRTemplate/Blueprints/BP_EnemyAI.BP_EnemyAI_C +[2025.05.26-10.56.57:365][ 4]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/VRTemplate/Blueprints/BP_EnemyAI.BP_EnemyAI_C +[2025.05.26-10.56.57:372][ 4]LogActorFactory: Actor Factory spawned Blueprint /Game/VRTemplate/Blueprints/BP_EnemyAI.BP_EnemyAI as actor: BP_EnemyAI_C /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyAI_C_1 +[2025.05.26-10.56.57:373][ 4]LogActorFactory: Actor Factory spawned Blueprint /Game/VRTemplate/Blueprints/BP_EnemyAI.BP_EnemyAI as actor: BP_EnemyAI_C /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap:PersistentLevel.BP_EnemyAI_C_1 +[2025.05.26-10.56.59:656][154]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.05.26-10.56.59:665][154]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-10.56.59:665][154]LogHMD: Initializing OVRPlugin session +[2025.05.26-10.56.59:665][154]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.05.26-10.56.59:665][154]LogOVRPlugin: Error: Device required (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:260) +[2025.05.26-10.56.59:665][154]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.05.26-10.56.59:665][154]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Available Extensions: (72) +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_FB_passthrough SpecVersion=4 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_META_passthrough_layer_resumed_event SpecVersion=1 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_FB_triangle_mesh SpecVersion=2 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_META_passthrough_color_lut SpecVersion=1 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_META_passthrough_preferences SpecVersion=1 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.05.26-10.56.59:775][154]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.05.26-10.56.59:776][154]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.05.26-10.56.59:798][154]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.05.26-10.56.59:798][154]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.109.0 +[2025.05.26-10.56.59:800][154]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.05.26-10.56.59:982][154]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.05.26-10.56.59:982][154]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.05.26-10.56.59:982][154]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.05.26-10.56.59:982][154]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.05.26-10.56.59:982][154]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.05.26-10.56.59:982][154]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.05.26-10.56.59:982][154]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.05.26-10.56.59:982][154]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.05.26-10.56.59:982][154]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.05.26-10.56.59:982][154]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.05.26-10.56.59:982][154]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.05.26-10.56.59:982][154]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.56.59:982][154]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.56.59:982][154]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.05.26-10.56.59:982][154]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.05.26-10.56.59:982][154]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.05.26-10.56.59:982][154]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.05.26-10.56.59:982][154]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.05.26-10.56.59:982][154]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.05.26-10.56.59:983][154]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.05.26-10.56.59:983][154]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.05.26-10.56.59:983][154]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.05.26-10.56.59:983][154]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.05.26-10.56.59:983][154]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.05.26-10.57.00:274][154]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=14696961627400 +[2025.05.26-10.57.00:274][154]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.57.00:274][154]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.05.26-10.57.00:391][154]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.05.26-10.57.00:391][154]LogOVRPlugin: ... m_textureStages[0][0] = 000001C33A1A3160 +[2025.05.26-10.57.00:391][154]LogOVRPlugin: ... m_textureStages[0][1] = 000001C33A1A62E0 +[2025.05.26-10.57.00:391][154]LogOVRPlugin: ... m_textureStages[0][2] = 000001C33A1A7620 +[2025.05.26-10.57.00:394][154]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.05.26-10.57.00:394][154]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001C33A1A8C20 +[2025.05.26-10.57.00:394][154]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001C33A1AB2A0 +[2025.05.26-10.57.00:394][154]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001C33A1A8960 +[2025.05.26-10.57.00:394][154]LogHMD: Allocating Oculus 3648 x 1872 rendertarget swapchain +[2025.05.26-10.57.00:394][154]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.05.26-10.57.00:395][154]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.57.00:402][154]LogPlayLevel: PIE: StaticDuplicateObject took: (0.007327s) +[2025.05.26-10.57.00:402][154]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.007370s) +[2025.05.26-10.57.00:427][154]LogUObjectHash: Compacting FUObjectHashTables data took 1.81ms +[2025.05.26-10.57.00:431][154]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.57.00:433][154]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.57.00:434][154]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.57.00:434][154]LogPlayLevel: PIE: World Init took: (0.001823s) +[2025.05.26-10.57.00:435][154]LogAudio: Display: Creating Audio Device: Id: 42, Scope: Unique, Realtime: True +[2025.05.26-10.57.00:435][154]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.57.00:435][154]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.57.00:435][154]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.57.00:435][154]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.57.00:435][154]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.57.00:436][154]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.57.00:436][154]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.57.00:436][154]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.57.00:436][154]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.57.00:436][154]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.57.00:436][154]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.57.00:437][154]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.57.00:482][154]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.57.00:482][154]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.57.00:482][154]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.57.00:482][154]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.57.00:482][154]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=42 +[2025.05.26-10.57.00:482][154]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=42 +[2025.05.26-10.57.00:485][154]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=42 +[2025.05.26-10.57.00:485][154]LogInit: FAudioDevice initialized with ID 42. +[2025.05.26-10.57.00:485][154]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=42 +[2025.05.26-10.57.00:485][154]LogAudio: Display: Audio Device (ID: 42) registered with world 'VRTemplateMap'. +[2025.05.26-10.57.00:485][154]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 42 +[2025.05.26-10.57.00:502][154]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.57.00:502][154]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.05.26-10.57.00:502][154]LogHMD: Collecting Telemetry Data +[2025.05.26-10.57.00:518][154]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.57.00:522][154]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.57.00 +[2025.05.26-10.57.00:523][154]LogWorld: Bringing up level for play took: 0.003595 +[2025.05.26-10.57.00:525][154]LogOnline: OSS: Created online subsystem instance for: :Context_84 +[2025.05.26-10.57.00:546][154]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.57.00:547][154]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_1.OculusXRHandLeft.OculusHandMesh +[2025.05.26-10.57.00:557][154]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.57.00:559][154]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_1.OculusXRHandRight.OculusHandMesh +[2025.05.26-10.57.00:568][154]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.05.26-10.57.00:569][154]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.57.00:570][154]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.05.26-10.57.00:581][154]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.57.00:582][154]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.05.26-10.57.00:592][154]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.05.26-10.57.00:600][154]PIE: Server logged in +[2025.05.26-10.57.00:605][154]PIE: Play in editor total start time 0,942 seconds. +[2025.05.26-10.57.00:608][154]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.05.26-10.57.00:627][154]LogHMD: Allocating Oculus 3648 x 1872 depth rendertarget swapchain +[2025.05.26-10.57.00:669][156]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer +[2025.05.26-10.57.00:807][158]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages +[2025.05.26-10.57.00:807][158]LogOVRPlugin: ... m_textureStages[0][0] = 000001C358917FA0 +[2025.05.26-10.57.00:807][158]LogOVRPlugin: ... m_textureStages[0][1] = 000001C3589187E0 +[2025.05.26-10.57.00:807][158]LogOVRPlugin: ... m_textureStages[0][2] = 000001C35891AE60 +[2025.05.26-10.57.12:171][976]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=14709114532200 +[2025.05.26-10.57.12:171][976]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.57.12:171][976]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 821 outside of frame bounds +[2025.05.26-10.57.12:201][978]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=14709144517699 +[2025.05.26-10.57.12:201][978]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.57.12:916][ 27]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.57.12:916][ 27]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.57.12:923][ 28]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=14709866586000 +[2025.05.26-10.57.12:923][ 28]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.57.12:923][ 28]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=14709866602400 +[2025.05.26-10.57.12:923][ 28]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.05.26-10.57.12:940][ 29]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.05.26-10.57.13:420][ 62]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.57.13:420][ 62]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] +[2025.05.26-10.57.13:420][ 62]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.57.13:922][ 98]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.57.13:922][ 98]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.57.13:922][ 98]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] +[2025.05.26-10.57.13:922][ 98]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.57.13:922][ 98]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.57.14:424][134]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.57.14:424][134]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] +[2025.05.26-10.57.14:424][134]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.57.14:424][134]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.57.14:424][134]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] +[2025.05.26-10.57.14:425][134]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.57.14:425][134]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.57.14:425][134]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] +[2025.05.26-10.57.14:927][170]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] +[2025.05.26-10.57.14:927][170]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.57.14:927][170]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.57.14:927][170]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.57.14:927][170]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] +[2025.05.26-10.57.14:928][170]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.57.14:928][170]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.57.14:928][170]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] +[2025.05.26-10.57.15:439][206]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] +[2025.05.26-10.57.15:439][206]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.57.15:439][206]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.57.15:439][206]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] +[2025.05.26-10.57.15:439][206]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.57.15:439][206]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] +[2025.05.26-10.57.15:439][206]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.57.15:439][206]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.57.15:942][242]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] +[2025.05.26-10.57.15:942][242]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.57.15:942][242]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] +[2025.05.26-10.57.15:942][242]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] +[2025.05.26-10.57.15:942][242]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.57.15:942][242]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.57.15:942][242]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.57.15:942][242]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.57.16:444][278]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.57.16:444][278]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] +[2025.05.26-10.57.16:444][278]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.57.16:444][278]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.57.16:444][278]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] +[2025.05.26-10.57.16:444][278]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.57.16:444][278]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] +[2025.05.26-10.57.16:444][278]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.57.16:948][314]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.57.16:948][314]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.57.16:948][314]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] +[2025.05.26-10.57.16:948][314]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] +[2025.05.26-10.57.16:948][314]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.57.16:948][314]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] +[2025.05.26-10.57.16:948][314]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.57.16:948][314]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.57.17:457][350]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.57.17:457][350]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.57.17:457][350]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] +[2025.05.26-10.57.17:457][350]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] +[2025.05.26-10.57.17:457][350]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.57.17:457][350]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.57.17:457][350]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] +[2025.05.26-10.57.17:457][350]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.57.17:960][386]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.57.17:960][386]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] +[2025.05.26-10.57.17:960][386]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.57.17:960][386]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] +[2025.05.26-10.57.17:960][386]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] +[2025.05.26-10.57.17:960][386]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.57.17:960][386]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.57.17:960][386]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] +[2025.05.26-10.57.26:126][902]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_0) +[2025.05.26-10.57.28:832][ 95]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_1) +[2025.05.26-10.57.31:142][259]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.31:280][268]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_2) +[2025.05.26-10.57.31:305][270]LogBlueprintUserMessages: [BP_ArrowSpell_C_2] Hello +[2025.05.26-10.57.31:652][294]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.31:788][304]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.31:930][314]LogScript: Warning: FLatentActionManager::ProcessLatentActions: CallbackTarget is None. +[2025.05.26-10.57.31:972][317]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.32:169][331]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.32:193][332]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.32:290][339]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.32:385][346]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.32:472][352]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.32:659][365]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.32:684][366]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.32:809][375]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.32:892][381]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.32:992][388]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.33:144][399]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.33:172][401]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.33:173][401]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.33:189][402]LogBlueprintUserMessages: [BP_Fireball_C_0] Hello +[2025.05.26-10.57.33:189][402]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.33:978][442]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_3) +[2025.05.26-10.57.34:016][445]LogBlueprintUserMessages: [BP_ArrowSpell_C_3] Hello +[2025.05.26-10.57.34:060][448]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.34:151][454]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.34:202][457]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.34:202][457]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.34:203][457]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.34:287][463]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.34:329][466]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.34:397][471]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.34:564][483]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.34:620][487]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.34:648][489]LogScript: Warning: FLatentActionManager::ProcessLatentActions: CallbackTarget is None. +[2025.05.26-10.57.34:662][490]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.34:703][493]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.34:704][493]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.34:704][493]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.34:800][500]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.34:829][502]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.34:912][508]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.35:065][519]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.35:122][523]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.35:164][526]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.35:205][529]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.35:206][529]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.35:206][529]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.35:303][536]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.35:332][538]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.35:415][544]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.35:568][555]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.35:626][559]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.35:667][562]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.35:708][565]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.35:709][565]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.35:709][565]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.35:765][569]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.35:807][572]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.35:834][574]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.35:919][580]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.36:000][586]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_4) +[2025.05.26-10.57.36:070][591]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.36:134][595]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.36:164][597]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.36:207][600]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.36:207][600]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.36:207][600]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.36:278][605]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.36:320][608]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.36:347][610]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.36:430][616]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.36:583][627]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.36:639][631]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.36:668][633]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.36:723][637]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.36:723][637]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.36:723][637]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.36:779][641]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.36:820][644]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.36:849][646]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.36:942][653]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.37:092][663]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.37:146][667]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.37:173][669]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.37:228][673]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.37:228][673]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.37:228][673]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.37:293][677]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.37:321][679]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.37:349][681]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.37:447][688]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.37:583][698]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.37:664][703]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.37:678][704]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.37:730][708]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.37:730][708]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.37:730][708]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.37:786][712]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.37:826][715]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.37:855][717]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.37:954][724]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.38:094][733]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.38:160][738]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.38:187][740]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.38:241][744]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.38:242][744]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.38:242][744]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.38:292][747]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_5) +[2025.05.26-10.57.38:293][747]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] BP_ArrowSpell_C_5 +[2025.05.26-10.57.38:333][750]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.38:362][752]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.38:455][758]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.38:600][768]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.38:670][773]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.38:698][775]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.38:753][779]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.38:753][779]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.38:753][779]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.38:809][783]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.38:849][786]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.38:877][788]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.38:955][793]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.39:113][804]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.39:171][808]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.39:199][810]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.39:269][815]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.39:269][815]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.39:270][815]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.39:297][817]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.39:352][821]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.39:392][823]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.39:462][828]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.39:603][838]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.39:686][844]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.39:701][845]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.39:771][850]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.39:771][850]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.39:771][850]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.39:811][853]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.39:854][856]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.39:882][858]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.39:979][865]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.40:119][875]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.40:189][880]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.40:202][881]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.40:274][886]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.40:274][886]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.40:274][886]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.40:315][889]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.40:357][892]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.40:385][894]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.40:482][901]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.40:537][905]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_6) +[2025.05.26-10.57.40:619][911]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.40:699][916]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.40:699][916]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.40:778][922]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.40:778][922]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.40:779][922]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.40:821][925]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.40:864][928]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.40:876][929]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.40:991][937]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.41:125][946]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.41:192][951]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.41:206][952]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.41:288][958]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.41:288][958]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.41:289][958]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.41:339][961]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.41:367][963]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.41:393][965]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.41:499][972]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.41:638][982]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.41:708][987]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.41:721][988]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.41:791][993]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.41:791][993]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.41:791][993]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.41:832][996]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.41:872][999]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.41:901][ 1]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.41:996][ 8]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.42:145][ 18]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.42:210][ 23]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.42:240][ 25]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.42:307][ 29]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.42:309][ 29]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.42:309][ 29]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.42:336][ 31]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.42:376][ 34]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.42:404][ 36]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.42:509][ 43]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.42:643][ 53]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.42:723][ 58]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.42:749][ 60]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.42:803][ 64]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.42:804][ 64]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.42:804][ 64]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.42:844][ 67]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.42:885][ 70]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.42:914][ 72]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.43:006][ 78]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.43:151][ 88]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.43:243][ 95]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.43:266][ 96]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.43:305][ 99]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.43:305][ 99]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.43:305][ 99]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.43:348][102]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.43:390][105]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.43:416][107]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.43:516][114]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.43:668][125]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.43:752][131]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.43:766][132]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.43:821][136]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.43:821][136]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.43:822][136]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.43:863][139]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.43:906][142]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.43:919][143]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.44:018][150]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.44:171][161]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.44:254][167]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.44:269][168]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.44:325][172]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.44:325][172]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.44:325][172]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.44:365][175]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.44:406][178]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.44:422][179]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.44:518][186]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.44:686][198]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.44:755][203]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.44:771][204]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.44:840][209]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.44:840][209]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.44:841][209]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.44:854][210]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.44:910][214]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.44:924][215]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.45:021][222]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.45:188][234]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.45:255][238]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.45:270][239]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.45:341][244]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.45:341][244]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.45:341][244]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.45:369][246]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.45:383][247]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_7) +[2025.05.26-10.57.45:398][248]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.45:439][251]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.45:520][257]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.45:687][268]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.45:771][274]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.45:785][275]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.45:854][280]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.45:854][280]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.45:854][280]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.45:883][282]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.45:910][284]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.45:938][286]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.46:033][293]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.46:196][304]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.46:286][310]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.46:299][311]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.46:356][315]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.46:356][315]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.46:356][315]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.46:382][317]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.46:410][319]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.46:452][322]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.46:534][328]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.46:697][339]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.46:790][346]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.46:791][346]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.46:856][350]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.46:856][350]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.46:856][350]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.46:883][352]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.46:913][354]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.46:970][358]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.47:038][363]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.47:204][375]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.47:301][382]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.47:301][382]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.47:371][386]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.47:371][386]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.47:371][386]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.47:399][388]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.47:436][390]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.47:464][392]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.47:549][398]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.47:719][410]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.47:790][415]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.47:790][415]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.47:872][421]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.47:872][421]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.47:872][421]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.47:901][423]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.47:929][425]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.47:971][428]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.48:055][434]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.48:222][446]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.48:305][452]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.48:305][452]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.48:318][453]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_8) +[2025.05.26-10.57.48:387][458]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.48:387][458]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.48:388][458]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.48:401][459]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.48:428][461]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.48:465][463]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.48:582][471]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.48:733][482]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.48:829][488]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.48:829][488]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.48:894][493]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.48:894][493]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.48:894][493]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.48:906][494]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.48:933][496]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.48:984][499]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.49:099][507]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.49:238][517]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.49:321][523]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.49:321][523]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.49:415][529]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.49:415][529]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.49:415][529]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.49:415][529]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.49:444][531]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.49:485][534]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.49:606][542]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.49:738][551]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.49:821][557]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.49:821][557]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.49:913][563]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.49:913][563]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.49:913][563]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.49:927][564]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.49:940][565]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.49:979][568]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.50:112][577]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.50:251][587]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.50:333][593]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.50:334][593]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.50:416][599]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.50:416][599]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.50:416][599]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.50:429][600]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.50:458][602]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.50:500][605]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.50:513][606]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_9) +[2025.05.26-10.57.50:565][609]LogBlueprintUserMessages: [BP_ArrowSpell_C_9] Hello +[2025.05.26-10.57.50:620][613]LogBlueprintUserMessages: [BP_EnemyGoblin_C_24] +[2025.05.26-10.57.50:754][622]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.50:839][628]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.50:839][628]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.50:922][634]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.50:922][634]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.50:922][634]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.50:935][635]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.50:963][637]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.51:004][640]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.51:178][652]LogScript: Warning: FLatentActionManager::ProcessLatentActions: CallbackTarget is None. +[2025.05.26-10.57.51:258][658]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.51:340][663]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.51:340][663]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.51:436][670]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.51:436][670]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.51:438][670]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.51:451][671]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.51:466][672]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.51:507][675]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.51:772][694]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.51:855][700]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.51:855][700]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.51:940][706]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.51:940][706]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.51:940][706]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.51:954][707]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.51:982][709]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.52:009][711]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.52:272][729]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.52:363][735]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.52:363][735]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.52:450][741]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.52:450][741]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.52:450][741]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.52:464][742]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.52:477][743]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.52:520][746]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.52:773][764]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.52:867][770]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.52:867][770]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.52:945][776]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.52:945][776]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.52:945][776]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.52:972][778]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.52:985][779]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.53:010][780]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_10) +[2025.05.26-10.57.53:023][781]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.53:278][799]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.53:371][805]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.53:372][805]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.53:455][811]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.53:455][811]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.53:455][811]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.53:482][813]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.53:496][814]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.53:525][816]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.53:788][835]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.53:882][841]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.53:882][841]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.53:960][847]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.53:960][847]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.53:961][847]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.53:988][849]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.54:002][850]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.54:039][852]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.54:286][869]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.54:403][877]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.54:404][877]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.54:443][880]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.05.26-10.57.54:471][882]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.54:471][882]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.54:471][882]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.54:499][884]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.54:525][886]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.54:540][887]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.54:789][903]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.54:899][911]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.54:899][911]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.54:994][917]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.54:994][917]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.54:994][917]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.55:009][918]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.55:035][920]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.55:047][921]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_11) +[2025.05.26-10.57.55:048][921]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.55:303][939]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.55:411][946]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.55:411][946]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.55:495][952]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.55:495][952]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.55:495][952]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.55:508][953]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.55:565][957]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.55:809][974]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.55:911][981]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.55:911][981]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.55:991][986]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.55:991][986]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.55:991][986]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.56:018][988]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.56:046][990]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.56:073][992]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.56:335][ 10]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.56:433][ 17]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.56:433][ 17]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.56:503][ 22]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.56:503][ 22]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.56:503][ 22]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.56:531][ 24]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.56:557][ 26]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.56:585][ 28]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.56:840][ 46]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.56:930][ 52]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.56:930][ 52]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.57:007][ 57]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.57:007][ 57]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.57:007][ 57]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.57:032][ 59]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.57:061][ 61]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.57:089][ 63]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.57:352][ 82]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.57:366][ 83]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_12) +[2025.05.26-10.57.57:448][ 89]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.57:448][ 89]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.57:504][ 93]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.57:504][ 93]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.57:505][ 93]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.57:541][ 95]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.57:566][ 97]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.57:594][ 99]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.57:853][117]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.57:949][124]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.57:950][124]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.58:017][128]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.58:017][128]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.58:017][128]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.58:057][131]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.58:069][132]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.58:121][135]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.58:353][152]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.58:447][158]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.58:447][158]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.58:499][162]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.58:499][162]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.58:499][162]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.58:563][166]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.58:576][167]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.58:620][170]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.58:854][187]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.58:949][193]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.58:949][193]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.59:000][197]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.59:000][197]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.59:001][197]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.59:068][201]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.59:083][202]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.59:135][205]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.59:384][221]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.59:455][226]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.57.59:455][226]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.59:509][230]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.57.59:509][230]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.57.59:509][230]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.57.59:591][235]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.57.59:591][235]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.57.59:632][238]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.57.59:885][255]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.57.59:969][261]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.57.59:969][261]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.58.00:027][265]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.58.00:027][265]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.58.00:027][265]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.58.00:082][269]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.58.00:096][270]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.58.00:138][273]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.58.00:403][292]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.58.00:471][297]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.58.00:472][297]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.58.00:526][301]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.58.00:526][301]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.58.00:526][301]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.58.00:555][303]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_13) +[2025.05.26-10.58.00:583][305]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.58.00:597][306]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.58.00:639][309]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.58.00:912][327]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.58.00:976][331]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.05.26-10.58.00:978][331]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.58.00:978][331]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.58.01:032][334]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.58.01:033][334]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.58.01:033][334]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.58.01:098][338]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.58.01:098][338]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.58.01:152][341]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.58.01:409][357]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.58.01:504][362]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.58.01:505][362]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.58.01:569][366]LogTemp: System Gesture Behavior was set to Swap Material but no System Gesture Material was provided! +[2025.05.26-10.58.01:570][366]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.58.01:570][366]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.58.01:570][366]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.58.01:582][367]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.58.01:612][369]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.58.01:652][372]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.58.01:920][390]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.58.02:004][396]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.58.02:004][396]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.58.02:072][401]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.58.02:072][401]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.58.02:072][401]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.58.02:099][403]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.58.02:127][405]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.58.02:167][408]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.58.02:432][426]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.58.02:496][431]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.58.02:496][431]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.58.02:575][436]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.58.02:575][436]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.58.02:575][436]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.58.02:603][438]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.58.02:630][440]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.58.02:684][444]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.58.02:799][452]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=14759742629299 +[2025.05.26-10.58.02:799][452]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.58.02:799][452]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=14759742642700 +[2025.05.26-10.58.02:799][452]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.58.02:799][452]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=14759742766599 +[2025.05.26-10.58.02:799][452]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.58.02:801][453]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=14759742766599 +[2025.05.26-10.58.02:801][453]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.58.02:801][453]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 4299 outside of frame bounds +[2025.05.26-10.58.02:813][453]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=14759742766599 +[2025.05.26-10.58.02:813][453]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.58.02:813][453]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=14759757143300 +[2025.05.26-10.58.02:813][453]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.58.02:921][461]LogBlueprintUserMessages: [BP_EnemyGoblin_C_18] +[2025.05.26-10.58.03:002][467]LogBlueprintUserMessages: [BP_EnemyGoblin_C_14] +[2025.05.26-10.58.03:002][467]LogBlueprintUserMessages: [BP_EnemyGoblin_C_10] +[2025.05.26-10.58.03:079][472]LogBlueprintUserMessages: [BP_EnemyGoblin_C_11] +[2025.05.26-10.58.03:079][472]LogBlueprintUserMessages: [BP_EnemyGoblin_C_16] +[2025.05.26-10.58.03:079][472]LogBlueprintUserMessages: [BP_EnemyGoblin_C_23] +[2025.05.26-10.58.03:117][474]LogBlueprintUserMessages: [BP_EnemyGoblin_C_15] +[2025.05.26-10.58.03:141][475]LogBlueprintUserMessages: [BP_EnemyGoblin_C_20] +[2025.05.26-10.58.03:184][477]LogBlueprintUserMessages: [BP_EnemyGoblin_C_19] +[2025.05.26-10.58.03:474][491]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.58.03:474][491]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.58.03:555][491]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM5) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.05.26-10.58.03:589][491]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.58.03:592][491]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.58.03:660][491]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.58.03:670][491]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.58.03:697][491]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 42 +[2025.05.26-10.58.03:697][491]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=42 +[2025.05.26-10.58.03:700][491]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=42 +[2025.05.26-10.58.03:712][491]LogUObjectHash: Compacting FUObjectHashTables data took 2.07ms +[2025.05.26-10.58.03:904][492]LogPlayLevel: Display: Destroying online subsystem :Context_84 +[2025.05.26-10.58.03:905][492]LogHMD: Warning: Destroying layer 1 +[2025.05.26-10.58.03:907][492]LogHMD: Warning: Destroying layer 2 +[2025.05.26-10.58.03:907][492]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.05.26-10.58.04:029][492]LogOVRPlugin: m_xrSession destroyed +[2025.05.26-10.58.04:036][492]LogOVRPlugin: m_xrInstance destroyed +[2025.05.26-10.58.09:412][867]Cmd: DELETE +[2025.05.26-10.58.09:413][867]Cmd: ACTOR DELETE +[2025.05.26-10.58.09:462][867]LogEditorActor: Deleted Actor: VRPawn_C +[2025.05.26-10.58.09:491][867]LogSlate: Slate User Unregistered. User Index 8 +[2025.05.26-10.58.09:491][867]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.05.26-10.58.09:493][867]LogUObjectHash: Compacting FUObjectHashTables data took 1.96ms +[2025.05.26-10.58.09:497][867]LogEditorActor: Deleted 1 Actors (0.084 secs) +[2025.05.26-10.58.16:077][478]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.05.26-10.58.16:088][478]LogPlayLevel: [PlayLevel] Compiling AP_GoblinAI before play... +[2025.05.26-10.58.16:088][478]LogPlayLevel: [PlayLevel] Compiling BP_EnemyGoblin as a dependent... +[2025.05.26-10.58.16:203][478]LogUObjectHash: Compacting FUObjectHashTables data took 1.77ms +[2025.05.26-10.58.16:205][478]LogPlayLevel: PlayLevel: Blueprint regeneration took 120 ms (2 blueprints) +[2025.05.26-10.58.16:205][478]LogHMD: Initializing OVRPlugin session +[2025.05.26-10.58.16:205][478]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.05.26-10.58.16:205][478]LogOVRPlugin: Error: Device required (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:260) +[2025.05.26-10.58.16:205][478]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.05.26-10.58.16:205][478]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.05.26-10.58.16:315][478]LogOVRPlugin: Display: Available Extensions: (72) +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_FB_passthrough SpecVersion=4 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_META_passthrough_layer_resumed_event SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_FB_triangle_mesh SpecVersion=2 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_META_passthrough_color_lut SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_META_passthrough_preferences SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.05.26-10.58.16:317][478]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.05.26-10.58.16:318][478]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.05.26-10.58.16:339][478]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.05.26-10.58.16:339][478]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.109.0 +[2025.05.26-10.58.16:341][478]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.05.26-10.58.16:508][478]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.05.26-10.58.16:508][478]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.05.26-10.58.16:508][478]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.05.26-10.58.16:508][478]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.05.26-10.58.16:508][478]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.05.26-10.58.16:508][478]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.05.26-10.58.16:508][478]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.05.26-10.58.16:508][478]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.05.26-10.58.16:508][478]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.05.26-10.58.16:508][478]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.05.26-10.58.16:508][478]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.05.26-10.58.16:508][478]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.58.16:508][478]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-10.58.16:508][478]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.05.26-10.58.16:508][478]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.05.26-10.58.16:508][478]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.05.26-10.58.16:508][478]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.05.26-10.58.16:508][478]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.05.26-10.58.16:508][478]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.05.26-10.58.16:508][478]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.05.26-10.58.16:509][478]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.05.26-10.58.16:509][478]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.05.26-10.58.16:509][478]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.05.26-10.58.16:509][478]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.05.26-10.58.16:773][478]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=14773483256800 +[2025.05.26-10.58.16:773][478]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.58.16:773][478]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.05.26-10.58.16:885][478]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.05.26-10.58.16:885][478]LogOVRPlugin: ... m_textureStages[0][0] = 000001C43FB03520 +[2025.05.26-10.58.16:885][478]LogOVRPlugin: ... m_textureStages[0][1] = 000001C43FAFFE20 +[2025.05.26-10.58.16:885][478]LogOVRPlugin: ... m_textureStages[0][2] = 000001C43FB04DE0 +[2025.05.26-10.58.16:887][478]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.05.26-10.58.16:887][478]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001C43FB06960 +[2025.05.26-10.58.16:887][478]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001C43FB05620 +[2025.05.26-10.58.16:888][478]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001C43FB06EE0 +[2025.05.26-10.58.16:888][478]LogHMD: Allocating Oculus 3648 x 1872 rendertarget swapchain +[2025.05.26-10.58.16:888][478]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.05.26-10.58.16:888][478]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.58.16:894][478]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005676s) +[2025.05.26-10.58.16:894][478]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005716s) +[2025.05.26-10.58.16:917][478]LogUObjectHash: Compacting FUObjectHashTables data took 1.87ms +[2025.05.26-10.58.16:918][478]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-10.58.16:920][478]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-10.58.16:920][478]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-10.58.16:921][478]LogPlayLevel: PIE: World Init took: (0.001664s) +[2025.05.26-10.58.16:922][478]LogAudio: Display: Creating Audio Device: Id: 43, Scope: Unique, Realtime: True +[2025.05.26-10.58.16:922][478]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-10.58.16:922][478]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-10.58.16:922][478]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-10.58.16:922][478]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-10.58.16:922][478]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-10.58.16:922][478]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-10.58.16:922][478]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-10.58.16:922][478]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-10.58.16:922][478]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-10.58.16:922][478]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-10.58.16:922][478]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-10.58.16:925][478]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-10.58.16:965][478]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-10.58.16:965][478]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-10.58.16:965][478]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-10.58.16:966][478]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-10.58.16:966][478]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=43 +[2025.05.26-10.58.16:966][478]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=43 +[2025.05.26-10.58.16:968][478]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=43 +[2025.05.26-10.58.16:970][478]LogInit: FAudioDevice initialized with ID 43. +[2025.05.26-10.58.16:970][478]LogAudio: Display: Audio Device (ID: 43) registered with world 'VRTemplateMap'. +[2025.05.26-10.58.16:970][478]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=43 +[2025.05.26-10.58.16:970][478]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 43 +[2025.05.26-10.58.16:985][478]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.58.16:985][478]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.05.26-10.58.16:985][478]LogHMD: Collecting Telemetry Data +[2025.05.26-10.58.17:008][478]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-10.58.17:011][478]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-13.58.17 +[2025.05.26-10.58.17:012][478]LogWorld: Bringing up level for play took: 0.003831 +[2025.05.26-10.58.17:014][478]LogOnline: OSS: Created online subsystem instance for: :Context_85 +[2025.05.26-10.58.17:018][478]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.05.26-10.58.17:019][478]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.05.26-10.58.17:035][478]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.58.17:038][478]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.05.26-10.58.17:046][478]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-10.58.17:048][478]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.05.26-10.58.17:057][478]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.05.26-10.58.17:068][478]PIE: Server logged in +[2025.05.26-10.58.17:078][478]PIE: Play in editor total start time 0,992 seconds. +[2025.05.26-10.58.17:078][478]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.05.26-10.58.17:103][478]LogHMD: Allocating Oculus 3648 x 1872 depth rendertarget swapchain +[2025.05.26-10.58.17:160][480]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer +[2025.05.26-10.58.17:295][482]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages +[2025.05.26-10.58.17:295][482]LogOVRPlugin: ... m_textureStages[0][0] = 000001C39A3C1D60 +[2025.05.26-10.58.17:295][482]LogOVRPlugin: ... m_textureStages[0][1] = 000001C39A3C17E0 +[2025.05.26-10.58.17:295][482]LogOVRPlugin: ... m_textureStages[0][2] = 000001C39A3C1AA0 +[2025.05.26-10.58.19:313][628]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=78 time=14776257061900 +[2025.05.26-10.58.19:313][628]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.58.19:314][628]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 149 outside of frame bounds +[2025.05.26-10.58.19:343][630]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=78 time=14776287411000 +[2025.05.26-10.58.19:343][630]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.58.20:085][683]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=78 time=14777029388699 +[2025.05.26-10.58.20:085][683]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.58.20:085][683]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=78 time=14777029412500 +[2025.05.26-10.58.20:085][683]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 1 +[2025.05.26-10.58.20:099][683]LogOVRPlugin: HandleOpenXREvents(): XrEventDataInteractionProfileChanged +[2025.05.26-10.58.23:367][915]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_0) +[2025.05.26-10.58.28:910][311]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.29:411][347]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.29:425][348]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.29:913][383]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.58.29:913][383]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.29:928][384]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.30:405][417]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.58.30:405][417]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.30:405][417]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.58.30:434][419]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.30:927][454]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.58.30:927][454]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.58.30:927][454]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.30:940][455]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.31:425][489]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.31:425][489]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.58.31:425][489]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.58.31:453][491]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.31:495][494]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.58.31:929][525]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.31:929][525]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.58.31:929][525]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.58.31:956][527]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.31:998][530]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.58.31:998][530]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.58.32:427][561]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.32:427][561]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.58.32:427][561]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.58.32:455][563]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.32:507][566]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.58.32:507][566]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.58.32:934][597]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.58.32:934][597]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.58.32:934][597]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.32:962][599]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.33:006][602]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.58.33:006][602]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.58.33:445][633]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.58.33:445][633]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.58.33:445][633]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.33:468][635]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.33:511][638]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.58.33:511][638]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.58.33:959][669]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.33:959][669]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.58.33:959][669]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.58.33:974][670]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.34:012][673]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.58.34:012][673]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.58.34:301][693]LogBlueprintUserMessages: Warning: SetTimer passed a bad function (Destroy Actor) or object (BP_ArrowSpell_C_1) +[2025.05.26-10.58.34:455][704]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.58.34:455][704]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.34:455][704]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.58.34:469][705]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.34:525][709]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.58.34:525][709]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.58.34:964][740]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.58.34:964][740]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.34:964][740]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.58.34:977][741]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.35:019][744]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.58.35:019][744]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.58.35:485][776]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.58.35:485][776]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.35:485][776]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.58.35:497][777]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.35:523][779]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.58.35:523][779]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.58.35:979][811]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.58.35:979][811]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.58.35:979][811]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.35:993][812]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.36:033][815]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.58.36:033][815]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.58.36:490][847]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.58.36:490][847]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.36:490][847]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.58.36:490][847]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.36:531][850]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.58.36:531][850]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.58.36:994][883]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.36:994][883]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.58.36:994][883]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.58.37:006][884]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.37:048][887]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.58.37:048][887]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.58.37:494][919]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.58.37:494][919]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.58.37:494][919]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.37:509][920]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.37:551][923]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.58.37:551][923]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.58.37:995][955]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.58.37:995][955]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.58.37:995][955]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.38:010][956]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.38:051][959]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.58.38:051][959]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.58.38:498][990]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.38:498][990]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.58.38:498][990]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.58.38:498][990]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.38:553][994]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.58.38:553][994]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.58.38:994][ 25]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.38:994][ 25]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.58.38:995][ 25]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.58.39:010][ 26]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.39:068][ 30]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.58.39:068][ 30]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.58.39:515][ 62]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.39:515][ 62]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.39:515][ 62]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.58.39:515][ 62]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.58.39:569][ 66]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.58.39:569][ 66]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.58.40:028][ 98]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.40:028][ 98]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.40:028][ 98]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.58.40:028][ 98]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.58.40:097][103]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.58.40:097][103]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.58.40:543][134]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.58.40:543][134]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.40:543][134]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.40:543][134]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.58.40:599][138]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.58.40:599][138]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.58.41:045][170]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.41:045][170]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.41:045][170]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.58.41:045][170]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.58.41:101][174]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.58.41:101][174]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.58.41:448][199]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_FOCUSED->XR_SESSION_STATE_VISIBLE session=78 time=14798392452000 +[2025.05.26-10.58.41:448][199]LogOVRPlugin: [XR_SESSION] ... running 1 visible 1 focused 0 +[2025.05.26-10.58.41:448][199]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_SYNCHRONIZED session=78 time=14798392467700 +[2025.05.26-10.58.41:448][199]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.58.41:448][199]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=14798392565100 +[2025.05.26-10.58.41:448][199]LogOVRPlugin: [XR_SESSION] ... running 1 visible 0 focused 0 +[2025.05.26-10.58.41:448][199]LogOVRPlugin: Display: Warning : CompositorOpenXR::Update called for frame 1721 outside of frame bounds +[2025.05.26-10.58.41:456][199]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_STOPPING session=78 time=14798392565100 +[2025.05.26-10.58.41:456][199]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.58.41:456][199]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_STOPPING->XR_SESSION_STATE_IDLE session=78 time=14798399317399 +[2025.05.26-10.58.41:456][199]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-10.58.41:542][206]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.58.41:542][206]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.41:542][206]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.58.41:543][206]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.41:598][210]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.58.41:598][210]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.58.42:054][243]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.58.42:054][243]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.42:054][243]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.42:054][243]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.58.42:111][247]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.58.42:111][247]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.58.42:569][280]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] +[2025.05.26-10.58.42:569][280]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] +[2025.05.26-10.58.42:569][280]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] +[2025.05.26-10.58.42:569][280]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] +[2025.05.26-10.58.42:624][284]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] +[2025.05.26-10.58.42:624][284]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] +[2025.05.26-10.58.43:008][309]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-10.58.43:008][309]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-10.58.43:039][309]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM5) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.05.26-10.58.43:089][309]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-10.58.43:090][309]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.58.43:096][309]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-10.58.43:105][309]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-10.58.43:133][309]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 43 +[2025.05.26-10.58.43:133][309]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=43 +[2025.05.26-10.58.43:134][309]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=43 +[2025.05.26-10.58.43:144][309]LogSlate: Slate User Unregistered. User Index 8 +[2025.05.26-10.58.43:144][309]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.05.26-10.58.43:147][309]LogUObjectHash: Compacting FUObjectHashTables data took 1.77ms +[2025.05.26-10.58.43:193][310]LogPlayLevel: Display: Destroying online subsystem :Context_85 +[2025.05.26-10.58.43:219][310]LogHMD: Warning: Destroying layer 1 +[2025.05.26-10.58.43:235][310]LogHMD: Warning: Destroying layer 2 +[2025.05.26-10.58.43:235][310]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.05.26-10.58.43:353][310]LogOVRPlugin: m_xrSession destroyed +[2025.05.26-10.58.43:358][310]LogOVRPlugin: m_xrInstance destroyed +[2025.05.26-11.02.39:255][942]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 6546.735352 +[2025.05.26-11.02.39:449][962]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.05.26-11.02.39:449][962]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 6546.919922, Update Interval: 314.172791 +[2025.05.26-11.05.09:919][921]LogUObjectHash: Compacting FUObjectHashTables data took 2.19ms +[2025.05.26-11.05.09:938][921]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Maps/VRTemplateMap_Auto6 +[2025.05.26-11.05.09:938][921]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/VRTemplateMap_Auto692E01D6E4432D6736D0C59B31E7EA77C.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Maps/VRTemplateMap_Auto6.umap' +[2025.05.26-11.05.09:939][921]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/VRTemplate/Maps/VRTemplateMap' took 0.046 +[2025.05.26-11.05.09:939][921]LogFileHelpers: Editor autosave (incl. sublevels & external actors) for all levels took 0.046 +[2025.05.26-11.05.09:939][921]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_Spawner] ([2] browsable assets)... +[2025.05.26-11.05.09:939][921]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_Spawner] +[2025.05.26-11.05.09:956][921]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_Spawner_Auto6 +[2025.05.26-11.05.09:956][921]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_Spawner_Auto6F749F7504698710A3C87FFBC54FBD33C.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_Spawner_Auto6.uasset' +[2025.05.26-11.05.09:957][921]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/VRTemplate/Blueprints/BP_EnemyGoblin] ([2] browsable assets)... +[2025.05.26-11.05.09:969][921]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin] +[2025.05.26-11.05.09:969][921]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_EnemyGoblin] +[2025.05.26-11.05.09:993][921]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_EnemyGoblin_Auto6 +[2025.05.26-11.05.09:993][921]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_EnemyGoblin_Auto677D68D0846D9B84904EC9AABE6A12BE5.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_EnemyGoblin_Auto6.uasset' +[2025.05.26-11.05.09:994][921]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/VRTemplate/Blueprints/VRPawn] ([2] browsable assets)... +[2025.05.26-11.05.10:001][921]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn] +[2025.05.26-11.05.10:001][921]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/VRPawn] +[2025.05.26-11.05.10:115][921]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/VRPawn_Auto6 +[2025.05.26-11.05.10:115][921]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/VRPawn_Auto650037A884CFE7D1326C9BC9D31193656.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/VRPawn_Auto6.uasset' +[2025.05.26-11.05.10:116][921]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/Animations/AI/AP_GoblinAI] ([2] browsable assets)... +[2025.05.26-11.05.10:123][921]OBJ SavePackage: Rendered thumbnail for [AnimBlueprint /Game/Animations/AI/AP_GoblinAI.AP_GoblinAI] +[2025.05.26-11.05.10:123][921]OBJ SavePackage: Finished generating thumbnails for package [/Game/Animations/AI/AP_GoblinAI] +[2025.05.26-11.05.10:133][921]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/Animations/AI/AP_GoblinAI_Auto6 +[2025.05.26-11.05.10:133][921]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/AP_GoblinAI_Auto6F1D475DE45D165CABB06F0847F3B091B.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/Animations/AI/AP_GoblinAI_Auto6.uasset' +[2025.05.26-11.05.10:134][921]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_ArrowSpell] ([2] browsable assets)... +[2025.05.26-11.05.10:134][921]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_ArrowSpell] +[2025.05.26-11.05.10:145][921]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_ArrowSpell_Auto6 +[2025.05.26-11.05.10:146][921]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_ArrowSpell_Auto63D6B839148C87AA717BDC1A69FCCCE61.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_ArrowSpell_Auto6.uasset' +[2025.05.26-11.05.10:147][921]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_ExplosionSpell] ([2] browsable assets)... +[2025.05.26-11.05.10:147][921]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_ExplosionSpell] +[2025.05.26-11.05.10:155][921]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_ExplosionSpell_Auto6 +[2025.05.26-11.05.10:156][921]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_ExplosionSpell_Auto6E53C6541445276F28D78FAA0D4A0B5B3.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_ExplosionSpell_Auto6.uasset' +[2025.05.26-11.05.10:156][921]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_Fireball] ([2] browsable assets)... +[2025.05.26-11.05.10:157][921]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_Fireball] +[2025.05.26-11.05.10:171][921]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_Fireball_Auto6 +[2025.05.26-11.05.10:171][921]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_Fireball_Auto66612D0224EAAAF75FDED4E9CA2590CD1.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_Fireball_Auto6.uasset' +[2025.05.26-11.05.10:172][921]LogFileHelpers: Auto-saving content packages took 0.233 +[2025.05.26-11.08.45:972][609]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 6913.529297 +[2025.05.26-11.08.46:171][629]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.05.26-11.08.46:171][629]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 6913.716797, Update Interval: 300.648224 +[2025.05.26-11.14.23:954][680]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 7251.650391 +[2025.05.26-11.14.24:161][700]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.05.26-11.14.24:161][700]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 7251.847168, Update Interval: 355.671265 +[2025.05.26-11.15.25:946][940]LogDerivedDataCache: C:/Users/lauri/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.000 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 0 files in 1 folders with total size 0 MiB. +[2025.05.26-11.21.01:605][866]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 7649.399414 +[2025.05.26-11.21.01:804][886]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.05.26-11.21.01:804][886]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 7649.589355, Update Interval: 349.564514 +[2025.05.26-11.27.35:513][662]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 8043.376465 +[2025.05.26-11.27.36:512][665]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.05.26-11.27.36:512][665]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 8044.046387, Update Interval: 332.249512 +[2025.05.26-11.33.43:211][765]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 8411.067383 +[2025.05.26-11.33.44:212][768]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.05.26-11.33.44:212][768]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 8411.734375, Update Interval: 337.790466 +[2025.05.26-11.36.22:066][828]LogUObjectHash: Compacting FUObjectHashTables data took 2.33ms +[2025.05.26-11.36.22:666][863]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.05.26-11.36.22:674][863]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-11.36.22:674][863]LogHMD: Initializing OVRPlugin session +[2025.05.26-11.36.22:674][863]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.05.26-11.36.22:674][863]LogOVRPlugin: Error: Device required (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:260) +[2025.05.26-11.36.22:674][863]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.05.26-11.36.22:674][863]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Available Extensions: (72) +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_FB_passthrough SpecVersion=4 +[2025.05.26-11.36.22:791][863]LogOVRPlugin: Display: Name=XR_META_passthrough_layer_resumed_event SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_FB_triangle_mesh SpecVersion=2 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_META_passthrough_color_lut SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_META_passthrough_preferences SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.05.26-11.36.22:792][863]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.05.26-11.36.22:814][863]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.05.26-11.36.22:814][863]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.109.0 +[2025.05.26-11.36.22:815][863]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.05.26-11.36.23:000][863]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.05.26-11.36.23:000][863]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.05.26-11.36.23:000][863]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.05.26-11.36.23:000][863]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.05.26-11.36.23:000][863]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.05.26-11.36.23:000][863]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.05.26-11.36.23:000][863]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.05.26-11.36.23:000][863]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.05.26-11.36.23:000][863]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.05.26-11.36.23:000][863]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.05.26-11.36.23:000][863]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.05.26-11.36.23:000][863]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-11.36.23:000][863]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-11.36.23:000][863]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.05.26-11.36.23:000][863]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.05.26-11.36.23:000][863]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.05.26-11.36.23:000][863]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.05.26-11.36.23:000][863]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.05.26-11.36.23:000][863]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.05.26-11.36.23:000][863]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.05.26-11.36.23:000][863]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.05.26-11.36.23:001][863]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.05.26-11.36.23:001][863]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.05.26-11.36.23:001][863]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.05.26-11.36.23:281][863]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=17059977877999 +[2025.05.26-11.36.23:281][863]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-11.36.23:281][863]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.05.26-11.36.23:394][863]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.05.26-11.36.23:394][863]LogOVRPlugin: ... m_textureStages[0][0] = 000001C3FC70F8E0 +[2025.05.26-11.36.23:394][863]LogOVRPlugin: ... m_textureStages[0][1] = 000001C3FC70CFA0 +[2025.05.26-11.36.23:394][863]LogOVRPlugin: ... m_textureStages[0][2] = 000001C3FC70CCE0 +[2025.05.26-11.36.23:396][863]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.05.26-11.36.23:396][863]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001C3FC710C20 +[2025.05.26-11.36.23:396][863]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001C3FC70F360 +[2025.05.26-11.36.23:396][863]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001C3FC7111A0 +[2025.05.26-11.36.23:396][863]LogHMD: Allocating Oculus 3648 x 1872 rendertarget swapchain +[2025.05.26-11.36.23:396][863]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.05.26-11.36.23:396][863]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-11.36.23:402][863]LogPlayLevel: PIE: StaticDuplicateObject took: (0.006010s) +[2025.05.26-11.36.23:402][863]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.006047s) +[2025.05.26-11.36.23:427][863]LogUObjectHash: Compacting FUObjectHashTables data took 2.03ms +[2025.05.26-11.36.23:432][863]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-11.36.23:434][863]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-11.36.23:436][863]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-11.36.23:437][863]LogPlayLevel: PIE: World Init took: (0.002348s) +[2025.05.26-11.36.23:437][863]LogAudio: Display: Creating Audio Device: Id: 44, Scope: Unique, Realtime: True +[2025.05.26-11.36.23:437][863]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-11.36.23:437][863]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-11.36.23:437][863]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-11.36.23:437][863]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-11.36.23:439][863]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-11.36.23:439][863]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-11.36.23:439][863]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-11.36.23:439][863]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-11.36.23:439][863]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-11.36.23:439][863]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-11.36.23:439][863]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-11.36.23:440][863]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-11.36.23:482][863]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-11.36.23:482][863]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-11.36.23:482][863]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-11.36.23:482][863]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-11.36.23:483][863]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=44 +[2025.05.26-11.36.23:483][863]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=44 +[2025.05.26-11.36.23:486][863]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=44 +[2025.05.26-11.36.23:486][863]LogInit: FAudioDevice initialized with ID 44. +[2025.05.26-11.36.23:486][863]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=44 +[2025.05.26-11.36.23:486][863]LogAudio: Display: Audio Device (ID: 44) registered with world 'VRTemplateMap'. +[2025.05.26-11.36.23:486][863]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 44 +[2025.05.26-11.36.23:506][863]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-11.36.23:506][863]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.05.26-11.36.23:506][863]LogHMD: Collecting Telemetry Data +[2025.05.26-11.36.23:523][863]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-11.36.23:527][863]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-14.36.23 +[2025.05.26-11.36.23:528][863]LogWorld: Bringing up level for play took: 0.003729 +[2025.05.26-11.36.23:530][863]LogOnline: OSS: Created online subsystem instance for: :Context_86 +[2025.05.26-11.36.23:534][863]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.05.26-11.36.23:536][863]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.05.26-11.36.23:552][863]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-11.36.23:555][863]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.05.26-11.36.23:564][863]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-11.36.23:566][863]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.05.26-11.36.23:576][863]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.05.26-11.36.23:584][863]PIE: Server logged in +[2025.05.26-11.36.23:587][863]PIE: Play in editor total start time 0,915 seconds. +[2025.05.26-11.36.23:589][863]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.05.26-11.36.23:612][863]LogHMD: Allocating Oculus 3648 x 1872 depth rendertarget swapchain +[2025.05.26-11.36.23:649][865]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer +[2025.05.26-11.36.23:787][867]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages +[2025.05.26-11.36.23:787][867]LogOVRPlugin: ... m_textureStages[0][0] = 000001C3FB03A060 +[2025.05.26-11.36.23:787][867]LogOVRPlugin: ... m_textureStages[0][1] = 000001C3FB038220 +[2025.05.26-11.36.23:787][867]LogOVRPlugin: ... m_textureStages[0][2] = 000001C3FB03C6E0 +[2025.05.26-11.36.35:920][741]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.35:920][741]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.36:005][747]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.36:435][778]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.36:435][778]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.36:435][778]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.36:506][783]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.36:685][796]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.36:935][814]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.36:935][814]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.36:935][814]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.36:935][814]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.37:019][820]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.37:199][833]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.37:434][850]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.37:434][850]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.37:434][850]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.37:434][850]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.37:517][856]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.37:517][856]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.37:712][870]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.37:949][887]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.37:949][887]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.37:949][887]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.37:949][887]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.38:032][893]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.38:032][893]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.38:214][906]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.38:214][906]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.38:449][923]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.38:450][923]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.38:450][923]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.38:450][923]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.38:533][929]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.38:533][929]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.38:728][943]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.38:728][943]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.38:964][960]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.38:964][960]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.38:964][960]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.38:964][960]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.39:033][965]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.39:033][965]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.39:241][980]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.39:241][980]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.39:477][997]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.39:477][997]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.39:477][997]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.39:477][997]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.39:534][ 1]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.39:535][ 1]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.39:754][ 17]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.39:755][ 17]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.39:978][ 33]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.39:978][ 33]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.39:978][ 33]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.39:978][ 33]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.40:047][ 38]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.40:047][ 38]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.40:269][ 54]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.40:269][ 54]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.40:478][ 69]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.40:478][ 69]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.40:478][ 69]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.40:478][ 69]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.40:547][ 74]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.40:547][ 74]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.40:783][ 91]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.40:783][ 91]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.40:990][106]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.40:990][106]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.40:990][106]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.40:990][106]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.41:059][111]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.41:059][111]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.41:284][127]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.41:284][127]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.41:505][143]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.41:505][143]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.41:505][143]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.41:505][143]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.41:560][147]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.41:560][147]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.41:797][164]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.41:797][164]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.42:018][180]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.42:018][180]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.42:018][180]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.42:019][180]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.42:061][183]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.42:061][183]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.42:310][201]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.42:310][201]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.42:534][217]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.42:534][217]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.42:534][217]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.42:534][217]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.42:575][220]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.42:575][220]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.42:811][237]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.42:811][237]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.43:047][254]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.43:047][254]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.43:047][254]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.43:047][254]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.43:089][257]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.43:089][257]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.43:325][274]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.43:325][274]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.43:547][290]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.43:547][290]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.43:547][290]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.43:547][290]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.43:602][294]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.43:602][294]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.43:838][311]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.43:838][311]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.44:047][326]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.44:047][326]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.44:047][326]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.44:047][326]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.44:102][330]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.44:102][330]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.44:337][347]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.44:338][347]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.44:548][362]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.44:548][362]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.44:548][362]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.44:548][362]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.44:604][366]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.44:604][366]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.44:840][383]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.44:840][383]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.45:062][399]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.45:062][399]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.45:062][399]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.45:062][399]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.45:119][403]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.45:119][403]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.45:342][419]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.45:342][419]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.45:563][435]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.45:563][435]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.45:563][435]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.45:563][435]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.45:621][439]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.45:621][439]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.45:843][455]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.45:843][455]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.46:065][471]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.46:065][471]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.46:065][471]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.46:065][471]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.46:121][475]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.46:121][475]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.46:357][492]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.46:357][492]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.46:579][508]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.46:579][508]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.46:579][508]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.46:579][508]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.46:635][512]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.46:635][512]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.46:870][529]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.46:870][529]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.47:079][544]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.47:079][544]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.47:079][544]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.47:079][544]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.47:135][548]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.47:135][548]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.47:372][565]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.47:372][565]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.47:594][581]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.47:594][581]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.47:594][581]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.47:594][581]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.47:648][585]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.47:648][585]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.47:885][602]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.47:885][602]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.48:100][616]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.48:100][616]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.48:100][616]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.48:100][616]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.48:143][620]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.48:143][620]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.48:393][638]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.48:393][638]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.48:614][654]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.48:614][654]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.48:614][654]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.48:614][654]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.48:657][657]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.48:657][657]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.48:907][675]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.48:907][675]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.49:114][690]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.49:114][690]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.49:114][690]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.49:114][690]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.49:171][694]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.49:171][694]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.49:407][711]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.49:407][711]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.49:628][727]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.49:628][727]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.49:628][727]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.49:628][727]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.49:684][731]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.49:684][731]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.49:906][747]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.49:906][747]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.50:129][763]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.50:129][763]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.50:129][763]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.50:129][763]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.50:185][767]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.50:185][767]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.50:407][783]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.50:407][783]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.50:643][800]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.50:643][800]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.50:643][800]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.50:643][800]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.50:697][804]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.50:697][804]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.50:919][820]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.50:920][820]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.51:142][836]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.51:142][836]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.51:142][836]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.51:142][836]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.51:212][841]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.51:212][841]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.51:435][857]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.51:435][857]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.51:642][872]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.51:642][872]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.51:642][872]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.51:642][872]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.51:713][877]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.51:714][877]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.51:935][893]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.51:935][893]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.52:158][909]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.52:158][909]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.52:159][909]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.52:159][909]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.52:213][913]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.52:213][913]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.52:435][929]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.52:435][929]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.52:658][945]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.52:658][945]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.52:658][945]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.52:658][945]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.52:727][950]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.52:727][950]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.52:950][966]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.52:950][966]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.53:173][982]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.53:173][982]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.53:173][982]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.53:173][982]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.53:241][987]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.53:241][987]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.53:450][ 2]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.53:451][ 2]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.53:671][ 18]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.53:671][ 18]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.53:671][ 18]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.53:671][ 18]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.53:755][ 24]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.53:755][ 24]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.53:963][ 39]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.53:963][ 39]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.54:171][ 54]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.54:171][ 54]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.54:171][ 54]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.54:171][ 54]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.54:255][ 60]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.54:255][ 60]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.54:478][ 76]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.54:478][ 76]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.54:671][ 90]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.54:671][ 90]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.54:671][ 90]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.54:671][ 90]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.54:768][ 97]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.54:769][ 97]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.54:977][112]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.54:977][112]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.55:185][127]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.55:185][127]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.55:185][127]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.55:185][127]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.55:268][133]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.55:268][133]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.55:491][149]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.55:491][149]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.55:685][163]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.55:685][163]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.55:685][163]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.55:685][163]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.55:768][169]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.55:768][169]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.56:005][186]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.56:005][186]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.56:199][200]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.56:199][200]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.56:199][200]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.56:199][200]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.56:282][206]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.56:282][206]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.56:519][223]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.56:519][223]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.56:714][237]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.56:714][237]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.56:714][237]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.56:714][237]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.56:782][242]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.56:782][242]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.57:033][260]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.57:033][260]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.57:220][273]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.57:220][273]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.57:220][273]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.57:220][273]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.57:288][278]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.57:288][278]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.57:541][296]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.57:541][296]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.57:733][310]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.57:733][310]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.57:733][310]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.57:733][310]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.57:802][315]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.57:802][315]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.58:051][333]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.58:051][333]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.58:231][346]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.58:231][346]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.58:231][346]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.58:231][346]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.58:302][351]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.58:302][351]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.58:566][370]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.58:566][370]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.58:746][383]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.58:746][383]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.58:746][383]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.58:746][383]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.58:817][388]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.58:818][388]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.59:067][406]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.59:067][406]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.59:248][419]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.59:248][419]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.59:248][419]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.59:248][419]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.59:316][424]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.59:316][424]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.36.59:577][442]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.36.59:577][442]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.36.59:752][455]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.36.59:752][455]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.36.59:752][455]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.36.59:752][455]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.36.59:822][460]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.36.59:822][460]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.00:073][478]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.00:073][478]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.00:266][492]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.00:266][492]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.00:266][492]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.00:266][492]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.00:322][496]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.00:322][496]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.00:575][514]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.00:575][514]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.00:769][528]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.00:769][528]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.00:769][528]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.00:769][528]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.00:824][532]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.00:824][532]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.01:089][551]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.01:089][551]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.01:269][564]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.01:269][564]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.01:269][564]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.01:269][564]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.01:327][568]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.01:327][568]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.01:588][587]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.01:588][587]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.01:783][601]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.01:783][601]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.01:783][601]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.01:783][601]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.01:839][605]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.01:839][605]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.02:088][623]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.02:088][623]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.02:288][637]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.02:288][637]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.02:288][637]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.02:288][637]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.02:342][641]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.02:342][641]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.02:593][659]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.02:593][659]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.02:802][674]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.02:802][674]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.02:802][674]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.02:802][674]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.02:858][678]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.02:858][678]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.03:086][694]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.03:086][694]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.03:316][710]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.03:316][710]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.03:316][710]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.03:316][710]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.03:369][714]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.03:369][714]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.03:603][730]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.03:603][730]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.03:829][746]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.03:829][746]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.03:829][746]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.03:829][746]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.03:872][749]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.03:873][749]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.04:106][766]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.04:106][766]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.04:328][782]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.04:328][782]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.04:328][782]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.04:328][782]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.04:386][786]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.04:386][786]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.04:607][802]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.04:608][802]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.04:829][818]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.04:829][818]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.04:829][818]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.04:829][818]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.04:885][822]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.04:885][822]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.05:107][838]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.05:107][838]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.05:328][854]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.05:328][854]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.05:328][854]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.05:329][854]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.05:398][859]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.05:398][859]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.05:621][875]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.05:621][875]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.05:847][891]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.05:847][891]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.05:847][891]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.05:847][891]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.05:899][895]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.05:899][895]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.06:123][911]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.06:123][911]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.06:345][927]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.06:345][927]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.06:345][927]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.06:345][927]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.06:413][932]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.06:413][932]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.06:636][948]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.06:636][948]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.06:844][963]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.06:844][963]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.06:844][963]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.06:844][963]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.06:914][968]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.06:914][968]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.07:137][984]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.07:137][984]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.07:358][ 0]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.07:358][ 0]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.07:358][ 0]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.07:358][ 0]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.07:428][ 5]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.07:428][ 5]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.07:651][ 21]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.07:651][ 21]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.07:857][ 36]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.07:857][ 36]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.07:857][ 36]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.07:857][ 36]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.07:941][ 42]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.07:941][ 42]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.08:151][ 57]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.08:151][ 57]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.08:371][ 73]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.08:371][ 73]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.08:371][ 73]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.08:371][ 73]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.08:447][ 78]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.08:447][ 78]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.08:656][ 93]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.08:656][ 93]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.08:879][109]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.08:879][109]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.08:879][109]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.08:879][109]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.08:961][115]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.08:961][115]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.09:169][130]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.09:171][130]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.09:379][145]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.09:379][145]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.09:379][145]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.09:379][145]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.09:451][150]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.09:451][150]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.09:675][166]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.09:675][166]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.09:884][181]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.09:885][181]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.09:885][181]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.09:885][181]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.09:967][187]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.09:967][187]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.10:176][202]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.10:176][202]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.10:386][217]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.10:386][217]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.10:386][217]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.10:386][217]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.10:469][223]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.10:469][223]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.10:677][238]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.10:677][238]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.10:900][254]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.10:900][254]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.10:900][254]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.10:900][254]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.10:983][260]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.10:983][260]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.11:178][274]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.11:178][274]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.11:414][291]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.11:414][291]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.11:414][291]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.11:414][291]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.11:483][296]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.11:483][296]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.11:678][310]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.11:678][310]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.11:928][328]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.11:928][328]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.11:928][328]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.11:928][328]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.11:983][332]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.11:983][332]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.12:177][346]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.12:177][346]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.12:428][364]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.12:428][364]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.12:428][364]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.12:428][364]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.12:497][369]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.12:497][369]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.12:677][382]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.12:677][382]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.12:927][400]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.12:927][400]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.12:927][400]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.12:927][400]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.13:010][406]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.13:010][406]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.13:191][419]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.13:191][419]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.13:442][437]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.13:442][437]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.13:442][437]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.13:443][437]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.13:511][442]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.13:511][442]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.13:707][456]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.13:707][456]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.13:955][474]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.13:955][474]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.13:955][474]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.13:955][474]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.14:024][479]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.14:024][479]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.14:206][492]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.14:206][492]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.14:456][510]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.14:456][510]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.14:456][510]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.14:456][510]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.14:526][515]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.14:526][515]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.14:707][528]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.14:708][528]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.14:957][546]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.14:957][546]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.14:957][546]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.14:958][546]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.15:025][551]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.15:025][551]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.15:220][565]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.15:220][565]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.15:456][582]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.15:456][582]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.15:456][582]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.15:456][582]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.15:539][588]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.15:539][588]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.15:720][601]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.15:720][601]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.15:966][618]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.15:966][618]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.15:966][618]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.15:966][618]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.16:039][623]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.16:039][623]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.16:230][637]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.16:230][637]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.16:478][655]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.16:478][655]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.16:478][655]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.16:478][655]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.16:547][660]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.16:547][660]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.16:743][674]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.16:743][674]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.16:978][691]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.16:978][691]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.16:978][691]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.16:978][691]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.17:048][696]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.17:048][696]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.17:247][710]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.17:247][710]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.17:479][727]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.17:479][727]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.17:479][727]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.17:479][727]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.17:549][732]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.17:549][732]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.17:759][747]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.17:759][747]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.17:981][763]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.17:981][763]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.17:981][763]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.17:981][763]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.18:049][768]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.18:049][768]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.18:259][783]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.18:259][783]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.18:494][800]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.18:494][800]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.18:494][800]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.18:494][800]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.18:563][805]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.18:563][805]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.18:772][820]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.18:772][820]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.18:994][836]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.18:994][836]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.18:994][836]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.18:994][836]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.19:065][841]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.19:065][841]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.19:274][856]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.19:274][856]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.19:508][873]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.19:508][873]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.19:508][873]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.19:508][873]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.19:578][878]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.19:578][878]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.19:786][893]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.19:786][893]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.20:007][909]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.20:007][909]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.20:007][909]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.20:007][909]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.20:078][914]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.20:078][914]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.20:288][929]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.20:288][929]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.20:510][945]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.20:510][945]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.20:510][945]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.20:510][945]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.20:579][950]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.20:579][950]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.20:802][966]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.20:802][966]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.21:024][982]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.21:024][982]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.21:024][982]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.21:024][982]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.21:092][987]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.21:092][987]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.21:316][ 3]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.21:316][ 3]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.21:523][ 18]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.21:523][ 18]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.21:523][ 18]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.21:523][ 18]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.21:607][ 24]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.21:607][ 24]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.21:816][ 39]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.21:816][ 39]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.22:038][ 55]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.22:038][ 55]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.22:038][ 55]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.22:038][ 55]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.22:107][ 60]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.22:107][ 60]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.22:332][ 76]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.22:332][ 76]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.22:551][ 92]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.22:551][ 92]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.22:551][ 92]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.22:551][ 92]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.22:622][ 97]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.22:622][ 97]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.22:844][113]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.22:844][113]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.23:051][128]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.23:051][128]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.23:051][128]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.23:051][128]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.23:136][134]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.23:136][134]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.23:343][149]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.23:343][149]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.23:552][164]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.23:552][164]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.23:552][164]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.23:552][164]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.23:635][170]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.23:635][170]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.23:857][186]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.23:857][186]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.24:052][200]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.24:052][200]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.24:052][200]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.24:052][200]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.24:151][207]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.24:151][207]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.24:357][222]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.24:357][222]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.24:555][236]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.24:555][236]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.24:555][236]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.24:555][236]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.24:653][243]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.24:653][243]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.24:861][258]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.24:861][258]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.25:055][272]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.25:055][272]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.25:055][272]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.25:055][272]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.25:152][279]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.25:152][279]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.25:360][294]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.37.25:360][294]LogBlueprintUserMessages: [BP_EnemyGoblin_C_0] false +[2025.05.26-11.37.25:558][308]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] false +[2025.05.26-11.37.25:558][308]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] false +[2025.05.26-11.37.25:558][308]LogBlueprintUserMessages: [BP_EnemyGoblin_C_9] false +[2025.05.26-11.37.25:558][308]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] false +[2025.05.26-11.37.25:655][315]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] false +[2025.05.26-11.37.25:655][315]LogBlueprintUserMessages: [BP_EnemyGoblin_C_1] false +[2025.05.26-11.37.25:830][324]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-11.37.25:830][324]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-11.37.25:866][324]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM5) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.05.26-11.37.25:912][324]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.37.25:913][324]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.37.25:970][324]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-11.37.25:980][324]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.37.26:005][324]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.05.26-11.37.26:005][324]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 44 +[2025.05.26-11.37.26:006][324]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=44 +[2025.05.26-11.37.26:008][324]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=44 +[2025.05.26-11.37.26:018][324]LogSlate: Slate User Unregistered. User Index 8 +[2025.05.26-11.37.26:018][324]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.05.26-11.37.26:019][324]LogUObjectHash: Compacting FUObjectHashTables data took 2.02ms +[2025.05.26-11.37.26:179][325]LogPlayLevel: Display: Destroying online subsystem :Context_86 +[2025.05.26-11.37.26:179][325]LogHMD: Warning: Destroying layer 1 +[2025.05.26-11.37.26:180][325]LogHMD: Warning: Destroying layer 2 +[2025.05.26-11.37.26:181][325]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.05.26-11.37.26:286][325]LogOVRPlugin: m_xrSession destroyed +[2025.05.26-11.37.26:291][325]LogOVRPlugin: m_xrInstance destroyed +[2025.05.26-11.37.43:479][727]Cmd: DELETE +[2025.05.26-11.37.43:479][727]Cmd: ACTOR DELETE +[2025.05.26-11.37.43:585][727]LogEditorActor: Deleted Actor: BP_EnemyAI_C +[2025.05.26-11.37.43:614][727]LogUObjectHash: Compacting FUObjectHashTables data took 1.87ms +[2025.05.26-11.37.43:618][727]LogEditorActor: Deleted 1 Actors (0.138 secs) +[2025.05.26-11.38.19:709][890]LogUObjectHash: Compacting FUObjectHashTables data took 1.27ms +[2025.05.26-11.38.19:729][890]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Maps/VRTemplateMap_Auto7 +[2025.05.26-11.38.19:729][890]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/VRTemplateMap_Auto73C664EDD420E520E7D7C3DB3F38BC9A2.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Maps/VRTemplateMap_Auto7.umap' +[2025.05.26-11.38.19:730][890]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/VRTemplate/Maps/VRTemplateMap' took 0.045 +[2025.05.26-11.38.19:730][890]LogFileHelpers: Editor autosave (incl. sublevels & external actors) for all levels took 0.045 +[2025.05.26-11.38.19:731][890]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_Spawner] ([2] browsable assets)... +[2025.05.26-11.38.19:731][890]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_Spawner] +[2025.05.26-11.38.19:748][890]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_Spawner_Auto7 +[2025.05.26-11.38.19:749][890]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_Spawner_Auto78990E6CB425742E7DCBEC9B0A4189DC8.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_Spawner_Auto7.uasset' +[2025.05.26-11.38.19:750][890]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/VRTemplate/Blueprints/BP_EnemyGoblin] ([2] browsable assets)... +[2025.05.26-11.38.19:789][890]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin] +[2025.05.26-11.38.19:789][890]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_EnemyGoblin] +[2025.05.26-11.38.19:818][890]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/VRTemplate/Blueprints/BP_EnemyGoblin_Auto7 +[2025.05.26-11.38.19:819][890]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_EnemyGoblin_Auto7E092AA4C40322F29EED701A544E5ABD9.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/VRTemplate/Blueprints/BP_EnemyGoblin_Auto7.uasset' +[2025.05.26-11.38.19:821][890]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/Animations/AI/AP_GoblinAI] ([2] browsable assets)... +[2025.05.26-11.38.19:832][890]OBJ SavePackage: Rendered thumbnail for [AnimBlueprint /Game/Animations/AI/AP_GoblinAI.AP_GoblinAI] +[2025.05.26-11.38.19:832][890]OBJ SavePackage: Finished generating thumbnails for package [/Game/Animations/AI/AP_GoblinAI] +[2025.05.26-11.38.19:845][890]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/Animations/AI/AP_GoblinAI_Auto7 +[2025.05.26-11.38.19:845][890]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/AP_GoblinAI_Auto7544608FB4A35A0BF38B3AEB3C748C660.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/Autosaves/Game/Animations/AI/AP_GoblinAI_Auto7.uasset' +[2025.05.26-11.38.19:845][890]LogFileHelpers: Auto-saving content packages took 0.115 +[2025.05.26-11.39.51:239][539]LogUObjectHash: Compacting FUObjectHashTables data took 1.81ms +[2025.05.26-11.39.52:397][615]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.05.26-11.39.52:408][615]LogPlayLevel: [PlayLevel] Compiling AP_GoblinAI before play... +[2025.05.26-11.39.52:409][615]LogPlayLevel: [PlayLevel] Compiling BP_EnemyGoblin as a dependent... +[2025.05.26-11.39.52:585][615]LogUObjectHash: Compacting FUObjectHashTables data took 1.85ms +[2025.05.26-11.39.52:592][615]LogPlayLevel: PlayLevel: Blueprint regeneration took 186 ms (2 blueprints) +[2025.05.26-11.39.52:592][615]LogHMD: Initializing OVRPlugin session +[2025.05.26-11.39.52:592][615]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.05.26-11.39.52:592][615]LogOVRPlugin: Error: Device required (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:260) +[2025.05.26-11.39.52:592][615]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.05.26-11.39.52:592][615]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.05.26-11.39.52:709][615]LogOVRPlugin: Display: Available Extensions: (72) +[2025.05.26-11.39.52:709][615]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.05.26-11.39.52:709][615]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.05.26-11.39.52:709][615]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.05.26-11.39.52:709][615]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.05.26-11.39.52:709][615]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.05.26-11.39.52:709][615]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.05.26-11.39.52:709][615]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.05.26-11.39.52:709][615]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.05.26-11.39.52:709][615]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.05.26-11.39.52:709][615]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.05.26-11.39.52:709][615]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.05.26-11.39.52:709][615]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_FB_passthrough SpecVersion=4 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_META_passthrough_layer_resumed_event SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_FB_triangle_mesh SpecVersion=2 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_META_passthrough_color_lut SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_META_passthrough_preferences SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.05.26-11.39.52:710][615]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.05.26-11.39.52:711][615]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.05.26-11.39.52:735][615]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.05.26-11.39.52:735][615]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.109.0 +[2025.05.26-11.39.52:737][615]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.05.26-11.39.52:922][615]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.05.26-11.39.52:922][615]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.05.26-11.39.52:922][615]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.05.26-11.39.52:922][615]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.05.26-11.39.52:922][615]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.05.26-11.39.52:922][615]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.05.26-11.39.52:922][615]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.05.26-11.39.52:922][615]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.05.26-11.39.52:922][615]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.05.26-11.39.52:922][615]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.05.26-11.39.52:922][615]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.05.26-11.39.52:922][615]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-11.39.52:922][615]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-11.39.52:923][615]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.05.26-11.39.52:923][615]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.05.26-11.39.52:923][615]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.05.26-11.39.52:923][615]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.05.26-11.39.52:923][615]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.05.26-11.39.52:923][615]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.05.26-11.39.52:923][615]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.05.26-11.39.52:923][615]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.05.26-11.39.52:923][615]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.05.26-11.39.52:923][615]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.05.26-11.39.52:923][615]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.05.26-11.39.53:197][615]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=17269901349500 +[2025.05.26-11.39.53:197][615]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-11.39.53:197][615]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.05.26-11.39.53:308][615]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.05.26-11.39.53:308][615]LogOVRPlugin: ... m_textureStages[0][0] = 000001C3FA50B4E0 +[2025.05.26-11.39.53:308][615]LogOVRPlugin: ... m_textureStages[0][1] = 000001C3FA50BFE0 +[2025.05.26-11.39.53:308][615]LogOVRPlugin: ... m_textureStages[0][2] = 000001C3FA50DB60 +[2025.05.26-11.39.53:311][615]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.05.26-11.39.53:311][615]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001C3FA50A460 +[2025.05.26-11.39.53:311][615]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001C3FA50A720 +[2025.05.26-11.39.53:311][615]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001C3FA50FF20 +[2025.05.26-11.39.53:311][615]LogHMD: Allocating Oculus 3648 x 1872 rendertarget swapchain +[2025.05.26-11.39.53:312][615]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.05.26-11.39.53:312][615]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-11.39.53:317][615]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005400s) +[2025.05.26-11.39.53:317][615]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005437s) +[2025.05.26-11.39.53:343][615]LogUObjectHash: Compacting FUObjectHashTables data took 1.65ms +[2025.05.26-11.39.53:344][615]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-11.39.53:346][615]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-11.39.53:347][615]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-11.39.53:348][615]LogPlayLevel: PIE: World Init took: (0.001680s) +[2025.05.26-11.39.53:348][615]LogAudio: Display: Creating Audio Device: Id: 45, Scope: Unique, Realtime: True +[2025.05.26-11.39.53:348][615]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-11.39.53:348][615]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-11.39.53:349][615]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-11.39.53:349][615]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-11.39.53:349][615]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-11.39.53:349][615]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-11.39.53:349][615]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-11.39.53:349][615]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-11.39.53:349][615]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-11.39.53:349][615]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-11.39.53:349][615]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-11.39.53:351][615]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-11.39.53:392][615]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-11.39.53:393][615]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-11.39.53:393][615]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-11.39.53:393][615]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-11.39.53:393][615]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=45 +[2025.05.26-11.39.53:393][615]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=45 +[2025.05.26-11.39.53:397][615]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=45 +[2025.05.26-11.39.53:397][615]LogInit: FAudioDevice initialized with ID 45. +[2025.05.26-11.39.53:397][615]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=45 +[2025.05.26-11.39.53:397][615]LogAudio: Display: Audio Device (ID: 45) registered with world 'VRTemplateMap'. +[2025.05.26-11.39.53:397][615]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 45 +[2025.05.26-11.39.53:412][615]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-11.39.53:414][615]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.05.26-11.39.53:414][615]LogHMD: Collecting Telemetry Data +[2025.05.26-11.39.53:436][615]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-11.39.53:438][615]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-14.39.53 +[2025.05.26-11.39.53:439][615]LogWorld: Bringing up level for play took: 0.002983 +[2025.05.26-11.39.53:442][615]LogOnline: OSS: Created online subsystem instance for: :Context_87 +[2025.05.26-11.39.53:445][615]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.05.26-11.39.53:447][615]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.05.26-11.39.53:466][615]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-11.39.53:467][615]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.05.26-11.39.53:478][615]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-11.39.53:481][615]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.05.26-11.39.53:489][615]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.05.26-11.39.53:495][615]PIE: Server logged in +[2025.05.26-11.39.53:496][615]PIE: Play in editor total start time 1,091 seconds. +[2025.05.26-11.39.53:497][615]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.05.26-11.39.53:517][615]LogHMD: Allocating Oculus 3648 x 1872 depth rendertarget swapchain +[2025.05.26-11.39.53:579][617]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer +[2025.05.26-11.39.53:717][619]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages +[2025.05.26-11.39.53:717][619]LogOVRPlugin: ... m_textureStages[0][0] = 000001C4439F6960 +[2025.05.26-11.39.53:717][619]LogOVRPlugin: ... m_textureStages[0][1] = 000001C4439F6EE0 +[2025.05.26-11.39.53:717][619]LogOVRPlugin: ... m_textureStages[0][2] = 000001C4439F9DA0 +[2025.05.26-11.40.02:883][276]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-11.40.02:883][276]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-11.40.02:914][276]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM5) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.05.26-11.40.02:952][276]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.40.02:953][276]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.40.02:957][276]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-11.40.02:966][276]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.40.02:992][276]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 45 +[2025.05.26-11.40.02:992][276]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=45 +[2025.05.26-11.40.02:994][276]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=45 +[2025.05.26-11.40.03:003][276]LogSlate: Slate User Unregistered. User Index 8 +[2025.05.26-11.40.03:003][276]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.05.26-11.40.03:005][276]LogUObjectHash: Compacting FUObjectHashTables data took 1.70ms +[2025.05.26-11.40.03:044][277]LogPlayLevel: Display: Destroying online subsystem :Context_87 +[2025.05.26-11.40.03:045][277]LogHMD: Warning: Destroying layer 1 +[2025.05.26-11.40.03:046][277]LogHMD: Warning: Destroying layer 2 +[2025.05.26-11.40.03:046][277]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.05.26-11.40.03:201][277]LogOVRPlugin: m_xrSession destroyed +[2025.05.26-11.40.03:208][277]LogOVRPlugin: m_xrInstance destroyed +[2025.05.26-11.40.15:070][254]LogNavigationPoint: PostEditMove Clear paths rebuilt +[2025.05.26-11.40.16:569][369]LogDebuggerCommands: Repeating last play command: VR Preview +[2025.05.26-11.40.16:578][369]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.05.26-11.40.16:578][369]LogHMD: Initializing OVRPlugin session +[2025.05.26-11.40.16:578][369]LogOVRPlugin: Display: OpenXR SDK version 1.1.42 +[2025.05.26-11.40.16:578][369]LogOVRPlugin: Error: Device required (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR_D3D11.cpp:260) +[2025.05.26-11.40.16:578][369]LogOVRPlugin: CompositorOpenXR::Initialize() +[2025.05.26-11.40.16:578][369]LogOVRPlugin: CompositorOpenXR::Initialize() - refresh available extensions +[2025.05.26-11.40.16:690][369]LogOVRPlugin: Display: Available Extensions: (72) +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_KHR_D3D11_enable SpecVersion=9 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_KHR_D3D12_enable SpecVersion=9 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_KHR_opengl_enable SpecVersion=10 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable SpecVersion=8 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_KHR_vulkan_enable2 SpecVersion=2 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_depth SpecVersion=6 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_KHR_convert_timespec_time SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cube SpecVersion=8 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_cylinder SpecVersion=4 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_equirect SpecVersion=3 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_KHR_visibility_mask SpecVersion=2 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_EXT_debug_utils SpecVersion=5 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_OCULUS_recenter_event SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_OCULUS_audio_device_guid SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_FB_color_space SpecVersion=3 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_FB_display_refresh_rate SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_META_performance_metrics SpecVersion=2 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_META_headset_id SpecVersion=2 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_OCULUS_ovrsession_handle SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_EXT_hand_interaction SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking SpecVersion=4 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_aim SpecVersion=2 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_capsules SpecVersion=3 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_FB_hand_tracking_mesh SpecVersion=3 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_EXT_hand_tracking_data_source SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_META_hand_tracking_microgestures SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_META_simultaneous_hands_and_controllers SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_FB_body_tracking SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_META_body_tracking_full_body SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_META_body_tracking_fidelity SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_META_body_tracking_calibration SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_FB_passthrough SpecVersion=4 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_META_passthrough_layer_resumed_event SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_FB_triangle_mesh SpecVersion=2 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_META_passthrough_color_lut SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_META_passthrough_preferences SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_FB_render_model SpecVersion=4 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_container SpecVersion=2 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_FB_scene SpecVersion=4 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_FB_spatial_entity SpecVersion=3 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_query SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_user SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_storage_batch SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_FB_spatial_entity_sharing SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_META_spatial_entity_persistence SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_META_spatial_entity_discovery SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_META_spatial_entity_group_sharing SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_META_spatial_entity_mesh SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_META_spatial_entity_sharing SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_META_boundary_visibility SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_META_colocation_discovery SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_METAX1_dynamic_object_tracker SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_META_dynamic_object_tracker SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_META_dynamic_object_keyboard SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_META_virtual_keyboard SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_EXT_local_floor SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_EXT_active_action_set_priority SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_FB_haptic_amplitude_envelope SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_FB_haptic_pcm SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_FB_touch_controller_pro SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_META_touch_controller_plus SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_FB_touch_controller_proximity SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_OCULUS_external_camera SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_META_detached_controllers SpecVersion=1 +[2025.05.26-11.40.16:691][369]LogOVRPlugin: Display: Name=XR_LOGITECH_mx_ink_stylus_interaction SpecVersion=1 +[2025.05.26-11.40.16:692][369]LogOVRPlugin: Display: Name=XR_FBX1_touch_controller_extras SpecVersion=1 +[2025.05.26-11.40.16:692][369]LogOVRPlugin: Display: Name=XR_EXT_palm_pose SpecVersion=3 +[2025.05.26-11.40.16:692][369]LogOVRPlugin: Display: Name=XR_EXT_eye_gaze_interaction SpecVersion=2 +[2025.05.26-11.40.16:692][369]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_performance_settings +[2025.05.26-11.40.16:692][369]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state +[2025.05.26-11.40.16:692][369]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_swapchain_update_state_vulkan +[2025.05.26-11.40.16:692][369]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation +[2025.05.26-11.40.16:692][369]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_configuration +[2025.05.26-11.40.16:692][369]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_foveation_vulkan +[2025.05.26-11.40.16:692][369]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_vulkan_swapchain_create_info +[2025.05.26-11.40.16:692][369]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_foveation_eye_tracked +[2025.05.26-11.40.16:692][369]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_composition_layer_image_layout +[2025.05.26-11.40.16:692][369]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_KHR_composition_layer_equirect2 +[2025.05.26-11.40.16:692][369]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_passthrough_keyboard_hands +[2025.05.26-11.40.16:692][369]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_common_events +[2025.05.26-11.40.16:692][369]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_keyboard_tracking +[2025.05.26-11.40.16:692][369]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_hand_joints_motion_range +[2025.05.26-11.40.16:692][369]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_hand_tracking_wide_motion_mode +[2025.05.26-11.40.16:692][369]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking +[2025.05.26-11.40.16:692][369]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_face_tracking2 +[2025.05.26-11.40.16:692][369]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_METAX1_face_tracking_visemes +[2025.05.26-11.40.16:692][369]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_FB_eye_tracking_social +[2025.05.26-11.40.16:692][369]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_MSFT_hand_interaction +[2025.05.26-11.40.16:692][369]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_META_environment_depth +[2025.05.26-11.40.16:692][369]LogOVRPlugin: Display: Unavailable OpenXR extension: XR_EXT_future +[2025.05.26-11.40.16:712][369]LogOVRPlugin: Display: Initialize: xrCreateInstance() succeeded +[2025.05.26-11.40.16:714][369]LogOVRPlugin: Display: OpenXR runtime name: Oculus, version 1.109.0 +[2025.05.26-11.40.16:715][369]LogOVRPlugin: Display: xrGetSystem() succeeded. xrSystemId 20 +[2025.05.26-11.40.16:908][369]LogOVRPlugin: Display: OpenXR system properties: + venderId 4294955582, systemName Oculus Quest2, maxSwapchainImage(4096, 4096), maxLayerCount 16, orientationTracking 1, positionTracking 1 +[2025.05.26-11.40.16:908][369]LogOVRPlugin: Display: OpenXR hand tracking system properties: + hand tracking supported 1 +[2025.05.26-11.40.16:908][369]LogOVRPlugin: Display: OpenXR simultaneous hands+controllers system properties: + hand tracking supported 1 +[2025.05.26-11.40.16:908][369]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking supported 1 +[2025.05.26-11.40.16:908][369]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking fidelity supported 0 +[2025.05.26-11.40.16:908][369]LogOVRPlugin: Display: OpenXR body tracking system properties: + full body tracking supported 1 +[2025.05.26-11.40.16:908][369]LogOVRPlugin: Display: OpenXR body tracking system properties: + body tracking calibration supported 1 +[2025.05.26-11.40.16:908][369]LogOVRPlugin: Display: OpenXR headset id system properties: + id 525078A55AAB4DC9B8021EBD6C7CFFF4 +[2025.05.26-11.40.16:908][369]LogOVRPlugin: Expected XrViewConfigurationType found (XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO) +[2025.05.26-11.40.16:908][369]LogOVRPlugin: XrViewConfigurationProperties: type XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO, fovMutable 0 +[2025.05.26-11.40.16:908][369]LogOVRPlugin: Display: xrEnumerateViewConfigurationViews() found 2 views +[2025.05.26-11.40.16:908][369]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-11.40.16:908][369]LogOVRPlugin: Display: View: Recommended Width=1824 Height=1872 SampleCount=1 Maximum Width=3648 Height=3744 SampleCount=4 +[2025.05.26-11.40.16:910][369]LogOVRPlugin: Error: Unable to open file RuntimeActionBindings.json (arvr\projects\integrations\OVRPlugin\Src\Util\RuntimeActionLoader.cpp:181) +[2025.05.26-11.40.16:910][369]LogOVRPlugin: Display: XRCreateActions: No runtime input actions were loaded as the file 'RuntimeInputActions.json' didn't exist. If you were expecting this file to exist or to support Cascadia devices like Kadavu this is a problem. Otherwise, you can ignore this warning. +[2025.05.26-11.40.16:910][369]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/cpu_frametime +[2025.05.26-11.40.16:910][369]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/app/gpu_frametime +[2025.05.26-11.40.16:910][369]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/cpu_frametime +[2025.05.26-11.40.16:910][369]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/gpu_frametime +[2025.05.26-11.40.16:910][369]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/dropped_frame_count +[2025.05.26-11.40.16:910][369]LogOVRPlugin: Display: Supported Performance Metrics: /perfmetrics_meta/compositor/spacewarp_mode +[2025.05.26-11.40.16:910][369]LogOVRPlugin: Display: CompositorOpenXR::Initialize() - succeeded +[2025.05.26-11.40.16:910][369]LogOVRPlugin: Display: OVRPlugin 1.106.0 ... initialized +[2025.05.26-11.40.16:910][369]LogOVRPlugin: Error: CreateFoveationProfile() failed: required extensions not enabled: XR_FB_foveation 0 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:12295) +[2025.05.26-11.40.17:186][369]LogOVRPlugin: Display: [XR_SESSION] XrEventDataSessionStateChanged: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=78 time=17293889765299 +[2025.05.26-11.40.17:186][369]LogOVRPlugin: [XR_SESSION] ... running 0 visible 0 focused 0 +[2025.05.26-11.40.17:186][369]LogOVRPlugin: HandleSingleOpenXREvent: XR_TYPE_EVENT_DATA_BOUNDARY_VISIBILITY_CHANGED_META +[2025.05.26-11.40.17:297][369]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005A, 3 stages +[2025.05.26-11.40.17:297][369]LogOVRPlugin: ... m_textureStages[0][0] = 000001C43FB0E260 +[2025.05.26-11.40.17:297][369]LogOVRPlugin: ... m_textureStages[0][1] = 000001C43FB0D760 +[2025.05.26-11.40.17:297][369]LogOVRPlugin: ... m_textureStages[0][2] = 000001C43FB0A5E0 +[2025.05.26-11.40.17:300][369]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::CreateDepthSwapChain(): [depthStencil] CreateSwapchain for eye 0: 000000000000005B, 3 stages +[2025.05.26-11.40.17:300][369]LogOVRPlugin: ... m_depthTextureStages[0][0] = 000001C43FB0EAA0 +[2025.05.26-11.40.17:300][369]LogOVRPlugin: ... m_depthTextureStages[0][1] = 000001C43FB0C9A0 +[2025.05.26-11.40.17:301][369]LogOVRPlugin: ... m_depthTextureStages[0][2] = 000001C43FB0E520 +[2025.05.26-11.40.17:301][369]LogHMD: Allocating Oculus 3648 x 1872 rendertarget swapchain +[2025.05.26-11.40.17:301][369]LogOVRPlugin: Display: [CompositorOpenXR::SetClientColorDesc] Change colorspace from 0 to 7 +[2025.05.26-11.40.17:301][369]LogPlayLevel: Creating play world package: /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-11.40.17:307][369]LogPlayLevel: PIE: StaticDuplicateObject took: (0.005787s) +[2025.05.26-11.40.17:307][369]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap to /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap (0.005824s) +[2025.05.26-11.40.17:330][369]LogUObjectHash: Compacting FUObjectHashTables data took 1.69ms +[2025.05.26-11.40.17:332][369]LogMRUK: Loading MR Utility Kit Shared library +[2025.05.26-11.40.17:334][369]LogChaosDD: Creating Chaos Debug Draw Scene for world VRTemplateMap +[2025.05.26-11.40.17:335][369]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(PCD3D_SM5) returned false, for scene: 'World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap'. +[2025.05.26-11.40.17:336][369]LogPlayLevel: PIE: World Init took: (0.001855s) +[2025.05.26-11.40.17:337][369]LogAudio: Display: Creating Audio Device: Id: 46, Scope: Unique, Realtime: True +[2025.05.26-11.40.17:337][369]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.05.26-11.40.17:337][369]LogAudioMixer: Display: Sample Rate: 48000 +[2025.05.26-11.40.17:337][369]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.05.26-11.40.17:337][369]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.05.26-11.40.17:337][369]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.05.26-11.40.17:337][369]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.05.26-11.40.17:337][369]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.05.26-11.40.17:337][369]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.05.26-11.40.17:337][369]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.05.26-11.40.17:337][369]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.05.26-11.40.17:337][369]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.05.26-11.40.17:339][369]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.05.26-11.40.17:378][369]LogAudioMixer: Display: Using Audio Hardware Device Speakers (HyperX Cloud II Wireless) +[2025.05.26-11.40.17:378][369]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.05.26-11.40.17:378][369]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.05.26-11.40.17:380][369]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.05.26-11.40.17:380][369]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=46 +[2025.05.26-11.40.17:380][369]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=46 +[2025.05.26-11.40.17:383][369]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=46 +[2025.05.26-11.40.17:383][369]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=46 +[2025.05.26-11.40.17:383][369]LogInit: FAudioDevice initialized with ID 46. +[2025.05.26-11.40.17:383][369]LogAudio: Display: Audio Device (ID: 46) registered with world 'VRTemplateMap'. +[2025.05.26-11.40.17:383][369]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 46 +[2025.05.26-11.40.17:402][369]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-11.40.17:402][369]LogHMD: DynamicResolution: Enabled. PixelDensityMin: 0.800000, PixelDensityMax: 1.200000 +[2025.05.26-11.40.17:402][369]LogHMD: Collecting Telemetry Data +[2025.05.26-11.40.17:424][369]LogLoad: Game class is 'VRGameMode_C' +[2025.05.26-11.40.17:427][369]LogWorld: Bringing World /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap up for play (max tick rate 0) at 2025.05.26-14.40.17 +[2025.05.26-11.40.17:427][369]LogWorld: Bringing up level for play took: 0.001767 +[2025.05.26-11.40.17:433][369]LogOnline: OSS: Created online subsystem instance for: :Context_88 +[2025.05.26-11.40.17:437][369]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 +[2025.05.26-11.40.17:439][369]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 +[2025.05.26-11.40.17:455][369]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-11.40.17:457][369]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandLeft.OculusHandMesh +[2025.05.26-11.40.17:466][369]LogSkeletalMesh: Building Skeletal Mesh OculusHandMesh... +[2025.05.26-11.40.17:468][369]LogSkeletalMesh: Built Skeletal Mesh [0.00s] /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap.VRTemplateMap:PersistentLevel.VRPawn_C_0.OculusXRHandRight.OculusHandMesh +[2025.05.26-11.40.17:476][369]xr.SecondaryScreenPercentage.HMDRenderTarget = "100" +[2025.05.26-11.40.17:485][369]PIE: Server logged in +[2025.05.26-11.40.17:489][369]PIE: Play in editor total start time 0,912 seconds. +[2025.05.26-11.40.17:491][369]LogOculusXRScene: FOculusXRSceneEventHandling - Boundary visibility changed. Visibility(EOculusXRBoundaryVisibility::NotSuppressed) +[2025.05.26-11.40.17:511][369]LogHMD: Allocating Oculus 3648 x 1872 depth rendertarget swapchain +[2025.05.26-11.40.17:564][371]LogProfilingDebugging: Allocated a 1024 x 1024 texture for HMD canvas layer +[2025.05.26-11.40.17:699][373]LogOVRPlugin: CompositorOpenXR_D3D11::Layer::Initialize(): CreateSwapchain for eye 0: 000000000000005C, 3 stages +[2025.05.26-11.40.17:699][373]LogOVRPlugin: ... m_textureStages[0][0] = 000001C3FC6F64A0 +[2025.05.26-11.40.17:699][373]LogOVRPlugin: ... m_textureStages[0][1] = 000001C3FC6F6A20 +[2025.05.26-11.40.17:699][373]LogOVRPlugin: ... m_textureStages[0][2] = 000001C3FC6F7260 +[2025.05.26-11.40.19:911][532]LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 8807.515625 +[2025.05.26-11.40.20:121][547]LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change +[2025.05.26-11.40.20:121][547]LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 8807.708984, Update Interval: 329.909363 +[2025.05.26-11.40.29:160][198]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] true +[2025.05.26-11.40.29:160][198]LogBlueprintUserMessages: [VRPawn_C_0] 90.0 +[2025.05.26-11.40.29:326][210]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] true +[2025.05.26-11.40.29:326][210]LogBlueprintUserMessages: [VRPawn_C_0] 80.0 +[2025.05.26-11.40.29:423][217]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] true +[2025.05.26-11.40.29:423][217]LogBlueprintUserMessages: [VRPawn_C_0] 70.0 +[2025.05.26-11.40.29:479][221]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] true +[2025.05.26-11.40.29:479][221]LogBlueprintUserMessages: [VRPawn_C_0] 60.0 +[2025.05.26-11.40.29:830][246]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] true +[2025.05.26-11.40.29:830][246]LogBlueprintUserMessages: [VRPawn_C_0] 50.0 +[2025.05.26-11.40.29:830][246]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] true +[2025.05.26-11.40.29:830][246]LogBlueprintUserMessages: [VRPawn_C_0] 40.0 +[2025.05.26-11.40.29:830][246]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] true +[2025.05.26-11.40.29:830][246]LogBlueprintUserMessages: [VRPawn_C_0] 30.0 +[2025.05.26-11.40.30:023][260]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] true +[2025.05.26-11.40.30:023][260]LogBlueprintUserMessages: [VRPawn_C_0] 20.0 +[2025.05.26-11.40.30:168][270]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] true +[2025.05.26-11.40.30:168][270]LogBlueprintUserMessages: [VRPawn_C_0] 10.0 +[2025.05.26-11.40.30:335][282]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] true +[2025.05.26-11.40.30:335][282]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.30:335][282]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] true +[2025.05.26-11.40.30:335][282]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.30:335][282]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] true +[2025.05.26-11.40.30:335][282]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.30:335][282]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] true +[2025.05.26-11.40.30:335][282]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.30:516][295]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] true +[2025.05.26-11.40.30:516][295]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.30:821][317]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] true +[2025.05.26-11.40.30:821][317]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.30:849][319]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] true +[2025.05.26-11.40.30:849][319]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.30:849][319]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] true +[2025.05.26-11.40.30:850][319]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.30:850][319]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] true +[2025.05.26-11.40.30:850][319]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.30:850][319]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] true +[2025.05.26-11.40.30:850][319]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.31:030][332]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] true +[2025.05.26-11.40.31:030][332]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.31:030][332]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] true +[2025.05.26-11.40.31:030][332]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.31:363][356]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] true +[2025.05.26-11.40.31:363][356]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.31:363][356]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] true +[2025.05.26-11.40.31:363][356]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.31:363][356]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] true +[2025.05.26-11.40.31:363][356]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.31:363][356]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] true +[2025.05.26-11.40.31:363][356]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.31:544][369]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] true +[2025.05.26-11.40.31:544][369]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.31:544][369]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] true +[2025.05.26-11.40.31:544][369]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.31:654][377]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.40.31:862][392]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] true +[2025.05.26-11.40.31:862][392]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.31:863][392]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] true +[2025.05.26-11.40.31:863][392]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.31:863][392]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] true +[2025.05.26-11.40.31:863][392]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.31:863][392]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] true +[2025.05.26-11.40.31:863][392]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.31:863][392]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.40.32:043][405]LogBlueprintUserMessages: [BP_EnemyGoblin_C_7] true +[2025.05.26-11.40.32:043][405]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.32:043][405]LogBlueprintUserMessages: [BP_EnemyGoblin_C_5] true +[2025.05.26-11.40.32:043][405]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.32:362][428]LogBlueprintUserMessages: [BP_EnemyGoblin_C_4] true +[2025.05.26-11.40.32:362][428]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.32:362][428]LogBlueprintUserMessages: [BP_EnemyGoblin_C_2] true +[2025.05.26-11.40.32:362][428]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.32:364][428]LogBlueprintUserMessages: [BP_EnemyGoblin_C_6] true +[2025.05.26-11.40.32:364][428]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.32:364][428]LogBlueprintUserMessages: [BP_EnemyGoblin_C_8] true +[2025.05.26-11.40.32:364][428]LogBlueprintUserMessages: [VRPawn_C_0] 0.0 +[2025.05.26-11.40.32:364][428]LogBlueprintUserMessages: [BP_EnemyGoblin_C_3] false +[2025.05.26-11.40.32:540][438]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.05.26-11.40.32:540][438]LogWorld: BeginTearingDown for /Game/VRTemplate/Maps/UEDPIE_0_VRTemplateMap +[2025.05.26-11.40.32:576][438]LogSlate: Window 'HandyMann Preview [NetMode: Standalone 0] (64-bit/PC D3D SM5) OculusXRHMD OVRPlugin: 1.106.0' being destroyed +[2025.05.26-11.40.32:622][438]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.40.32:623][438]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.40.32:628][438]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.05.26-11.40.32:636][438]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.40.32:660][438]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 46 +[2025.05.26-11.40.32:660][438]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=46 +[2025.05.26-11.40.32:662][438]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=46 +[2025.05.26-11.40.32:671][438]LogSlate: Slate User Unregistered. User Index 8 +[2025.05.26-11.40.32:671][438]LogSlate: Slate User Destroyed. User Index 8, Is Virtual User: 1 +[2025.05.26-11.40.32:672][438]LogUObjectHash: Compacting FUObjectHashTables data took 1.70ms +[2025.05.26-11.40.32:766][439]LogPlayLevel: Display: Destroying online subsystem :Context_88 +[2025.05.26-11.40.32:768][439]LogHMD: Warning: Destroying layer 1 +[2025.05.26-11.40.32:769][439]LogHMD: Warning: Destroying layer 2 +[2025.05.26-11.40.32:770][439]LogOVRPlugin: CompositorOpenXR::~CompositorOpenXR() +[2025.05.26-11.40.32:877][439]LogOVRPlugin: m_xrSession destroyed +[2025.05.26-11.40.32:881][439]LogOVRPlugin: m_xrInstance destroyed +[2025.05.26-11.41.05:028][982]LogUObjectHash: Compacting FUObjectHashTables data took 1.85ms +[2025.05.26-11.41.25:426][614]LogUObjectHash: Compacting FUObjectHashTables data took 1.69ms +[2025.05.26-11.41.25:435][614]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.05.26-11.41.25:540][614]LogUObjectHash: Compacting FUObjectHashTables data took 0.84ms +[2025.05.26-11.41.25:567][614]LogSavePackage: Moving output files for package: /Game/VRTemplate/Maps/VRTemplateMap +[2025.05.26-11.41.25:568][614]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/VRTemplateMapD74EC07B43D04873AF1CD3AECAA65E86.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Maps/VRTemplateMap.umap' +[2025.05.26-11.41.25:587][614]LogFileHelpers: All files are already saved. +[2025.05.26-11.41.25:587][614]LogFileHelpers: Saving map 'VRTemplateMap' took 0.099 +[2025.05.26-11.41.25:588][614]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_Spawner] ([2] browsable assets)... +[2025.05.26-11.41.25:588][614]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_Spawner] +[2025.05.26-11.41.25:588][614]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/BP_Spawner" FILE="../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_Spawner.uasset" SILENT=true +[2025.05.26-11.41.25:610][614]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/BP_Spawner +[2025.05.26-11.41.25:611][614]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_Spawner4FAF0C8641DC5B19C90A1DA0421D288C.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_Spawner.uasset' +[2025.05.26-11.41.25:612][614]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/VRTemplate/Blueprints/BP_EnemyGoblin] ([2] browsable assets)... +[2025.05.26-11.41.25:626][614]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/VRTemplate/Blueprints/BP_EnemyGoblin.BP_EnemyGoblin] +[2025.05.26-11.41.25:626][614]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_EnemyGoblin] +[2025.05.26-11.41.25:626][614]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/BP_EnemyGoblin" FILE="../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_EnemyGoblin.uasset" SILENT=true +[2025.05.26-11.41.25:651][614]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/BP_EnemyGoblin +[2025.05.26-11.41.25:652][614]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_EnemyGoblin9B53F01A49EDF84DCE88B8A286CB6AFD.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_EnemyGoblin.uasset' +[2025.05.26-11.41.25:654][614]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/VRTemplate/Blueprints/VRPawn] ([2] browsable assets)... +[2025.05.26-11.41.25:661][614]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/VRTemplate/Blueprints/VRPawn.VRPawn] +[2025.05.26-11.41.25:661][614]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/VRPawn] +[2025.05.26-11.41.25:661][614]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/VRPawn" FILE="../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset" SILENT=true +[2025.05.26-11.41.25:774][614]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/VRPawn +[2025.05.26-11.41.25:775][614]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/VRPawnBE8F1AE94B9256DC8ACEE6AD00BE9EF4.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset' +[2025.05.26-11.41.25:776][614]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/Animations/AI/AP_GoblinAI] ([2] browsable assets)... +[2025.05.26-11.41.25:782][614]OBJ SavePackage: Rendered thumbnail for [AnimBlueprint /Game/Animations/AI/AP_GoblinAI.AP_GoblinAI] +[2025.05.26-11.41.25:782][614]OBJ SavePackage: Finished generating thumbnails for package [/Game/Animations/AI/AP_GoblinAI] +[2025.05.26-11.41.25:782][614]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/Animations/AI/AP_GoblinAI" FILE="../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Content/Animations/AI/AP_GoblinAI.uasset" SILENT=true +[2025.05.26-11.41.25:791][614]LogSavePackage: Moving output files for package: /Game/Animations/AI/AP_GoblinAI +[2025.05.26-11.41.25:792][614]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/AP_GoblinAI1F6076C84A304894708440B27039D368.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Content/Animations/AI/AP_GoblinAI.uasset' +[2025.05.26-11.41.25:793][614]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_ArrowSpell] ([2] browsable assets)... +[2025.05.26-11.41.25:793][614]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_ArrowSpell] +[2025.05.26-11.41.25:793][614]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/BP_ArrowSpell" FILE="../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_ArrowSpell.uasset" SILENT=true +[2025.05.26-11.41.25:803][614]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/BP_ArrowSpell +[2025.05.26-11.41.25:804][614]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_ArrowSpell749979E547D9CB0825957EB52A0A7F87.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_ArrowSpell.uasset' +[2025.05.26-11.41.25:805][614]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_ExplosionSpell] ([2] browsable assets)... +[2025.05.26-11.41.25:805][614]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_ExplosionSpell] +[2025.05.26-11.41.25:815][614]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/BP_ExplosionSpell +[2025.05.26-11.41.25:815][614]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_ExplosionSpell457084CB4BDE70A4B0C523B99045595D.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_ExplosionSpell.uasset' +[2025.05.26-11.41.25:816][614]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/VRTemplate/Blueprints/BP_Fireball] ([2] browsable assets)... +[2025.05.26-11.41.25:816][614]OBJ SavePackage: Finished generating thumbnails for package [/Game/VRTemplate/Blueprints/BP_Fireball] +[2025.05.26-11.41.25:816][614]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/VRTemplate/Blueprints/BP_Fireball" FILE="../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_Fireball.uasset" SILENT=true +[2025.05.26-11.41.25:831][614]LogSavePackage: Moving output files for package: /Game/VRTemplate/Blueprints/BP_Fireball +[2025.05.26-11.41.25:831][614]LogSavePackage: Moving '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Saved/BP_Fireball81029D3547C71D8FFC0259808EA09892.tmp' to '../../../../../Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_Fireball.uasset' +[2025.05.26-11.41.25:855][614]LogFileHelpers: InternalPromptForCheckoutAndSave took 419.600 ms (total: 641.832 ms) +[2025.05.26-11.41.25:903][614]LogContentValidation: Display: Starting to validate 8 assets +[2025.05.26-11.41.25:903][614]LogContentValidation: Enabled validators: +[2025.05.26-11.41.25:903][614]LogContentValidation: /Script/DataValidation.EditorValidator_Material +[2025.05.26-11.41.25:903][614]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.05.26-11.41.25:903][614]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.05.26-11.41.25:903][614]LogContentValidation: /Script/DataValidation.PackageFileValidator +[2025.05.26-11.41.25:903][614]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.05.26-11.41.25:903][614]LogContentValidation: /Script/InputBlueprintNodes.EnhancedInputUserWidgetValidator +[2025.05.26-11.41.25:903][614]AssetCheck: /Game/VRTemplate/Maps/VRTemplateMap Validating asset +[2025.05.26-11.41.25:903][614]AssetCheck: /Game/VRTemplate/Blueprints/BP_Spawner Validating asset +[2025.05.26-11.41.25:903][614]AssetCheck: /Game/VRTemplate/Blueprints/BP_EnemyGoblin Validating asset +[2025.05.26-11.41.25:903][614]AssetCheck: /Game/VRTemplate/Blueprints/VRPawn Validating asset +[2025.05.26-11.41.25:903][614]AssetCheck: /Game/Animations/AI/AP_GoblinAI Validating asset +[2025.05.26-11.41.25:903][614]AssetCheck: /Game/VRTemplate/Blueprints/BP_ArrowSpell Validating asset +[2025.05.26-11.41.25:903][614]AssetCheck: /Game/VRTemplate/Blueprints/BP_ExplosionSpell Validating asset +[2025.05.26-11.41.25:903][614]AssetCheck: /Game/VRTemplate/Blueprints/BP_Fireball Validating asset +[2025.05.26-11.41.35:044][354]LogUObjectHash: Compacting FUObjectHashTables data took 0.83ms +[2025.05.26-11.41.35:098][354]LogStall: Shutdown... +[2025.05.26-11.41.35:098][354]LogStall: Shutdown complete. +[2025.05.26-11.41.35:241][354]LogWorld: UWorld::CleanupWorld for World_7, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.35:241][354]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.35:257][354]LogWorld: UWorld::CleanupWorld for World_6, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.35:257][354]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.35:274][354]LogWorld: UWorld::CleanupWorld for World_5, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.35:275][354]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.35:347][354]LogWorld: UWorld::CleanupWorld for World_42, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.35:347][354]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.35:421][354]LogWorld: UWorld::CleanupWorld for World_9, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.35:421][354]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.35:437][354]LogWorld: UWorld::CleanupWorld for World_8, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.35:437][354]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.35:542][354]LogWorld: UWorld::CleanupWorld for World_10, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.35:542][354]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.35:632][354]LogActorComponent: UnregisterComponent: (/Engine/Transient.EditorFloorComp) Not registered. Aborting. +[2025.05.26-11.41.35:632][354]LogWorld: UWorld::CleanupWorld for World_11, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.35:632][354]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.35:729][354]LogActorComponent: UnregisterComponent: (/Engine/Transient.EditorFloorComp) Not registered. Aborting. +[2025.05.26-11.41.35:729][354]LogWorld: UWorld::CleanupWorld for World_12, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.35:729][354]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.35:841][354]LogActorComponent: UnregisterComponent: (/Engine/Transient.EditorFloorComp) Not registered. Aborting. +[2025.05.26-11.41.35:841][354]LogWorld: UWorld::CleanupWorld for World_13, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.35:841][354]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.35:934][354]LogActorComponent: UnregisterComponent: (/Engine/Transient.EditorFloorComp) Not registered. Aborting. +[2025.05.26-11.41.35:934][354]LogWorld: UWorld::CleanupWorld for World_38, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.35:934][354]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.36:027][354]LogSlate: Window 'HandyMann - Unreal Editor' being destroyed +[2025.05.26-11.41.36:031][354]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). +[2025.05.26-11.41.36:348][354]LogUObjectHash: Compacting FUObjectHashTables data took 1.89ms +[2025.05.26-11.41.36:389][354]Cmd: QUIT_EDITOR +[2025.05.26-11.41.36:389][355]LogCore: Engine exit requested (reason: UUnrealEdEngine::CloseEditor()) +[2025.05.26-11.41.36:395][355]LogCore: Engine exit requested (reason: EngineExit() was called; note: exit was already requested) +[2025.05.26-11.41.36:396][355]LogStaticMesh: Abandoning remaining async distance field tasks for shutdown +[2025.05.26-11.41.36:396][355]LogStaticMesh: Abandoning remaining async card representation tasks for shutdown +[2025.05.26-11.41.36:396][355]LogWorld: UWorld::CleanupWorld for VRTemplateMap, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.36:396][355]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.36:408][355]LogStylusInput: Shutting down StylusInput subsystem. +[2025.05.26-11.41.36:408][355]LogLevelSequenceEditor: LevelSequenceEditor subsystem deinitialized. +[2025.05.26-11.41.36:412][355]LogWorld: UWorld::CleanupWorld for World_15, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.36:413][355]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.36:417][355]LogWorld: UWorld::CleanupWorld for World_22, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.36:417][355]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.36:422][355]LogWorld: UWorld::CleanupWorld for World_19, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.36:422][355]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.36:426][355]LogWorld: UWorld::CleanupWorld for World_20, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.36:426][355]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.36:431][355]LogWorld: UWorld::CleanupWorld for World_21, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.36:431][355]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.36:435][355]LogWorld: UWorld::CleanupWorld for World_24, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.36:435][355]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.36:439][355]LogWorld: UWorld::CleanupWorld for World_26, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.36:439][355]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.36:442][355]LogWorld: UWorld::CleanupWorld for World_25, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.36:442][355]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.36:447][355]LogWorld: UWorld::CleanupWorld for World_40, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.36:447][355]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.36:451][355]LogWorld: UWorld::CleanupWorld for World_23, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.36:451][355]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.36:456][355]LogWorld: UWorld::CleanupWorld for World_29, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.36:456][355]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.36:459][355]LogWorld: UWorld::CleanupWorld for World_4, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.36:459][355]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.36:464][355]LogWorld: UWorld::CleanupWorld for World_3, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.36:464][355]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.36:469][355]LogWorld: UWorld::CleanupWorld for World_2, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.36:469][355]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.36:475][355]LogWorld: UWorld::CleanupWorld for World_1, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.36:475][355]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.36:480][355]LogWorld: UWorld::CleanupWorld for World_0, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.36:481][355]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.36:487][355]LogWorld: UWorld::CleanupWorld for World_16, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.36:487][355]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.36:491][355]LogWorld: UWorld::CleanupWorld for World_17, bSessionEnded=true, bCleanupResources=true +[2025.05.26-11.41.36:491][355]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.05.26-11.41.36:498][355]LogStudioTelemetry: Ended StudioTelemetry Session +[2025.05.26-11.41.36:501][355]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroying ET Analytics provider +[2025.05.26-11.41.36:501][355]LogAnalytics: Display: [UEEditor.Rocket.Release] Ended ET Analytics provider session +[2025.05.26-11.41.36:501][355]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroyed ET Analytics provider +[2025.05.26-11.41.36:517][355]LogAudio: Display: Beginning Audio Device Manager Shutdown (Module: AudioMixerXAudio2)... +[2025.05.26-11.41.36:517][355]LogAudio: Display: Destroying 1 Remaining Audio Device(s)... +[2025.05.26-11.41.36:517][355]LogAudio: Display: Audio Device unregistered from world 'VRTemplateMap'. +[2025.05.26-11.41.36:517][355]LogAudio: Display: Shutting down audio device while 1 references to it are still alive. For more information, compile with INSTRUMENT_AUDIODEVICE_HANDLES. +[2025.05.26-11.41.36:517][355]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 +[2025.05.26-11.41.36:519][355]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 +[2025.05.26-11.41.36:527][355]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID -1 +[2025.05.26-11.41.36:527][355]LogAudio: Display: Audio Device Manager Shutdown +[2025.05.26-11.41.36:611][355]LogExit: Preparing to exit. +[2025.05.26-11.41.36:645][355]LogUObjectHash: Compacting FUObjectHashTables data took 1.87ms +[2025.05.26-11.41.36:649][355]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/add_controls_for_selected_PY.add_controls_for_selected_options' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.05.26-11.41.36:649][355]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/add_controls_for_selected_PY.add_controls_for_selected' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.05.26-11.41.36:651][355]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/add_null_above_selected_PY.add_null_above_selected' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.05.26-11.41.36:651][355]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_translation_rotation' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.05.26-11.41.36:651][355]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_translation_all' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.05.26-11.41.36:651][355]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_translation_x' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.05.26-11.41.36:651][355]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_translation_y' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.05.26-11.41.36:651][355]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_translation_z' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.05.26-11.41.36:651][355]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_rotation' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.05.26-11.41.36:651][355]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/align_items_PY.align_scale' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.05.26-11.41.36:651][355]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.search_replace_name_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.05.26-11.41.36:651][355]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.search_replace_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.05.26-11.41.36:651][355]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.add_prefix_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.05.26-11.41.36:651][355]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.add_prefix_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.05.26-11.41.36:651][355]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.add_suffix_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.05.26-11.41.36:651][355]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.add_suffix_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.05.26-11.41.36:651][355]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.do_rename_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.05.26-11.41.36:651][355]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/rename_items_PY.do_rename_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.05.26-11.41.36:651][355]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/set_bone_reference_pose_PY.set_bone_reference_pose' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.05.26-11.41.36:652][355]LogPython: Display: Object '/ControlRig/Python/ControlRigWorkflows/workflow_fbik_import_ik_rig_PY.import_ik_rig_options' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.05.26-11.41.36:652][355]LogPython: Display: Object '/ControlRig/Python/RigHierarchy/add_controls_for_selected_PY.ControlOutputFormat' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.05.26-11.41.37:250][355]LogEditorDataStorage: Deinitializing +[2025.05.26-11.41.37:460][355]LogDemo: Cleaned up 0 splitscreen connections, owner deletion: enabled +[2025.05.26-11.41.37:496][355]LogExit: Editor shut down +[2025.05.26-11.41.37:502][355]LogExit: Transaction tracking system shut down +[2025.05.26-11.41.37:763][355]LogCore: Error: PropertyBag: Expecting RefCount to be zero on destructor, but it is 4. +[2025.05.26-11.41.37:803][355]LogExit: Object subsystem successfully closed. +[2025.05.26-11.41.37:863][355]LogShaderCompilers: Display: Shaders left to compile 0 +[2025.05.26-11.41.38:217][355]LogMemoryProfiler: Shutdown +[2025.05.26-11.41.38:217][355]LogNetworkingProfiler: Shutdown +[2025.05.26-11.41.38:217][355]LoadingProfiler: Shutdown +[2025.05.26-11.41.38:217][355]LogTimingProfiler: Shutdown +[2025.05.26-11.41.38:575][355]LogChaosDD: Chaos Debug Draw Shutdown +[2025.05.26-11.41.38:606][355]LogHttp: Warning: [FHttpManager::Shutdown] Unbinding delegates for 1 outstanding Http Requests: +[2025.05.26-11.41.38:606][355]LogHttp: Warning: verb=[POST] url=[https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7B2A055B47-45F9-7134-8FEC-2CB8BA69F084%7D&AppID=UEEditor.Rocket.Release&AppVersion=5.5.4-40574608%2B%2B%2BUE5%2BRelease-5.5&UserID=f8948757445f7d9f695488bec9c33013%7C0e6951fe66864927bee49c73a7e23e78%7C7fab192f-520c-48c0-be8d-a2a4e9e10453&AppEnvironment=datacollector-binary&UploadType=eteventstream] refs=[2] status=Processing +[2025.05.26-11.41.39:152][355]LogEOSSDK: FEOSSDKManager::Shutdown EOS_Shutdown Result=[EOS_Success] +[2025.05.26-11.41.39:152][355]LogSlate: Slate User Destroyed. User Index 0, Is Virtual User: 0 +[2025.05.26-11.41.39:519][355]LogOculusPluginWrapper: OculusPlugin destroyed successfully +[2025.05.26-11.41.39:519][355]LogStudioTelemetry: Display: Shutdown StudioTelemetry Module +[2025.05.26-11.41.39:519][355]LogNFORDenoise: NFORDenoise function shutting down +[2025.05.26-11.41.39:519][355]RenderDocPlugin: plugin has been unloaded. +[2025.05.26-11.41.39:519][355]LogXGEController: Cleaning working directory: C:/Users/lauri/AppData/Local/Temp/UnrealXGEWorkingDir/ +[2025.05.26-11.41.39:522][355]LogIris: FNetObjectFactoryRegistry::UnregisterFactory is unregistering factory: None name: NetActorFactory id: 0 +[2025.05.26-11.41.39:522][355]LogIris: FNetObjectFactoryRegistry::UnregisterFactory is unregistering factory: None name: NetSubObjectFactory id: 1 +[2025.05.26-11.41.39:522][355]LogPakFile: Destroying PakPlatformFile +[2025.05.26-11.41.39:528][355]LogD3D11RHI: Shutdown +[2025.05.26-11.41.39:528][355]LogD3D11RHI: CleanupD3DDevice +[2025.05.26-11.41.39:570][355]LogExit: Exiting. +[2025.05.26-11.41.39:593][355]Log file closed, 05/26/25 14:41:39 diff --git a/HandyMann/Saved/SourceControl/UncontrolledChangelists.json b/HandyMann/Saved/SourceControl/UncontrolledChangelists.json index 902a5f9..dea6c28 100644 --- a/HandyMann/Saved/SourceControl/UncontrolledChangelists.json +++ b/HandyMann/Saved/SourceControl/UncontrolledChangelists.json @@ -5,55 +5,24 @@ "guid": "00000000000000000000000000000000", "description": "Default Uncontrolled Changelist", "files": [ -<<<<<<< HEAD -======= - "D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset", - "D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/StarterContent/Architecture/Floor_400x400.uasset", - "D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/teleports/teleport_spell_1.uasset", - "D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/teleports/teleport_spell_2.uasset", - "D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/teleports/teleport_spell_3.uasset", - "D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/teleports/teleport_spell_4.uasset", - "D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/teleports/teleport_spell_4_Cue.uasset", - "D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_1_Cue.uasset", - "D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_SpawnPoint.uasset", - "D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_1.uasset", - "D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_1_1_.uasset", - "D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_2.uasset", - "D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_2_1_.uasset", - "D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_3.uasset", - "D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_3_1_.uasset", - "D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_4.uasset", - "D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_4_1_.uasset", - "D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_5.uasset", - "D:/R. Samuel/VR-tasks/Wizard game/Wizzard/HandyMann/Content/VRTemplate/Audio/music/Action_5_1_.uasset", + "A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Audio/LightningShoot.uasset", + "A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/EnemyAI/BB_Goblin.uasset", + "A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/EnemyAI/BTService_UpdateAttackRange.uasset", + "A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/EnemyAI/BT_Goblin.uasset", + "A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_Spawner.uasset", + "A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/Animations/AI/AP_EnemyAI.uasset", + "A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_EnemyGoblin.uasset", + "A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/EnemyAI/AIC_Enemy.uasset", + "A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/Animations/AI/GoblinWalkBlendSpace1D.uasset", + "A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/Animations/AI/AP_GoblinAI.uasset", "A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Maps/VRTemplateMap.umap", - "A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_EnemyAI.uasset", - "A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset", - "A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_HealthComponent.uasset", + "A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_ArrowSpell.uasset", "A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_Fireball.uasset", ->>>>>>> 486862aa829170bb1cc6699bfa77d3548e7ec2f9 - "C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset", - "C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Input/Actions/IA_Shoot_Left.uasset", - "C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Input/IMC_Default.uasset", - "C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_Fireball.uasset", - "C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Input/Actions/Hands/IA_Hand_ThumbUp_Left.uasset", - "C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Input/IMC_Hands.uasset", - "C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Maps/VRTemplateMap.umap", - "C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_ArrowSpell.uasset", - "C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_LaserBeam.uasset", - "C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_ExplosionSpell.uasset", - "C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Audio/Zap.uasset", - "C:/Users/Admin/Desktop/VR/Wizzard/HandyMann/Content/VRTemplate/Audio/LightningShoot.uasset", - "A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Maps/VRTemplateMap.umap", - "A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_EnemyAI.uasset", + "A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/Animations/AI/forest_guard_attack_4__Anim_Montage.uasset", + "A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/Animations/AI/forest_guard_dead_Anim_Montage.uasset", + "A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/Animations/AI/forest_guard_get_hit_L_Anim_Montage.uasset", "A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset", - "A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_HealthComponent.uasset", - "A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_Fireball.uasset", - "D:/Darius/UnrealProjects/Wizzard/Wizzard/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_Fireball.uasset", - "D:/Darius/UnrealProjects/Wizzard/Wizzard/Wizzard/HandyMann/Content/VRTemplate/Input/Actions/IA_Shoot_Right.uasset", - "D:/Darius/UnrealProjects/Wizzard/Wizzard/Wizzard/HandyMann/Content/VRTemplate/Maps/VRTemplateMap.umap", - "D:/Darius/UnrealProjects/Wizzard/Wizzard/Wizzard/HandyMann/Content/VRTemplate/Blueprints/VRPawn.uasset", - "D:/Darius/UnrealProjects/Wizzard/Wizzard/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_LaserBeam.uasset" + "A:/Documents/Unreal Projects/Wizzard/HandyMann/Content/VRTemplate/Blueprints/BP_ExplosionSpell.uasset" ] } ]