Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
davido_tucciaro's avatar
6 years ago

Project Has Stopped on Oculus Quest

Unity 2019.1.2f1 and most recent Oculus SDK
Oculus Quest fully updated.

For some reason when building this project I get no errors at all and it runs perfect in the unity editor with good FPS and went through the Oculus Performance Lint Tool and the other tools.

It installs on the headset just fine but once run, it loads up and then crashes stating: "IEP Framework  has Stopped". ( IEP Framework is the project )

I included the logcat files from adb. I am not good at reading these and cannot figure out why it is doing this. When I remove everything from the scene except the LocalAvatarWithGrab, it still does the same. Any ideas?

4 Replies

  • 06-05 10:29:07.678  5000  5014 E AndroidRuntime: FATAL EXCEPTION: UnityMain
    06-05 10:29:07.678  5000  5014 E AndroidRuntime: Process: com.VRVision.iep, PID: 5000
    06-05 10:29:07.678  5000  5014 E AndroidRuntime: java.lang.Error: FATAL EXCEPTION [UnityMain]
    06-05 10:29:07.678  5000  5014 E AndroidRuntime: Unity version     : 2019.1.2f1
    06-05 10:29:07.678  5000  5014 E AndroidRuntime: Device model      : Oculus Quest
    06-05 10:29:07.678  5000  5014 E AndroidRuntime: Device fingerprint: oculus/vr_monterey/monterey:7.1.1/NGI77B/256550.5350.0:user/release-keys
    06-05 10:29:07.678  5000  5014 E AndroidRuntime:
    06-05 10:29:07.678  5000  5014 E AndroidRuntime: Caused by: java.lang.Error: signal 6 (SIGABRT), code -6 (?), fault addr --------
    06-05 10:29:07.678  5000  5014 E AndroidRuntime: Build fingerprint: 'oculus/vr_monterey/monterey:7.1.1/NGI77B/256550.5350.0:user/release-keys'
    06-05 10:29:07.678  5000  5014 E AndroidRuntime: Revision: '0'
    06-05 10:29:07.678  5000  5014 E AndroidRuntime: pid: 5000, tid: 5014, name: UnityMain  >>> com.VRVision.iep <<<
    06-05 10:29:07.678  5000  5014 E AndroidRuntime:     r0 00000000  r1 00001396  r2 00000006  r3 00000008
    06-05 10:29:07.678  5000  5014 E AndroidRuntime:     r4 f27ff978  r5 00000006  r6 f27ff920  r7 0000010c
    06-05 10:29:07.678  5000  5014 E AndroidRuntime:     r8 00000000  r9 f3c2eaaf  sl 0000000a  fp 00000af9
    06-05 10:29:07.678  5000  5014 E AndroidRuntime:     ip 0000000b  sp f27fe2d8  lr f425de03  pc f4260c1c  cpsr 00001396
  • Removed all Oculus Related plugins and scripts and re-imported. Fixed the issue. Not sure why this happened, but the re-import worked. This error looks like a library access error.
  • I seem to be having a similar issue.  Can you be moire specific about what you removed that resolved this for you?