Forum Discussion
Ylly
7 years agoExplorer
Random crash App with Unity 2018 and Oculus utilities 1.28
Hi there. I have large project with many scenes. Each scene is standalone game. This project was created for Gear VR with Oculsu sdk and Unity 5.6.4p4.
Recently i upgraded project to 2018.2.4f1 and Oculus Utilities to 1.28 and in Editor its working perfectly. When build it to smartphone sumsung s7/s8 i got crash at the beggining while screen is black. I tried only my "load scene" without anything besides some ui with loading logo and got crash too. Then i build only scene with one of game content and its work perfectly. So i tried different camera settings, build settings and others still dont know relationship between crashes. Only have log like this:
08-22 00:22:09.896: E/BufferQueueProducer(3245): [SurfaceView - com.unity3d.player.UnityPlayerActivity@79507d@0#0] cancelBuffer: slot 1 is not owned by the producer (state = QUEUED)
08-22 00:22:09.896: E/BufferQueueProducer(3245): [ 08-22 00:22:09.896 31980:32054 D/ ]
08-22 00:22:09.896: E/BufferQueueProducer(3245): NULL == surf->write_back_color_buffer
08-22 00:22:09.896: I/TimeWarp(31980): Tear: 0.008014
08-22 00:22:09.896: W/GraphicsWrapper_GLES(31980): SetWarpState GL Error: GL_OUT_OF_MEMORY
08-22 00:22:09.896: A/GraphicsWrapper_GLES(31980): GL_OUT_OF_MEMORY
08-22 00:22:09.897: E/CRASH(31980): signal 6 (SIGABRT), code -6 (?), fault addr --------
08-22 00:22:09.897: E/CRASH(31980): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
08-22 00:22:09.897: E/CRASH(31980): Build fingerprint: 'samsung/dreamltexx/dreamlte:8.0.0/R16NW/G950FXXU3CRGH:user/release-keys'
08-22 00:22:09.897: E/CRASH(31980): Revision: '10'
08-22 00:22:09.897: E/CRASH(31980): pid: 31980, tid: 32054, name: OVR::TimeWarp >>> com.Test.test<<<
08-22 00:22:09.897: E/CRASH(31980): r0 00000000 r1 00007d36 r2 00000006 r3 00000008
08-22 00:22:09.897: E/CRASH(31980): r4 00007cec r5 00007d36 r6 b06e89c8 r7 0000010c
08-22 00:22:09.897: E/CRASH(31980): r8 b0b8749e r9 bf764140 sl bf76ce50 fp b06e8eac
08-22 00:22:09.897: E/CRASH(31980): ip 00000000 sp b06e89b8 lr f3061447 pc f3092510 cpsr b06e8648
08-22 00:22:09.897: E/CRASH(31980): backtrace:
08-22 00:22:09.913: V/VRManagerServer(22035): (ModelAdapter.java:267) yTqX [setAffinity tid=32037 cpus=[0, 1, 2, 3] result=0]
08-22 00:22:09.916: I/Vsync(31980): Vsync 697626: 1 x 23.39 ms (60.01 Hz, at 11627.109)
08-22 00:22:09.945: V/VRManagerServer(22035): (ModelAdapter.java:267) yTqX [setAffinity tid=32005 cpus=[0, 1, 2, 3] result=0]
08-22 00:22:09.947: V/VRManagerServer(22035): (ModelAdapter.java:267) yTqX [setAffinity tid=32006 cpus=[0, 1, 2, 3] result=0]
08-22 00:22:09.948: V/VRManagerServer(22035): (ModelAdapter.java:267) yTqX [setAffinity tid=32007 cpus=[0, 1, 2, 3] result=0]
08-22 00:22:09.950: V/VRManagerServer(22035): (ModelAdapter.java:267) yTqX [setAffinity tid=32008 cpus=[0, 1, 2, 3] result=0]
08-22 00:22:09.953: D/SamsungAlarmManager(3806): Expired : 4
08-22 00:22:09.954: I/SamsungAlarmManager(3806): setLocked to kernel - T:2 / 20180822T002300, SetElapsed=20431818, nowELAPSED=20381772
08-22 00:22:09.954: I/SamsungAlarmManager(3806): setLocked to kernel - T:3 / 20180822T002218, SetElapsed=20390151, nowELAPSED=20381772
08-22 00:22:09.954: V/SamsungAlarmManager(3806): Sending to uid : 1000 listener=android.app.AlarmManager$ListenerWrapper@39d57d9 alarm=Alarm{f7b209e type 2 when 20373358 android}
08-22 00:22:09.955: V/SamsungAlarmManager(3806): Sending to uid : 1000 listener=android.app.AlarmManager$ListenerWrapper@945834b alarm=Alarm{391377f type 2 when 20381772 android}
08-22 00:22:09.980: D/SamsungAlarmManager(3806): setInexact Listener (T:2/F:8/AC:false) 20180822T002225 - CU:1000/CP:3806
08-22 00:22:09.980: I/SamsungAlarmManager(3806): setLocked to kernel - T:2 / 20180822T002225, SetElapsed=20397775, nowELAPSED=20381798
08-22 00:22:09.980: V/VRManagerServer(22035): (ModelAdapter.java:267) yTqX [setAffinity tid=32057 cpus=[0, 1, 2, 3] result=0]
08-22 00:22:09.981: V/VRManagerServer(22035): (HmtDeviceEventManager.java:122) wtkw [OnDeviceEvent onAcquireVrClocks start.]
08-22 00:22:09.982: V/VRManagerServer(22035): (DVFSController.java:41) yTqX [requestCpuMinLock() tag=com.Test.test]
08-22 00:22:09.982: V/VRManagerServer(22035): (DVFSController.java:168) yTqX [setDvfsLock() lockType=CPU value=312000]
08-22 00:22:09.985: D/CustomFrequencyManagerService(3806): acquireDVFSLockLocked : type : DVFS_MIN_LIMIT frequency : 312000 uid : 1000 pid : 3806 pkgName : VR_CPU_MIN@1
08-22 00:22:09.987: V/VRManagerServer(22035): (DVFSController.java:65) wtkw [requestCpuMaxLock() tag=com.Test.test]
08-22 00:22:09.987: E/Zygote(32060): isWhitelistProcess - Process is Whitelisted
08-22 00:22:09.987: V/VRManagerServer(22035): (DVFSController.java:168) yTqX [setDvfsLock() lockType=CPU value=1066000]
08-22 00:22:09.989: E/libpersona(32060): scanKnoxPersonas
08-22 00:22:09.989: E/libpersona(32060): Couldn't open the File - /data/system/users/0/personalist.xml - No such file or directory
08-22 00:22:09.993: D/CustomFrequencyManagerService(3806): acquireDVFSLockLocked : type : DVFS_MAX_LIMIT frequency : 1066000 uid : 1000 pid : 3806 pkgName : VR_CPU_MAX@2
08-22 00:22:09.993: W/SELinux(32060): SELinux selinux_android_compute_policy_index : Policy Index[2], Con:u:r:zygote:s0 RAM:SEPF_SM-G950F_8.0.0_0013, [-1 -1 -1 -1 0 1]
08-22 00:22:09.996: I/SELinux(32060): SELinux: seapp_context_lookup: seinfo=gmscore, level=s0:c512,c768, pkgname=com.android.vending:instant_app_installer
08-22 00:22:09.996: V/VRManagerServer(22035): (DVFSController.java:92) QdBd [requestGpuMinLock() tag=com.Test.test]
08-22 00:22:09.997: V/VRManagerServer(22035): (DVFSController.java:168) yTqX [setDvfsLock() lockType=GPU value=338]
08-22 00:22:09.998: E/CRASH(31980): #00 pc 0004b510 /system/lib/libc.so (tgkill+12)
08-22 00:22:09.998: E/CRASH(31980): #01 pc 0001a443 /system/lib/libc.so (abort+54)
08-22 00:22:09.998: E/CRASH(31980): #02 pc 0000663d /system/lib/liblog.so (__android_log_assert+152)
08-22 00:22:09.998: E/CRASH(31980): #03 pc 000d3474 /data/app/com.oculus.systemdriver-oYWqEhpwMQZwaWJEPX3u9Q==/lib/arm/libvrapiimpl.so
08-22 00:22:09.998: E/CRASH(31980): #04 pc 000a39b0 /data/app/com.oculus.systemdriver-oYWqEhpwMQZwaWJEPX3u9Q==/lib/arm/libvrapiimpl.so
08-22 00:22:09.998: E/CRASH(31980): #05 pc 0008d364 /data/app/com.oculus.systemdriver-oYWqEhpwMQZwaWJEPX3u9Q==/lib/arm/libvrapiimpl.so
08-22 00:22:09.998: E/CRASH(31980): #06 pc 0008a700 /data/app/com.oculus.systemdriver-oYWqEhpwMQZwaWJEPX3u9Q==/lib/arm/libvrapiimpl.so
08-22 00:22:09.998: E/CRASH(31980): #07 pc 00089de8 /data/app/com.oculus.systemdriver-oYWqEhpwMQZwaWJEPX3u9Q==/lib/arm/libvrapiimpl.so
08-22 00:22:09.998: E/CRASH(31980): #08 pc 00048827 /system/lib/libc.so (__pthread_start(void*)+22)
08-22 00:22:09.998: E/CRASH(31980): #09 pc 0001b2a1 /system/lib/libc.so (__start_thread+32)
08-22 00:22:09.998: E/CRASH(31980): memory near r1:
08-22 00:22:09.998: E/CRASH(31980): 00007d14 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:09.998: E/CRASH(31980): 00007d24 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:09.998: E/CRASH(31980): 00007d34 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:09.998: E/CRASH(31980): 00007d44 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:09.998: E/CRASH(31980): 00007d54 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:09.999: E/CRASH(31980): 00007d64 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:09.999: E/CRASH(31980): 00007d74 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:09.999: E/CRASH(31980): 00007d84 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:09.999: E/CRASH(31980): 00007d94 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:09.999: E/CRASH(31980): 00007da4 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:09.999: E/CRASH(31980): 00007db4 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:09.999: E/CRASH(31980): 00007dc4 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:09.999: E/CRASH(31980): 00007dd4 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:09.999: E/CRASH(31980): 00007de4 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.000: E/CRASH(31980): 00007df4 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.000: E/CRASH(31980): 00007e04 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.000: E/CRASH(31980): memory near r4:
08-22 00:22:10.000: E/CRASH(31980): 00007ccc ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.000: E/CRASH(31980): 00007cdc ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.000: E/CRASH(31980): 00007cec ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.000: E/CRASH(31980): 00007cfc ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.000: E/CRASH(31980): 00007d0c ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.000: E/CRASH(31980): 00007d1c ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.001: E/CRASH(31980): 00007d2c ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.001: E/CRASH(31980): 00007d3c ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.001: E/CRASH(31980): 00007d4c ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.001: E/CRASH(31980): 00007d5c ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.001: E/CRASH(31980): 00007d6c ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.001: E/CRASH(31980): 00007d7c ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.001: E/CRASH(31980): 00007d8c ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.001: E/CRASH(31980): 00007d9c ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.001: E/CRASH(31980): 00007dac ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.002: E/CRASH(31980): 00007dbc ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.002: E/CRASH(31980): memory near r5:
08-22 00:22:10.002: E/CRASH(31980): 00007d14 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.002: E/CRASH(31980): 00007d24 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.002: E/CRASH(31980): 00007d34 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.002: E/CRASH(31980): 00007d44 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.002: E/CRASH(31980): 00007d54 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.002: E/CRASH(31980): 00007d64 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.002: E/CRASH(31980): 00007d74 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.002: E/CRASH(31980): 00007d84 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.003: E/CRASH(31980): 00007d94 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.003: V/VRManagerServer(22035): (DVFSController.java:120) bHGb [requestGpuMaxLock() tag=com.Test.test]
08-22 00:22:10.003: E/CRASH(31980): 00007da4 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.003: E/CRASH(31980): 00007db4 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.003: E/CRASH(31980): 00007dc4 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.003: E/CRASH(31980): 00007dd4 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.003: V/VRManagerServer(22035): (DVFSController.java:168) yTqX [setDvfsLock() lockType=GPU value=338]
08-22 00:22:10.003: E/CRASH(31980): ...
Recently i upgraded project to 2018.2.4f1 and Oculus Utilities to 1.28 and in Editor its working perfectly. When build it to smartphone sumsung s7/s8 i got crash at the beggining while screen is black. I tried only my "load scene" without anything besides some ui with loading logo and got crash too. Then i build only scene with one of game content and its work perfectly. So i tried different camera settings, build settings and others still dont know relationship between crashes. Only have log like this:
08-22 00:22:09.896: E/BufferQueueProducer(3245): [SurfaceView - com.unity3d.player.UnityPlayerActivity@79507d@0#0] cancelBuffer: slot 1 is not owned by the producer (state = QUEUED)
08-22 00:22:09.896: E/BufferQueueProducer(3245): [ 08-22 00:22:09.896 31980:32054 D/ ]
08-22 00:22:09.896: E/BufferQueueProducer(3245): NULL == surf->write_back_color_buffer
08-22 00:22:09.896: I/TimeWarp(31980): Tear: 0.008014
08-22 00:22:09.896: W/GraphicsWrapper_GLES(31980): SetWarpState GL Error: GL_OUT_OF_MEMORY
08-22 00:22:09.896: A/GraphicsWrapper_GLES(31980): GL_OUT_OF_MEMORY
08-22 00:22:09.897: E/CRASH(31980): signal 6 (SIGABRT), code -6 (?), fault addr --------
08-22 00:22:09.897: E/CRASH(31980): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
08-22 00:22:09.897: E/CRASH(31980): Build fingerprint: 'samsung/dreamltexx/dreamlte:8.0.0/R16NW/G950FXXU3CRGH:user/release-keys'
08-22 00:22:09.897: E/CRASH(31980): Revision: '10'
08-22 00:22:09.897: E/CRASH(31980): pid: 31980, tid: 32054, name: OVR::TimeWarp >>> com.Test.test<<<
08-22 00:22:09.897: E/CRASH(31980): r0 00000000 r1 00007d36 r2 00000006 r3 00000008
08-22 00:22:09.897: E/CRASH(31980): r4 00007cec r5 00007d36 r6 b06e89c8 r7 0000010c
08-22 00:22:09.897: E/CRASH(31980): r8 b0b8749e r9 bf764140 sl bf76ce50 fp b06e8eac
08-22 00:22:09.897: E/CRASH(31980): ip 00000000 sp b06e89b8 lr f3061447 pc f3092510 cpsr b06e8648
08-22 00:22:09.897: E/CRASH(31980): backtrace:
08-22 00:22:09.913: V/VRManagerServer(22035): (ModelAdapter.java:267) yTqX [setAffinity tid=32037 cpus=[0, 1, 2, 3] result=0]
08-22 00:22:09.916: I/Vsync(31980): Vsync 697626: 1 x 23.39 ms (60.01 Hz, at 11627.109)
08-22 00:22:09.945: V/VRManagerServer(22035): (ModelAdapter.java:267) yTqX [setAffinity tid=32005 cpus=[0, 1, 2, 3] result=0]
08-22 00:22:09.947: V/VRManagerServer(22035): (ModelAdapter.java:267) yTqX [setAffinity tid=32006 cpus=[0, 1, 2, 3] result=0]
08-22 00:22:09.948: V/VRManagerServer(22035): (ModelAdapter.java:267) yTqX [setAffinity tid=32007 cpus=[0, 1, 2, 3] result=0]
08-22 00:22:09.950: V/VRManagerServer(22035): (ModelAdapter.java:267) yTqX [setAffinity tid=32008 cpus=[0, 1, 2, 3] result=0]
08-22 00:22:09.953: D/SamsungAlarmManager(3806): Expired : 4
08-22 00:22:09.954: I/SamsungAlarmManager(3806): setLocked to kernel - T:2 / 20180822T002300, SetElapsed=20431818, nowELAPSED=20381772
08-22 00:22:09.954: I/SamsungAlarmManager(3806): setLocked to kernel - T:3 / 20180822T002218, SetElapsed=20390151, nowELAPSED=20381772
08-22 00:22:09.954: V/SamsungAlarmManager(3806): Sending to uid : 1000 listener=android.app.AlarmManager$ListenerWrapper@39d57d9 alarm=Alarm{f7b209e type 2 when 20373358 android}
08-22 00:22:09.955: V/SamsungAlarmManager(3806): Sending to uid : 1000 listener=android.app.AlarmManager$ListenerWrapper@945834b alarm=Alarm{391377f type 2 when 20381772 android}
08-22 00:22:09.980: D/SamsungAlarmManager(3806): setInexact Listener (T:2/F:8/AC:false) 20180822T002225 - CU:1000/CP:3806
08-22 00:22:09.980: I/SamsungAlarmManager(3806): setLocked to kernel - T:2 / 20180822T002225, SetElapsed=20397775, nowELAPSED=20381798
08-22 00:22:09.980: V/VRManagerServer(22035): (ModelAdapter.java:267) yTqX [setAffinity tid=32057 cpus=[0, 1, 2, 3] result=0]
08-22 00:22:09.981: V/VRManagerServer(22035): (HmtDeviceEventManager.java:122) wtkw [OnDeviceEvent onAcquireVrClocks start.]
08-22 00:22:09.982: V/VRManagerServer(22035): (DVFSController.java:41) yTqX [requestCpuMinLock() tag=com.Test.test]
08-22 00:22:09.982: V/VRManagerServer(22035): (DVFSController.java:168) yTqX [setDvfsLock() lockType=CPU value=312000]
08-22 00:22:09.985: D/CustomFrequencyManagerService(3806): acquireDVFSLockLocked : type : DVFS_MIN_LIMIT frequency : 312000 uid : 1000 pid : 3806 pkgName : VR_CPU_MIN@1
08-22 00:22:09.987: V/VRManagerServer(22035): (DVFSController.java:65) wtkw [requestCpuMaxLock() tag=com.Test.test]
08-22 00:22:09.987: E/Zygote(32060): isWhitelistProcess - Process is Whitelisted
08-22 00:22:09.987: V/VRManagerServer(22035): (DVFSController.java:168) yTqX [setDvfsLock() lockType=CPU value=1066000]
08-22 00:22:09.989: E/libpersona(32060): scanKnoxPersonas
08-22 00:22:09.989: E/libpersona(32060): Couldn't open the File - /data/system/users/0/personalist.xml - No such file or directory
08-22 00:22:09.993: D/CustomFrequencyManagerService(3806): acquireDVFSLockLocked : type : DVFS_MAX_LIMIT frequency : 1066000 uid : 1000 pid : 3806 pkgName : VR_CPU_MAX@2
08-22 00:22:09.993: W/SELinux(32060): SELinux selinux_android_compute_policy_index : Policy Index[2], Con:u:r:zygote:s0 RAM:SEPF_SM-G950F_8.0.0_0013, [-1 -1 -1 -1 0 1]
08-22 00:22:09.996: I/SELinux(32060): SELinux: seapp_context_lookup: seinfo=gmscore, level=s0:c512,c768, pkgname=com.android.vending:instant_app_installer
08-22 00:22:09.996: V/VRManagerServer(22035): (DVFSController.java:92) QdBd [requestGpuMinLock() tag=com.Test.test]
08-22 00:22:09.997: V/VRManagerServer(22035): (DVFSController.java:168) yTqX [setDvfsLock() lockType=GPU value=338]
08-22 00:22:09.998: E/CRASH(31980): #00 pc 0004b510 /system/lib/libc.so (tgkill+12)
08-22 00:22:09.998: E/CRASH(31980): #01 pc 0001a443 /system/lib/libc.so (abort+54)
08-22 00:22:09.998: E/CRASH(31980): #02 pc 0000663d /system/lib/liblog.so (__android_log_assert+152)
08-22 00:22:09.998: E/CRASH(31980): #03 pc 000d3474 /data/app/com.oculus.systemdriver-oYWqEhpwMQZwaWJEPX3u9Q==/lib/arm/libvrapiimpl.so
08-22 00:22:09.998: E/CRASH(31980): #04 pc 000a39b0 /data/app/com.oculus.systemdriver-oYWqEhpwMQZwaWJEPX3u9Q==/lib/arm/libvrapiimpl.so
08-22 00:22:09.998: E/CRASH(31980): #05 pc 0008d364 /data/app/com.oculus.systemdriver-oYWqEhpwMQZwaWJEPX3u9Q==/lib/arm/libvrapiimpl.so
08-22 00:22:09.998: E/CRASH(31980): #06 pc 0008a700 /data/app/com.oculus.systemdriver-oYWqEhpwMQZwaWJEPX3u9Q==/lib/arm/libvrapiimpl.so
08-22 00:22:09.998: E/CRASH(31980): #07 pc 00089de8 /data/app/com.oculus.systemdriver-oYWqEhpwMQZwaWJEPX3u9Q==/lib/arm/libvrapiimpl.so
08-22 00:22:09.998: E/CRASH(31980): #08 pc 00048827 /system/lib/libc.so (__pthread_start(void*)+22)
08-22 00:22:09.998: E/CRASH(31980): #09 pc 0001b2a1 /system/lib/libc.so (__start_thread+32)
08-22 00:22:09.998: E/CRASH(31980): memory near r1:
08-22 00:22:09.998: E/CRASH(31980): 00007d14 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:09.998: E/CRASH(31980): 00007d24 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:09.998: E/CRASH(31980): 00007d34 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:09.998: E/CRASH(31980): 00007d44 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:09.998: E/CRASH(31980): 00007d54 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:09.999: E/CRASH(31980): 00007d64 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:09.999: E/CRASH(31980): 00007d74 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:09.999: E/CRASH(31980): 00007d84 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:09.999: E/CRASH(31980): 00007d94 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:09.999: E/CRASH(31980): 00007da4 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:09.999: E/CRASH(31980): 00007db4 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:09.999: E/CRASH(31980): 00007dc4 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:09.999: E/CRASH(31980): 00007dd4 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:09.999: E/CRASH(31980): 00007de4 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.000: E/CRASH(31980): 00007df4 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.000: E/CRASH(31980): 00007e04 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.000: E/CRASH(31980): memory near r4:
08-22 00:22:10.000: E/CRASH(31980): 00007ccc ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.000: E/CRASH(31980): 00007cdc ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.000: E/CRASH(31980): 00007cec ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.000: E/CRASH(31980): 00007cfc ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.000: E/CRASH(31980): 00007d0c ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.000: E/CRASH(31980): 00007d1c ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.001: E/CRASH(31980): 00007d2c ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.001: E/CRASH(31980): 00007d3c ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.001: E/CRASH(31980): 00007d4c ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.001: E/CRASH(31980): 00007d5c ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.001: E/CRASH(31980): 00007d6c ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.001: E/CRASH(31980): 00007d7c ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.001: E/CRASH(31980): 00007d8c ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.001: E/CRASH(31980): 00007d9c ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.001: E/CRASH(31980): 00007dac ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.002: E/CRASH(31980): 00007dbc ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.002: E/CRASH(31980): memory near r5:
08-22 00:22:10.002: E/CRASH(31980): 00007d14 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.002: E/CRASH(31980): 00007d24 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.002: E/CRASH(31980): 00007d34 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.002: E/CRASH(31980): 00007d44 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.002: E/CRASH(31980): 00007d54 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.002: E/CRASH(31980): 00007d64 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.002: E/CRASH(31980): 00007d74 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.002: E/CRASH(31980): 00007d84 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.003: E/CRASH(31980): 00007d94 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.003: V/VRManagerServer(22035): (DVFSController.java:120) bHGb [requestGpuMaxLock() tag=com.Test.test]
08-22 00:22:10.003: E/CRASH(31980): 00007da4 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.003: E/CRASH(31980): 00007db4 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.003: E/CRASH(31980): 00007dc4 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.003: E/CRASH(31980): 00007dd4 ffffffff ffffffff ffffffff ffffffff ................
08-22 00:22:10.003: V/VRManagerServer(22035): (DVFSController.java:168) yTqX [setDvfsLock() lockType=GPU value=338]
08-22 00:22:10.003: E/CRASH(31980): ...
8 Replies
Replies have been turned off for this discussion
- YllyExplorer@imperativity
I can't give you a project becouse its commercial product with NDA. Or we will release our product soon in Oculus store and we can communicate officially with you - YllyExplorer@imperativity
I already tried different versions of unity and getting same error. I meant that our product will be release soon and i can talk about it open. So after release we can try communicate directly our dev team with yours not via forum but may be via emails or alternative chat with more information - YllyExplorer@imperativity
The app has just released:
https://www.oculus.com/experiences/go/1900559300017262/
We can share the access to the project for you from behalf of company account. - Anonymous@imperativity
Hi, what would you need to reproduce and investigate the issue?We can share you the access to the project's Bitbucket repository via PM if necessary. - Anonymous@imperativity
Yes, Ylly is our team member.
We will provide you with project source files via PM link ASAP.
Thanks! - RiccardoAxedExplorerHi, I'm having the same kind of problem since a couple of weeks now, on a Samsung S6 (while it works on Oculus Go) and on different versions of Unity, until the most recent 2018.2.9f1. This is the typical logcat:
...09-25 23:04:15.499 10256 10331 I TimeWarp: EGLContextScopeGuard: context=0xd0353680 display=0x1 draw=0xce90c100 read=0xce90c10009-25 23:04:15.501 10256 10331 I TimeWarpProgs: [0xc941898c] Built layerProgram 0x4408007 (texture type 0) in 1.2 ms09-25 23:04:15.501 10256 10331 I TimeWarp: Restoring EGLContext to 0xd035368009-25 23:04:15.502 10256 10341 I TimeWarp: Waited 1.561 seconds for first call to warp swap.09-25 23:04:15.504 10256 10340 D VrApi : Available levels: {GPU MIN, GPU MAX, CPU MIN, CPU MAX}09-25 23:04:15.504 10256 10340 D VrApi : -> / 009-25 23:04:15.504 10256 10340 D VrApi : -> / 309-25 23:04:15.504 10256 10340 D VrApi : -> / 009-25 23:04:15.504 10256 10340 D VrApi : -> / 309-25 23:04:15.504 10256 10340 I Clocks : CPU levels [0, 3]09-25 23:04:15.504 10256 10340 I Clocks : GPU levels [0, 3]09-25 23:04:15.504 10256 10340 D VrApi : setSystemPerformance cpu: 2 gpu: 209-25 23:04:15.506 7795 7807 V VRManagerServer: (ModelAdapter.java:133) yTqX [acquireVrClocks binder=android.os.BinderProxy@807495b package=com.Axed.MSC360VR hash=134695259 cpu=2 gpu=2 pid=10256]09-25 23:04:15.524 7795 7807 V VRManagerServer: (ModelAdapter.java:267) yTqX [setAffinity tid=10329 cpus=[0, 1, 2, 3] result=0]09-25 23:04:15.525 3093 3822 E BufferQueueProducer: [SurfaceView - com.Axed.MSC360VR/com.unity3d.player.UnityPlayerActivity] cancelBuffer: slot 1 is not owned by the producer (state = QUEUED)09-25 23:04:15.525 10256 10341 D : NULL == surf->write_back_color_buffer09-25 23:04:15.531 10256 10341 W GraphicsWrapper_GLES: SetWarpState GL Error: GL_OUT_OF_MEMORY09-25 23:04:15.531 10256 10341 F GraphicsWrapper_GLES: GL_OUT_OF_MEMORY09-25 23:04:15.534 7795 7807 V VRManagerServer: (HmtDeviceEventManager.java:122) wtkw [OnDeviceEvent onAcquireVrClocks start.]09-25 23:04:15.535 8568 8585 I Finsky : [2729] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@7f37fdd[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]09-25 23:04:15.535 7795 7835 V VRManagerServer: (DVFSController.java:41) yTqX [requestCpuMinLock() tag=com.Axed.MSC360VR]09-25 23:04:15.535 7795 7835 V VRManagerServer: (DVFSController.java:168) yTqX [setDvfsLock() lockType=CPU value=600000]09-25 23:04:15.538 3653 4650 D CustomFrequencyManagerService: acquireDVFSLockLocked : type : DVFS_MIN_LIMIT frequency : 600000 uid : 1000 pid : 3653 pkgName : VR_CPU_MIN@109-25 23:04:15.539 7795 7835 V VRManagerServer: (DVFSController.java:65) wtkw [requestCpuMaxLock() tag=com.Axed.MSC360VR]09-25 23:04:15.540 7795 7835 V VRManagerServer: (DVFSController.java:168) yTqX [setDvfsLock() lockType=CPU value=1000000]09-25 23:04:15.541 3653 5090 D CustomFrequencyManagerService: acquireDVFSLockLocked : type : DVFS_MAX_LIMIT frequency : 1000000 uid : 1000 pid : 3653 pkgName : VR_CPU_MAX@209-25 23:04:15.544 7795 7835 V VRManagerServer: (DVFSController.java:92) QdBd [requestGpuMinLock() tag=com.Axed.MSC360VR]09-25 23:04:15.545 7795 7835 V VRManagerServer: (DVFSController.java:168) yTqX [setDvfsLock() lockType=GPU value=420]09-25 23:04:15.552 10256 10256 I Vsync : Vsync 5719747: 2 x 16.88 ms (59.42 Hz, at 96944.863)09-25 23:04:15.559 7795 7835 V VRManagerServer: (DVFSController.java:120) bHGb [requestGpuMaxLock() tag=com.Axed.MSC360VR]09-25 23:04:15.559 7795 7835 V VRManagerServer: (DVFSController.java:168) yTqX [setDvfsLock() lockType=GPU value=420]09-25 23:04:15.564 7795 7807 V VRManagerServer: (HmtDeviceEventManager.java:109) wtkw [OnDeviceEvent onAcquireVrClocks finished. elapsedTime=30]09-25 23:04:15.565 10256 10340 I Clocks : LockClocks( cpu=2, gpu=2 ) - end (65.8 ms)09-25 23:04:15.612 10256 10341 I Breakpad: Dump path: /data/user/0/com.Axed.MSC360VR/app_minidumps/28f09893-bf72-3016-59c7f3ca-23522f64.dmp succeeded: 009-25 23:04:15.612 10256 10341 E CRASH : signal 6 (SIGABRT), code -6 (?), fault addr --------09-25 23:04:15.612 10256 10341 E CRASH : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***09-25 23:04:15.612 10256 10341 E CRASH : Build fingerprint: 'samsung/zerofltexx/zeroflte:7.0/NRD90M/G920FXXU6ERF5:user/release-keys'09-25 23:04:15.612 10256 10341 E CRASH : Revision: '11'09-25 23:04:15.612 10256 10341 E CRASH : pid: 10256, tid: 10341, name: OVR::TimeWarp >>> com.Axed.MSC360VR <<<09-25 23:04:15.612 10256 10341 E CRASH : r0 00000000 r1 00002865 r2 00000006 r3 0000000809-25 23:04:15.612 10256 10341 E CRASH : r4 c8e13978 r5 00000006 r6 c8e13920 r7 0000010c09-25 23:04:15.612 10256 10341 E CRASH : r8 c93ad4c1 r9 c9410640 sl c94197f0 fp c8e10d5c09-25 23:04:15.613 10256 10341 E CRASH : ip 0000000b sp c8e10850 lr f42ac9c7 pc f42af230 cpsr c8e104e009-25 23:04:15.613 10256 10341 E CRASH :09-25 23:04:15.613 10256 10341 E CRASH : backtrace:09-25 23:04:15.616 10256 10256 I Vsync : Vsync 5719751: 1 x 16.19 ms (59.28 Hz, at 96944.927)09-25 23:04:15.864 10256 10341 E CRASH : #00 pc 0004a230 /system/lib/libc.so (tgkill+12)09-25 23:04:15.864 10256 10341 E CRASH : #01 pc 000479c3 /system/lib/libc.so (pthread_kill+34)09-25 23:04:15.864 10256 10341 E CRASH : #02 pc 0001d9c5 /system/lib/libc.so (raise+10)09-25 23:04:15.864 10256 10341 E CRASH : #03 pc 00019511 /system/lib/libc.so (__libc_android_abort+34)09-25 23:04:15.864 10256 10341 E CRASH : #04 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #05 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #06 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #07 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #08 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #09 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #10 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #11 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #12 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #13 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #14 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #15 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #16 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #17 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #18 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #19 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #20 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #21 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #22 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #23 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #24 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #25 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #26 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #27 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #28 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #29 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #30 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 E CRASH : #31 pc 00017150 /system/lib/libc.so (abort+4)09-25 23:04:15.864 10256 10341 F mono : * Assertion: should not be reached at mini.c:221509-25 23:04:16.002 3653 3817 W InputDispatcher: channel ~ Consumer closed input channel or an error occurred. events=0x909-25 23:04:16.003 3653 3817 E InputDispatcher: channel ~ Channel is unrecoverably broken and will be disposed!09-25 23:04:16.003 3653 4877 I WindowManager: WIN DEATH: Window{b75ef94d0 u0 SurfaceView - com.Axed.MSC360VR/com.unity3d.player.UnityPlayerActivity}
... - RiccardoAxedExplorerStill having the same problem (it's three weeks now) with every possibile Unity/Oculus versions.
The following is a logcat from a Unity 2018.2.10f1 build with Oculus integration 1.29.0.
Have you any idea at all about this problem?09-29 16:27:41.319 18379 18492 W GraphicsWrapper_GLES: SetWarpState GL Error: GL_OUT_OF_MEMORY09-29 16:27:41.319 18379 18492 F GraphicsWrapper_GLES: GL_OUT_OF_MEMORY09-29 16:27:41.335 22059 22166 V VRManagerServer: (HmtDeviceEventManager.java:122) wtkw [OnDeviceEvent onAcquireVrClocks start.]09-29 16:27:41.336 22059 22165 V VRManagerServer: (DVFSController.java:41) yTqX [requestCpuMinLock() tag=com.Axed.MSC360VR]09-29 16:27:41.336 22059 22165 V VRManagerServer: (DVFSController.java:168) yTqX [setDvfsLock() lockType=CPU value=600000]09-29 16:27:41.338 3648 4761 D CustomFrequencyManagerService: acquireDVFSLockLocked : type : DVFS_MIN_LIMIT frequency : 600000 uid : 1000 pid : 3648 pkgName : VR_CPU_MIN@109-29 16:27:41.338 22059 22165 V VRManagerServer: (DVFSController.java:65) wtkw [requestCpuMaxLock() tag=com.Axed.MSC360VR]09-29 16:27:41.339 22059 22165 V VRManagerServer: (DVFSController.java:168) yTqX [setDvfsLock() lockType=CPU value=1000000]09-29 16:27:41.339 3648 5632 D CustomFrequencyManagerService: acquireDVFSLockLocked : type : DVFS_MAX_LIMIT frequency : 1000000 uid : 1000 pid : 3648 pkgName : VR_CPU_MAX@209-29 16:27:41.342 22059 22165 V VRManagerServer: (DVFSController.java:92) QdBd [requestGpuMinLock() tag=com.Axed.MSC360VR]09-29 16:27:41.342 22059 22165 V VRManagerServer: (DVFSController.java:168) yTqX [setDvfsLock() lockType=GPU value=420]09-29 16:27:41.344 22059 22165 V VRManagerServer: (DVFSController.java:120) bHGb [requestGpuMaxLock() tag=com.Axed.MSC360VR]09-29 16:27:41.344 22059 22165 V VRManagerServer: (DVFSController.java:168) yTqX [setDvfsLock() lockType=GPU value=420]09-29 16:27:41.346 22059 22166 V VRManagerServer: (HmtDeviceEventManager.java:109) wtkw [OnDeviceEvent onAcquireVrClocks finished. elapsedTime=11]09-29 16:27:41.347 18379 18491 I Clocks : LockClocks( cpu=2, gpu=2 ) - end (53.0 ms)09-29 16:27:41.388 18379 18492 I Breakpad: Dump path: /data/user/0/com.Axed.MSC360VR/app_minidumps/6760bc6e-d081-0152-3b006da5-373961df.dmp succeeded: 009-29 16:27:41.392 18379 18492 E CRASH : signal 6 (SIGABRT), code -6 (?), fault addr --------09-29 16:27:41.392 18379 18492 E CRASH : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***09-29 16:27:41.392 18379 18492 E CRASH : Build fingerprint: 'samsung/zerofltexx/zeroflte:7.0/NRD90M/G920FXXU6ERF5:user/release-keys'09-29 16:27:41.392 18379 18492 E CRASH : Revision: '11'09-29 16:27:41.392 18379 18492 E CRASH : pid: 18379, tid: 18492, name: OVR::TimeWarp >>> com.Axed.MSC360VR <<<09-29 16:27:41.392 18379 18492 E CRASH : r0 00000000 r1 0000483c r2 00000006 r3 0000000809-29 16:27:41.392 18379 18492 E CRASH : r4 bff00978 r5 00000006 r6 bff00920 r7 0000010c09-29 16:27:41.392 18379 18492 E CRASH : r8 c05254c1 r9 c0b21d40 sl c0b2aef0 fp bfefdd5c09-29 16:27:41.392 18379 18492 E CRASH : ip 00000058 sp bfefd850 lr ea6679c7 pc ea66a230 cpsr bfefd4e009-29 16:27:41.392 18379 18492 E CRASH :09-29 16:27:41.392 18379 18492 E CRASH : backtrace:09-29 16:27:41.404 18379 18379 I Vsync : Vsync 8873037: 1 x 16.33 ms (59.27 Hz, at 150390.448)09-29 16:27:41.449 5246 15852 I Icing : Indexing com.google.android.gms-apps from com.google.android.gms09-29 16:27:41.477 5246 15852 I Icing : Indexing done com.google.android.gms-apps09-29 16:27:41.699 18379 18492 E CRASH : #00 pc 0004a230 /system/lib/libc.so (tgkill+12)09-29 16:27:41.699 18379 18492 E CRASH : #01 pc 000479c3 /system/lib/libc.so (pthread_kill+34)09-29 16:27:41.700 18379 18492 E CRASH : #02 pc 0001d9c5 /system/lib/libc.so (raise+10)09-29 16:27:41.700 18379 18492 E CRASH : #03 pc 00019511 /system/lib/libc.so (__libc_android_abort+34)09-29 16:27:41.700 18379 18492 E CRASH : #04 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #05 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #06 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #07 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #08 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #09 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #10 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #11 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #12 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #13 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #14 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #15 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #16 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #17 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #18 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #19 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #20 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #21 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #22 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #23 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #24 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #25 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #26 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #27 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #28 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #29 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #30 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 E CRASH : #31 pc 00017150 /system/lib/libc.so (abort+4)09-29 16:27:41.700 18379 18492 F mono : * Assertion: should not be reached at mini.c:221509-29 16:27:41.754 3648 3858 D WifiStateMachine: Current network is: "FASTWEB-UH4O7H" , ID is: 1009-29 16:27:41.754 3648 3858 D WifiStateMachine: 5GHz mQnsLowerRssiThreshold is recovered, currentRssi = -4309-29 16:27:41.820 3648 5115 I WindowManager: WIN DEATH: Window{ef29c22d0 u0 com.Axed.MSC360VR/com.unity3d.player.UnityPlayerActivity} - Anonymous@imperativity
Our team has found the way how to reproduce the issue. We've upgraded Oculus utilities to 1.30 and kept our project settings and graphics settings the same after updating to new Unity version. Any samsung devices are crashing with 32-bit Display Buffer disabled . Oculus Go works fine and doesn't matter if this option is enabled or not. So only 32-bit Display Buffer option is causing the crashing issue.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device