GodotVR / godot-xr-template

Godot XR Template project containing needed plugins, XR Tools and a very simple demo game
MIT License
122 stars 15 forks source link

Errors when launching for Quest 3 remote debug #27

Open Fabryz opened 8 months ago

Fabryz commented 8 months ago

Hello, I guess it's not a Quest 3 issue per se, but: I just downloaded the template project and have the Godot 4.1 IDE. I followed the readme and installed the Android SDK + Studio. I have updated everything on the Godot IDE Project settings + Editor settings. I connected my Quest 3, clicked "remote debugging" > "Quest 3".

Then a lot of errors appears, these are the initial ones:

 Attempt to open script 'res://components/persistent/persistent_config.gd' resulted in error 'File not found'.
  Failed loading resource: res://components/persistent/persistent_config.gd. Make sure resources have been imported by opening the project in the editor at least once.
  scene/resources/resource_format_text.cpp:706 - res://game/game_config.tres:9 - Parse Error: 
  Failed loading resource: res://game/game_config.tres. Make sure resources have been imported by opening the project in the editor at least once.
  editor/editor_node.cpp:1225 - Condition "!res.is_valid()" is true. Returning: ERR_CANT_OPEN

I actually cannot see the persistent_config.gd file on the file system. What to do?

Fabryz commented 8 months ago

UPDATES

Alright, I managed to make the Android build to work. I installed Godot 4.1.3, on Android Studio SDK I updated to the exact versions of the SDK libraries as said on the documentation. The JDK version is 17.

The code is built, and the APK is uploaded to Quest 3, I can finally see the app under "Unknown sources" in my app library. 🎉 BUT when it launches, or if I manually launch it, the screen on my headset goes black for a couple seconds, then nothing much happens, it goes back to the default Meta Home environment.

Could you please help me?

decacis commented 8 months ago

You should try JDK 11. v17 is recommended for latest (4.2) but you are using 4.1. Maybe that fixes it.

Also, after installing v11, make sure you are actually using v11 by running java --version in a command line just in case, because the PATH env variable may still point to v17

Fabryz commented 8 months ago

You should try JDK 11. v17 is recommended for latest (4.2) but you are using 4.1. Maybe that fixes it.

Also, after installing v11, make sure you are actually using v11 by running java --version in a command line just in case, because the PATH env variable may still point to v17

Hi, I already tried with JDK11 and updated my JAVA_HOME env var on .zprofile accordingly, but with that I couldn't even build the APK, it gava me the initial OP errors.

I now can build successfully, but I only see a black screen for a couple of seconds before falling back to the Meta Home

decacis commented 8 months ago

I still think that you should use JDK 11, but maybe it's other thing. Did you enable the OpenXR loaders as explained here: https://docs.godotengine.org/en/stable/tutorials/xr/deploying_to_android.html#creating-the-export-presets make sure your export settings are similar to those.

Also, go to Project Settings -> Plugins and enable any plugin that might be disabled

Fabryz commented 8 months ago

I still think that you should use JDK 11, but maybe it's other thing. Ok, I will try again right now with JDK 11 and reboot my Mac just to be sure.

Did you enable the OpenXR loaders as explained here: https://docs.godotengine.org/en/stable/tutorials/xr/deploying_to_android.html#creating-the-export-presets

Yes, I have enabled OpenXR loaders and the settings are similar to those on the docs, apart from "handtracking" and "passthrough" which are "optional" (given that I'll use on Quest3)

Fabryz commented 8 months ago

I have switched back to JDK11 again, updated the env var, rebooted the computer Screenshot 2023-11-21 alle 19 52 53

I have now reopened the project and started the remote debugging,

On the Output panel I see:

--- Debugging process stopped ---
  Attempt to open script 'res://components/persistent/persistent_config.gd' resulted in error 'File not found'.
  Failed loading resource: res://components/persistent/persistent_config.gd. Make sure resources have been imported by opening the project in the editor at least once.
  scene/resources/resource_format_text.cpp:706 - res://game/game_config.tres:9 - Parse Error: 
  Failed loading resource: res://game/game_config.tres. Make sure resources have been imported by opening the project in the editor at least once.
  editor/export/editor_export_platform.cpp:785 - Condition "res.is_null()" is true. Returning: p_path
0 param: --xr_mode_openxr
1 param: --use_immersive
Installing to device (please wait...): Oculus Quest 3

for example the first file not found doesn't even exist in the repository

Fabryz commented 8 months ago

Video of what's happening: https://github.com/GodotVR/godot-xr-template/assets/17748/aaf7487b-70b7-48fc-b2a7-9ba723896750

worldsayshi commented 2 months ago

I'm having what looks like the same crash issue on Quest 1. I'm trying to figure out how to get a better crash log.

Here are some rows from adb logcat ``` 05-01 01:01:49.620 3211 3519 I [SEO] DesktopPanelController: Backgrounded desktop Multi-app with reason hmdDismount 05-01 01:01:49.620 3211 3519 I [SEO] DragDropController: OnBackground 05-01 01:01:49.620 3211 3519 I [SEO] ISDKDragDropController: OnBackground 05-01 01:01:49.620 3211 3519 I [SEO] ShellFrameAnalytics: Shell Heartbeat focusedPanelTimeSpent: {"107":5886} visibleTimeSpent: {"106":5886,"107":5886} inputTimeSpent: {"controller":1987,"gaze":584,"hand":3313} inputClickCount: {"controller":2} mouseMoveTimeSpent: 0 mouseScrollTimeSpent: 0 physicalKeyboardConnectedTimeSpent: 0 physicalKeyboardTrackedTimeSpent: 0 quickActionsMenuActivations: 0 quickActionsMenuTimeSpent: 0 quickActionsMenuSessionLengths: [] quickActionsMenuSelections: {} handTrackingOptIn: 1 handTrackingAutoTransition: 1 directTouchOptIn: 0 directTouchTabletEnabled: 0 05-01 01:01:49.620 3211 3519 I [SEO] PanelAppOSLifecycleNotificationManager: Sending frameState isForeground:0 to OS for app com.oculus.systemux/com.oculus.panelapp.library.LibraryPanelService 05-01 01:01:49.620 3211 3519 I [SEO] PanelAppOSLifecycleNotificationManager: Sending frameState isForeground:0 to OS for app com.oculus.systemux/com.oculus.panelapp.controlbar.ControlBarPanelService 05-01 01:01:49.623 3446 3474 I Clay : EnvironmentSystem: computed visibility changed from Visible to Hidden (reason: LayerRendering) 05-01 01:01:49.623 3446 3474 I Clay : EnvironmentSystem: environment path not valid, resetting to default scene: isValid=false packageFilename= 05-01 01:01:49.623 2938 19299 W OVRLibrary: null cursor received for query content://com.oculus.ocms.library/apps/com.example.godotvrtest2 05-01 01:01:49.624 2938 2938 V LifecycleAwarePanelApp: PanelApp lifecycle moved from state RESUMED to state CREATED. Moved through events ON_PAUSE and ON_STOP 05-01 01:01:49.625 2938 2938 I PanelService: VR Shell socket closed(ECONNRESET); shutting down fd: 43 05-01 01:01:49.625 2938 2938 I PanelService: Quitting application via hardExit flag. Shutting down fd 43. 05-01 01:01:49.625 2938 2938 I AndroidPanelApp: Destroyed 05-01 01:01:49.625 2938 2938 D [SUI] LibraryView: No scroll to position available 05-01 01:01:49.625 2938 2938 D CppPanelService: onDestroy() 05-01 01:01:49.635 1610 3532 I VrRuntimeService: DestroySwapChain: swapchain=797 05-01 01:01:49.635 1610 3532 I VrRuntimeService: DestroySwapChain: swapchain=796 05-01 01:01:49.635 1610 2431 I SwapChain: DestroyAndroidSurfaceSwapChain: 0x7af5c5c800: Destroying SurfaceTexture 0x387a Surface 0x3862 05-01 01:01:49.636 1610 3532 I VrRuntimeServer: DestroyTextureSwapChain: result destroyswapchain 1 05-01 01:01:49.636 1610 3532 I VrRuntimeService: DestroySwapChain: swapchain=795 05-01 01:01:49.636 1610 3532 I VrRuntimeService: DestroySwapChain: swapchain=794 05-01 01:01:49.636 1610 3532 I VrRuntimeService: DestroySwapChain: swapchain=793 05-01 01:01:49.642 1610 19317 I SwapChain: DestroyAndroidSurfaceSwapChain: 0x7b0a2c0800: Destroying SurfaceTexture 0x3a16 Surface 0x39e2 05-01 01:01:49.642 1610 19317 I SwapChain: DestroyAndroidSurfaceSwapChain: 0x7aebc9c000: Destroying SurfaceTexture 0x393a Surface 0x3916 05-01 01:01:49.642 1610 19317 I SwapChain: DestroyAndroidSurfaceSwapChain: 0x7af5c5a000: Destroying SurfaceTexture 0x38b6 Surface 0x38a6 05-01 01:01:49.642 1610 19317 I SwapChain: DestroyAndroidSurfaceSwapChain: 0x7af5dcd000: Destroying SurfaceTexture 0x383a Surface 0x3822 05-01 01:01:49.644 12428 12428 D AssistantUserEdService: Incoming intent Intent { act=app_library_closed pkg=com.oculus.systemux cmp=com.oculus.assistant/.service.AssistantUserEdService } 05-01 01:01:49.644 12428 12428 E AssistantUserEdService: The user ed service will not process the intent due to GK not passing 05-01 01:01:49.653 2938 19295 W OVRLibrary: null cursor received for query content://com.oculus.ocms.library/apps/com.example.godotvrtest2 05-01 01:01:49.653 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:01:49.656 2938 19296 W OVRLibrary: null cursor received for query content://com.oculus.ocms.library/apps/com.example.godotvrtest2 05-01 01:01:49.660 2747 2910 I [OAO] ShellOverlayApp: 0xcbedfb20 msg: overlayCommand: 05-01 01:01:49.660 2747 2910 I [OAO] ShellOverlayApp: command = topActivityChanged 05-01 01:01:49.660 2747 2910 I [OAO] ShellOverlayApp: topActivity = com.oculus.shellenv 05-01 01:01:49.660 2747 2910 I [OAO] ShellOverlayApp: Process_OverlayCommand command : topActivityChanged 05-01 01:01:49.660 2747 2910 I [OAO] ShellOverlayApp: Process_OverlayCommand unknown command received: topActivityChanged 05-01 01:01:49.661 2938 19300 W OVRLibrary: null cursor received for query content://com.oculus.ocms.library/apps/com.example.godotvrtest2 05-01 01:01:49.665 2625 2820 W REFLECT [RUNTIMEIPC]: !IsClientValid: MarkerPoint 05-01 01:01:49.665 2625 2820 E QplClient: (com.oculus.socialplatform) MarkerPoint failed! 05-01 01:01:49.665 1794 2079 E OVRMediaServiceManager: LivestreamingManager Not initialized 05-01 01:01:49.675 1794 1852 E OVRMediaServiceManager: LivestreamingManager Not initialized 05-01 01:01:49.681 1794 2246 E OVRMediaServiceManager: LivestreamingManager Not initialized 05-01 01:01:49.700 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:01:49.733 2625 19269 W DeviceConfigVersionMapBuilder: Missing package(s) when building version map. 05-01 01:01:49.738 2115 2135 I com.oculus.ocm: Background concurrent copying GC freed 57924(2621KB) AllocSpace objects, 7(560KB) LOS objects, 49% free, 4029KB/8058KB, paused 70us total 200.315ms 05-01 01:01:49.754 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:01:49.781 829 1009 I crash-uploader: Crash uploaded from /data/misc/crashes//ad4f5fe5-3077-4cd8-a792-da96ef993ae0_com.example.godotvrtest2_2024-05-01_01-01-47-620963.crash.meta to https://b-www.facebook.com/mobile/reliability_event_log_upload/ 05-01 01:01:49.796 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:01:49.837 2222 2666 I chatty : uid=10060(com.oculus.guardian) GuardianSystem identical 1 line 05-01 01:01:49.879 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:01:49.907 2625 2820 W REFLECT [RUNTIMEIPC]: !IsClientValid: MarkerEnd 05-01 01:01:49.907 2625 2820 E QplClient: (com.oculus.socialplatform) MarkerEnd failed! 05-01 01:01:49.907 2625 2820 W REFLECT [RUNTIMEIPC]: !IsClientValid: MarkerPoint 05-01 01:01:49.907 2625 2820 E QplClient: (com.oculus.socialplatform) MarkerPoint failed! 05-01 01:01:49.920 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:01:49.934 2625 19331 W DeviceConfigVersionMapBuilder: Missing package(s) when building version map. 05-01 01:01:49.962 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:01:50.044 2222 2666 I chatty : uid=10060(com.oculus.guardian) GuardianSystem identical 2 lines 05-01 01:01:50.085 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:01:50.091 2625 2820 W REFLECT [RUNTIMEIPC]: !IsClientValid: MarkerEnd 05-01 01:01:50.091 2625 2820 E QplClient: (com.oculus.socialplatform) MarkerEnd failed! 05-01 01:01:50.091 2625 2820 W REFLECT [RUNTIMEIPC]: !IsClientValid: MarkerAnnotation 05-01 01:01:50.091 2625 2820 E QplClient: (com.oculus.socialplatform) MarkerAnnotation failed! 05-01 01:01:50.126 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:01:50.167 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:01:50.192 864 19348 W [CT] : VEGA:MAP_TRACKING_HM: [Throttled count=25] Map tracking did not run. 05-01 01:01:50.208 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:01:50.496 2222 2666 I chatty : uid=10060(com.oculus.guardian) GuardianSystem identical 7 lines 05-01 01:01:50.538 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:01:50.550 864 19315 W [CT] : CONSTELLATION: [Throttled count=501] L: Could not retrieve 3dof fallback pose. 05-01 01:01:50.579 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:01:50.621 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:01:50.629 3446 19406 D CCodecBuffers: [c2.android.vorbis.decoder#531:1D-Output.Impl[N]] Client returned a buffer it does not own according to our record: 0 05-01 01:01:50.629 3446 19406 I CCodecConfig: query failed after returning 7 values (BAD_INDEX) 05-01 01:01:50.630 3446 19406 W Codec2Client: query -- param skipped: index = 1342179345. 05-01 01:01:50.630 3446 19406 W Codec2Client: query -- param skipped: index = 2415921170. 05-01 01:01:50.635 3446 19406 D CCodecBufferChannel: [c2.android.vorbis.decoder#531] onWorkDone: output format changed to AMessage(what = 0x00000000) = { 05-01 01:01:50.635 3446 19406 D CCodecBufferChannel: int32_t channel-count = 4 05-01 01:01:50.635 3446 19406 D CCodecBufferChannel: string mime = "audio/raw" 05-01 01:01:50.635 3446 19406 D CCodecBufferChannel: int32_t sample-rate = 44100 05-01 01:01:50.635 3446 19406 D CCodecBufferChannel: int32_t channel-mask = 51 05-01 01:01:50.635 3446 19406 D CCodecBufferChannel: } 05-01 01:01:50.640 3446 19406 D CCodecBufferChannel: [c2.android.vorbis.decoder#531] Discard frames from previous generation. ```

This seems most relevant: 05-01 01:01:49.661 2938 19300 W OVRLibrary: null cursor received for query content://com.oculus.ocms.library/apps/com.example.godotvrtest2

adb shell run-as com.example.godotvrtest2 logcat doesn't seem to filter as well as I hoped. It looks like the quest is sending crash log to facebook. No idea how to get hold of that: ...crash.meta to https://b-www.facebook.com/mobile/reliability_event_log_upload/

Hmm, the error message null cursor received for query content://com.oculus.ocms.library/apps/com.example.vrtest seems to occur in this issue as well: https://github.com/godotengine/godot/issues/86683

Here's a log from another test ``` 05-01 01:34:18.256 20212 20252 I RuntimeIPCClient [RUNTIMEIPC]: EnsureServerConnection: SUCCESS. Client: com.example.godotvrtest2:com.example.godotvrtest2:20212, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (HapticsServer) 05-01 01:34:18.256 20212 20252 I RuntimeIPCClient [RUNTIMEIPC]: ConnectToServer: SUCCESS: Client: com.example.godotvrtest2:com.example.godotvrtest2:20212, Server: com.oculus.systemdriver:com.oculus.vrruntimeservice (HapticsServer) 05-01 01:34:18.256 20212 20252 W GkCacheQuerierClient: getGkValue: Query result for 'oculus_trex_fitnesstoolkit_enabled' not successful: 4 05-01 01:34:18.256 20212 20252 W GkHelper: GkHelper: query failed 05-01 01:34:18.256 20212 20252 W GkCacheQuerierClient: getGkValue: Query result for 'oculus_trex_shared_session_killsw' not successful: 4 05-01 01:34:18.256 20212 20252 W GkHelper: GkHelper: query failed 05-01 01:34:18.257 20212 20252 I PerformanceManagerInterface_Impl: perfmgr: Skipping initial server state initialization, will initialize next time around 05-01 01:34:18.257 2351 2351 D MetaCamNative (device_lifecycle_observer): OnDeviceMountedStateChange(is_mounted = 0) 05-01 01:34:18.257 2351 2351 D MetaCam (CaptureDeviceLifecycleObserver): Headset is not mounted. Stop recording 05-01 01:34:18.257 2351 2351 D MetaCam (LivestreamDeviceLifecycleObserver): onDeviceMountedStateChange while not livestreaming 05-01 01:34:18.257 20212 20252 W le.godotvrtest: Accessing hidden method Landroid/app/Activity;->isResumed()Z (greylist, reflection, allowed) 05-01 01:34:18.258 20212 20252 D ActivityLifecycleListener: activity=com.godot.game.GodotApp@7b9c184, resumed=true 05-01 01:34:18.258 2625 19980 W DeviceConfigVersionMapBuilder: Missing package(s) when building version map. 05-01 01:34:18.258 20212 20252 D ActivityLifecycleListener: Registering LifecycleListener 05-01 01:34:18.258 20212 20252 I DeviceProperties: ovrDeviceProperties::Initialize 05-01 01:34:18.258 20212 20254 D ActivityLifecycleListener: activity=com.godot.game.GodotApp@7b9c184, resumed=true 05-01 01:34:18.259 20212 20252 I DeviceProperties: Device Region: 'US' 05-01 01:34:18.260 20212 20252 I DeviceProperties: GPU Type: 'ADRENO_540' 05-01 01:34:18.260 20212 20254 D ActivityLifecycleListener: Activity ready after 2ms 05-01 01:34:18.260 20212 20254 I OpenXR : nativeOnActivityReady 05-01 01:34:18.270 20212 20252 I DeviceProperties: Num Refresh Rates Supported 2 05-01 01:34:18.270 20212 20252 I DeviceProperties: Refresh Rate (0): 72.000000Hz 05-01 01:34:18.270 20212 20252 I DeviceProperties: Refresh Rate (1): 60.000000Hz 05-01 01:34:18.271 20212 20252 I DeviceProperties: DisplayParms.ScanoutDirection = 3 05-01 01:34:18.271 20212 20252 I DeviceProperties: DisplayParms.ShutterType = 0 05-01 01:34:18.271 20212 20252 I DeviceProperties: DisplayParms.timing = 0.500000 1.000000 05-01 01:34:18.271 20212 20252 I DeviceProperties: DisplayParms.prediction = (1.000000 1.500000) (1.500000 2.000000) 05-01 01:34:18.272 20212 20252 E libc : Access denied finding property "ro.vendor.product.model_extended" 05-01 01:34:18.273 20212 20252 I DeviceProperties: getDisplayDimensions returned: 2880, 1600 05-01 01:34:18.274 20212 20252 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_POSITIONAL_TRACKING_BIT 05-01 01:34:18.274 20212 20252 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_PASSTHROUGH_CAMERA_BIT 05-01 01:34:18.274 20212 20252 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_DYNAMIC_DISPLAY_REFRESH_RATE_BIT 05-01 01:34:18.274 20212 20252 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_MEMORY_EXPORT_BIT 05-01 01:34:18.274 20212 20252 I DeviceProperties: ovrDeviceProperties: OVR_DEVICE_CAPABILITY_FIXED_FOVEATED_RENDERING_BIT 05-01 01:34:18.275 20212 20252 F VrRuntimeClient: Unknown device to support: quest3 05-01 01:34:18.276 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:18.308 2115 2135 I com.oculus.ocm: Background concurrent copying GC freed 11024(833KB) AllocSpace objects, 3(60KB) LOS objects, 49% free, 4618KB/9236KB, paused 53us total 187.274ms 05-01 01:34:18.316 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:18.341 1610 19959 I CompositorVR: SetSchedFifo( tid=2666, pol=2, pri=0 ) succeeded 05-01 01:34:18.341 1610 19959 I CompositorVR: SetSchedFifo( tid=2850, pol=2, pri=0 ) succeeded 05-01 01:34:18.342 1610 19959 I CompositorVR: SetSchedFifo( tid=2870, pol=2, pri=0 ) succeeded 05-01 01:34:18.350 2625 2820 W REFLECT [RUNTIMEIPC]: !IsClientValid: MarkerEnd 05-01 01:34:18.350 2625 2820 E QplClient: (com.oculus.socialplatform) MarkerEnd failed! 05-01 01:34:18.351 2625 2820 W REFLECT [RUNTIMEIPC]: !IsClientValid: MarkerAnnotation 05-01 01:34:18.351 2625 2820 E QplClient: (com.oculus.socialplatform) MarkerAnnotation failed! 05-01 01:34:18.361 2222 2666 I StateMachine: StateMachine::Update ForceShow: stopForceShow -> ForceShowOff 05-01 01:34:18.364 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:18.579 2222 2666 I chatty : uid=10060(com.oculus.guardian) GuardianSystem identical 5 lines 05-01 01:34:18.621 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:18.629 864 20043 W [CT] : VEGA:MAP_TRACKING_HM: [Throttled count=25] Map tracking did not run. 05-01 01:34:18.671 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:18.688 864 20043 W [CT] : TIMESTAMPCHECKER: Nominal rate wrong. Estimated data rate: 25, Nominal is 30.000300003000028 05-01 01:34:18.712 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:18.745 864 19973 W [CT] : CONSTELLATION: [Throttled count=501] L: Could not retrieve 3dof fallback pose. 05-01 01:34:18.752 2222 2666 I GuardianCollisionTracker: Guardian Controller Collision: Magnitude: 11.550, Duration: -1.000 sec, TimeStamp: 29197.193359 sec 05-01 01:34:18.755 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:18.798 2222 2666 I chatty : uid=10060(com.oculus.guardian) GuardianSystem identical 1 line 05-01 01:34:18.839 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:18.860 3446 20203 D BufferPoolAccessor: bufferpool2 0x7af86e7e20 : 7(229376 size) total buffers - 6(196608 size) used buffers - 2/9 (recycle/alloc) - 7/473 (fetch/transfer) 05-01 01:34:18.861 839 20204 D BufferPoolAccessor: bufferpool2 0x317354ee30 : 3(196608 size) total buffers - 1(65536 size) used buffers - 232/235 (recycle/alloc) - 3/233 (fetch/transfer) 05-01 01:34:18.879 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:18.919 1794 2078 W DeviceConfigUtil: Try to get config param "oculus_shared_social:oculus_messenger_reauth_removal" before Device Config has subscribed to the service. 05-01 01:34:18.921 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:19.050 2222 2666 I chatty : uid=10060(com.oculus.guardian) GuardianSystem identical 3 lines 05-01 01:34:19.092 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:19.118 864 19973 I [CT] : CONSTELLATION: R: Detected static IMU, no button event and has tracked position => Applying constant controller pose. 05-01 01:34:19.136 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:19.180 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:19.219 2747 2910 I [OAO] ShellOverlayApp: Sleep timeout exceeded. Timeout:29197.670400, Now:29197.714500. Sleeping... 05-01 01:34:19.219 2747 2910 I [OAO] ShellOverlayApp: WaitForWake: VrThread entering waiting state 05-01 01:34:19.223 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:19.260 828 828 D crash-reporter-utils: Linked the temporary file to the meta file: /data/misc/crashes/6510f5f9-7485-4e33-a80d-c29d32715c49_com.example.godotvrtest2_2024-05-01_01-34-18-293945.crash.meta 05-01 01:34:19.261 20212 20252 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 20252 (GLThread 711), pid 20212 (le.godotvrtest2) 05-01 01:34:19.277 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:19.308 20273 20273 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstone 05-01 01:34:19.308 858 858 I /system/bin/tombstoned: received crash request for pid 20252 05-01 01:34:19.310 20273 20273 I crash_dump64: performing dump of process 20212 (target tid = 20252) 05-01 01:34:19.320 20273 20273 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 05-01 01:34:19.320 20273 20273 F DEBUG : Build fingerprint: 'oculus/vr_monterey/monterey:10/QQ3A.200805.001/49845030399200410:user/release-keys' 05-01 01:34:19.320 20273 20273 F DEBUG : Revision: '0' 05-01 01:34:19.320 20273 20273 F DEBUG : ABI: 'arm64' 05-01 01:34:19.321 20273 20273 F DEBUG : Timestamp: 2024-05-01 01:34:19+0200 05-01 01:34:19.321 20273 20273 F DEBUG : pid: 20212, tid: 20252, name: GLThread 711 >>> com.example.godotvrtest2 <<< 05-01 01:34:19.321 20273 20273 F DEBUG : uid: 10106 05-01 01:34:19.321 20273 20273 F DEBUG : signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr -------- 05-01 01:34:19.321 20273 20273 F DEBUG : Abort message: 'Unknown device to support: quest3' 05-01 01:34:19.321 20273 20273 F DEBUG : x0 0000000000000000 x1 0000000000004f1c x2 0000000000000006 x3 0000007b2288ecb0 05-01 01:34:19.321 20273 20273 F DEBUG : x4 ff736d64686b4264 x5 ff736d64686b4264 x6 ff736d64686b4264 x7 7f7f7f7f7f7f7f7f 05-01 01:34:19.321 20273 20273 F DEBUG : x8 00000000000000f0 x9 16fd6d8b8ffd173b x10 0000000000000001 x11 0000000000000000 05-01 01:34:19.321 20273 20273 F DEBUG : x12 fffffff0fffffbdf x13 0000000000000022 x14 0000000000000004 x15 ffffffffffffffff 05-01 01:34:19.321 20273 20273 F DEBUG : x16 0000007c1a621220 x17 0000007c1a604ae0 x18 0000007b226c0000 x19 0000000000004ef4 05-01 01:34:19.321 20273 20273 F DEBUG : x20 0000000000004f1c x21 00000000ffffffff x22 0000007b1e010008 x23 0000007b22892018 05-01 01:34:19.321 20273 20273 F DEBUG : x24 0000007b1e010000 x25 0000000000000000 x26 0000000000000005 x27 0000007b2288f4b9 05-01 01:34:19.321 20273 20273 F DEBUG : x28 0000007b2288f4a8 x29 0000007b2288ed30 05-01 01:34:19.321 20273 20273 F DEBUG : sp 0000007b2288ec90 lr 0000007c1a5c1c3c pc 0000007c1a5c1c68 05-01 01:34:19.322 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:19.404 2222 2666 I chatty : uid=10060(com.oculus.guardian) GuardianSystem identical 2 lines 05-01 01:34:19.445 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:19.470 864 1161 I [CT] : VIPER: InternalAnchorHealthMonitor: Anchors: 2 | Persistent anchors: 1 | Anchors never observed: 0 05-01 01:34:19.470 864 1161 I [CT] : (min/avg/max) Anchor landmarks: (29|56.5|84) | Covisible keyframes: (25|32.5|40) | Times since observation: (0|968|1936.12) 05-01 01:34:19.488 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:19.620 20273 20273 F DEBUG : 05-01 01:34:19.620 20273 20273 F DEBUG : backtrace: 05-01 01:34:19.620 20273 20273 F DEBUG : #00 pc 0000000000081c68 /apex/com.android.runtime/lib64/bionic/libc.so (abort+160) (BuildId: 7aaa5900d5a8187e0f684f1e73ac5728) 05-01 01:34:19.620 20273 20273 F DEBUG : #01 pc 0000000000008c70 /system/lib64/liblog.so (__android_log_buf_vassert(int, char const*, char const*, char const*, std::__va_list)+260) (BuildId: 091b3ff5af960fbbf96b371e242d1d9b) 05-01 01:34:19.620 20273 20273 F DEBUG : #02 pc 0000000000008b68 /system/lib64/liblog.so (__android_log_assert+100) (BuildId: 091b3ff5af960fbbf96b371e242d1d9b) 05-01 01:34:19.620 20273 20273 F DEBUG : #03 pc 000000000012c944 /system/priv-app/VrDriver/VrDriver.apk!libvrapiimpl.so (offset 0x96d000) (BuildId: 014c2ff717b2e4722a551d0a4f375566f9c63b92) 05-01 01:34:19.620 20273 20273 F DEBUG : #04 pc 000000000012e360 /system/priv-app/VrDriver/VrDriver.apk!libvrapiimpl.so (offset 0x96d000) (BuildId: 014c2ff717b2e4722a551d0a4f375566f9c63b92) 05-01 01:34:19.620 20273 20273 F DEBUG : #05 pc 000000000012df18 /system/priv-app/VrDriver/VrDriver.apk!libvrapiimpl.so (offset 0x96d000) (BuildId: 014c2ff717b2e4722a551d0a4f375566f9c63b92) 05-01 01:34:19.620 20273 20273 F DEBUG : #06 pc 00000000001ff27c /system/priv-app/VrDriver/VrDriver.apk!libvrapiimpl.so (offset 0x96d000) (BuildId: 014c2ff717b2e4722a551d0a4f375566f9c63b92) 05-01 01:34:19.620 20273 20273 F DEBUG : #07 pc 0000000000033a64 /data/app/com.example.godotvrtest2-BfzcnRAZzyX-YanoMWCQOw==/base.apk!libopenxr_loader.so (offset 0x4063000) (BuildId: 1f496baba6d64bdf9833df8a4cfc572076f52ae6) 05-01 01:34:19.620 20273 20273 F DEBUG : #08 pc 0000000000027a40 /data/app/com.example.godotvrtest2-BfzcnRAZzyX-YanoMWCQOw==/base.apk!libopenxr_loader.so (offset 0x4063000) (BuildId: 1f496baba6d64bdf9833df8a4cfc572076f52ae6) 05-01 01:34:19.620 20273 20273 F DEBUG : #09 pc 000000000002a680 /data/app/com.example.godotvrtest2-BfzcnRAZzyX-YanoMWCQOw==/base.apk!libopenxr_loader.so (offset 0x4063000) (BuildId: 1f496baba6d64bdf9833df8a4cfc572076f52ae6) 05-01 01:34:19.620 20273 20273 F DEBUG : #10 pc 0000000000025198 /data/app/com.example.godotvrtest2-BfzcnRAZzyX-YanoMWCQOw==/base.apk!libopenxr_loader.so (offset 0x4063000) (BuildId: 1f496baba6d64bdf9833df8a4cfc572076f52ae6) 05-01 01:34:19.620 20273 20273 F DEBUG : #11 pc 00000000013c4ce0 /data/app/com.example.godotvrtest2-BfzcnRAZzyX-YanoMWCQOw==/base.apk!libgodot_android.so (offset 0x322000) 05-01 01:34:19.620 20273 20273 F DEBUG : #12 pc 00000000013ccad8 /data/app/com.example.godotvrtest2-BfzcnRAZzyX-YanoMWCQOw==/base.apk!libgodot_android.so (offset 0x322000) 05-01 01:34:19.620 20273 20273 F DEBUG : #13 pc 00000000013aeddc /data/app/com.example.godotvrtest2-BfzcnRAZzyX-YanoMWCQOw==/base.apk!libgodot_android.so (offset 0x322000) 05-01 01:34:19.620 20273 20273 F DEBUG : #14 pc 0000000000e71fcc /data/app/com.example.godotvrtest2-BfzcnRAZzyX-YanoMWCQOw==/base.apk!libgodot_android.so (offset 0x322000) 05-01 01:34:19.621 20273 20273 F DEBUG : #15 pc 0000000000e5ac24 /data/app/com.example.godotvrtest2-BfzcnRAZzyX-YanoMWCQOw==/base.apk!libgodot_android.so (offset 0x322000) 05-01 01:34:19.621 20273 20273 F DEBUG : #16 pc 0000000000e311f0 /data/app/com.example.godotvrtest2-BfzcnRAZzyX-YanoMWCQOw==/base.apk!libgodot_android.so (offset 0x322000) (Java_org_godotengine_godot_GodotLib_step+248) 05-01 01:34:19.621 20273 20273 F DEBUG : #17 pc 0000000000143b50 /apex/com.android.runtime/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: 0f2c043e275768dc6f1120962f117ee3) 05-01 01:34:19.621 20273 20273 F DEBUG : #18 pc 000000000013adb8 /apex/com.android.runtime/lib64/libart.so (art_quick_invoke_static_stub+568) (BuildId: 0f2c043e275768dc6f1120962f117ee3) 05-01 01:34:19.621 20273 20273 F DEBUG : #19 pc 0000000000149890 /apex/com.android.runtime/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+276) (BuildId: 0f2c043e275768dc6f1120962f117ee3) 05-01 01:34:19.621 20273 20273 F DEBUG : #20 pc 00000000002ee0e4 /apex/com.android.runtime/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+384) (BuildId: 0f2c043e275768dc6f1120962f117ee3) 05-01 01:34:19.621 20273 20273 F DEBUG : #21 pc 00000000002e9454 /apex/com.android.runtime/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+912) (BuildId: 0f2c043e275768dc6f1120962f117ee3) 05-01 01:34:19.621 20273 20273 F DEBUG : #22 pc 00000000005bf054 /apex/com.android.runtime/lib64/libart.so (MterpInvokeStatic+368) (BuildId: 0f2c043e275768dc6f1120962f117ee3) 05-01 01:34:19.621 20273 20273 F DEBUG : #23 pc 0000000000135194 /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 0f2c043e275768dc6f1120962f117ee3) 05-01 01:34:19.621 20273 20273 F DEBUG : #24 pc 000000000024b85c [anon:dalvik-classes.dex extracted in memory from /data/app/com.example.godotvrtest2-BfzcnRAZzyX-YanoMWCQOw==/base.apk] 05-01 01:34:19.621 20273 20273 F DEBUG : #25 pc 00000000005bdfb0 /apex/com.android.runtime/lib64/libart.so (MterpInvokeInterface+1752) (BuildId: 0f2c043e275768dc6f1120962f117ee3) 05-01 01:34:19.621 20273 20273 F DEBUG : #26 pc 0000000000135214 /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: 0f2c043e275768dc6f1120962f117ee3) 05-01 01:34:19.621 20273 20273 F DEBUG : #27 pc 000000000024a9c6 [anon:dalvik-classes.dex extracted in memory from /data/app/com.example.godotvrtest2-BfzcnRAZzyX-YanoMWCQOw==/base.apk] 05-01 01:34:19.621 20273 20273 F DEBUG : #28 pc 00000000005beb58 /apex/com.android.runtime/lib64/libart.so (MterpInvokeDirect+1188) (BuildId: 0f2c043e275768dc6f1120962f117ee3) 05-01 01:34:19.621 20273 20273 F DEBUG : #29 pc 0000000000135114 /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_direct+20) (BuildId: 0f2c043e275768dc6f1120962f117ee3) 05-01 01:34:19.621 20273 20273 F DEBUG : #30 pc 000000000024af8c [anon:dalvik-classes.dex extracted in memory from /data/app/com.example.godotvrtest2-BfzcnRAZzyX-YanoMWCQOw==/base.apk] 05-01 01:34:19.621 20273 20273 F DEBUG : #31 pc 00000000002bd2cc /apex/com.android.runtime/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.2058099456819765928+264) (BuildId: 0f2c043e275768dc6f1120962f117ee3) 05-01 01:34:19.621 20273 20273 F DEBUG : #32 pc 00000000005adc54 /apex/com.android.runtime/lib64/libart.so (artQuickToInterpreterBridge+952) (BuildId: 0f2c043e275768dc6f1120962f117ee3) 05-01 01:34:19.621 20273 20273 F DEBUG : #33 pc 0000000000143c68 /apex/com.android.runtime/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 0f2c043e275768dc6f1120962f117ee3) 05-01 01:34:19.621 20273 20273 F DEBUG : #34 pc 000000000013ab34 /apex/com.android.runtime/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: 0f2c043e275768dc6f1120962f117ee3) 05-01 01:34:19.621 20273 20273 F DEBUG : #35 pc 0000000000149870 /apex/com.android.runtime/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+244) (BuildId: 0f2c043e275768dc6f1120962f117ee3) 05-01 01:34:19.621 20273 20273 F DEBUG : #36 pc 00000000004c93d4 /apex/com.android.runtime/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104) (BuildId: 0f2c043e275768dc6f1120962f117ee3) 05-01 01:34:19.621 20273 20273 F DEBUG : #37 pc 00000000004ca590 /apex/com.android.runtime/lib64/libart.so (art::InvokeVirtualOrInterfaceWithJValues(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, jvalue const*)+416) (BuildId: 0f2c043e275768dc6f1120962f117ee3) 05-01 01:34:19.621 20273 20273 F DEBUG : #38 pc 000000000050b6a8 /apex/com.android.runtime/lib64/libart.so (art::Thread::CreateCallback(void*)+1184) (BuildId: 0f2c043e275768dc6f1120962f117ee3) 05-01 01:34:19.621 20273 20273 F DEBUG : #39 pc 00000000000d5864 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+36) (BuildId: 7aaa5900d5a8187e0f684f1e73ac5728) 05-01 01:34:19.621 20273 20273 F DEBUG : #40 pc 00000000000831c0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 7aaa5900d5a8187e0f684f1e73ac5728) 05-01 01:34:19.581 2222 2666 I chatty : uid=10060(com.oculus.guardian) GuardianSystem identical 2 lines 05-01 01:34:19.626 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:19.672 864 20043 W [CT] : VEGA:MAP_TRACKING_HM: [Throttled count=25] Map tracking did not run. 05-01 01:34:19.674 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:19.715 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:19.745 864 19973 W [CT] : CONSTELLATION: [Throttled count=500] L: Could not retrieve 3dof fallback pose. 05-01 01:34:19.758 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:19.825 864 19973 D TrackingService: [HANDTRACKING] Controller 871847d2890c0d54 in hand: N, valid: Y 05-01 01:34:19.800 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:19.842 20097 20120 I [CT] : SP:IA:SPSPostProcessor: Performing Shutdown 05-01 01:34:19.842 20097 20120 I [CT] : SP:IA:SPSPostProcessor: Shutdown Complete 05-01 01:34:19.843 20097 20120 I RuntimeIPCServerMgr [RUNTIMEIPC]: UnregisterServer: SUCCESS: com.facebook.spatial_persistence_service:com.facebook.spatial_persistence_service (anchor_persistence_server) 05-01 01:34:19.843 20097 20120 I RuntimeIPCApi [RUNTIMEIPC]: ipc_Shutdown 05-01 01:34:19.843 20097 20120 I RuntimeIPCServiceClient [RUNTIMEIPC]: Shutdown: Refs still outstanding: 2, com.facebook.spatial_persistence_service 05-01 01:34:19.845 20097 20120 I RuntimeIPCClient [RUNTIMEIPC]: Shutdown: 2, Client: com.facebook.spatial_persistence_service:com.facebook.spatial_persistence_service:20097, Server: native_process.system:/system/bin/trackingservice (SlamAnchorServer) 05-01 01:34:19.845 20097 20120 I RuntimeIPCClient [RUNTIMEIPC]: ReleaseRef: Remaining refs: 1, Client: com.facebook.spatial_persistence_service:com.facebook.spatial_persistence_service:20097, Server: native_process.system:/system/bin/trackingservice (SlamAnchorServer) 05-01 01:34:19.845 20097 20120 I RuntimeIPCApi [RUNTIMEIPC]: ipc_Shutdown 05-01 01:34:19.845 20097 20120 I RuntimeIPCServiceClient [RUNTIMEIPC]: Shutdown: Refs still outstanding: 1, com.facebook.spatial_persistence_service 05-01 01:34:19.850 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:19.855 20097 20120 I RuntimeIPCClient [RUNTIMEIPC]: Shutdown: 1, Client: com.facebook.spatial_persistence_service:com.facebook.spatial_persistence_service:20097, Server: native_process.system:/system/bin/trackingservice (SlamAnchorServer) 05-01 01:34:19.855 20097 20120 I RuntimeIPCClient [RUNTIMEIPC]: ReleaseRef: Remaining refs: 0, Client: com.facebook.spatial_persistence_service:com.facebook.spatial_persistence_service:20097, Server: native_process.system:/system/bin/trackingservice (SlamAnchorServer) 05-01 01:34:19.861 20097 20120 I RuntimeIPCClient [RUNTIMEIPC]: DisconnectFromServer: 0, Client: com.facebook.spatial_persistence_service:com.facebook.spatial_persistence_service:20097, Server: native_process.system:/system/bin/trackingservice (SlamAnchorServer) 05-01 01:34:19.862 864 1004 I RPCServer [RUNTIMEIPC]: HandleClientDisconnect: Client: com.facebook.spatial_persistence_service:com.facebook.spatial_persistence_service:20097, Server: native_process.system:/system/bin/trackingservice (SlamAnchorServer) 05-01 01:34:19.862 20097 20120 I RuntimeIPCApi [RUNTIMEIPC]: ipc_Shutdown 05-01 01:34:19.863 20097 20120 I RuntimeIPCServiceClient [RUNTIMEIPC]: Shutdown: com.facebook.spatial_persistence_service 05-01 01:34:19.864 20097 20120 D IPCDataChannelAndroidBinder [RUNTIMEIPC]: RuntimeIPC: ConnectionDiedInfo: onBinderDied: 0, com.oculus.guardian:com.oculus.vrguardianservice:2222 05-01 01:34:19.864 20097 20120 I RuntimeIPCClientMgr [RUNTIMEIPC]: RuntimeIPCClientMgr::Shutdown 05-01 01:34:19.864 20097 20120 D IPCDataChannelAndroidBinder [RUNTIMEIPC]: RuntimeIPC: MainBinderDiedInfo: onBinderDied: 0 05-01 01:34:19.864 20097 20120 D IPCDataChannelAndroidBinder [RUNTIMEIPC]: RuntimeIPC: MainBinderDiedInfo: onBinderDied: 0 05-01 01:34:19.867 20097 20127 D IPCDataChannelServer [RUNTIMEIPC]: Disconnected: 1, broker_package:broker_process:0 05-01 01:34:19.868 856 1241 D IPCDataChannelAndroidBinder [RUNTIMEIPC]: RuntimeIPC: ConnectionDiedInfo: onBinderDied: 0, com.facebook.spatial_persistence_service:com.facebook.spatial_persistence_service:20097 05-01 01:34:19.868 856 1241 I RuntimeIPCService [RUNTIMEIPC]: DestroyBrokerConnection: com.facebook.spatial_persistence_service:com.facebook.spatial_persistence_service:20097 05-01 01:34:19.869 20097 20126 I DeadlockObserver [RUNTIMEIPC]: MainLoop exiting 05-01 01:34:19.870 20097 20120 I RuntimeIPCServiceClient [RUNTIMEIPC]: Shutdown: complete com.facebook.spatial_persistence_service 05-01 01:34:19.893 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:19.907 864 20209 I [CT] : CONSTELLATION: L: Not reinitializing 6DoF filter yet (no valid pose from matching). 05-01 01:34:19.936 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:19.979 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:19.990 864 20043 I [CT] : VIPER: Mode=SuperVega,Status=6DoF,TRACKING,Inl=29,Mem=87.9,Jit=0.3mm,Issues(Cam/min=0.0,IMU/min=0.0),Exp=(8.8ms,g=12.0,I=50,Ir=481.5)(5.6ms,g=6.0,I=74,Ir=2244.2)(8.8ms,g=12.0,I=102,Ir=975.4)(6.6ms,g=7.0,I=76,Ir=1655.1) 05-01 01:34:20.021 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:20.056 1039 20281 I DropBoxManagerService: add tag=data_app_native_crash isTagEnabled=true flags=0x2 05-01 01:34:20.056 1039 20280 W ActivityTaskManager: Force finishing activity com.example.godotvrtest2/com.godot.game.GodotApp 05-01 01:34:20.060 858 858 E /system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_06 05-01 01:34:20.068 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:20.078 1039 1073 I BootReceiver: Copying /data/tombstones/tombstone_06 to DropBox (SYSTEM_TOMBSTONE) 05-01 01:34:20.086 1039 1073 I DropBoxManagerService: add tag=SYSTEM_TOMBSTONE isTagEnabled=true flags=0x2 05-01 01:34:20.089 856 1241 D IPCDataChannelAndroidBinder [RUNTIMEIPC]: RuntimeIPC: ConnectionDiedInfo: onBinderDied: 0, com.example.godotvrtest2:com.example.godotvrtest2:20212 05-01 01:34:20.089 856 1241 E /system/bin/runtimeipcbroker: unlinkToDeath: removed reference to death recipient but unlink failed. 05-01 01:34:20.089 856 1241 W IPCDataChannelAndroidBinder [RUNTIMEIPC]: UnregisterLinkDeathHandle: AIBinder_unlinkToDeath FAILED 05-01 01:34:20.089 856 1241 I RuntimeIPCService [RUNTIMEIPC]: DestroyBrokerConnection: com.example.godotvrtest2:com.example.godotvrtest2:20212 05-01 01:34:20.089 1610 3445 D IPCDataChannelAndroidBinder [RUNTIMEIPC]: RuntimeIPC: ConnectionDiedInfo: onBinderDied: 1, com.example.godotvrtest2:com.example.godotvrtest2:20212 05-01 01:34:20.089 856 1241 E IPCThreadState: attemptIncStrongHandle(51): Not supported 05-01 01:34:20.089 1610 3445 D IPCDataChannelServer [RUNTIMEIPC]: Disconnected: 1382570732, com.example.godotvrtest2:com.example.godotvrtest2:20212 05-01 01:34:20.089 1610 3445 E IPCThreadState: attemptIncStrongHandle(58): Not supported 05-01 01:34:20.089 856 3734 W /system/bin/runtimeipcbroker: Unlinking to dead binder resulted in: -2 05-01 01:34:20.090 1039 1157 W InputDispatcher: channel '141362 com.example.godotvrtest2/com.godot.game.GodotApp (server)' ~ Consumer closed input channel or an error occurred. events=0x9 05-01 01:34:20.090 1039 1157 E InputDispatcher: channel '141362 com.example.godotvrtest2/com.godot.game.GodotApp (server)' ~ Channel is unrecoverably broken and will be disposed! 05-01 01:34:20.093 1039 4296 I WindowManager: WIN DEATH: Window{141362 u0 com.example.godotvrtest2/com.godot.game.GodotApp} 05-01 01:34:20.093 1039 4296 W InputDispatcher: Attempted to unregister already unregistered input channel '141362 com.example.godotvrtest2/com.godot.game.GodotApp (server)' 05-01 01:34:20.094 711 711 I Zygote : Process 20212 exited due to signal 6 (Aborted) 05-01 01:34:20.101 1039 12310 I ActivityManager: Process com.example.godotvrtest2 (pid 20212) has died: fore TOP 05-01 01:34:20.108 1039 1069 I libprocessgroup: Successfully killed process cgroup uid 10106 pid 20212 in 0ms 05-01 01:34:20.111 2222 2666 I GuardianSurfaceMgr: [GuardianSurfaceMgr::GetSurfaceMapData] surface 0 does not exist in map. 05-01 01:34:20.115 829 1009 I crash-uploader: Crash uploaded from /data/misc/crashes//6510f5f9-7485-4e33-a80d-c29d32715c49_com.example.godotvrtest2_2024-05-01_01-34-18-293945.crash.meta to https://b-www.facebook.com/mobile/reliability_event_log_upload/ ```

Hmm, this looks like it could be a duplicate: https://github.com/godotengine/godot/issues/90812

worldsayshi commented 2 months ago

Okay, I now noticed the "Abort message: 'Unknown device to support: quest3'" part of the log above. I disabled the quest 3 support in the export dialog and now the scene loads successfully!