• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Android Android YYC build crashes at startup

I

imineti

Guest
Hello, thanks for reading. I have compiled my app using the YYC exporter as my game has extensive code and a lot of working out processes, and a lot of enemies using path finding on the fly. The game works on my phone when I compile using VM but when I compile using YYC as soon as I start the app on my phone it says,
"program x has stopped working", with no explenation.

I ran the app using YYC while my phone was connect using ADB to see if I could get any closer to the answer but I don't understand the log or what is going wrong.

Here is the log.

Code:
C:\Android\sdk\platform-tools\adb -s "" logcat yoyo:V MoPub:V DEBUG:V Ads:V MillennialMediaSDK:V AndroidRuntime:V GAV4:V *:S
--------- beginning of crash
01-13 21:25:08.025 14279 14279 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-13 21:25:08.025 14279 14279 F DEBUG   : Build fingerprint: 'Sony/H3113/H3113:8.0.0/50.1.A.13.123/2558067933:user/release-keys'
01-13 21:25:08.025 14279 14279 F DEBUG   : Revision: '0'
01-13 21:25:08.026 14279 14279 F DEBUG   : ABI: 'arm64'
01-13 21:25:08.026 14279 14279 F DEBUG   : pid: 14220, tid: 14245, name: GLThread 730  >>> com.abproductions.game <<<
01-13 21:25:08.026 14279 14279 F DEBUG   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
01-13 21:25:08.026 14279 14279 F DEBUG   : Cause: null pointer dereference
01-13 21:25:08.026 14279 14279 F DEBUG   :     x0   0000000000000000  x1   00000074af84d3ac  x2   00000074b0423338  x3   00000074b02b3a30
01-13 21:25:08.026 14279 14279 F DEBUG   :     x4   0000000000000000  x5   0000000000000004  x6   0000000000000036  x7   0000000000309321
01-13 21:25:08.026 14279 14279 F DEBUG   :     x8   0101010101010101  x9   0000000000000001  x10  0000000000004001  x11  0000000000000000
01-13 21:25:08.026 14279 14279 F DEBUG   :     x12  00000074b9d811c8  x13  0000000000000000  x14  0000000000000020  x15  0000000000000020
01-13 21:25:08.026 14279 14279 F DEBUG   :     x16  00000074b02b6e90  x17  00000074cbb3e350  x18  0000000000000000  x19  00000074aeade800
01-13 21:25:08.026 14279 14279 F DEBUG   :     x20  0000000000000000  x21  00000074af84d2f4  x22  0000000000000000  x23  00000074aeade800
01-13 21:25:08.026 14279 14279 F DEBUG   :     x24  00000074b02b8000  x25  00000074b02bc000  x26  000000000000002e  x27  000000000000570c
01-13 21:25:08.026 14279 14279 F DEBUG   :     x28  00000074b04233a8  x29  00000074afd855a8  x30  00000074affbcb70
01-13 21:25:08.026 14279 14279 F DEBUG   :     sp   00000074afd851a0  pc   00000074cbb3e360  pstate 0000000080000000
01-13 21:25:08.034 14279 14279 F DEBUG   :
01-13 21:25:08.034 14279 14279 F DEBUG   : backtrace:
01-13 21:25:08.034 14279 14279 F DEBUG   :     #00 pc 000000000001d360  /system/lib64/libc.so (strlen+16)
01-13 21:25:08.034 14279 14279 F DEBUG   :     #01 pc 0000000000235b6c  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/lib/arm64/libyoyo.so (_ZN7CScript13LoadFromChunkEP8YYScriptPh+128)
01-13 21:25:08.034 14279 14279 F DEBUG   :     #02 pc 00000000002360d8  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/lib/arm64/libyoyo.so (_Z11Script_LoadPhjS_+268)
01-13 21:25:08.034 14279 14279 F DEBUG   :     #03 pc 00000000002345b8  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/lib/arm64/libyoyo.so (_Z12LoadGameDataPvj+2464)
01-13 21:25:08.034 14279 14279 F DEBUG   :     #04 pc 00000000003039e4  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/lib/arm64/libyoyo.so (_Z9DoTheWorkv+24)
01-13 21:25:08.034 14279 14279 F DEBUG   :     #05 pc 00000000002f2df8  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/lib/arm64/libyoyo.so (Java_com_yoyogames_runner_RunnerJNILib_Startup+236)
01-13 21:25:08.034 14279 14279 F DEBUG   :     #06 pc 00000000000cf51c  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/oat/arm64/base.odex (offset 0x39000)
01-13 21:25:19.956 14417 14417 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-13 21:25:19.956 14417 14417 F DEBUG   : Build fingerprint: 'Sony/H3113/H3113:8.0.0/50.1.A.13.123/2558067933:user/release-keys'
01-13 21:25:19.956 14417 14417 F DEBUG   : Revision: '0'
01-13 21:25:19.956 14417 14417 F DEBUG   : ABI: 'arm64'
01-13 21:25:19.956 14417 14417 F DEBUG   : pid: 14374, tid: 14399, name: GLThread 742  >>> com.abproductions.game <<<
01-13 21:25:19.956 14417 14417 F DEBUG   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
01-13 21:25:19.956 14417 14417 F DEBUG   : Cause: null pointer dereference
01-13 21:25:19.957 14417 14417 F DEBUG   :     x0   0000000000000000  x1   00000074aea21d2c  x2   00000074b0428338  x3   00000074b02b8a30
01-13 21:25:19.957 14417 14417 F DEBUG   :     x4   0000000000000000  x5   0000000000000004  x6   0000000000000036  x7   0000000000309321
01-13 21:25:19.957 14417 14417 F DEBUG   :     x8   0101010101010101  x9   0000000000000001  x10  0000000000004001  x11  0000000000000000
01-13 21:25:19.957 14417 14417 F DEBUG   :     x12  00000074b9da11c8  x13  0000000000000000  x14  0000000000000020  x15  0000000000000020
01-13 21:25:19.957 14417 14417 F DEBUG   :     x16  00000074b02bbe90  x17  00000074cbb3e350  x18  0000000000000000  x19  00000074ae7db6c0
01-13 21:25:19.957 14417 14417 F DEBUG   :     x20  0000000000000000  x21  00000074aea21c74  x22  0000000000000000  x23  00000074ae7db6c0
01-13 21:25:19.957 14417 14417 F DEBUG   :     x24  00000074b02bd000  x25  00000074b02c1000  x26  000000000000002e  x27  000000000000570c
01-13 21:25:19.957 14417 14417 F DEBUG   :     x28  00000074b04283a8  x29  00000074afd8a5a8  x30  00000074affc1b70
01-13 21:25:19.957 14417 14417 F DEBUG   :     sp   00000074afd8a1a0  pc   00000074cbb3e360  pstate 0000000080000000
01-13 21:25:19.960 14417 14417 F DEBUG   :
01-13 21:25:19.960 14417 14417 F DEBUG   : backtrace:
01-13 21:25:19.960 14417 14417 F DEBUG   :     #00 pc 000000000001d360  /system/lib64/libc.so (strlen+16)
01-13 21:25:19.960 14417 14417 F DEBUG   :     #01 pc 0000000000235b6c  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/lib/arm64/libyoyo.so (_ZN7CScript13LoadFromChunkEP8YYScriptPh+128)
01-13 21:25:19.960 14417 14417 F DEBUG   :     #02 pc 00000000002360d8  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/lib/arm64/libyoyo.so (_Z11Script_LoadPhjS_+268)
01-13 21:25:19.960 14417 14417 F DEBUG   :     #03 pc 00000000002345b8  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/lib/arm64/libyoyo.so (_Z12LoadGameDataPvj+2464)
01-13 21:25:19.960 14417 14417 F DEBUG   :     #04 pc 00000000003039e4  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/lib/arm64/libyoyo.so (_Z9DoTheWorkv+24)
01-13 21:25:19.960 14417 14417 F DEBUG   :     #05 pc 00000000002f2df8  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/lib/arm64/libyoyo.so (Java_com_yoyogames_runner_RunnerJNILib_Startup+236)
01-13 21:25:19.960 14417 14417 F DEBUG   :     #06 pc 00000000000cf51c  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/oat/arm64/base.odex (offset 0x39000)
--------- beginning of system
01-14 00:06:12.858 21279 21279 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-14 00:06:12.858 21279 21279 F DEBUG   : Build fingerprint: 'Sony/H3113/H3113:8.0.0/50.1.A.13.123/2558067933:user/release-keys'
01-14 00:06:12.858 21279 21279 F DEBUG   : Revision: '0'
01-14 00:06:12.858 21279 21279 F DEBUG   : ABI: 'arm64'
01-14 00:06:12.858 21279 21279 F DEBUG   : pid: 21142, tid: 21161, name: GLThread 858  >>> com.abproductions.game <<<
01-14 00:06:12.858 21279 21279 F DEBUG   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
01-14 00:06:12.858 21279 21279 F DEBUG   : Cause: null pointer dereference
01-14 00:06:12.858 21279 21279 F DEBUG   :     x0   0000000000000000  x1   00000074ad5c33ac  x2   00000074b03dc338  x3   00000074b026ca30
01-14 00:06:12.859 21279 21279 F DEBUG   :     x4   0000000000000000  x5   0000000000000004  x6   0000000000000036  x7   0000000000309321
01-14 00:06:12.859 21279 21279 F DEBUG   :     x8   0101010101010101  x9   0000000000000001  x10  0000000000004001  x11  0000000000000000
01-14 00:06:12.859 21279 21279 F DEBUG   :     x12  00000074b9d701c8  x13  0000000000000000  x14  0000000000000020  x15  0000000000000020
01-14 00:06:12.859 21279 21279 F DEBUG   :     x16  00000074b026fe90  x17  00000074cbb3e350  x18  0000000000000000  x19  00000074aea8d0c0
01-14 00:06:12.859 21279 21279 F DEBUG   :     x20  0000000000000000  x21  00000074ad5c32f4  x22  0000000000000000  x23  00000074aea8d0c0
01-14 00:06:12.859 21279 21279 F DEBUG   :     x24  00000074b0271000  x25  00000074b0275000  x26  000000000000002e  x27  000000000000570c
01-14 00:06:12.859 21279 21279 F DEBUG   :     x28  00000074b03dc3a8  x29  00000074afd3e5a8  x30  00000074aff75b70
01-14 00:06:12.859 21279 21279 F DEBUG   :     sp   00000074afd3e1a0  pc   00000074cbb3e360  pstate 0000000080000000
01-14 00:06:12.867 21279 21279 F DEBUG   :
01-14 00:06:12.867 21279 21279 F DEBUG   : backtrace:
01-14 00:06:12.867 21279 21279 F DEBUG   :     #00 pc 000000000001d360  /system/lib64/libc.so (strlen+16)
01-14 00:06:12.867 21279 21279 F DEBUG   :     #01 pc 0000000000235b6c  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/lib/arm64/libyoyo.so (_ZN7CScript13LoadFromChunkEP8YYScriptPh+128)
01-14 00:06:12.867 21279 21279 F DEBUG   :     #02 pc 00000000002360d8  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/lib/arm64/libyoyo.so (_Z11Script_LoadPhjS_+268)
01-14 00:06:12.867 21279 21279 F DEBUG   :     #03 pc 00000000002345b8  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/lib/arm64/libyoyo.so (_Z12LoadGameDataPvj+2464)
01-14 00:06:12.867 21279 21279 F DEBUG   :     #04 pc 00000000003039e4  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/lib/arm64/libyoyo.so (_Z9DoTheWorkv+24)
01-14 00:06:12.867 21279 21279 F DEBUG   :     #05 pc 00000000002f2df8  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/lib/arm64/libyoyo.so (Java_com_yoyogames_runner_RunnerJNILib_Startup+236)
01-14 00:06:12.867 21279 21279 F DEBUG   :     #06 pc 00000000000cf51c  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/oat/arm64/base.odex (offset 0x39000)
01-14 00:10:25.248 21934 21934 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-14 00:10:25.248 21934 21934 F DEBUG   : Build fingerprint: 'Sony/H3113/H3113:8.0.0/50.1.A.13.123/2558067933:user/release-keys'
01-14 00:10:25.248 21934 21934 F DEBUG   : Revision: '0'
01-14 00:10:25.248 21934 21934 F DEBUG   : ABI: 'arm64'
01-14 00:10:25.248 21934 21934 F DEBUG   : pid: 21882, tid: 21906, name: GLThread 870  >>> com.abproductions.game <<<
01-14 00:10:25.248 21934 21934 F DEBUG   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
01-14 00:10:25.248 21934 21934 F DEBUG   : Cause: null pointer dereference
01-14 00:10:25.248 21934 21934 F DEBUG   :     x0   0000000000000000  x1   00000074ad5c0d6c  x2   00000074b03df338  x3   00000074b026fa30
01-14 00:10:25.248 21934 21934 F DEBUG   :     x4   0000000000000000  x5   0000000000000004  x6   0000000000000036  x7   0000000000309321
01-14 00:10:25.248 21934 21934 F DEBUG   :     x8   0101010101010101  x9   0000000000000001  x10  0000000000004001  x11  0000000000000000
01-14 00:10:25.248 21934 21934 F DEBUG   :     x12  00000074b9d731c8  x13  0000000000000000  x14  0000000000000020  x15  0000000000000020
01-14 00:10:25.248 21934 21934 F DEBUG   :     x16  00000074b0272e90  x17  00000074cbb3e350  x18  0000000000000000  x19  00000074aea8d700
01-14 00:10:25.248 21934 21934 F DEBUG   :     x20  0000000000000000  x21  00000074ad5c0cb4  x22  0000000000000000  x23  00000074aea8d700
01-14 00:10:25.248 21934 21934 F DEBUG   :     x24  00000074b0274000  x25  00000074b0278000  x26  000000000000002e  x27  000000000000570c
01-14 00:10:25.248 21934 21934 F DEBUG   :     x28  00000074b03df3a8  x29  00000074afd415a8  x30  00000074aff78b70
01-14 00:10:25.248 21934 21934 F DEBUG   :     sp   00000074afd411a0  pc   00000074cbb3e360  pstate 0000000080000000
01-14 00:10:25.255 21934 21934 F DEBUG   :
01-14 00:10:25.255 21934 21934 F DEBUG   : backtrace:
01-14 00:10:25.255 21934 21934 F DEBUG   :     #00 pc 000000000001d360  /system/lib64/libc.so (strlen+16)
01-14 00:10:25.255 21934 21934 F DEBUG   :     #01 pc 0000000000235b6c  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/lib/arm64/libyoyo.so (_ZN7CScript13LoadFromChunkEP8YYScriptPh+128)
01-14 00:10:25.256 21934 21934 F DEBUG   :     #02 pc 00000000002360d8  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/lib/arm64/libyoyo.so (_Z11Script_LoadPhjS_+268)
01-14 00:10:25.256 21934 21934 F DEBUG   :     #03 pc 00000000002345b8  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/lib/arm64/libyoyo.so (_Z12LoadGameDataPvj+2464)
01-14 00:10:25.256 21934 21934 F DEBUG   :     #04 pc 00000000003039e4  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/lib/arm64/libyoyo.so (_Z9DoTheWorkv+24)
01-14 00:10:25.256 21934 21934 F DEBUG   :     #05 pc 00000000002f2df8  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/lib/arm64/libyoyo.so (Java_com_yoyogames_runner_RunnerJNILib_Startup+236)
01-14 00:10:25.256 21934 21934 F DEBUG   :     #06 pc 00000000000cf51c  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/oat/arm64/base.odex (offset 0x39000)
01-14 00:11:29.396 22226 22226 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-14 00:11:29.396 22226 22226 F DEBUG   : Build fingerprint: 'Sony/H3113/H3113:8.0.0/50.1.A.13.123/2558067933:user/release-keys'
01-14 00:11:29.396 22226 22226 F DEBUG   : Revision: '0'
01-14 00:11:29.396 22226 22226 F DEBUG   : ABI: 'arm64'
01-14 00:11:29.396 22226 22226 F DEBUG   : pid: 22165, tid: 22186, name: GLThread 874  >>> com.abproductions.game <<<
01-14 00:11:29.396 22226 22226 F DEBUG   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
01-14 00:11:29.396 22226 22226 F DEBUG   : Cause: null pointer dereference
01-14 00:11:29.397 22226 22226 F DEBUG   :     x0   0000000000000000  x1   00000074ad3da1ec  x2   00000074b03dd338  x3   00000074b026da30
01-14 00:11:29.397 22226 22226 F DEBUG   :     x4   0000000000000000  x5   0000000000000004  x6   0000000000000036  x7   0000000000309321
01-14 00:11:29.397 22226 22226 F DEBUG   :     x8   0101010101010101  x9   0000000000000001  x10  0000000000004001  x11  0000000000000000
01-14 00:11:29.397 22226 22226 F DEBUG   :     x12  00000074b9d731c8  x13  0000000000000000  x14  0000000000000020  x15  0000000000000020
01-14 00:11:29.397 22226 22226 F DEBUG   :     x16  00000074b0270e90  x17  00000074cbb3e350  x18  0000000000000000  x19  00000074ae88d440
01-14 00:11:29.397 22226 22226 F DEBUG   :     x20  0000000000000000  x21  00000074ad3da134  x22  0000000000000000  x23  00000074ae88d440
01-14 00:11:29.397 22226 22226 F DEBUG   :     x24  00000074b0272000  x25  00000074b0276000  x26  000000000000002e  x27  000000000000570c
01-14 00:11:29.397 22226 22226 F DEBUG   :     x28  00000074b03dd3a8  x29  00000074afd3f5a8  x30  00000074aff76b70
01-14 00:11:29.397 22226 22226 F DEBUG   :     sp   00000074afd3f1a0  pc   00000074cbb3e360  pstate 0000000080000000
01-14 00:11:29.404 22226 22226 F DEBUG   :
01-14 00:11:29.404 22226 22226 F DEBUG   : backtrace:
01-14 00:11:29.404 22226 22226 F DEBUG   :     #00 pc 000000000001d360  /system/lib64/libc.so (strlen+16)
01-14 00:11:29.404 22226 22226 F DEBUG   :     #01 pc 0000000000235b6c  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/lib/arm64/libyoyo.so (_ZN7CScript13LoadFromChunkEP8YYScriptPh+128)
01-14 00:11:29.404 22226 22226 F DEBUG   :     #02 pc 00000000002360d8  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/lib/arm64/libyoyo.so (_Z11Script_LoadPhjS_+268)
01-14 00:11:29.404 22226 22226 F DEBUG   :     #03 pc 00000000002345b8  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/lib/arm64/libyoyo.so (_Z12LoadGameDataPvj+2464)
01-14 00:11:29.404 22226 22226 F DEBUG   :     #04 pc 00000000003039e4  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/lib/arm64/libyoyo.so (_Z9DoTheWorkv+24)
01-14 00:11:29.404 22226 22226 F DEBUG   :     #05 pc 00000000002f2df8  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/lib/arm64/libyoyo.so (Java_com_yoyogames_runner_RunnerJNILib_Startup+236)
01-14 00:11:29.404 22226 22226 F DEBUG   :     #06 pc 00000000000cf51c  /data/app/com.abproductions.game-RV-F_Nrwz4c6_HDZgb-LCQ==/oat/arm64/base.odex (offset 0x39000)
01-14 01:31:33.824 29969 29969 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-14 01:31:33.825 29969 29969 F DEBUG   : Build fingerprint: 'Sony/H3113/H3113:8.0.0/50.1.A.13.123/2558067933:user/release-keys'
01-14 01:31:33.825 29969 29969 F DEBUG   : Revision: '0'
01-14 01:31:33.825 29969 29969 F DEBUG   : ABI: 'arm64'
01-14 01:31:33.825 29969 29969 F DEBUG   : pid: 29912, tid: 29936, name: GLThread 1134  >>> com.abproductions.game <<<
01-14 01:31:33.825 29969 29969 F DEBUG   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
01-14 01:31:33.825 29969 29969 F DEBUG   : Cause: null pointer dereference
01-14 01:31:33.825 29969 29969 F DEBUG   :     x0   0000000000000000  x1   00000074af84215c  x2   00000074b0421338  x3   00000074b02b1a30
01-14 01:31:33.825 29969 29969 F DEBUG   :     x4   0000000000000000  x5   0000000000000004  x6   0000000000000034  x7   0000000000308d51
01-14 01:31:33.825 29969 29969 F DEBUG   :     x8   0101010101010101  x9   0000000000000001  x10  0000000000004001  x11  0000000000000000
01-14 01:31:33.825 29969 29969 F DEBUG   :     x12  00000074b9d751c8  x13  0000000000000000  x14  0000000000000020  x15  0000000000000020
01-14 01:31:33.825 29969 29969 F DEBUG   :     x16  00000074b02b4e90  x17  00000074cbb3e350  x18  0000000000000000  x19  00000074ae8de800
01-14 01:31:33.825 29969 29969 F DEBUG   :     x20  0000000000000000  x21  00000074af842098  x22  0000000000000000  x23  00000074ae8de800
01-14 01:31:33.825 29969 29969 F DEBUG   :     x24  00000074b02b6000  x25  00000074b02ba000  x26  0000000000000031  x27  00000000000054bc
01-14 01:31:33.825 29969 29969 F DEBUG   :     x28  00000074b04213a8  x29  00000074afd835a8  x30  00000074affbab70
01-14 01:31:33.825 29969 29969 F DEBUG   :     sp   00000074afd831a0  pc   00000074cbb3e360  pstate 0000000080000000
01-14 01:31:33.831 29969 29969 F DEBUG   :
01-14 01:31:33.831 29969 29969 F DEBUG   : backtrace:
01-14 01:31:33.831 29969 29969 F DEBUG   :     #00 pc 000000000001d360  /system/lib64/libc.so (strlen+16)
01-14 01:31:33.831 29969 29969 F DEBUG   :     #01 pc 0000000000235b6c  /data/app/com.abproductions.game-UE8fizW7UDFXZ0oxgAmXkA==/lib/arm64/libyoyo.so (_ZN7CScript13LoadFromChunkEP8YYScriptPh+128)
01-14 01:31:33.831 29969 29969 F DEBUG   :     #02 pc 00000000002360d8  /data/app/com.abproductions.game-UE8fizW7UDFXZ0oxgAmXkA==/lib/arm64/libyoyo.so (_Z11Script_LoadPhjS_+268)
01-14 01:31:33.831 29969 29969 F DEBUG   :     #03 pc 00000000002345b8  /data/app/com.abproductions.game-UE8fizW7UDFXZ0oxgAmXkA==/lib/arm64/libyoyo.so (_Z12LoadGameDataPvj+2464)
01-14 01:31:33.831 29969 29969 F DEBUG   :     #04 pc 00000000003039e4  /data/app/com.abproductions.game-UE8fizW7UDFXZ0oxgAmXkA==/lib/arm64/libyoyo.so (_Z9DoTheWorkv+24)
01-14 01:31:33.831 29969 29969 F DEBUG   :     #05 pc 00000000002f2df8  /data/app/com.abproductions.game-UE8fizW7UDFXZ0oxgAmXkA==/lib/arm64/libyoyo.so (Java_com_yoyogames_runner_RunnerJNILib_Startup+236)
01-14 01:31:33.831 29969 29969 F DEBUG   :     #06 pc 00000000000cf51c  /data/app/com.abproductions.game-UE8fizW7UDFXZ0oxgAmXkA==/oat/arm64/base.odex (offset 0x39000)
01-14 02:31:55.723  6089  6089 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-14 02:31:55.723  6089  6089 F DEBUG   : Build fingerprint: 'Sony/H3113/H3113:8.0.0/50.1.A.13.123/2558067933:user/release-keys'
01-14 02:31:55.723  6089  6089 F DEBUG   : Revision: '0'
01-14 02:31:55.723  6089  6089 F DEBUG   : ABI: 'arm64'
01-14 02:31:55.723  6089  6089 F DEBUG   : pid: 5800, tid: 5828, name: GLThread 1330  >>> com.abproductions.game <<<
01-14 02:31:55.723  6089  6089 F DEBUG   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
01-14 02:31:55.723  6089  6089 F DEBUG   : Cause: null pointer dereference
01-14 02:31:55.723  6089  6089 F DEBUG   :     x0   0000000000000000  x1   00000074ae6f4f9c  x2   00000074b03e2338  x3   00000074b0272a30
01-14 02:31:55.723  6089  6089 F DEBUG   :     x4   0000000000000000  x5   0000000000000004  x6   0000000000000034  x7   0000000000308d51
01-14 02:31:55.723  6089  6089 F DEBUG   :     x8   0101010101010101  x9   0000000000000001  x10  0000000000004001  x11  0000000000000000
01-14 02:31:55.723  6089  6089 F DEBUG   :     x12  00000074b9d701c8  x13  0000000000000000  x14  0000000000000020  x15  0000000000000020
01-14 02:31:55.723  6089  6089 F DEBUG   :     x16  00000074b0275e90  x17  00000074cbb3e350  x18  0000000000000000  x19  00000074ae88d440
01-14 02:31:55.723  6089  6089 F DEBUG   :     x20  0000000000000000  x21  00000074ae6f4ed8  x22  0000000000000000  x23  00000074ae88d440
01-14 02:31:55.723  6089  6089 F DEBUG   :     x24  00000074b0277000  x25  00000074b027b000  x26  0000000000000031  x27  00000000000054bc
01-14 02:31:55.723  6089  6089 F DEBUG   :     x28  00000074b03e23a8  x29  00000074afd445a8  x30  00000074aff7bb70
01-14 02:31:55.723  6089  6089 F DEBUG   :     sp   00000074afd441a0  pc   00000074cbb3e360  pstate 0000000080000000
01-14 02:31:55.730  6089  6089 F DEBUG   :
01-14 02:31:55.730  6089  6089 F DEBUG   : backtrace:
01-14 02:31:55.730  6089  6089 F DEBUG   :     #00 pc 000000000001d360  /system/lib64/libc.so (strlen+16)
01-14 02:31:55.730  6089  6089 F DEBUG   :     #01 pc 0000000000235b6c  /data/app/com.abproductions.game-8U6UW784h89UsVvVEuLc6w==/lib/arm64/libyoyo.so (_ZN7CScript13LoadFromChunkEP8YYScriptPh+128)
01-14 02:31:55.730  6089  6089 F DEBUG   :     #02 pc 00000000002360d8  /data/app/com.abproductions.game-8U6UW784h89UsVvVEuLc6w==/lib/arm64/libyoyo.so (_Z11Script_LoadPhjS_+268)
01-14 02:31:55.730  6089  6089 F DEBUG   :     #03 pc 00000000002345b8  /data/app/com.abproductions.game-8U6UW784h89UsVvVEuLc6w==/lib/arm64/libyoyo.so (_Z12LoadGameDataPvj+2464)
01-14 02:31:55.730  6089  6089 F DEBUG   :     #04 pc 00000000003039e4  /data/app/com.abproductions.game-8U6UW784h89UsVvVEuLc6w==/lib/arm64/libyoyo.so (_Z9DoTheWorkv+24)
01-14 02:31:55.730  6089  6089 F DEBUG   :     #05 pc 00000000002f2df8  /data/app/com.abproductions.game-8U6UW784h89UsVvVEuLc6w==/lib/arm64/libyoyo.so (Java_com_yoyogames_runner_RunnerJNILib_Startup+236)
01-14 02:31:55.730  6089  6089 F DEBUG   :     #06 pc 00000000000cf51c  /data/app/com.abproductions.game-8U6UW784h89UsVvVEuLc6w==/oat/arm64/base.odex (offset 0x39000)
01-14 02:32:04.101  6270  6270 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-14 02:32:04.101  6270  6270 F DEBUG   : Build fingerprint: 'Sony/H3113/H3113:8.0.0/50.1.A.13.123/2558067933:user/release-keys'
01-14 02:32:04.101  6270  6270 F DEBUG   : Revision: '0'
01-14 02:32:04.101  6270  6270 F DEBUG   : ABI: 'arm64'
01-14 02:32:04.102  6270  6270 F DEBUG   : pid: 6177, tid: 6202, name: GLThread 1354  >>> com.abproductions.game <<<
01-14 02:32:04.102  6270  6270 F DEBUG   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
01-14 02:32:04.102  6270  6270 F DEBUG   : Cause: null pointer dereference
01-14 02:32:04.102  6270  6270 F DEBUG   :     x0   0000000000000000  x1   00000074af01269c  x2   00000074b0421338  x3   00000074b02b1a30
01-14 02:32:04.102  6270  6270 F DEBUG   :     x4   0000000000000000  x5   0000000000000004  x6   0000000000000034  x7   0000000000308d51
01-14 02:32:04.102  6270  6270 F DEBUG   :     x8   0101010101010101  x9   0000000000000001  x10  0000000000004001  x11  0000000000000000
01-14 02:32:04.102  6270  6270 F DEBUG   :     x12  00000074b9d801c8  x13  0000000000000000  x14  0000000000000020  x15  0000000000000020
01-14 02:32:04.102  6270  6270 F DEBUG   :     x16  00000074b02b4e90  x17  00000074cbb3e350  x18  0000000000000000  x19  00000074aedbe780
01-14 02:32:04.102  6270  6270 F DEBUG   :     x20  0000000000000000  x21  00000074af0125d8  x22  0000000000000000  x23  00000074aedbe780
01-14 02:32:04.102  6270  6270 F DEBUG   :     x24  00000074b02b6000  x25  00000074b02ba000  x26  0000000000000031  x27  00000000000054bc
01-14 02:32:04.102  6270  6270 F DEBUG   :     x28  00000074b04213a8  x29  00000074afd835a8  x30  00000074affbab70
01-14 02:32:04.102  6270  6270 F DEBUG   :     sp   00000074afd831a0  pc   00000074cbb3e360  pstate 0000000080000000
01-14 02:32:04.105  6270  6270 F DEBUG   :
01-14 02:32:04.105  6270  6270 F DEBUG   : backtrace:
01-14 02:32:04.106  6270  6270 F DEBUG   :     #00 pc 000000000001d360  /system/lib64/libc.so (strlen+16)
01-14 02:32:04.106  6270  6270 F DEBUG   :     #01 pc 0000000000235b6c  /data/app/com.abproductions.game-8U6UW784h89UsVvVEuLc6w==/lib/arm64/libyoyo.so (_ZN7CScript13LoadFromChunkEP8YYScriptPh+128)
01-14 02:32:04.106  6270  6270 F DEBUG   :     #02 pc 00000000002360d8  /data/app/com.abproductions.game-8U6UW784h89UsVvVEuLc6w==/lib/arm64/libyoyo.so (_Z11Script_LoadPhjS_+268)
01-14 02:32:04.106  6270  6270 F DEBUG   :     #03 pc 00000000002345b8  /data/app/com.abproductions.game-8U6UW784h89UsVvVEuLc6w==/lib/arm64/libyoyo.so (_Z12LoadGameDataPvj+2464)
01-14 02:32:04.106  6270  6270 F DEBUG   :     #04 pc 00000000003039e4  /data/app/com.abproductions.game-8U6UW784h89UsVvVEuLc6w==/lib/arm64/libyoyo.so (_Z9DoTheWorkv+24)
01-14 02:32:04.106  6270  6270 F DEBUG   :     #05 pc 00000000002f2df8  /data/app/com.abproductions.game-8U6UW784h89UsVvVEuLc6w==/lib/arm64/libyoyo.so (Java_com_yoyogames_runner_RunnerJNILib_Startup+236)
01-14 02:32:04.106  6270  6270 F DEBUG   :     #06 pc 00000000000cf51c  /data/app/com.abproductions.game-8U6UW784h89UsVvVEuLc6w==/oat/arm64/base.odex (offset 0x39000)
01-14 16:40:51.889 25740 25740 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-14 16:40:51.889 25740 25740 F DEBUG   : Build fingerprint: 'Sony/H3113/H3113:8.0.0/50.1.A.13.123/2558067933:user/release-keys'
01-14 16:40:51.889 25740 25740 F DEBUG   : Revision: '0'
01-14 16:40:51.889 25740 25740 F DEBUG   : ABI: 'arm64'
01-14 16:40:51.889 25740 25740 F DEBUG   : pid: 25619, tid: 25665, name: GLThread 1910  >>> com.abproductions.game <<<
01-14 16:40:51.889 25740 25740 F DEBUG   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
01-14 16:40:51.889 25740 25740 F DEBUG   : Cause: null pointer dereference
01-14 16:40:51.889 25740 25740 F DEBUG   :     x0   0000000000000000  x1   00000074af8401e4  x2   00000074b0425338  x3   00000074b02b5a30
01-14 16:40:51.889 25740 25740 F DEBUG   :     x4   0000000000000000  x5   0000000000000004  x6   0000000000000036  x7   00000000003091c9
01-14 16:40:51.889 25740 25740 F DEBUG   :     x8   0101010101010101  x9   0000000000000001  x10  0000000000004001  x11  0000000000000000
01-14 16:40:51.889 25740 25740 F DEBUG   :     x12  00000074b9d731c8  x13  0000000000000000  x14  0000000000000010  x15  0000000000000010
01-14 16:40:51.889 25740 25740 F DEBUG   :     x16  00000074b02b8e90  x17  00000074cbb3e350  x18  0000000000000000  x19  00000074aeade800
01-14 16:40:51.889 25740 25740 F DEBUG   :     x20  0000000000000000  x21  00000074af840114  x22  0000000000000000  x23  00000074aeade800
01-14 16:40:51.889 25740 25740 F DEBUG   :     x24  00000074b02ba000  x25  00000074b02be000  x26  0000000000000034  x27  0000000000005544
01-14 16:40:51.889 25740 25740 F DEBUG   :     x28  00000074b04253a8  x29  00000074afd875a8  x30  00000074affbeb70
01-14 16:40:51.889 25740 25740 F DEBUG   :     sp   00000074afd871a0  pc   00000074cbb3e360  pstate 0000000080000000
01-14 16:40:51.898 25740 25740 F DEBUG   :
01-14 16:40:51.898 25740 25740 F DEBUG   : backtrace:
01-14 16:40:51.898 25740 25740 F DEBUG   :     #00 pc 000000000001d360  /system/lib64/libc.so (strlen+16)
01-14 16:40:51.898 25740 25740 F DEBUG   :     #01 pc 0000000000235b6c  /data/app/com.abproductions.game-WiOlyMD_Tw42wPQAXC3H_Q==/lib/arm64/libyoyo.so (_ZN7CScript13LoadFromChunkEP8YYScriptPh+128)
01-14 16:40:51.898 25740 25740 F DEBUG   :     #02 pc 00000000002360d8  /data/app/com.abproductions.game-WiOlyMD_Tw42wPQAXC3H_Q==/lib/arm64/libyoyo.so (_Z11Script_LoadPhjS_+268)
01-14 16:40:51.898 25740 25740 F DEBUG   :     #03 pc 00000000002345b8  /data/app/com.abproductions.game-WiOlyMD_Tw42wPQAXC3H_Q==/lib/arm64/libyoyo.so (_Z12LoadGameDataPvj+2464)
01-14 16:40:51.898 25740 25740 F DEBUG   :     #04 pc 00000000003039e4  /data/app/com.abproductions.game-WiOlyMD_Tw42wPQAXC3H_Q==/lib/arm64/libyoyo.so (_Z9DoTheWorkv+24)
01-14 16:40:51.898 25740 25740 F DEBUG   :     #05 pc 00000000002f2df8  /data/app/com.abproductions.game-WiOlyMD_Tw42wPQAXC3H_Q==/lib/arm64/libyoyo.so (Java_com_yoyogames_runner_RunnerJNILib_Startup+236)
01-14 16:40:51.898 25740 25740 F DEBUG   :     #06 pc 00000000000cf51c  /data/app/com.abproductions.game-WiOlyMD_Tw42wPQAXC3H_Q==/oat/arm64/base.odex (offset 0x39000)
01-14 16:59:15.637 27997 27997 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-14 16:59:15.637 27997 27997 F DEBUG   : Build fingerprint: 'Sony/H3113/H3113:8.0.0/50.1.A.13.123/2558067933:user/release-keys'
01-14 16:59:15.637 27997 27997 F DEBUG   : Revision: '0'
01-14 16:59:15.637 27997 27997 F DEBUG   : ABI: 'arm64'
01-14 16:59:15.637 27997 27997 F DEBUG   : pid: 27947, tid: 27974, name: GLThread 2006  >>> com.abproductions.game <<<
01-14 16:59:15.637 27997 27997 F DEBUG   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
01-14 16:59:15.637 27997 27997 F DEBUG   : Cause: null pointer dereference
01-14 16:59:15.637 27997 27997 F DEBUG   :     x0   0000000000000000  x1   00000074ad33d1e4  x2   00000074b03e2338  x3   00000074b0272a30
01-14 16:59:15.638 27997 27997 F DEBUG   :     x4   0000000000000000  x5   0000000000000004  x6   0000000000000036  x7   00000000003091c9
01-14 16:59:15.638 27997 27997 F DEBUG   :     x8   0101010101010101  x9   0000000000000001  x10  0000000000004001  x11  0000000000000000
01-14 16:59:15.638 27997 27997 F DEBUG   :     x12  00000074b9d711c8  x13  0000000000000000  x14  0000000000000010  x15  0000000000000010
01-14 16:59:15.638 27997 27997 F DEBUG   :     x16  00000074b0275e90  x17  00000074cbb3e350  x18  0000000000000000  x19  00000074ae8de800
01-14 16:59:15.638 27997 27997 F DEBUG   :     x20  0000000000000000  x21  00000074ad33d114  x22  0000000000000000  x23  00000074ae8de800
01-14 16:59:15.638 27997 27997 F DEBUG   :     x24  00000074b0277000  x25  00000074b027b000  x26  0000000000000034  x27  0000000000005544
01-14 16:59:15.638 27997 27997 F DEBUG   :     x28  00000074b03e23a8  x29  00000074afd445a8  x30  00000074aff7bb70
01-14 16:59:15.638 27997 27997 F DEBUG   :     sp   00000074afd441a0  pc   00000074cbb3e360  pstate 0000000080000000
01-14 16:59:15.641 27997 27997 F DEBUG   :
01-14 16:59:15.641 27997 27997 F DEBUG   : backtrace:
01-14 16:59:15.641 27997 27997 F DEBUG   :     #00 pc 000000000001d360  /system/lib64/libc.so (strlen+16)
01-14 16:59:15.641 27997 27997 F DEBUG   :     #01 pc 0000000000235b6c  /data/app/com.abproductions.game-9J60DzEHDAtYTExZxi7J2Q==/lib/arm64/libyoyo.so (_ZN7CScript13LoadFromChunkEP8YYScriptPh+128)
01-14 16:59:15.641 27997 27997 F DEBUG   :     #02 pc 00000000002360d8  /data/app/com.abproductions.game-9J60DzEHDAtYTExZxi7J2Q==/lib/arm64/libyoyo.so (_Z11Script_LoadPhjS_+268)
01-14 16:59:15.641 27997 27997 F DEBUG   :     #03 pc 00000000002345b8  /data/app/com.abproductions.game-9J60DzEHDAtYTExZxi7J2Q==/lib/arm64/libyoyo.so (_Z12LoadGameDataPvj+2464)
01-14 16:59:15.641 27997 27997 F DEBUG   :     #04 pc 00000000003039e4  /data/app/com.abproductions.game-9J60DzEHDAtYTExZxi7J2Q==/lib/arm64/libyoyo.so (_Z9DoTheWorkv+24)
01-14 16:59:15.641 27997 27997 F DEBUG   :     #05 pc 00000000002f2df8  /data/app/com.abproductions.game-9J60DzEHDAtYTExZxi7J2Q==/lib/arm64/libyoyo.so (Java_com_yoyogames_runner_RunnerJNILib_Startup+236)
01-14 16:59:15.641 27997 27997 F DEBUG   :     #06 pc 00000000000cf51c  /data/app/com.abproductions.game-9J60DzEHDAtYTExZxi7J2Q==/oat/arm64/base.odex (offset 0x39000)
--------- beginning of main
01-14 17:09:55.254 29640 29640 I yoyo    : onCreate
01-14 17:09:55.255 29640 29640 I yoyo    : #######!!!!!!! Checking for runner - found assets
01-14 17:09:55.273 29640 29640 I yoyo    : ###@@@@!!!~~~~###### versionName - 1.0.2
01-14 17:09:55.283 29640 29640 I yoyo    : ###@@@@!!!~~~~###### default orientation - 1
01-14 17:09:55.283 29640 29640 I yoyo    : #####!!!! package name is com.abproductions.game
01-14 17:09:55.283 29640 29640 I yoyo    : Loading INI from manifest file
01-14 17:09:55.300 29640 29640 I yoyo    : INI loaded from AndroidManifest.xml
01-14 17:09:55.300 29640 29640 I yoyo    : Attempting to initialise extension class com.abproductions.game.GooglePlayServicesExtension
01-14 17:09:55.301 29640 29640 I yoyo    : Method found, attempting to invoke Init
01-14 17:09:55.307 29640 29640 I yoyo    : Google Play Services extension initialising
01-14 17:09:55.307 29640 29640 I yoyo    : Failed to find appid, Google Play Services will not be initialised.
01-14 17:09:55.307 29640 29640 I yoyo    : @@@@@@@ Build.Display = 50.1.A.13.123 BRAND=Sony DEVICE=H3113 MANUFACTURER=Sony MODEL=H3113 PRODUCT=H3113
01-14 17:09:55.307 29640 29640 I yoyo    : @@@@@@@ XPeriaPlay=false manufacturer=false model=false
01-14 17:09:55.307 29640 29640 I yoyo    : Extension Class not found: com.abproductions.game.GooglePlayLicensingAsExt attempting to call checkLicensing
01-14 17:09:55.308 29640 29640 I yoyo    : !!!!!!! Checking if APK Expansion file required...
01-14 17:09:55.308 29640 29640 I yoyo    :  + + + + setupView + + + +
01-14 17:09:55.338 29640 29640 I yoyo    : #####!!!! package name is com.abproductions.game
01-14 17:09:55.338 29640 29640 I yoyo    : Loading INI from manifest file
01-14 17:09:55.339 29640 29640 I yoyo    : INI loaded from AndroidManifest.xml
01-14 17:09:55.339 29640 29640 I yoyo    : RestrictOrientation setting from YYPrefs
01-14 17:09:55.339 29640 29640 I yoyo    : RestrictOrientation("true", "false"true"false")
01-14 17:09:55.445 29640 29640 I yoyo    : Reading GL config option...
01-14 17:09:55.446 29640 29640 I yoyo    : Using OpenGL ES 1 renderer
01-14 17:09:55.446 29640 29640 I yoyo    : DemoGLSurfaceView: CREATED
01-14 17:09:55.460 29640 29640 I yoyo    : Setting vis flags to 5894
01-14 17:09:55.506 29640 29640 I yoyo    : !!!!!!! Using frame count timing if possible...
01-14 17:09:55.513 29640 29640 I yoyo    : onStart
01-14 17:09:55.514 29640 29640 I yoyo    : googleplayservices extension onStart called
01-14 17:09:55.515 29640 29640 I yoyo    : onResume
01-14 17:09:55.520 29640 29640 I yoyo    : Setting vis flags to 5894
01-14 17:09:55.544 29640 29640 I yoyo    : googleplayservices extension onResume called. Signed in on pause: false. Signed in now: false
01-14 17:09:55.597 29640 29640 I yoyo    : calculated orientation - 1
01-14 17:09:55.672 29640 29699 I yoyo    : chooseConfig
01-14 17:09:55.686 29640 29699 I yoyo    : OpenGL ES Extensions : GL_EXT_debug_marker GL_AMD_compressed_ATC_texture GL_AMD_performance_monitor GL_APPLE_texture_2D_limited_npot GL_ARB_vertex_buffer_object GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_type_2_10_10_10_REV GL_OES_blend_equation_separate GL_OES_blend_func_separate GL_OES_blend_subtract GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_depth_texture GL_OES_depth24 GL_OES_draw_texture GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_framebuffer_object GL_OES_matrix_palette GL_OES_packed_depth_stencil GL_OES_point_size_array GL_OES_point_sprite GL_OES_read_format GL_OES_rgb8_rgba8 GL_OES_stencil_wrap GL_OES_texture_cube_map GL_OES_texture_env_crossbar GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_texture_mirrored_repeat GL_QCOM_extended_get GL_QCOM_tiled_rendering
01-14 17:09:55.686 29640 29699 I yoyo    : Device supports 32bit display formats
01-14 17:09:55.690 29640 29699 I yoyo    : 16 bit colour depth forced
01-14 17:09:55.691 29640 29699 I yoyo    : Trying EGL config : EGLConfig 3: rgba=5650 depth=24 stencil=8 EGL_ALPHA_MASK_SIZE=0 EGL_BUFFER_SIZE=16 EGL_COLOR_BUFFER_TYPE=12430 EGL_CONFIG_CAVEAT=0x3038 EGL_LEVEL=0 EGL_LUMINANCE_SIZE=0 EGL_MAX_PBUFFER_WIDTH=16384 EGL_MAX_PBUFFER_HEIGHT=16384 EGL_MAX_PBUFFER_PIXELS=268435456 EGL_MAX_PBUFFER_HEIGHT=16384 EGL_MAX_PBUFFER_HEIGHT=16384 EGL_NATIVE_RENDERABLE=1 EGL_NATIVE_VISUAL_TYPE=-1 EGL_RENDERABLE_TYPE=69 EGL_SAMPLE_BUFFERS=0 EGL_SAMPLES=0 EGL_SURFACE_TYPE=5541 EGL_TRANSPARENT_TYPE=12344 EGL_TRANSPARENT_RED_VALUE=-1 EGL_TRANSPARENT_GREEN_VALUE=-1 EGL_TRANSPARENT_BLUE_VALUE=-1
01-14 17:09:55.699 29640 29699 I yoyo    : Selected EGL config working
01-14 17:09:55.734 29640 29699 I yoyo    : Renderer instance is gl1.1, framebuffer object is: 0
01-14 17:09:55.736 29640 29699 I yoyo    : APK File Path :: /data/app/com.abproductions.game-anlJeGPduCztZq27DTIVnw==/base.apk
01-14 17:09:55.737 29640 29699 I yoyo    : OpenGL ES-2.0 is supported: 196610
01-14 17:09:55.821 29640 29640 I yoyo    : onWindowFocusChanged(true|false)
01-14 17:09:55.824 29640 29640 I yoyo    : Setting vis flags to 5894
01-14 17:09:55.834 29640 29699 I yoyo    : onSurfaceChanged :: width=1920 height=1080
01-14 17:09:55.834 29640 29699 I yoyo    : State->Splash
01-14 17:09:55.861 29640 29640 I yoyo    : Setting vis flags to 5894
01-14 17:09:55.864 29640 29699 I yoyo    : State->Splash    time: 1547485795864
01-14 17:09:55.864 29640 29699 I yoyo    : State->Splash endTime: 1547485800864
01-14 17:09:55.864 29640 29699 I yoyo    : State->InitRunner
01-14 17:09:55.927 29640 29640 D yoyo    : doSetup called - /data/app/com.abproductions.game-anlJeGPduCztZq27DTIVnw==/base.apk
01-14 17:09:55.927 29640 29640 I yoyo    : checking 1 extensions for ad interface
01-14 17:09:55.927 29640 29640 I yoyo    : BILLING: setupInAppBilling
01-14 17:09:55.929 29640 29640 I yoyo    : Failed to initialize Google Play Services IAP functionality - could not initialise RunnerBilling:java.lang.ClassNotFoundException: com.abproductions.game.RunnerBilling
01-14 17:09:55.929 29640 29640 I yoyo    : If you are intending to use Google Play Services IAP's please ensure you have the GooglePlayServicesIAPExtension added to your project
01-14 17:09:55.929 29640 29640 I yoyo    : java.lang.ClassNotFoundException: com.abproductions.game.RunnerBilling
01-14 17:09:55.929 29640 29640 I yoyo    : com.abproductions.game.RunnerBilling
01-14 17:09:55.930 29640 29640 I yoyo    : BILLING: Google Play permissions not available, selecting NULL billing solution
01-14 17:09:55.931 29640 29640 I yoyo    : -----setup Push------
01-14 17:09:55.936 29640 29640 I yoyo    : GAMEPAD: Bonded Bluetooth devices read
01-14 17:09:55.938 29640 29640 D yoyo    : ****** Found API level 12 function! Joysticks supported
01-14 17:09:55.944 29640 29640 I yoyo    : GAMEPAD: Enumeration complete
01-14 17:09:55.944 29640 29640 I yoyo    : RestrictOrientation setting from YYPrefs
01-14 17:09:55.944 29640 29640 I yoyo    : RestrictOrientation("true", "false"true"false")
01-14 17:09:55.964 29640 29640 I yoyo    : Setting vis flags to 5894
01-14 17:09:56.022 29640 29640 I yoyo    : Setting vis flags to 5894
01-14 17:09:56.328 29640 29640 I yoyo    : Setting vis flags to 5894
01-14 17:09:56.365 29640 29640 I yoyo    : Setting vis flags to 5894
01-14 17:10:00.868 29640 29699 I yoyo    : Sleepmargin: 0
01-14 17:10:00.892 29640 29699 I yoyo    : Attempting to set gamepadcount to 1
01-14 17:10:00.892 29640 29699 I yoyo    : Attempting to set gamepadcount to 1
01-14 17:10:01.014 30049 30049 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-14 17:10:01.014 30049 30049 F DEBUG   : Build fingerprint: 'Sony/H3113/H3113:8.0.0/50.1.A.13.123/2558067933:user/release-keys'
01-14 17:10:01.014 30049 30049 F DEBUG   : Revision: '0'
01-14 17:10:01.014 30049 30049 F DEBUG   : ABI: 'arm64'
01-14 17:10:01.014 30049 30049 F DEBUG   : pid: 29640, tid: 29699, name: GLThread 2118  >>> com.abproductions.game <<<
01-14 17:10:01.014 30049 30049 F DEBUG   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
01-14 17:10:01.014 30049 30049 F DEBUG   : Cause: null pointer dereference
01-14 17:10:01.014 30049 30049 F DEBUG   :     x0   0000000000000000  x1   00000074ae5301e4  x2   00000074b03e8338  x3   00000074b0278a30
01-14 17:10:01.014 30049 30049 F DEBUG   :     x4   0000000000000000  x5   0000000000000004  x6   0000000000000036  x7   00000000003091c9
01-14 17:10:01.014 30049 30049 F DEBUG   :     x8   0101010101010101  x9   0000000000000001  x10  0000000000004001  x11  0000000000000000
01-14 17:10:01.014 30049 30049 F DEBUG   :     x12  00000074b9d7c1c8  x13  0000000000000000  x14  0000000000000010  x15  0000000000000010
01-14 17:10:01.014 30049 30049 F DEBUG   :     x16  00000074b027be90  x17  00000074cbb3e350  x18  0000000000000000  x19  00000074ae68d800
01-14 17:10:01.014 30049 30049 F DEBUG   :     x20  0000000000000000  x21  00000074ae530114  x22  0000000000000000  x23  00000074ae68d800
01-14 17:10:01.014 30049 30049 F DEBUG   :     x24  00000074b027d000  x25  00000074b0281000  x26  0000000000000034  x27  0000000000005544
01-14 17:10:01.015 30049 30049 F DEBUG   :     x28  00000074b03e83a8  x29  00000074afd4a5a8  x30  00000074aff81b70
01-14 17:10:01.015 30049 30049 F DEBUG   :     sp   00000074afd4a1a0  pc   00000074cbb3e360  pstate 0000000080000000
01-14 17:10:01.020 30049 30049 F DEBUG   :
01-14 17:10:01.020 30049 30049 F DEBUG   : backtrace:
01-14 17:10:01.020 30049 30049 F DEBUG   :     #00 pc 000000000001d360  /system/lib64/libc.so (strlen+16)
01-14 17:10:01.020 30049 30049 F DEBUG   :     #01 pc 0000000000235b6c  /data/app/com.abproductions.game-anlJeGPduCztZq27DTIVnw==/lib/arm64/libyoyo.so (_ZN7CScript13LoadFromChunkEP8YYScriptPh+128)
01-14 17:10:01.020 30049 30049 F DEBUG   :     #02 pc 00000000002360d8  /data/app/com.abproductions.game-anlJeGPduCztZq27DTIVnw==/lib/arm64/libyoyo.so (_Z11Script_LoadPhjS_+268)
01-14 17:10:01.020 30049 30049 F DEBUG   :     #03 pc 00000000002345b8  /data/app/com.abproductions.game-anlJeGPduCztZq27DTIVnw==/lib/arm64/libyoyo.so (_Z12LoadGameDataPvj+2464)
01-14 17:10:01.020 30049 30049 F DEBUG   :     #04 pc 00000000003039e4  /data/app/com.abproductions.game-anlJeGPduCztZq27DTIVnw==/lib/arm64/libyoyo.so (_Z9DoTheWorkv+24)
01-14 17:10:01.020 30049 30049 F DEBUG   :     #05 pc 00000000002f2df8  /data/app/com.abproductions.game-anlJeGPduCztZq27DTIVnw==/lib/arm64/libyoyo.so (Java_com_yoyogames_runner_RunnerJNILib_Startup+236)
01-14 17:10:01.020 30049 30049 F DEBUG   :     #06 pc 00000000000cf51c  /data/app/com.abproductions.game-anlJeGPduCztZq27DTIVnw==/oat/arm64/base.odex (offset 0x39000)
I am using GMS 2.1.5.322 with JDK_8u131 and NDK 16b (32 bit version) I have installed all SDK's and have the build settings set at 26.0.2 / 26.0.0 / 26 / 14 / 26
I have architects arm5, arm64 and armv7 enabled.
It's worth noting that the game also runs on windows YYC

Any help would be greatly appreciated! Cheers!
 
Last edited by a moderator:
Top