JNI Error on PreciseLocale.GetRegion() android

Welcome! Forums Unity Plugins Precise Locale JNI Error on PreciseLocale.GetRegion() android

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1244
    PetePete
    Participant

    When I startup on Android and call PreciseLocale.GetRegion().

    I’m getting the following JNI Error.

    10-17 16:38:25.354 7094 7717 E art : JNI ERROR (app bug): accessed stale local reference 0x200001 (index 0 in a table of size 0)
    10-17 16:38:25.356 7094 7717 F libc : Fatal signal 11 (SIGSEGV), code 2, fault addr 0xcc4a3000 in tid 7717 (Thread-10)
    10-17 16:38:25.358 3068 3068 W : debuggerd: handling request: pid=7094 uid=10233 gid=10233 tid=7717
    10-17 16:38:25.414 3184 3295 I APM_AudioPolicyManager: stopOutput() output 13, stream 3, session 1185
    10-17 16:38:25.479 7753 7753 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    10-17 16:38:25.479 7753 7753 F DEBUG : Build fingerprint: ‘Verizon/zerofltevzw/zerofltevzw:7.0/NRD90M/G920VVRS4DRB1:user/release-keys’
    10-17 16:38:25.479 7753 7753 F DEBUG : Revision: ’10’
    10-17 16:38:25.479 7753 7753 F DEBUG : ABI: ‘arm’
    10-17 16:38:25.480 7753 7753 F DEBUG : pid: 7094, tid: 7717, name: Thread-10 >>> com.football.soccer.games.free.kick <<<
    10-17 16:38:25.480 7753 7753 F DEBUG : signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0xcc4a3000
    10-17 16:38:25.480 7753 7753 F DEBUG : r0 00000000 r1 00000000 r2 0001f408 r3 cc4a2ff0
    10-17 16:38:25.480 7753 7753 F DEBUG : r4 cc4a0ff0 r5 c66c54a0 r6 cf69e22c r7 00000005
    10-17 16:38:25.480 7753 7753 F DEBUG : r8 709b1000 r9 ffffffd0 sl cf69e000 fp cf69e24b
    10-17 16:38:25.480 7753 7753 F DEBUG : ip 00000000 sp cc4a0f7c lr f23dd1d5 pc f22d9828 cpsr 20010010
    10-17 16:38:25.482 7753 7753 F DEBUG :
    10-17 16:38:25.482 7753 7753 F DEBUG : backtrace:
    10-17 16:38:25.482 7753 7753 F DEBUG : #00 pc 00017828 /system/lib/libc.so (memset+56)
    10-17 16:38:25.482 7753 7753 F DEBUG : #01 pc 0000e1d1 /system/lib/libunwind.so (_Uarm_local_access_addr_space_init+12)
    10-17 16:38:25.482 7753 7753 F DEBUG : #02 pc fffffffd <unknown>

    #1249
    PiotrPiotr
    Keymaster

    Hi,
    I cannot read anything from this log which would point into a exception cause.

    Is sample scene working for you? Are you sure jar file is included into your apk?

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.