cancel
Showing results for 
Search instead for 
Did you mean: 

Unity/GearVR : What could cause the Universal Menu to crash the app when we Resume the app ?

Sylafrs
Explorer
Hi,

I can access the Universal Menu on my Samsungs but when I press the button again, it crashes :

06-17 17:04:34.703: A/libc(18217): Fatal signal 11 (SIGSEGV), code 1, fault addr 0xdc in tid 18498 (UnityMain)
06-17 17:04:34.763: A/DEBUG(16465): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
06-17 17:04:34.763: A/DEBUG(16465): Build fingerprint: 'samsung/zerofltexx/zeroflte:6.0.1/MMB29K/G920FXXS3DPC2:user/release-keys'
06-17 17:04:34.763: A/DEBUG(16465): Revision: '11'
06-17 17:04:34.763: A/DEBUG(16465): ABI: 'arm'
06-17 17:04:34.763: A/DEBUG(16465): pid: 18217, tid: 18498, name: UnityMain  >>> ############## <<<
06-17 17:04:34.763: A/DEBUG(16465): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xdc
06-17 17:04:34.783: A/DEBUG(16465):     r0 00000000  r1 00000001  r2 dae70a38  r3 00000000
06-17 17:04:34.783: A/DEBUG(16465):     r4 dc70ec1c  r5 c95eb3a8  r6 dae703e8  r7 dae70510
06-17 17:04:34.783: A/DEBUG(16465):     r8 c95eb001  r9 dae70510  sl 00000001  fp dae70354
06-17 17:04:34.783: A/DEBUG(16465):     ip dae70a98  sp dae701e0  lr dc601e8c  pc dc39e14c  cpsr a00b0010
06-17 17:04:34.783: A/DEBUG(16465): backtrace:
06-17 17:04:34.783: A/DEBUG(16465):     #00 pc 0002114c  /data/app/############## -2/lib/arm/libmono.so
06-17 17:04:34.783: A/DEBUG(16465):     #01 pc 001f2880  /data/app/############## -2/lib/arm/libmono.so (mono_runtime_invoke+136)
06-17 17:04:34.783: A/DEBUG(16465):     #02 pc 002b4078  /data/app/############## -2/lib/arm/libunity.so
06-17 17:04:34.783: A/DEBUG(16465):     #03 pc 00372800  /data/app/############## -2/lib/arm/libunity.so
06-17 17:04:34.783: A/DEBUG(16465):     #04 pc 0029f168  /data/app/############## -2/lib/arm/libunity.so
06-17 17:04:34.783: A/DEBUG(16465):     #05 pc 000c4138  /data/app/############## -2/lib/arm/libunity.so
06-17 17:04:34.783: A/DEBUG(16465):     #06 pc 003058d4  /data/app/############## -2/lib/arm/libunity.so
06-17 17:04:34.783: A/DEBUG(16465):     #07 pc 0030afc0  /data/app/############## -2/lib/arm/libunity.so
06-17 17:04:34.783: A/DEBUG(16465):     #08 pc 00497570  /data/app/############## -2/lib/arm/libunity.so
06-17 17:04:34.783: A/DEBUG(16465):     #09 pc 00b2b54b  /data/app/############## -2/oat/arm/base.odex (offset 0x8a1000)


When I test it on a blank project (with the utilities + the manifest file + the osig), it doesn't crash, so I guess some Unity feature might creat the issue... ...any idea whose one ?

Thanks in advance

1 REPLY 1