• 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 Crash related to adMob?

Traversal

Member
I did try to get started with this Tutorial to use AdMob.

It compiles fine, but shortly after the start my App does crash with this error:

11-15 09:34:57.300 15763 15806 I yoyo : vsync timeout...
11-15 09:34:57.617 7400 16044 I Ads : SDK version: afma-sdk-a-v14170999.11910000.1
11-15 09:34:57.617 7400 16044 W Ads : Error while connecting to ad server: no protocol:
11-15 09:34:57.623 15763 15763 I Ads : Ad failed to load : 2
11-15 09:35:00.095 15763 15763 I yoyo : onPause
11-15 09:35:00.100 15763 15763 I yoyo : Pausing the Runner
11-15 09:35:00.228 15763 15806 I yoyo : vsync timeout...
11-15 09:35:00.306 16358 16358 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
11-15 09:35:00.306 16358 16358 F DEBUG : Build fingerprint: 'samsung/starltexx/starlte:8.0.0/R16NW/G960FXXU2BRJ3:user/release-keys'
11-15 09:35:00.306 16358 16358 F DEBUG : Revision: '26'
11-15 09:35:00.306 16358 16358 F DEBUG : ABI: 'arm64'
11-15 09:35:00.306 16358 16358 F DEBUG : pid: 15763, tid: 15763, name: om.company.game >>> com.company.game <<<
11-15 09:35:00.306 16358 16358 F DEBUG : signal 5 (SIGTRAP), code 1 (TRAP_BRKPT), fault addr 0x72ab4b0b5c
11-15 09:35:00.306 16358 16358 F DEBUG : x0 00000072aafb6620 x1 00000072ab4b0b3c x2 0000000000000000 x3 00000072c8ec5a00
11-15 09:35:00.306 16358 16358 F DEBUG : x4 0000007fe83c93e0 x5 00000072aef980ec x6 2252531106050f19 x7 190f050611ffffff
11-15 09:35:00.306 16358 16358 F DEBUG : x8 0000000000000001 x9 0000000000000001 x10 00000072ceaaf9c8 x11 0000000000000000
11-15 09:35:00.306 16358 16358 F DEBUG : x12 00000072ce846930 x13 a17cbb31a4521d5d x14 00000072ce32f000 x15 00000072ce32f000
11-15 09:35:00.306 16358 16358 F DEBUG : x16 00000072ab749bd8 x17 00000072ab4b335c x18 0000000000000007 x19 00000072c8ec5a00
11-15 09:35:00.306 16358 16358 F DEBUG : x20 00000072c8cd7e10 x21 00000072c8ec5a00 x22 0000007fe83c924c x23 00000072aef980ec
11-15 09:35:00.306 16358 16358 F DEBUG : x24 0000000000000004 x25 00000072c8ec5a98 x26 0000000000000000 x27 0000000000000001
11-15 09:35:00.306 16358 16358 F DEBUG : x28 0000000000000001 x29 0000007fe83c8fa0 x30 00000072ab52f268
11-15 09:35:00.306 16358 16358 F DEBUG : sp 0000007fe83c8fa0 pc 00000072ab4b0b5c pstate 0000000080000000
11-15 09:35:00.308 16358 16358 F DEBUG :
11-15 09:35:00.308 16358 16358 F DEBUG : backtrace:
11-15 09:35:00.308 16358 16358 F DEBUG : #00 pc 00000000002a4b5c /data/app/com.company.game-OO_OlQuxAqV1FCewnDdr9Q==/lib/arm64/libyoyo.so (_ZN17ALCdevice_android13pausePlaybackEv+32)
11-15 09:35:00.308 16358 16358 F DEBUG : #01 pc 0000000000323264 /data/app/com.company.game-OO_OlQuxAqV1FCewnDdr9Q==/lib/arm64/libyoyo.so (Java_com_yoyogames_runner_RunnerJNILib_Pause+68)
11-15 09:35:00.308 16358 16358 F DEBUG : #02 pc 00000000000a5b08 /data/app/com.company.game-OO_OlQuxAqV1FCewnDdr9Q==/oat/arm64/base.odex (offset 0x4c000)
 
Top