Search Unity

Bug Oculus XR Plugin 3.2.2 Crashes on awake

Discussion in 'VR' started by unitydevelopers-greg, Nov 25, 2022.

  1. unitydevelopers-greg

    unitydevelopers-greg

    Joined:
    Nov 15, 2018
    Posts:
    12
    Oculus XR Plugin 3.2.2 Crashes on awake before any rendering has a chance to happen.
    It seems that the last working version of the Oculus XR plugin with Unity 2021.3 is 3.0.2


    11-25 06:52:41.621 19677 19701 I Unity : MemoryManager: Using 'Dynamic Heap' Allocator.

    11-25 06:52:41.639 19677 19701 I Unity : SystemInfo CPU = ARM64 FP ASIMD AES, Cores = 3, Memory = 5841mb

    11-25 06:52:41.639 19677 19701 I Unity : SystemInfo ARM big.LITTLE configuration: 3 big (mask: 0x70), 0 little (mask: 0x0)

    11-25 06:52:41.639 19677 19701 I Unity : XR UsableCoreMask: 0x70

    11-25 06:52:41.639 19677 19701 I Unity : ApplicationInfo com.xxx.xxxversion 0.36

    11-25 06:52:41.639 19677 19701 I Unity : Built from '2021.3/staging' branch, Version '2021.3.14f1 (eee1884e7226)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'arm64-v8a', Stripping 'Enabled'

    11-25 06:52:41.952 19677 19701 I Unity : Company Name: xxx

    11-25 06:52:41.952 19677 19701 I Unity : Product Name: xxx

    11-25 06:52:41.959 19677 19701 D Unity : loading library OVRPlugin

    11-25 06:52:42.228 19677 19701 I Unity : XRGeneral Settings awakening...

    11-25 06:52:42.228 19677 19701 I Unity : UnityEngine.XR.Management.XRGeneralSettings:Awake()

    11-25 06:52:42.228 19677 19701 I Unity :

    --------- beginning of crash
     
  2. jj-unity

    jj-unity

    Unity Technologies

    Joined:
    Jan 4, 2017
    Posts:
    74
    We haven't seen this behavior in testing, so it would be really helpful if you could file a bug with a repro project along with more detailed logs since the crash details are cut off in the above post.
     
  3. unitydevelopers-greg

    unitydevelopers-greg

    Joined:
    Nov 15, 2018
    Posts:
    12
    Bug report submitted, report id is: IN-24394
     
  4. unitydevelopers-greg

    unitydevelopers-greg

    Joined:
    Nov 15, 2018
    Posts:
    12
    Here are two logs from adb
     

    Attached Files:

  5. unitydevelopers-greg

    unitydevelopers-greg

    Joined:
    Nov 15, 2018
    Posts:
    12
    @jj-unity Can you provide any update on the issue? Its blocking major project release that is due in 3 weeks
     
  6. jj-unity

    jj-unity

    Unity Technologies

    Joined:
    Jan 4, 2017
    Posts:
    74
    It sounds like this was resolved with an updated version of the Oculus integration asset, correct?
     
  7. unitydevelopers-greg

    unitydevelopers-greg

    Joined:
    Nov 15, 2018
    Posts:
    12