GameCircle App published

I just received notice that my latest app, Space Mission: Survival was approved and is now on the app store.  This app is using the GameCircle plugin.

Thanks to everyone who put this plugin together!  It was pretty easy to implement once the plugin was avail to me.

Link: http://amzn.to/1sHVAx9

–John

Great! Congratulations.

@shizoid2k
Just curious is this Kindle only or are you running AGC on android phones/tabs as well? No crash issues like I see when the toasts are up? The easiest way I’ve found to reproduce is to submit a high score, transition to a new scene, the hit the back key. In this scenario I crash every time :frowning:

@scizoid2k
Answered my own question. Looked like my kind of game so I purchased it. I like it. Neat spin on a retro game mechanic. It is harder to reproduce the crash on your game. I think because screen transitions are much slower. Still if when I start your app and the sign in to AGC is showing the login toast. Hit start game. Then immediately tap play I get the same crash as I am seeing in my game. Less likely to be an issue for you I think since you aren’t supporting the android hardware back key. Oh just on a side note you forgot to eat the back key press on your settings screen. So pressing back on that screen immediately ends the app. Not a huge deal just wanted to pass it along. Keep up the good work. Looking forward to playing the game on my Nexus 7 when I get home from my trip.

@w.j.francis,

Thanks for the info… I guess I need to put out an update asap to handle the back key.

I didn’t notice a crash, but I will try again.  I tested on an Android phone (not Amazon phone) and everything appeared to work.  I guess as this plugin matures, some of these problems go away, but it is something to look out for.

Thanks!

–John

Edit: I just checked and I catch the back key during the actual gameplay screen.  Perhaps I catch it for all screen during my next update.

Yeah it looked like only an issue on the settings screen so not that big a deal. As far as Game Circle goes it is much much harder to crash in your app than mine. I really think this is because your scene transitions are much slower. Also maybe b/c I submit 3 leader board updates one after the other without waiting for the AGC callback. I wonder if it would help if I built a sequential queue for all my AGC requests? Sure wish the plugin dev would chime in here.

Oh here is the screenshot of your crash. Maybe I can get you some logs over the weekend if you want.

Thanks… If you have some logs, I would appreciate it and I will also see if I can determine what’s happening.  I cannot seem to get it to crash on my end.  I am sending 2 leaderboard updates after the game ends.  Looking at my code, I just call SubmitScores after checking if GameCircle is connected, so if there is a crash, it may be outside of something I have control over.

I agree that it is likely outside your control. I think it is the same as one of the 2 crashes I get from the plugin that occurs when I switch screens while an amazon toast is showing. I will need access to my home Dev machine to verify for you but will see if I can’t get logs your way this weekend. If it is the same, the message will be something like this: 10-13 23:02:27.754: W/WindowManager(575): Failed looking up window 10-13 23:02:27.754: W/WindowManager(575): java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@4291ec60 does not exist 10-13 23:02:27.754: W/WindowManager(575): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:7939) 10-13 23:02:27.754: W/WindowManager(575): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:7930) 10-13 23:02:27.754: W/WindowManager(575): at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:1047) 10-13 23:02:27.754: W/WindowManager(575): at android.os.BinderProxy.sendDeathNotice(Binder.java:493) 10-13 23:02:27.754: W/WindowManager(575): at dalvik.system.NativeStart.run(Native Method) 10-13 23:02:27.754: I/WindowState(575): WIN DEATH: null 10-13 23:02:27.754: I/WindowState(575): WIN DEATH: Window{4295bbb0 u0 p

I am getting a lot of crashes when using GameCircle in my app, this is on a Kindle Fire HD 7".

The first time I call the GameCircle popup (is that what you mean by a toast?) after installing the game, it ALWAYS crashes my game. Here is a log:

10-24 10:49:12.806: I/System.out(2669): --Amazon GameCircle Initialized With Following Features: 10-24 10:49:12.806: I/System.out(2669): -----Achievements 10-24 10:49:12.806: W/Whispersync(2669): WhispersyncClient has already been initialized 10-24 10:49:12.806: W/Settings(2669): Setting airplane\_mode\_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. 10-24 10:49:12.816: W/FlurryAgent(2669): Start session with context: com.ansca.corona.CoronaActivity@41e15e40 count:0 10-24 10:49:12.836: V/BatteryDrain(825): sending alarm Alarm{421bdc88 type 2 com.nokia.odnp.service} 10-24 10:49:13.316: I/ActivityManager(825): Start proc com.qualcomm.wiper for service com.qualcomm.wiper/.Wiper: pid=3098 uid=32066 gids={72066, 3003, 1028, 9001} 10-24 10:49:13.356: D/WifiStateMachine(825): RSSI dipped below -75 dB. Current RSSI: -76 dB 10-24 10:49:13.366: W/ActivityManager(825): Service attempted to set foreground with invalid notification (notifications must have an icon) - rejecting. 10-24 10:49:14.206: W/Adreno-GSL(2669): \<gsl\_ldd\_control:393\>: ioctl fd 63 code 0xc01c0934 (IOCTL\_KGSL\_GPUMEM\_ALLOC\_ID) failed: errno 12 Out of memory 10-24 10:49:14.206: E/Adreno-GSL(2669): \<ioctl\_kgsl\_sharedmem\_alloc:1494\>: ioctl\_kgsl\_sharedmem\_alloc: FATAL ERROR : (null) 10-24 10:49:14.206: A/libc(2669): bionic/libstdc++/src/pure\_virtual.cpp:6: void \_\_cxa\_pure\_virtual(): assertion "!"Pure virtual function called. Are you calling virtual methods from a destructor?"" failed 10-24 10:49:14.206: A/libc(2669): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 2690 (Thread-3912) 10-24 10:49:14.306: I/DEBUG(423): \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* 10-24 10:49:14.306: I/DEBUG(423): Build fingerprint: 'Amazon/thor/thor:4.2.2/JDQ39/13.3.2.6\_user\_326001820:user/release-keys' 10-24 10:49:14.306: I/DEBUG(423): Revision: '0' 10-24 10:49:14.306: I/DEBUG(423): pid: 2669, tid: 2690, name: Thread-3912 \>\>\> com.quiztix.movies \<\<\< 10-24 10:49:14.306: I/DEBUG(423): signal 11 (SIGSEGV), code 1 (SEGV\_MAPERR), fault addr deadbaad 10-24 10:49:14.376: I/DEBUG(423): r0 00000027 r1 deadbaad r2 40146258 r3 00000000 10-24 10:49:14.376: I/DEBUG(423): r4 00000000 r5 5dce560c r6 40173a29 r7 401739e9 10-24 10:49:14.376: I/DEBUG(423): r8 00000006 r9 00000000 sl 00001000 fp 4014f950 10-24 10:49:14.376: I/DEBUG(423): ip 00004000 sp 5dce5608 lr 40119409 pc 40115aa2 cpsr 60000030 10-24 10:49:14.376: I/DEBUG(423): d0 6c2f63696e6f6962 d1 2b2b636474736269 10-24 10:49:14.376: I/DEBUG(423): d2 7275702f6372732f d3 6175747269765f65 10-24 10:49:14.376: I/DEBUG(423): d4 0000000000000000 d5 0000000000000000 10-24 10:49:14.376: I/DEBUG(423): d6 0000000000000000 d7 0000000000000000 10-24 10:49:14.376: I/DEBUG(423): d8 447a0000419a0e56 d9 0000000000000000 10-24 10:49:14.376: I/DEBUG(423): d10 0000000000000000 d11 0000000000000000 10-24 10:49:14.376: I/DEBUG(423): d12 0000000000000000 d13 0000000000000000 10-24 10:49:14.376: I/DEBUG(423): d14 0000000000000000 d15 0000000000000000 10-24 10:49:14.376: I/DEBUG(423): d16 642061206d6f7266 d17 6f74637572747365 10-24 10:49:14.376: I/DEBUG(423): d18 206e6f6974636e75 d19 202e64656c6c6163 10-24 10:49:14.376: I/DEBUG(423): d20 20756f7920657241 d21 20676e696c6c6163 10-24 10:49:14.376: I/DEBUG(423): d22 206c617574726976 d23 2073646f6874656d 10-24 10:49:14.376: I/DEBUG(423): d24 3f56c16c16c76a94 d25 3f81be271c6c386e 10-24 10:49:14.376: I/DEBUG(423): d26 3fa555555555551c d27 3fc6a9ee42346648 10-24 10:49:14.376: I/DEBUG(423): d28 3fe0000000000000 d29 0000000000000001 10-24 10:49:14.376: I/DEBUG(423): d30 fff0000000000000 d31 fffffffeffffffe8 10-24 10:49:14.376: I/DEBUG(423): scr 2800009e 10-24 10:49:14.386: I/DEBUG(423): backtrace: 10-24 10:49:14.386: I/DEBUG(423): #00 pc 0001aaa2 /system/lib/libc.so 10-24 10:49:14.386: I/DEBUG(423): #01 pc 00018170 /system/lib/libc.so (abort+4) 10-24 10:49:14.386: I/DEBUG(423): #02 pc 00021971 /system/lib/libc.so (\_\_assert2+60) 10-24 10:49:14.386: I/DEBUG(423): #03 pc 00183ce5 /system/lib/libchromium\_net.so (net::ClientSocketPoolExtendFactory::~ClientSocketPoolExtendFactory()+16) 10-24 10:49:14.386: I/DEBUG(423): #04 pc 00021b31 /system/lib/libc.so (\_\_cxa\_finalize+160) 10-24 10:49:14.386: I/DEBUG(423): #05 pc 00021e87 /system/lib/libc.so (exit+6) 10-24 10:49:14.386: I/DEBUG(423): #06 pc 00006aad /system/vendor/lib/libgsl.so (ioctl\_kgsl\_sharedmem\_alloc+652) 10-24 10:49:14.386: I/DEBUG(423): #07 pc 000052f3 /system/vendor/lib/libgsl.so (gsl\_memory\_alloc\_pure+34) 10-24 10:49:14.386: I/DEBUG(423): #08 pc 00073af7 /system/vendor/lib/egl/libGLESv2\_adreno.so (rb\_alloc\_gfx\_mem\_pure+58) 10-24 10:49:14.386: I/DEBUG(423): #09 pc 00073cef /system/vendor/lib/egl/libGLESv2\_adreno.so (rb\_mempool\_dynamic\_alloc\_pure+266) 10-24 10:49:14.386: I/DEBUG(423): #10 pc 0007bf63 /system/vendor/lib/egl/libGLESv2\_adreno.so (rb\_texture\_create\_hw\_image+82) 10-24 10:49:14.386: I/DEBUG(423): #11 pc 0007d037 /system/vendor/lib/egl/libGLESv2\_adreno.so (rb\_texture\_alloc\_graphicsmemory+42) 10-24 10:49:14.386: I/DEBUG(423): #12 pc 0007d239 /system/vendor/lib/egl/libGLESv2\_adreno.so (rb\_texture\_handle\_driver\_compress+20) 10-24 10:49:14.386: I/DEBUG(423): #13 pc 0007df85 /system/vendor/lib/egl/libGLESv2\_adreno.so (rb\_texture\_loadimage+106) 10-24 10:49:14.386: I/DEBUG(423): #14 pc 0005ba55 /system/vendor/lib/egl/libGLESv2\_adreno.so (TexImageLoad+228) 10-24 10:49:14.386: I/DEBUG(423): #15 pc 0005bcb7 /system/vendor/lib/egl/libGLESv2\_adreno.so (core\_glTexImage2D+238) 10-24 10:49:14.386: I/DEBUG(423): #16 pc 0003c357 /system/vendor/lib/egl/libGLESv2\_adreno.so (glTexImage2D+50) 10-24 10:49:14.386: I/DEBUG(423): #17 pc 000daae0 /data/app-lib/com.quiztix.movies-1/libcorona.so 10-24 10:49:14.386: I/DEBUG(423): #18 pc 000dd0d0 /data/app-lib/com.quiztix.movies-1/libcorona.so 10-24 10:49:14.386: I/DEBUG(423): #19 pc 0008bf64 /data/app-lib/com.quiztix.movies-1/libcorona.so 10-24 10:49:14.386: I/DEBUG(423): #20 pc 000d2bb4 /data/app-lib/com.quiztix.movies-1/libcorona.so 10-24 10:49:14.386: I/DEBUG(423): #21 pc 0006fff0 /data/app-lib/com.quiztix.movies-1/libcorona.so 10-24 10:49:14.386: I/DEBUG(423): #22 pc 00020ad0 /system/lib/libdvm.so (dvmPlatformInvoke+112) 10-24 10:49:14.386: I/DEBUG(423): #23 pc 00050161 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const\*, JValue\*, Method const\*, Thread\*)+396) 10-24 10:49:14.386: I/DEBUG(423): #24 pc 00029f60 /system/lib/libdvm.so 10-24 10:49:14.386: I/DEBUG(423): #25 pc 0002e02c /system/lib/libdvm.so (dvmInterpret(Thread\*, Method const\*, JValue\*)+184) 10-24 10:49:14.386: I/DEBUG(423): #26 pc 00062a91 /system/lib/libdvm.so (dvmCallMethodV(Thread\*, Method const\*, Object\*, bool, JValue\*, std::\_\_va\_list)+272) 10-24 10:49:14.386: I/DEBUG(423): #27 pc 00062abb /system/lib/libdvm.so (dvmCallMethod(Thread\*, Method const\*, Object\*, JValue\*, ...)+20) 10-24 10:49:14.386: I/DEBUG(423): #28 pc 0005757f /system/lib/libdvm.so 10-24 10:49:14.386: I/DEBUG(423): #29 pc 0000e478 /system/lib/libc.so (\_\_thread\_entry+72) 10-24 10:49:14.386: I/DEBUG(423): #30 pc 0000db64 /system/lib/libc.so (pthread\_create+160) 10-24 10:49:14.386: I/DEBUG(423): #31 pc 00001d2c \<unknown\> 10-24 10:49:14.386: I/DEBUG(423): stack: 10-24 10:49:14.386: I/DEBUG(423): 5dce55c8 00000000 10-24 10:49:14.386: I/DEBUG(423): 5dce55cc dec50a32 10-24 10:49:14.386: I/DEBUG(423): 5dce55d0 00000000 10-24 10:49:14.386: I/DEBUG(423): 5dce55d4 419a0e56 /dev/ashmem/dalvik-aux-structure (deleted) 10-24 10:49:14.386: I/DEBUG(423): 5dce55d8 447a0000 /dev/ashmem/dalvik-heap (deleted) 10-24 10:49:14.386: I/DEBUG(423): 5dce55dc 00000000 10-24 10:49:14.386: I/DEBUG(423): 5dce55e0 40143254 /system/lib/libc.so 10-24 10:49:14.386: I/DEBUG(423): 5dce55e4 401431b4 /system/lib/libc.so 10-24 10:49:14.386: I/DEBUG(423): 5dce55e8 00000000 10-24 10:49:14.386: I/DEBUG(423): 5dce55ec 40119409 /system/lib/libc.so (\_fwalk+32) 10-24 10:49:14.386: I/DEBUG(423): 5dce55f0 00000001 10-24 10:49:14.386: I/DEBUG(423): 5dce55f4 5dce560c [stack:2690] 10-24 10:49:14.386: I/DEBUG(423): 5dce55f8 40173a29 /system/lib/libstdc++.so 10-24 10:49:14.386: I/DEBUG(423): 5dce55fc 401739e9 /system/lib/libstdc++.so 10-24 10:49:14.386: I/DEBUG(423): 5dce5600 df0027ad 10-24 10:49:14.386: I/DEBUG(423): 5dce5604 00000000 10-24 10:49:14.386: I/DEBUG(423): #00 5dce5608 00000006 10-24 10:49:14.386: I/DEBUG(423): 5dce560c fffffbdf 10-24 10:49:14.386: I/DEBUG(423): 5dce5610 40173a03 /system/lib/libstdc++.so 10-24 10:49:14.386: I/DEBUG(423): 5dce5614 40173a29 /system/lib/libstdc++.so 10-24 10:49:14.386: I/DEBUG(423): 5dce5618 401739e9 /system/lib/libstdc++.so 10-24 10:49:14.386: I/DEBUG(423): 5dce561c 40118975 /system/lib/libc.so (fprintf+16) 10-24 10:49:14.386: I/DEBUG(423): 5dce5620 401431b4 /system/lib/libc.so 10-24 10:49:14.386: I/DEBUG(423): 5dce5624 4013b8c9 /system/lib/libc.so 10-24 10:49:14.386: I/DEBUG(423): 5dce5628 40173a03 /system/lib/libstdc++.so 10-24 10:49:14.386: I/DEBUG(423): 5dce562c 40113174 /system/lib/libc.so (\_\_pthread\_clone) 10-24 10:49:14.386: I/DEBUG(423): #01 5dce5630 5dce5630 [stack:2690] 10-24 10:49:14.386: I/DEBUG(423): 5dce5634 4011c975 /system/lib/libc.so (\_\_assert2+64) 10-24 10:49:14.386: I/DEBUG(423): #02 5dce5638 401739e9 /system/lib/libstdc++.so 10-24 10:49:14.386: I/DEBUG(423): 5dce563c 40173a29 /system/lib/libstdc++.so 10-24 10:49:14.386: I/DEBUG(423): 5dce5640 40173a29 /system/lib/libstdc++.so 10-24 10:49:14.386: I/DEBUG(423): 5dce5644 40173a29 /system/lib/libstdc++.so 10-24 10:49:14.386: I/DEBUG(423): 5dce5648 5c7f7374 10-24 10:49:14.386: I/DEBUG(423): 5dce564c 5e6521bc 10-24 10:49:14.386: I/DEBUG(423): 5dce5650 5e6521c8 10-24 10:49:14.386: I/DEBUG(423): 5dce5654 00000024 10-24 10:49:14.386: I/DEBUG(423): 5dce5658 40146da4 10-24 10:49:14.386: I/DEBUG(423): 5dce565c 5c737ce7 /system/lib/libchromium\_net.so (net::ClientSocketPoolExtendFactory::~ClientSocketPoolExtendFactory()+18) 10-24 10:49:14.396: I/DEBUG(423): memory near r2: 10-24 10:49:14.396: I/DEBUG(423): 40146238 0000000d 00000002 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40146248 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40146258 00000001 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40146268 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40146278 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40146288 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40146298 00000000 00000000 007cb15a 00000000 10-24 10:49:14.396: I/DEBUG(423): 401462a8 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 401462b8 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 401462c8 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 401462d8 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 401462e8 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 401462f8 00000000 00000000 00000000 00004000 10-24 10:49:14.396: I/DEBUG(423): 40146308 00000000 00000000 00000000 00004000 10-24 10:49:14.396: I/DEBUG(423): 40146318 00000000 00000000 00000000 00004000 10-24 10:49:14.396: I/DEBUG(423): 40146328 00000000 00000000 00000000 00004000 10-24 10:49:14.396: I/DEBUG(423): memory near r5: 10-24 10:49:14.396: I/DEBUG(423): 5dce55ec 40119409 00000001 5dce560c 40173a29 10-24 10:49:14.396: I/DEBUG(423): 5dce55fc 401739e9 df0027ad 00000000 00000006 10-24 10:49:14.396: I/DEBUG(423): 5dce560c fffffbdf 40173a03 40173a29 401739e9 10-24 10:49:14.396: I/DEBUG(423): 5dce561c 40118975 401431b4 4013b8c9 40173a03 10-24 10:49:14.396: I/DEBUG(423): 5dce562c 40113174 5dce5630 4011c975 401739e9 10-24 10:49:14.396: I/DEBUG(423): 5dce563c 40173a29 40173a29 40173a29 5c7f7374 10-24 10:49:14.396: I/DEBUG(423): 5dce564c 5e6521bc 5e6521c8 00000024 40146da4 10-24 10:49:14.396: I/DEBUG(423): 5dce565c 5c737ce7 5c7f7374 5c737cd5 5e652000 10-24 10:49:14.396: I/DEBUG(423): 5dce566c 4011cb33 5e1720b8 5c737cd5 5c7f7374 10-24 10:49:14.396: I/DEBUG(423): 5dce567c 5c7f6000 0000003f 00000001 fffffffc 10-24 10:49:14.396: I/DEBUG(423): 5dce568c 02080000 000c0600 00000001 5dce57e8 10-24 10:49:14.396: I/DEBUG(423): 5dce569c 5e1720b8 657e523c 4011ce8b dec50a32 10-24 10:49:14.396: I/DEBUG(423): 5dce56ac 5e033ab1 5e03ab8e 5e039e1d 5e03ab8e 10-24 10:49:14.396: I/DEBUG(423): 5dce56bc 00000000 657e4e90 00000000 657e519c 10-24 10:49:14.396: I/DEBUG(423): 5dce56cc 00000000 10100600 02080000 00000000 10-24 10:49:14.396: I/DEBUG(423): 5dce56dc 00000000 00000000 00000000 5ebb0620 10-24 10:49:14.396: I/DEBUG(423): memory near r6: 10-24 10:49:14.396: I/DEBUG(423): 40173a08 696c2f63 64747362 2f2b2b63 2f637273 10-24 10:49:14.396: I/DEBUG(423): 40173a18 65727570 7269765f 6c617574 7070632e 10-24 10:49:14.396: I/DEBUG(423): 40173a28 50222100 20657275 74726976 206c6175 10-24 10:49:14.396: I/DEBUG(423): 40173a38 636e7566 6e6f6974 6c616320 2e64656c 10-24 10:49:14.396: I/DEBUG(423): 40173a48 65724120 756f7920 6c616320 676e696c 10-24 10:49:14.396: I/DEBUG(423): 40173a58 72697620 6c617574 74656d20 73646f68 10-24 10:49:14.396: I/DEBUG(423): 40173a68 6f726620 2061206d 74736564 74637572 10-24 10:49:14.396: I/DEBUG(423): 40173a78 223f726f 412f4e00 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40173a88 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40173a98 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40173aa8 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40173ab8 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40173ac8 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40173ad8 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40173ae8 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40173af8 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): memory near r7: 10-24 10:49:14.396: I/DEBUG(423): 401739c8 7fffffd0 00000001 8101b108 8400b0b0 10-24 10:49:14.396: I/DEBUG(423): 401739d8 00000000 8101b108 8400b0b0 00000000 10-24 10:49:14.396: I/DEBUG(423): 401739e8 696f7600 5f5f2064 5f617863 65727570 10-24 10:49:14.396: I/DEBUG(423): 401739f8 7269765f 6c617574 62002928 696e6f69 10-24 10:49:14.396: I/DEBUG(423): 40173a08 696c2f63 64747362 2f2b2b63 2f637273 10-24 10:49:14.396: I/DEBUG(423): 40173a18 65727570 7269765f 6c617574 7070632e 10-24 10:49:14.396: I/DEBUG(423): 40173a28 50222100 20657275 74726976 206c6175 10-24 10:49:14.396: I/DEBUG(423): 40173a38 636e7566 6e6f6974 6c616320 2e64656c 10-24 10:49:14.396: I/DEBUG(423): 40173a48 65724120 756f7920 6c616320 676e696c 10-24 10:49:14.396: I/DEBUG(423): 40173a58 72697620 6c617574 74656d20 73646f68 10-24 10:49:14.396: I/DEBUG(423): 40173a68 6f726620 2061206d 74736564 74637572 10-24 10:49:14.396: I/DEBUG(423): 40173a78 223f726f 412f4e00 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40173a88 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40173a98 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40173aa8 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40173ab8 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): memory near sl: 10-24 10:49:14.396: I/DEBUG(423): 00000fe0 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 00000ff0 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 00001000 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 00001010 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 00001020 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 00001030 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 00001040 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 00001050 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 00001060 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 00001070 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 00001080 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 00001090 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 000010a0 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 000010b0 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 000010c0 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 000010d0 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): memory near fp: 10-24 10:49:14.396: I/DEBUG(423): 4014f930 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 4014f940 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): 4014f950 5e652000 41b34000 00000000 be996a6a 10-24 10:49:14.406: I/DEBUG(423): 4014f960 00000001 5edcff68 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): 4014f970 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): 4014f980 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): 4014f990 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): 4014f9a0 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): 4014f9b0 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): 4014f9c0 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): 4014f9d0 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): 4014f9e0 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): 4014f9f0 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): 4014fa00 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): 4014fa10 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): 4014fa20 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): memory near ip: 10-24 10:49:14.406: I/DEBUG(423): 00003fe0 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 00003ff0 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 00004000 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 00004010 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 00004020 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 00004030 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 00004040 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 00004050 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 00004060 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 00004070 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 00004080 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 00004090 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 000040a0 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 000040b0 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 000040c0 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 000040d0 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): memory near sp: 10-24 10:49:14.406: I/DEBUG(423): 5dce55e8 00000000 40119409 00000001 5dce560c 10-24 10:49:14.406: I/DEBUG(423): 5dce55f8 40173a29 401739e9 df0027ad 00000000 10-24 10:49:14.406: I/DEBUG(423): 5dce5608 00000006 fffffbdf 40173a03 40173a29 10-24 10:49:14.406: I/DEBUG(423): 5dce5618 401739e9 40118975 401431b4 4013b8c9 10-24 10:49:14.406: I/DEBUG(423): 5dce5628 40173a03 40113174 5dce5630 4011c975 10-24 10:49:14.406: I/DEBUG(423): 5dce5638 401739e9 40173a29 40173a29 40173a29 10-24 10:49:14.406: I/DEBUG(423): 5dce5648 5c7f7374 5e6521bc 5e6521c8 00000024 10-24 10:49:14.406: I/DEBUG(423): 5dce5658 40146da4 5c737ce7 5c7f7374 5c737cd5 10-24 10:49:14.406: I/DEBUG(423): 5dce5668 5e652000 4011cb33 5e1720b8 5c737cd5 10-24 10:49:14.406: I/DEBUG(423): 5dce5678 5c7f7374 5c7f6000 0000003f 00000001 10-24 10:49:14.406: I/DEBUG(423): 5dce5688 fffffffc 02080000 000c0600 00000001 10-24 10:49:14.406: I/DEBUG(423): 5dce5698 5dce57e8 5e1720b8 657e523c 4011ce8b 10-24 10:49:14.406: I/DEBUG(423): 5dce56a8 dec50a32 5e033ab1 5e03ab8e 5e039e1d 10-24 10:49:14.406: I/DEBUG(423): 5dce56b8 5e03ab8e 00000000 657e4e90 00000000 10-24 10:49:14.406: I/DEBUG(423): 5dce56c8 657e519c 00000000 10100600 02080000 10-24 10:49:14.406: I/DEBUG(423): 5dce56d8 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): code around pc: 10-24 10:49:14.406: I/DEBUG(423): 40115a80 e000b164 6823461c d1fb2b00 68e3e026 10-24 10:49:14.406: I/DEBUG(423): 40115a90 4a17b123 447a2401 47986014 20274911 10-24 10:49:14.406: I/DEBUG(423): 40115aa0 70082400 ea3ef7fc f7fd2106 a902ebd2 10-24 10:49:14.406: I/DEBUG(423): 40115ab0 f04f2006 460a5380 94029304 f7fc9403 10-24 10:49:14.406: I/DEBUG(423): 40115ac0 4629efb8 20024622 efc0f7fc ea2af7fc 10-24 10:49:14.406: I/DEBUG(423): 40115ad0 f7fd2106 2001ebbe ef4af7fb 2a006962 10-24 10:49:14.406: I/DEBUG(423): 40115ae0 e7d4d1dc deadbaad 0002d4f6 000307da 10-24 10:49:14.406: I/DEBUG(423): 40115af0 000307be 2400b510 aa04b088 46699002 10-24 10:49:14.406: I/DEBUG(423): 40115b00 94014620 94039400 ef18f7fc bfb842a0 10-24 10:49:14.406: I/DEBUG(423): 40115b10 db054620 b1139b07 1c489906 98069006 10-24 10:49:14.416: I/DEBUG(423): 40115b20 bd10b008 4604b510 e87ef7fc d10542a0 10-24 10:49:14.416: I/DEBUG(423): 40115b30 447b4b04 6018681b bd102000 30fff04f 10-24 10:49:14.416: I/DEBUG(423): 40115b40 bf00bd10 0002d42a 460db538 481eb928 10-24 10:49:14.416: I/DEBUG(423): 40115b50 f7fc4478 2800ec90 b9fdd130 2102481b 10-24 10:49:14.416: I/DEBUG(423): 40115b60 f0014478 2800faae db274604 f7fc4629 10-24 10:49:14.416: I/DEBUG(423): 40115b70 2800eb1a 2101db0b f7fc4620 2800eb14 10-24 10:49:14.416: I/DEBUG(423): code around lr: 10-24 10:49:14.416: I/DEBUG(423): 401193e8 41f0e92d 4c0b2600 447c4680 68a56824 10-24 10:49:14.416: I/DEBUG(423): 401193f8 e0076867 300cf9b5 dd022b00 47c04628 10-24 10:49:14.416: I/DEBUG(423): 40119408 35544306 d5f53f01 2c006824 4630d1ef 10-24 10:49:14.416: I/DEBUG(423): 40119418 81f0e8bd 00029b92 43f0e92d fb01461f 10-24 10:49:14.416: I/DEBUG(423): 40119428 f8dff602 b0878058 44f8460c 8000f8d8 10-24 10:49:14.416: I/DEBUG(423): 40119438 9001a901 f8d84615 20013000 96059602 10-24 10:49:14.416: I/DEBUG(423): 40119448 90049103 4638b113 fa35f7ff a9034638 10-24 10:49:14.416: I/DEBUG(423): 40119458 fe9bf7ff 2000f8d8 b1124681 f7ff4638 10-24 10:49:14.416: I/DEBUG(423): 40119468 f1b9fa37 d0050f00 46219d05 f01a1b70 10-24 10:49:14.416: I/DEBUG(423): 40119478 4605ecb2 b0074628 83f0e8bd 00029b0a 10-24 10:49:14.416: I/DEBUG(423): 40119488 1e4b6841 2b006043 f000da01 6803bbab 10-24 10:49:14.416: I/DEBUG(423): 40119498 2b01f813 46106003 00004770 4604b570 10-24 10:49:14.416: I/DEBUG(423): 401194a8 447e4e0d 68336836 f7ffb10b 6861fa04 10-24 10:49:14.416: I/DEBUG(423): 401194b8 60601e48 bfa22800 f8106820 60205b01 10-24 10:49:14.416: I/DEBUG(423): 401194c8 4620da03 fb8ef000 68324605 4620b112 10-24 10:49:14.416: I/DEBUG(423): 401194d8 f9fef7ff bd704628 00029a92 447b4b07 10-24 10:49:14.416: I/DEBUG(423): memory map around fault addr deadbaad: 10-24 10:49:14.416: I/DEBUG(423): be976000-be997000 [stack] 10-24 10:49:14.416: I/DEBUG(423): (no map for address) 10-24 10:49:14.416: I/DEBUG(423): ffff0000-ffff1000 [vectors] 10-24 10:49:14.416: I/DEBUG(423): [Dalvik] Can't dump ETB. /dev/coresight-etb doesn't exist 10-24 10:49:14.776: I/BootReceiver(825): Copying /data/tombstones/tombstone\_09 to DropBox (SYSTEM\_TOMBSTONE) 10-24 10:49:14.816: D/AudioPolicyManagerALSA(426): shouldOverWriteForced persist.sys.amazon-account-cor value is GB 10-24 10:49:14.816: D/AudioPolicyManagerALSA(426): shouldOverWriteForced persist.sys.amazon-account-cor value is GB 10-24 10:49:14.816: W/InputDispatcher(825): channel '41fd30f8 com.quiztix.movies/com.ansca.corona.CoronaActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9 10-24 10:49:14.816: E/InputDispatcher(825): channel '41fd30f8 com.quiztix.movies/com.ansca.corona.CoronaActivity (server)' ~ Channel is unrecoverably broken and will be disposed! 10-24 10:49:14.836: E/qcom\_sensors\_hal(825): \_hal\_sensors\_activate: handle=0, enabled=0 10-24 10:49:14.836: I/WindowState(825): WIN DEATH: Window{41e58e00 u0 SurfaceView} 10-24 10:49:14.836: I/ActivityManager(825): Process com.quiztix.movies (pid 2669) has died. 10-24 10:49:14.836: W/ActivityManager(825): Force removing ActivityRecord{41e29d18 u0 com.quiztix.movies/com.ansca.corona.CoronaActivity}: app died, no saved state 10-24 10:49:14.846: D/Zygote(421): Process 2669 terminated by signal (11) 10-24 10:49:14.886: I/WindowState(825): WIN DEATH: Window{41fd30f8 u0 com.quiztix.movies/com.ansca.corona.CoronaActivity} 10-24 10:49:14.936: W/InputDispatcher(825): Attempted to unregister already unregistered input channel '41fd30f8 com.quiztix.movies/com.ansca.corona.CoronaActivity (server)' 10-24 10:49:14.936: V/DoNotDisturb(825): Top component: com.amazon.kindle.otter/com.amazon.kindle.otter.activities.AppsLibraryActivity 10-24 10:49:14.946: D/WindowManager(825): openingActivityName = com.amazon.kindle.otter.activities.AppsLibraryActivity, animAttr = 4 10-24 10:49:14.956: V/DoNotDisturb(825): Top component: com.amazon.kindle.otter/com.amazon.kindle.otter.activities.AppsLibraryActivity 10-24 10:49:14.976: D/Resolver(955): icon resource drawable 2130837581 10-24 10:49:14.976: D/Resolver(955): icon resource drawable 2130837605 10-24 10:49:14.976: D/Resolver(955): icon resource drawable 2130837611 10-24 10:49:14.976: D/Resolver(955): icon resource drawable 2130837611 10-24 10:49:14.976: D/Resolver(955): icon resource drawable 2130837605 10-24 10:49:14.976: D/Resolver(955): icon resource drawable 2130837581 10-24 10:49:15.006: W/InputMethodManagerService(825): Got RemoteException sending setActive(false) notification to pid 2669 uid 10010 10-24 10:49:15.266: I/WifiMonitor(825): Supplicant Event name: SCAN-RESULTS 10-24 10:49:17.946: D/AudioHardwareALSA(426): closeUsbPlaybackIfNothingActive, musbPlaybackState: 0

If I reopen the game it then seems to be ok, until I open a popup again. After the first crash, it will usually open the popup, but then crash when I close it:

10-24 11:12:19.247: D/AndroidRuntime(6099): Shutting down VM 10-24 11:12:19.247: W/dalvikvm(6099): threadid=1: thread exiting with uncaught exception (group=0x41b42ac8) 10-24 11:12:19.247: W/System.err(6099): com.naef.jnlua.LuaRuntimeException: attempt to perform arithmetic on a function value 10-24 11:12:19.247: W/System.err(6099): at com.naef.jnlua.LuaState.lua\_pcall(Native Method) 10-24 11:12:19.247: W/System.err(6099): at com.naef.jnlua.LuaState.call(Unknown Source) 10-24 11:12:19.247: W/System.err(6099): at plugin.gamecircle.LuaLoader$10.onComplete(LuaLoader.java:1257) 10-24 11:12:19.247: W/System.err(6099): at plugin.gamecircle.LuaLoader$10.onComplete(LuaLoader.java:1242) 10-24 11:12:19.247: W/System.err(6099): at com.amazon.ags.client.AGResponseHandleImpl.callCallback(AGResponseHandleImpl.java:72) 10-24 11:12:19.247: W/System.err(6099): at com.amazon.ags.client.AGResponseHandleImpl.setResponse(AGResponseHandleImpl.java:57) 10-24 11:12:19.247: W/System.err(6099): at com.amazon.ags.client.ClientBase$AsyncTaskWrapper.setResponse(ClientBase.java:149) 10-24 11:12:19.247: W/System.err(6099): at com.amazon.ags.html5.service.AsynchronousReplyMessenger$2.run(AsynchronousReplyMessenger.java:114) 10-24 11:12:19.247: W/System.err(6099): at android.os.Handler.handleCallback(Handler.java:747) 10-24 11:12:19.247: W/System.err(6099): at android.os.Handler.dispatchMessage(Handler.java:92) 10-24 11:12:19.247: W/System.err(6099): at android.os.Looper.loop(Looper.java:151) 10-24 11:12:19.247: W/System.err(6099): at android.app.ActivityThread.main(ActivityThread.java:5185) 10-24 11:12:19.247: W/System.err(6099): at java.lang.reflect.Method.invokeNative(Native Method) 10-24 11:12:19.247: W/System.err(6099): at java.lang.reflect.Method.invoke(Method.java:511) 10-24 11:12:19.247: W/System.err(6099): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793) 10-24 11:12:19.247: W/System.err(6099): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560) 10-24 11:12:19.247: W/System.err(6099): at dalvik.system.NativeStart.main(Native Method) 10-24 11:12:19.247: W/FlurryAgent(6099): Error logged: uncaught 10-24 11:12:19.247: W/FlurryAgent(6099): End session with context: com.ansca.corona.CoronaActivity@41fbdbe8 count:0 10-24 11:12:19.247: W/FlurryAgent(6099): Finalize session 10-24 11:12:19.257: E/AndroidRuntime(6099): FATAL EXCEPTION: main 10-24 11:12:19.257: E/AndroidRuntime(6099): com.naef.jnlua.LuaRuntimeException: attempt to perform arithmetic on a function value 10-24 11:12:19.257: E/AndroidRuntime(6099): at com.naef.jnlua.LuaState.lua\_pcall(Native Method) 10-24 11:12:19.257: E/AndroidRuntime(6099): at com.naef.jnlua.LuaState.call(Unknown Source) 10-24 11:12:19.257: E/AndroidRuntime(6099): at plugin.gamecircle.LuaLoader$10.onComplete(LuaLoader.java:1257) 10-24 11:12:19.257: E/AndroidRuntime(6099): at plugin.gamecircle.LuaLoader$10.onComplete(LuaLoader.java:1242) 10-24 11:12:19.257: E/AndroidRuntime(6099): at com.amazon.ags.client.AGResponseHandleImpl.callCallback(AGResponseHandleImpl.java:72) 10-24 11:12:19.257: E/AndroidRuntime(6099): at com.amazon.ags.client.AGResponseHandleImpl.setResponse(AGResponseHandleImpl.java:57) 10-24 11:12:19.257: E/AndroidRuntime(6099): at com.amazon.ags.client.ClientBase$AsyncTaskWrapper.setResponse(ClientBase.java:149) 10-24 11:12:19.257: E/AndroidRuntime(6099): at com.amazon.ags.html5.service.AsynchronousReplyMessenger$2.run(AsynchronousReplyMessenger.java:114) 10-24 11:12:19.257: E/AndroidRuntime(6099): at android.os.Handler.handleCallback(Handler.java:747) 10-24 11:12:19.257: E/AndroidRuntime(6099): at android.os.Handler.dispatchMessage(Handler.java:92) 10-24 11:12:19.257: E/AndroidRuntime(6099): at android.os.Looper.loop(Looper.java:151) 10-24 11:12:19.257: E/AndroidRuntime(6099): at android.app.ActivityThread.main(ActivityThread.java:5185) 10-24 11:12:19.257: E/AndroidRuntime(6099): at java.lang.reflect.Method.invokeNative(Native Method) 10-24 11:12:19.257: E/AndroidRuntime(6099): at java.lang.reflect.Method.invoke(Method.java:511) 10-24 11:12:19.257: E/AndroidRuntime(6099): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793) 10-24 11:12:19.257: E/AndroidRuntime(6099): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560) 10-24 11:12:19.257: E/AndroidRuntime(6099): at dalvik.system.NativeStart.main(Native Method) 10-24 11:12:19.297: I/DEBUG(423): \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* 10-24 11:12:19.297: I/DEBUG(423): Build fingerprint: 'Amazon/thor/thor:4.2.2/JDQ39/13.3.2.6\_user\_326001820:user/release-keys' 10-24 11:12:19.297: I/DEBUG(423): Revision: '0' 10-24 11:12:19.297: I/DEBUG(423): pid: 6099, tid: 6646, name: Thread-4077 \>\>\> com.quiztix.worldfootball \<\<\< 10-24 11:12:19.297: I/DEBUG(423): signal 11 (SIGSEGV), code 1 (SEGV\_MAPERR), fault addr 00000020 10-24 11:12:19.477: I/DEBUG(423): r0 00000000 r1 63e9c570 r2 00000004 r3 682175f0 10-24 11:12:19.477: I/DEBUG(423): r4 40146228 r5 611d3eb8 r6 63ec3d40 r7 00000000 10-24 11:12:19.477: I/DEBUG(423): r8 63e9c570 r9 ffffffff sl 00000000 fp 00000008 10-24 11:12:19.477: I/DEBUG(423): ip 40000000 sp 5dce4468 lr 5d809d80 pc 5d80a510 cpsr 80000010 10-24 11:12:19.477: I/DEBUG(423): d0 2074706d65747461 d1 61636e6f63206f74 10-24 11:12:19.477: I/DEBUG(423): d2 61206574616e6574 d3 6c6176206c696e20 10-24 11:12:19.477: I/DEBUG(423): d4 45f80000bf000000 d5 bf00000045f80400 10-24 11:12:19.477: I/DEBUG(423): d6 bf00000045f80000 d7 40bf008000000000 10-24 11:12:19.477: I/DEBUG(423): d8 4059000000000000 d9 0000000000000000 10-24 11:12:19.477: I/DEBUG(423): d10 4125cedc00000000 d11 0000000000000000 10-24 11:12:19.477: I/DEBUG(423): d12 0000000000000000 d13 0000000000000000 10-24 11:12:19.477: I/DEBUG(423): d14 0000000000000000 d15 0000000000000000 10-24 11:12:19.477: I/DEBUG(423): d16 206d726f66726570 d17 74656d6874697261 10-24 11:12:19.477: I/DEBUG(423): d18 002e00640069006f d19 002e006900750067 10-24 11:12:19.477: I/DEBUG(423): d20 0066007200750053 d21 0054006500630061 10-24 11:12:19.477: I/DEBUG(423): d22 0075007400780065 d23 0000000000650072 10-24 11:12:19.477: I/DEBUG(423): d24 3f56c16c16c76a94 d25 3f81bdb17b54244e 10-24 11:12:19.477: I/DEBUG(423): d26 3fa555555555551c d27 3fc6a8fb75d1aaad 10-24 11:12:19.477: I/DEBUG(423): d28 3fe0000000000000 d29 0000000000000001 10-24 11:12:19.477: I/DEBUG(423): d30 fff0000000000000 d31 fffffffdfffffff4 10-24 11:12:19.477: I/DEBUG(423): scr 8800009f 10-24 11:12:19.477: I/DEBUG(423): backtrace: 10-24 11:12:19.477: I/DEBUG(423): #00 pc 0000b510 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.477: I/DEBUG(423): #01 pc 0000bf84 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.477: I/DEBUG(423): #02 pc 0000c0b4 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.477: I/DEBUG(423): #03 pc 0001bdc4 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.477: I/DEBUG(423): #04 pc 00013084 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.477: I/DEBUG(423): #05 pc 0000bf78 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.477: I/DEBUG(423): #06 pc 0000c0b4 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.477: I/DEBUG(423): #07 pc 0000c100 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.477: I/DEBUG(423): #08 pc 0001b768 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.477: I/DEBUG(423): #09 pc 0001cdb4 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.477: I/DEBUG(423): #10 pc 0000cef4 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.477: I/DEBUG(423): #11 pc 0000c228 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.487: I/DEBUG(423): #12 pc 0000d06c /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.487: I/DEBUG(423): #13 pc 000053f4 /data/app-lib/com.quiztix.worldfootball-1/liblua.so (lua\_pcall+76) 10-24 11:12:19.487: I/DEBUG(423): #14 pc 000b2824 /data/app-lib/com.quiztix.worldfootball-1/libcorona.so 10-24 11:12:19.487: I/DEBUG(423): #15 pc 0007b40c /data/app-lib/com.quiztix.worldfootball-1/libcorona.so 10-24 11:12:19.487: I/DEBUG(423): #16 pc 000d2b90 /data/app-lib/com.quiztix.worldfootball-1/libcorona.so 10-24 11:12:19.487: I/DEBUG(423): #17 pc 0006fff0 /data/app-lib/com.quiztix.worldfootball-1/libcorona.so 10-24 11:12:19.487: I/DEBUG(423): #18 pc 00020ad0 /system/lib/libdvm.so (dvmPlatformInvoke+112) 10-24 11:12:19.487: I/DEBUG(423): #19 pc 00050161 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const\*, JValue\*, Method const\*, Thread\*)+396) 10-24 11:12:19.487: I/DEBUG(423): #20 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted) 10-24 11:12:19.487: I/DEBUG(423): stack: 10-24 11:12:19.487: I/DEBUG(423): 5dce4428 64d51e30 10-24 11:12:19.487: I/DEBUG(423): 5dce442c 00000000 10-24 11:12:19.487: I/DEBUG(423): 5dce4430 5cef80e0 /dev/binder 10-24 11:12:19.487: I/DEBUG(423): 5dce4434 00000000 10-24 11:12:19.487: I/DEBUG(423): 5dce4438 c0000000 10-24 11:12:19.487: I/DEBUG(423): 5dce443c 00000200 10-24 11:12:19.487: I/DEBUG(423): 5dce4440 00000200 10-24 11:12:19.487: I/DEBUG(423): 5dce4444 00000000 10-24 11:12:19.487: I/DEBUG(423): 5dce4448 00000208 10-24 11:12:19.487: I/DEBUG(423): 5dce444c 4010c463 /system/lib/libc.so (dlmalloc+5170) 10-24 11:12:19.487: I/DEBUG(423): 5dce4450 c0000000 10-24 11:12:19.487: I/DEBUG(423): 5dce4454 00000020 10-24 11:12:19.487: I/DEBUG(423): 5dce4458 00000020 10-24 11:12:19.487: I/DEBUG(423): 5dce445c 00000000 10-24 11:12:19.487: I/DEBUG(423): 5dce4460 df0027ad 10-24 11:12:19.487: I/DEBUG(423): 5dce4464 00000000 10-24 11:12:19.487: I/DEBUG(423): #00 5dce4468 00000200 10-24 11:12:19.487: I/DEBUG(423): 5dce446c 68217210 10-24 11:12:19.487: I/DEBUG(423): 5dce4470 00000064 10-24 11:12:19.487: I/DEBUG(423): 5dce4474 5f647bc0 10-24 11:12:19.487: I/DEBUG(423): 5dce4478 63ec3d40 10-24 11:12:19.487: I/DEBUG(423): 5dce447c 63ec3d40 10-24 11:12:19.487: I/DEBUG(423): 5dce4480 5dce44d0 [stack:6646] 10-24 11:12:19.487: I/DEBUG(423): 5dce4484 63ebfc88 10-24 11:12:19.487: I/DEBUG(423): 5dce4488 5d81ff10 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.487: I/DEBUG(423): 5dce448c 5d81aa68 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.487: I/DEBUG(423): 5dce4490 5f647bc0 10-24 11:12:19.487: I/DEBUG(423): 5dce4494 68217220 10-24 11:12:19.487: I/DEBUG(423): 5dce4498 00000200 10-24 11:12:19.487: I/DEBUG(423): 5dce449c 00000004 10-24 11:12:19.487: I/DEBUG(423): 5dce44a0 63ec3d40 10-24 11:12:19.487: I/DEBUG(423): 5dce44a4 5d817f44 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.487: I/DEBUG(423): ........ ........ 10-24 11:12:19.487: I/DEBUG(423): #01 5dce4898 5dce48c4 [stack:6646] 10-24 11:12:19.487: I/DEBUG(423): 5dce489c 5dce48b0 [stack:6646] 10-24 11:12:19.487: I/DEBUG(423): 5dce48a0 5d81e994 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.487: I/DEBUG(423): 5dce48a4 63ec3d40 10-24 11:12:19.487: I/DEBUG(423): 5dce48a8 5d80b0b8 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.487: I/DEBUG(423): 5dce48ac 5d81ef44 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.487: I/DEBUG(423): 5dce48b0 5d81ef78 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.487: I/DEBUG(423): 5dce48b4 5d81e994 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.487: I/DEBUG(423): #02 5dce48b8 63ec3d40 10-24 11:12:19.487: I/DEBUG(423): 5dce48bc 00000006 10-24 11:12:19.487: I/DEBUG(423): 5dce48c0 63ec3d40 10-24 11:12:19.487: I/DEBUG(423): 5dce48c4 00000000 10-24 11:12:19.487: I/DEBUG(423): 5dce48c8 63ec3d40 10-24 11:12:19.487: I/DEBUG(423): 5dce48cc 00000004 10-24 11:12:19.487: I/DEBUG(423): 5dce48d0 682176a0 10-24 11:12:19.487: I/DEBUG(423): 5dce48d4 5d81adc8 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.487: I/DEBUG(423): memory near r1: 10-24 11:12:19.487: I/DEBUG(423): 63e9c550 00000000 00000000 68217550 68217540 10-24 11:12:19.487: I/DEBUG(423): 63e9c560 682176b0 631bea10 ffffffff 00000000 10-24 11:12:19.487: I/DEBUG(423): 63e9c570 68217740 68217730 682178a0 680daf80 10-24 11:12:19.487: I/DEBUG(423): 63e9c580 00000001 00000000 68217780 68217770 10-24 11:12:19.487: I/DEBUG(423): 63e9c590 682178e0 680daf9c 00000001 00000000 10-24 11:12:19.487: I/DEBUG(423): 63e9c5a0 682177c0 682177b0 68217880 656d3350 10-24 11:12:19.487: I/DEBUG(423): 63e9c5b0 00000001 00000000 68217780 68217770 10-24 11:12:19.487: I/DEBUG(423): 63e9c5c0 68217900 656d3350 00000002 00000000 10-24 11:12:19.487: I/DEBUG(423): 63e9c5d0 68217830 68217820 682179b0 5f4496a0 10-24 11:12:19.487: I/DEBUG(423): 63e9c5e0 00000002 00000000 68218030 68218020 10-24 11:12:19.487: I/DEBUG(423): 63e9c5f0 68218190 5f449660 ffffffff 00000000 10-24 11:12:19.487: I/DEBUG(423): 63e9c600 682180c0 682180b0 682181b0 5f4496a0 10-24 11:12:19.487: I/DEBUG(423): 63e9c610 ffffffff 00000000 68218170 68218160 10-24 11:12:19.487: I/DEBUG(423): 63e9c620 682182d0 5f449660 ffffffff 00000000 10-24 11:12:19.487: I/DEBUG(423): 63e9c630 68218200 682181f0 682182f0 5f4496a0 10-24 11:12:19.487: I/DEBUG(423): 63e9c640 ffffffff 00000000 682182b0 682182a0 10-24 11:12:19.487: I/DEBUG(423): memory near r3: 10-24 11:12:19.487: I/DEBUG(423): 682175d0 5fda07f8 40d8a464 00000005 00000000 10-24 11:12:19.487: I/DEBUG(423): 682175e0 63f07fb8 3ff00000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 682175f0 00000000 40100000 00000003 67e6afe0 10-24 11:12:19.487: I/DEBUG(423): 68217600 00000000 40140000 00000003 00000000 10-24 11:12:19.487: I/DEBUG(423): 68217610 6771a640 73657551 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 68217620 6145ae40 69616c70 00000004 00c7ffff 10-24 11:12:19.487: I/DEBUG(423): 68217630 6145ae40 69616c70 00000000 67e6b000 10-24 11:12:19.487: I/DEBUG(423): 68217640 5f699620 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 68217650 6145ae40 69616c70 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 68217660 6771e5a8 41d51289 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 68217670 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 68217680 00000000 3ff00000 00000003 00000000 10-24 11:12:19.487: I/DEBUG(423): 68217690 5f69a5e8 00000000 00000005 00000000 10-24 11:12:19.487: I/DEBUG(423): 682176a0 00000000 40560000 00000003 00000000 10-24 11:12:19.487: I/DEBUG(423): 682176b0 5f69a5c0 00000000 00000005 00000000 10-24 11:12:19.487: I/DEBUG(423): 682176c0 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): memory near r4: 10-24 11:12:19.487: I/DEBUG(423): 40146208 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 40146218 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 40146228 dec50a32 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 40146238 0000000d 00000002 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 40146248 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 40146258 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 40146268 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 40146278 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 40146288 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 40146298 00000000 00000000 007cb15a 00000000 10-24 11:12:19.487: I/DEBUG(423): 401462a8 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 401462b8 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 401462c8 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 401462d8 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 401462e8 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 401462f8 00000000 00000000 00000000 00004000 10-24 11:12:19.487: I/DEBUG(423): memory near r5: 10-24 11:12:19.497: I/DEBUG(423): 611d3e98 63206f74 61636e6f 006e6574 0000003b 10-24 11:12:19.497: I/DEBUG(423): 611d3ea8 00000000 61000204 61f2d952 00000022 10-24 11:12:19.497: I/DEBUG(423): 611d3eb8 65747461 2074706d 63206f74 61636e6f 10-24 11:12:19.497: I/DEBUG(423): 611d3ec8 616e6574 61206574 6c696e20 6c617620 10-24 11:12:19.497: I/DEBUG(423): 611d3ed8 00006575 00000053 5fddeec8 40145d0c 10-24 11:12:19.497: I/DEBUG(423): 611d3ee8 00000005 712e6d6f 5f1111a8 87824209 10-24 11:12:19.497: I/DEBUG(423): 611d3ef8 00000004 611d3f00 5fddee78 00000000 10-24 11:12:19.497: I/DEBUG(423): 611d3f08 00000005 61732f61 5f111188 40145c9c 10-24 11:12:19.497: I/DEBUG(423): 611d3f18 00000004 00000000 613f7200 40145c64 10-24 11:12:19.497: I/DEBUG(423): 611d3f28 00000050 00000023 5e8dcb80 00010206 10-24 11:12:19.497: I/DEBUG(423): 611d3f38 00000000 6146c630 5d82be44 611d4038 10-24 11:12:19.497: I/DEBUG(423): 611d3f48 00000000 0000002b 611d3f30 04000205 10-24 11:12:19.497: I/DEBUG(423): 611d3f58 00000000 00000000 611d33b8 611d3518 10-24 11:12:19.497: I/DEBUG(423): 611d3f68 b606c3c8 00000000 00000000 0000002b 10-24 11:12:19.497: I/DEBUG(423): 611d3f78 611d4850 00010206 612e6e6f 6146c630 10-24 11:12:19.497: I/DEBUG(423): 611d3f88 5d82c2ac 6579616c 6c502e72 72657961 10-24 11:12:19.497: I/DEBUG(423): memory near r6: 10-24 11:12:19.497: I/DEBUG(423): 63ec3d20 000001c0 0000001b 573f8c88 00000006 10-24 11:12:19.497: I/DEBUG(423): 63ec3d30 00000000 00000000 00000025 00000183 10-24 11:12:19.497: I/DEBUG(423): 63ec3d40 5fda08f0 63006008 68217240 68217220 10-24 11:12:19.497: I/DEBUG(423): 63ec3d50 63ec3db8 63e9c498 5f1ac5e0 682184f0 10-24 11:12:19.497: I/DEBUG(423): 63ec3d60 68217080 63e9c738 63e9c450 0000014d 10-24 11:12:19.497: I/DEBUG(423): 63ec3d70 00000020 00000002 00000100 00000000 10-24 11:12:19.497: I/DEBUG(423): 63ec3d80 00000000 00000000 6146c630 00000000 10-24 11:12:19.497: I/DEBUG(423): 63ec3d90 00000005 00000000 5cb67ec0 00000000 10-24 11:12:19.497: I/DEBUG(423): 63ec3da0 00000005 00000000 00000000 00000000 10-24 11:12:19.497: I/DEBUG(423): 63ec3db0 5dce4ae0 00000010 67b6f008 000035bc 10-24 11:12:19.497: I/DEBUG(423): 63ec3dc0 00004000 5d9fb278 67922670 00000122 10-24 11:12:19.497: I/DEBUG(423): 63ec3dd0 00004000 5fda09a8 5f458938 64942650 10-24 11:12:19.497: I/DEBUG(423): 63ec3de0 63319a68 00000000 00000000 64f92d08 10-24 11:12:19.497: I/DEBUG(423): 63ec3df0 5f18c350 0000cbc1 0080ddd5 0080dcaf 10-24 11:12:19.497: I/DEBUG(423): 63ec3e00 003db88a 0000010d 000000c8 000000c8 10-24 11:12:19.497: I/DEBUG(423): 63ec3e10 5d9fb01c 00000000 63319a68 00000000 10-24 11:12:19.497: I/DEBUG(423): memory near r8: 10-24 11:12:19.497: I/DEBUG(423): 63e9c550 00000000 00000000 68217550 68217540 10-24 11:12:19.497: I/DEBUG(423): 63e9c560 682176b0 631bea10 ffffffff 00000000 10-24 11:12:19.497: I/DEBUG(423): 63e9c570 68217740 68217730 682178a0 680daf80 10-24 11:12:19.497: I/DEBUG(423): 63e9c580 00000001 00000000 68217780 68217770 10-24 11:12:19.497: I/DEBUG(423): 63e9c590 682178e0 680daf9c 00000001 00000000 10-24 11:12:19.497: I/DEBUG(423): 63e9c5a0 682177c0 682177b0 68217880 656d3350 10-24 11:12:19.497: I/DEBUG(423): 63e9c5b0 00000001 00000000 68217780 68217770 10-24 11:12:19.497: I/DEBUG(423): 63e9c5c0 68217900 656d3350 00000002 00000000 10-24 11:12:19.497: I/DEBUG(423): 63e9c5d0 68217830 68217820 682179b0 5f4496a0 10-24 11:12:19.497: I/DEBUG(423): 63e9c5e0 00000002 00000000 68218030 68218020 10-24 11:12:19.497: I/DEBUG(423): 63e9c5f0 68218190 5f449660 ffffffff 00000000 10-24 11:12:19.497: I/DEBUG(423): 63e9c600 682180c0 682180b0 682181b0 5f4496a0 10-24 11:12:19.497: I/DEBUG(423): 63e9c610 ffffffff 00000000 68218170 68218160 10-24 11:12:19.497: I/DEBUG(423): 63e9c620 682182d0 5f449660 ffffffff 00000000 10-24 11:12:19.497: I/DEBUG(423): 63e9c630 68218200 682181f0 682182f0 5f4496a0 10-24 11:12:19.497: I/DEBUG(423): 63e9c640 ffffffff 00000000 682182b0 682182a0 10-24 11:12:19.497: I/DEBUG(423): memory near ip: 10-24 11:12:19.497: I/DEBUG(423): 3fffffe0 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 3ffffff0 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 40000000 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 40000010 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 40000020 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 40000030 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 40000040 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 40000050 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 40000060 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 40000070 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 40000080 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 40000090 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 400000a0 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 400000b0 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 400000c0 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 400000d0 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): memory near sp: 10-24 11:12:19.497: I/DEBUG(423): 5dce4448 00000208 4010c463 c0000000 00000020 10-24 11:12:19.497: I/DEBUG(423): 5dce4458 00000020 00000000 df0027ad 00000000 10-24 11:12:19.497: I/DEBUG(423): 5dce4468 00000200 68217210 00000064 5f647bc0 10-24 11:12:19.497: I/DEBUG(423): 5dce4478 63ec3d40 63ec3d40 5dce44d0 63ebfc88 10-24 11:12:19.497: I/DEBUG(423): 5dce4488 5d81ff10 5d81aa68 5f647bc0 68217220 10-24 11:12:19.497: I/DEBUG(423): 5dce4498 00000200 00000004 63ec3d40 5d817f44 10-24 11:12:19.497: I/DEBUG(423): 5dce44a8 11bc2def 63ec3d40 68217210 5d81fa64 10-24 11:12:19.497: I/DEBUG(423): 5dce44b8 63ec3d40 5dce4500 682171d0 63ebfc88 10-24 11:12:19.497: I/DEBUG(423): 5dce44c8 63ebfc88 5d8040cc 63ebfd80 5d803f30 10-24 11:12:19.497: I/DEBUG(423): 5dce44d8 00000004 40123127 6803a3f9 40146ff8 10-24 11:12:19.497: I/DEBUG(423): 5dce44e8 40146228 5d8126c8 00000000 544a2603 10-24 11:12:19.497: I/DEBUG(423): 5dce44f8 5cef80e0 dec50a32 615ff990 5f375f70 10-24 11:12:19.497: I/DEBUG(423): 5dce4508 5dce45e0 00000010 00000023 00000000 10-24 11:12:19.497: I/DEBUG(423): 5dce4518 00000004 5dce45b0 5e02250c 4021e2bb 10-24 11:12:19.497: I/DEBUG(423): 5dce4528 00000004 5dce45b0 00000000 402210a7 10-24 11:12:19.497: I/DEBUG(423): 5dce4538 00000004 00000000 5dce456c 0000772e 10-24 11:12:19.497: I/DEBUG(423): code around pc: 10-24 11:12:19.497: I/DEBUG(423): 5d80a4f0 1afffff4 e1a01008 ebfffe1d e5983004 10-24 11:12:19.497: I/DEBUG(423): 5d80a500 e5932008 e3520006 e1a07000 0a00000c 10-24 11:12:19.497: I/DEBUG(423): 5d80a510 e59a1020 e28d000c e3a02b01 e2811010 10-24 11:12:19.497: I/DEBUG(423): 5d80a520 eb001ef4 e59f1034 e1a00006 e28d200c 10-24 11:12:19.497: I/DEBUG(423): 5d80a530 e08f1001 e1a03007 e58d5000 eb001ee2 10-24 11:12:19.497: I/DEBUG(423): 5d80a540 eaffffe0 e5933000 e5d32006 e3520000 10-24 11:12:19.497: I/DEBUG(423): 5d80a550 0593a010 eaffffed ebffe153 0001db18 10-24 11:12:19.497: I/DEBUG(423): 5d80a560 00014938 e92d45f8 e1a0a000 e1a05001 10-24 11:12:19.497: I/DEBUG(423): 5d80a570 e1a04002 e1a08003 e5953004 e1a01005 10-24 11:12:19.497: I/DEBUG(423): 5d80a580 e1a0000a e5932008 e3520006 1a000037 10-24 11:12:19.497: I/DEBUG(423): 5d80a590 e5933000 e5d32006 e3520000 1a000033 10-24 11:12:19.497: I/DEBUG(423): 5d80a5a0 e5936010 ebfffddc e2841001 e1a07000 10-24 11:12:19.497: I/DEBUG(423): 5d80a5b0 e1a00006 e1a02007 eb000918 e1a02004 10-24 11:12:19.497: I/DEBUG(423): 5d80a5c0 e1a01007 e1a0c000 e35c0000 e1a00006 10-24 11:12:19.497: I/DEBUG(423): 5d80a5d0 e588c000 1a000054 ebfffdf3 e200303f 10-24 11:12:19.497: I/DEBUG(423): 5d80a5e0 e353000b 908ff103 ea00001a ea00001b 10-24 11:12:19.497: I/DEBUG(423): code around lr: 10-24 11:12:19.497: I/DEBUG(423): 5d809d60 e1a00140 e2400001 e12fff1e e3e00000 10-24 11:12:19.497: I/DEBUG(423): 5d809d70 e12fff1e e92d4010 e1a04001 ebffffe6 10-24 11:12:19.497: I/DEBUG(423): 5d809d80 e3500000 b3e00000 b8bd8010 e5943004 10-24 11:12:19.497: I/DEBUG(423): 5d809d90 e5933000 e5933010 e5933014 e3530000 10-24 11:12:19.497: I/DEBUG(423): 5d809da0 17930100 01a00003 e8bd8010 e92d0ff0 10-24 11:12:19.497: I/DEBUG(423): 5d809db0 e1a0b001 e5d0304b e24dd028 e590102c 10-24 11:12:19.497: I/DEBUG(423): 5d809dc0 e35300fa e58d2008 e58d1010 8a000005 10-24 11:12:19.497: I/DEBUG(423): 5d809dd0 e5d0204a e5d0c049 e2021001 e08c1001 10-24 11:12:19.497: I/DEBUG(423): 5d809de0 e1510003 da000003 e3a00000 e28dd028 10-24 11:12:19.497: I/DEBUG(423): 5d809df0 e8bd0ff0 e12fff1e e2021005 e3510004 10-24 11:12:19.497: I/DEBUG(423): 5d809e00 0afffff8 e5d04048 e5901024 e1510004 10-24 11:12:19.497: I/DEBUG(423): 5d809e10 e58d4020 cafffff3 e5901030 e59d6010 10-24 11:12:19.497: I/DEBUG(423): 5d809e20 e1560001 0a000001 e3510000 1affffed 10-24 11:12:19.497: I/DEBUG(423): 5d809e30 e59d7010 e3570000 daffffea e590800c 10-24 11:12:19.497: I/DEBUG(423): 5d809e40 e2479001 e58d901c e7981109 e201103f 10-24 11:12:19.497: I/DEBUG(423): 5d809e50 e351001e 1affffe3 e35b0000 da000169 10-24 11:12:19.497: I/DEBUG(423): [Dalvik] Can't dump ETB. /dev/coresight-etb doesn't exist 10-24 11:12:19.507: W/ActivityManager(825): Force finishing activity com.quiztix.worldfootball/com.ansca.corona.CoronaActivity

I don’t know that it’s necessarily the plugin itself that’s the problem, it could be the SDK itself. I noticed that the Android UI bar has the GameCircle beach ball icon on it, so I pressed that while my game was running. The GC popup appeared showing my player details, and I was able to go to the achievements list etc. But again, when I closed the popup the game crashed. In that instance I had not called the GC plugin from my code at all, I had opened GC directly from the UI bar which is presumably controlled by the OS.

Has anyone else noticed anything similar happening?

We’ve also had issues where we mark an achievement as complete, but nothing happens. Then when I go back into the game later, the achievement shows as complete. Is this due to errors in the SDK, or something in the plugin?

Hey, Alan. I’ll have to say, these are very strange errors that we did not see during our testing and development. Can I ask which function calls you are making and in what order inside your Lua script? 

I couldn’t help but notice you mention an issue with a crash after getting the list.  With the google game services plugin, if you call gameNetwork.show(“achievements”, someListener) instead of

gameNetwork.show( “achievements”, { listener=someListener } )

you’ll get a similar crash.  Maybe you are passing a listener the wrong way? just a thought

Great! Congratulations.

@shizoid2k
Just curious is this Kindle only or are you running AGC on android phones/tabs as well? No crash issues like I see when the toasts are up? The easiest way I’ve found to reproduce is to submit a high score, transition to a new scene, the hit the back key. In this scenario I crash every time :frowning:

@scizoid2k
Answered my own question. Looked like my kind of game so I purchased it. I like it. Neat spin on a retro game mechanic. It is harder to reproduce the crash on your game. I think because screen transitions are much slower. Still if when I start your app and the sign in to AGC is showing the login toast. Hit start game. Then immediately tap play I get the same crash as I am seeing in my game. Less likely to be an issue for you I think since you aren’t supporting the android hardware back key. Oh just on a side note you forgot to eat the back key press on your settings screen. So pressing back on that screen immediately ends the app. Not a huge deal just wanted to pass it along. Keep up the good work. Looking forward to playing the game on my Nexus 7 when I get home from my trip.

@w.j.francis,

Thanks for the info… I guess I need to put out an update asap to handle the back key.

I didn’t notice a crash, but I will try again.  I tested on an Android phone (not Amazon phone) and everything appeared to work.  I guess as this plugin matures, some of these problems go away, but it is something to look out for.

Thanks!

–John

Edit: I just checked and I catch the back key during the actual gameplay screen.  Perhaps I catch it for all screen during my next update.

Yeah it looked like only an issue on the settings screen so not that big a deal. As far as Game Circle goes it is much much harder to crash in your app than mine. I really think this is because your scene transitions are much slower. Also maybe b/c I submit 3 leader board updates one after the other without waiting for the AGC callback. I wonder if it would help if I built a sequential queue for all my AGC requests? Sure wish the plugin dev would chime in here.

Oh here is the screenshot of your crash. Maybe I can get you some logs over the weekend if you want.

Thanks… If you have some logs, I would appreciate it and I will also see if I can determine what’s happening.  I cannot seem to get it to crash on my end.  I am sending 2 leaderboard updates after the game ends.  Looking at my code, I just call SubmitScores after checking if GameCircle is connected, so if there is a crash, it may be outside of something I have control over.

I agree that it is likely outside your control. I think it is the same as one of the 2 crashes I get from the plugin that occurs when I switch screens while an amazon toast is showing. I will need access to my home Dev machine to verify for you but will see if I can’t get logs your way this weekend. If it is the same, the message will be something like this: 10-13 23:02:27.754: W/WindowManager(575): Failed looking up window 10-13 23:02:27.754: W/WindowManager(575): java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@4291ec60 does not exist 10-13 23:02:27.754: W/WindowManager(575): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:7939) 10-13 23:02:27.754: W/WindowManager(575): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:7930) 10-13 23:02:27.754: W/WindowManager(575): at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:1047) 10-13 23:02:27.754: W/WindowManager(575): at android.os.BinderProxy.sendDeathNotice(Binder.java:493) 10-13 23:02:27.754: W/WindowManager(575): at dalvik.system.NativeStart.run(Native Method) 10-13 23:02:27.754: I/WindowState(575): WIN DEATH: null 10-13 23:02:27.754: I/WindowState(575): WIN DEATH: Window{4295bbb0 u0 p

I am getting a lot of crashes when using GameCircle in my app, this is on a Kindle Fire HD 7".

The first time I call the GameCircle popup (is that what you mean by a toast?) after installing the game, it ALWAYS crashes my game. Here is a log:

10-24 10:49:12.806: I/System.out(2669): --Amazon GameCircle Initialized With Following Features: 10-24 10:49:12.806: I/System.out(2669): -----Achievements 10-24 10:49:12.806: W/Whispersync(2669): WhispersyncClient has already been initialized 10-24 10:49:12.806: W/Settings(2669): Setting airplane\_mode\_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. 10-24 10:49:12.816: W/FlurryAgent(2669): Start session with context: com.ansca.corona.CoronaActivity@41e15e40 count:0 10-24 10:49:12.836: V/BatteryDrain(825): sending alarm Alarm{421bdc88 type 2 com.nokia.odnp.service} 10-24 10:49:13.316: I/ActivityManager(825): Start proc com.qualcomm.wiper for service com.qualcomm.wiper/.Wiper: pid=3098 uid=32066 gids={72066, 3003, 1028, 9001} 10-24 10:49:13.356: D/WifiStateMachine(825): RSSI dipped below -75 dB. Current RSSI: -76 dB 10-24 10:49:13.366: W/ActivityManager(825): Service attempted to set foreground with invalid notification (notifications must have an icon) - rejecting. 10-24 10:49:14.206: W/Adreno-GSL(2669): \<gsl\_ldd\_control:393\>: ioctl fd 63 code 0xc01c0934 (IOCTL\_KGSL\_GPUMEM\_ALLOC\_ID) failed: errno 12 Out of memory 10-24 10:49:14.206: E/Adreno-GSL(2669): \<ioctl\_kgsl\_sharedmem\_alloc:1494\>: ioctl\_kgsl\_sharedmem\_alloc: FATAL ERROR : (null) 10-24 10:49:14.206: A/libc(2669): bionic/libstdc++/src/pure\_virtual.cpp:6: void \_\_cxa\_pure\_virtual(): assertion "!"Pure virtual function called. Are you calling virtual methods from a destructor?"" failed 10-24 10:49:14.206: A/libc(2669): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 2690 (Thread-3912) 10-24 10:49:14.306: I/DEBUG(423): \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* 10-24 10:49:14.306: I/DEBUG(423): Build fingerprint: 'Amazon/thor/thor:4.2.2/JDQ39/13.3.2.6\_user\_326001820:user/release-keys' 10-24 10:49:14.306: I/DEBUG(423): Revision: '0' 10-24 10:49:14.306: I/DEBUG(423): pid: 2669, tid: 2690, name: Thread-3912 \>\>\> com.quiztix.movies \<\<\< 10-24 10:49:14.306: I/DEBUG(423): signal 11 (SIGSEGV), code 1 (SEGV\_MAPERR), fault addr deadbaad 10-24 10:49:14.376: I/DEBUG(423): r0 00000027 r1 deadbaad r2 40146258 r3 00000000 10-24 10:49:14.376: I/DEBUG(423): r4 00000000 r5 5dce560c r6 40173a29 r7 401739e9 10-24 10:49:14.376: I/DEBUG(423): r8 00000006 r9 00000000 sl 00001000 fp 4014f950 10-24 10:49:14.376: I/DEBUG(423): ip 00004000 sp 5dce5608 lr 40119409 pc 40115aa2 cpsr 60000030 10-24 10:49:14.376: I/DEBUG(423): d0 6c2f63696e6f6962 d1 2b2b636474736269 10-24 10:49:14.376: I/DEBUG(423): d2 7275702f6372732f d3 6175747269765f65 10-24 10:49:14.376: I/DEBUG(423): d4 0000000000000000 d5 0000000000000000 10-24 10:49:14.376: I/DEBUG(423): d6 0000000000000000 d7 0000000000000000 10-24 10:49:14.376: I/DEBUG(423): d8 447a0000419a0e56 d9 0000000000000000 10-24 10:49:14.376: I/DEBUG(423): d10 0000000000000000 d11 0000000000000000 10-24 10:49:14.376: I/DEBUG(423): d12 0000000000000000 d13 0000000000000000 10-24 10:49:14.376: I/DEBUG(423): d14 0000000000000000 d15 0000000000000000 10-24 10:49:14.376: I/DEBUG(423): d16 642061206d6f7266 d17 6f74637572747365 10-24 10:49:14.376: I/DEBUG(423): d18 206e6f6974636e75 d19 202e64656c6c6163 10-24 10:49:14.376: I/DEBUG(423): d20 20756f7920657241 d21 20676e696c6c6163 10-24 10:49:14.376: I/DEBUG(423): d22 206c617574726976 d23 2073646f6874656d 10-24 10:49:14.376: I/DEBUG(423): d24 3f56c16c16c76a94 d25 3f81be271c6c386e 10-24 10:49:14.376: I/DEBUG(423): d26 3fa555555555551c d27 3fc6a9ee42346648 10-24 10:49:14.376: I/DEBUG(423): d28 3fe0000000000000 d29 0000000000000001 10-24 10:49:14.376: I/DEBUG(423): d30 fff0000000000000 d31 fffffffeffffffe8 10-24 10:49:14.376: I/DEBUG(423): scr 2800009e 10-24 10:49:14.386: I/DEBUG(423): backtrace: 10-24 10:49:14.386: I/DEBUG(423): #00 pc 0001aaa2 /system/lib/libc.so 10-24 10:49:14.386: I/DEBUG(423): #01 pc 00018170 /system/lib/libc.so (abort+4) 10-24 10:49:14.386: I/DEBUG(423): #02 pc 00021971 /system/lib/libc.so (\_\_assert2+60) 10-24 10:49:14.386: I/DEBUG(423): #03 pc 00183ce5 /system/lib/libchromium\_net.so (net::ClientSocketPoolExtendFactory::~ClientSocketPoolExtendFactory()+16) 10-24 10:49:14.386: I/DEBUG(423): #04 pc 00021b31 /system/lib/libc.so (\_\_cxa\_finalize+160) 10-24 10:49:14.386: I/DEBUG(423): #05 pc 00021e87 /system/lib/libc.so (exit+6) 10-24 10:49:14.386: I/DEBUG(423): #06 pc 00006aad /system/vendor/lib/libgsl.so (ioctl\_kgsl\_sharedmem\_alloc+652) 10-24 10:49:14.386: I/DEBUG(423): #07 pc 000052f3 /system/vendor/lib/libgsl.so (gsl\_memory\_alloc\_pure+34) 10-24 10:49:14.386: I/DEBUG(423): #08 pc 00073af7 /system/vendor/lib/egl/libGLESv2\_adreno.so (rb\_alloc\_gfx\_mem\_pure+58) 10-24 10:49:14.386: I/DEBUG(423): #09 pc 00073cef /system/vendor/lib/egl/libGLESv2\_adreno.so (rb\_mempool\_dynamic\_alloc\_pure+266) 10-24 10:49:14.386: I/DEBUG(423): #10 pc 0007bf63 /system/vendor/lib/egl/libGLESv2\_adreno.so (rb\_texture\_create\_hw\_image+82) 10-24 10:49:14.386: I/DEBUG(423): #11 pc 0007d037 /system/vendor/lib/egl/libGLESv2\_adreno.so (rb\_texture\_alloc\_graphicsmemory+42) 10-24 10:49:14.386: I/DEBUG(423): #12 pc 0007d239 /system/vendor/lib/egl/libGLESv2\_adreno.so (rb\_texture\_handle\_driver\_compress+20) 10-24 10:49:14.386: I/DEBUG(423): #13 pc 0007df85 /system/vendor/lib/egl/libGLESv2\_adreno.so (rb\_texture\_loadimage+106) 10-24 10:49:14.386: I/DEBUG(423): #14 pc 0005ba55 /system/vendor/lib/egl/libGLESv2\_adreno.so (TexImageLoad+228) 10-24 10:49:14.386: I/DEBUG(423): #15 pc 0005bcb7 /system/vendor/lib/egl/libGLESv2\_adreno.so (core\_glTexImage2D+238) 10-24 10:49:14.386: I/DEBUG(423): #16 pc 0003c357 /system/vendor/lib/egl/libGLESv2\_adreno.so (glTexImage2D+50) 10-24 10:49:14.386: I/DEBUG(423): #17 pc 000daae0 /data/app-lib/com.quiztix.movies-1/libcorona.so 10-24 10:49:14.386: I/DEBUG(423): #18 pc 000dd0d0 /data/app-lib/com.quiztix.movies-1/libcorona.so 10-24 10:49:14.386: I/DEBUG(423): #19 pc 0008bf64 /data/app-lib/com.quiztix.movies-1/libcorona.so 10-24 10:49:14.386: I/DEBUG(423): #20 pc 000d2bb4 /data/app-lib/com.quiztix.movies-1/libcorona.so 10-24 10:49:14.386: I/DEBUG(423): #21 pc 0006fff0 /data/app-lib/com.quiztix.movies-1/libcorona.so 10-24 10:49:14.386: I/DEBUG(423): #22 pc 00020ad0 /system/lib/libdvm.so (dvmPlatformInvoke+112) 10-24 10:49:14.386: I/DEBUG(423): #23 pc 00050161 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const\*, JValue\*, Method const\*, Thread\*)+396) 10-24 10:49:14.386: I/DEBUG(423): #24 pc 00029f60 /system/lib/libdvm.so 10-24 10:49:14.386: I/DEBUG(423): #25 pc 0002e02c /system/lib/libdvm.so (dvmInterpret(Thread\*, Method const\*, JValue\*)+184) 10-24 10:49:14.386: I/DEBUG(423): #26 pc 00062a91 /system/lib/libdvm.so (dvmCallMethodV(Thread\*, Method const\*, Object\*, bool, JValue\*, std::\_\_va\_list)+272) 10-24 10:49:14.386: I/DEBUG(423): #27 pc 00062abb /system/lib/libdvm.so (dvmCallMethod(Thread\*, Method const\*, Object\*, JValue\*, ...)+20) 10-24 10:49:14.386: I/DEBUG(423): #28 pc 0005757f /system/lib/libdvm.so 10-24 10:49:14.386: I/DEBUG(423): #29 pc 0000e478 /system/lib/libc.so (\_\_thread\_entry+72) 10-24 10:49:14.386: I/DEBUG(423): #30 pc 0000db64 /system/lib/libc.so (pthread\_create+160) 10-24 10:49:14.386: I/DEBUG(423): #31 pc 00001d2c \<unknown\> 10-24 10:49:14.386: I/DEBUG(423): stack: 10-24 10:49:14.386: I/DEBUG(423): 5dce55c8 00000000 10-24 10:49:14.386: I/DEBUG(423): 5dce55cc dec50a32 10-24 10:49:14.386: I/DEBUG(423): 5dce55d0 00000000 10-24 10:49:14.386: I/DEBUG(423): 5dce55d4 419a0e56 /dev/ashmem/dalvik-aux-structure (deleted) 10-24 10:49:14.386: I/DEBUG(423): 5dce55d8 447a0000 /dev/ashmem/dalvik-heap (deleted) 10-24 10:49:14.386: I/DEBUG(423): 5dce55dc 00000000 10-24 10:49:14.386: I/DEBUG(423): 5dce55e0 40143254 /system/lib/libc.so 10-24 10:49:14.386: I/DEBUG(423): 5dce55e4 401431b4 /system/lib/libc.so 10-24 10:49:14.386: I/DEBUG(423): 5dce55e8 00000000 10-24 10:49:14.386: I/DEBUG(423): 5dce55ec 40119409 /system/lib/libc.so (\_fwalk+32) 10-24 10:49:14.386: I/DEBUG(423): 5dce55f0 00000001 10-24 10:49:14.386: I/DEBUG(423): 5dce55f4 5dce560c [stack:2690] 10-24 10:49:14.386: I/DEBUG(423): 5dce55f8 40173a29 /system/lib/libstdc++.so 10-24 10:49:14.386: I/DEBUG(423): 5dce55fc 401739e9 /system/lib/libstdc++.so 10-24 10:49:14.386: I/DEBUG(423): 5dce5600 df0027ad 10-24 10:49:14.386: I/DEBUG(423): 5dce5604 00000000 10-24 10:49:14.386: I/DEBUG(423): #00 5dce5608 00000006 10-24 10:49:14.386: I/DEBUG(423): 5dce560c fffffbdf 10-24 10:49:14.386: I/DEBUG(423): 5dce5610 40173a03 /system/lib/libstdc++.so 10-24 10:49:14.386: I/DEBUG(423): 5dce5614 40173a29 /system/lib/libstdc++.so 10-24 10:49:14.386: I/DEBUG(423): 5dce5618 401739e9 /system/lib/libstdc++.so 10-24 10:49:14.386: I/DEBUG(423): 5dce561c 40118975 /system/lib/libc.so (fprintf+16) 10-24 10:49:14.386: I/DEBUG(423): 5dce5620 401431b4 /system/lib/libc.so 10-24 10:49:14.386: I/DEBUG(423): 5dce5624 4013b8c9 /system/lib/libc.so 10-24 10:49:14.386: I/DEBUG(423): 5dce5628 40173a03 /system/lib/libstdc++.so 10-24 10:49:14.386: I/DEBUG(423): 5dce562c 40113174 /system/lib/libc.so (\_\_pthread\_clone) 10-24 10:49:14.386: I/DEBUG(423): #01 5dce5630 5dce5630 [stack:2690] 10-24 10:49:14.386: I/DEBUG(423): 5dce5634 4011c975 /system/lib/libc.so (\_\_assert2+64) 10-24 10:49:14.386: I/DEBUG(423): #02 5dce5638 401739e9 /system/lib/libstdc++.so 10-24 10:49:14.386: I/DEBUG(423): 5dce563c 40173a29 /system/lib/libstdc++.so 10-24 10:49:14.386: I/DEBUG(423): 5dce5640 40173a29 /system/lib/libstdc++.so 10-24 10:49:14.386: I/DEBUG(423): 5dce5644 40173a29 /system/lib/libstdc++.so 10-24 10:49:14.386: I/DEBUG(423): 5dce5648 5c7f7374 10-24 10:49:14.386: I/DEBUG(423): 5dce564c 5e6521bc 10-24 10:49:14.386: I/DEBUG(423): 5dce5650 5e6521c8 10-24 10:49:14.386: I/DEBUG(423): 5dce5654 00000024 10-24 10:49:14.386: I/DEBUG(423): 5dce5658 40146da4 10-24 10:49:14.386: I/DEBUG(423): 5dce565c 5c737ce7 /system/lib/libchromium\_net.so (net::ClientSocketPoolExtendFactory::~ClientSocketPoolExtendFactory()+18) 10-24 10:49:14.396: I/DEBUG(423): memory near r2: 10-24 10:49:14.396: I/DEBUG(423): 40146238 0000000d 00000002 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40146248 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40146258 00000001 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40146268 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40146278 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40146288 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40146298 00000000 00000000 007cb15a 00000000 10-24 10:49:14.396: I/DEBUG(423): 401462a8 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 401462b8 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 401462c8 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 401462d8 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 401462e8 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 401462f8 00000000 00000000 00000000 00004000 10-24 10:49:14.396: I/DEBUG(423): 40146308 00000000 00000000 00000000 00004000 10-24 10:49:14.396: I/DEBUG(423): 40146318 00000000 00000000 00000000 00004000 10-24 10:49:14.396: I/DEBUG(423): 40146328 00000000 00000000 00000000 00004000 10-24 10:49:14.396: I/DEBUG(423): memory near r5: 10-24 10:49:14.396: I/DEBUG(423): 5dce55ec 40119409 00000001 5dce560c 40173a29 10-24 10:49:14.396: I/DEBUG(423): 5dce55fc 401739e9 df0027ad 00000000 00000006 10-24 10:49:14.396: I/DEBUG(423): 5dce560c fffffbdf 40173a03 40173a29 401739e9 10-24 10:49:14.396: I/DEBUG(423): 5dce561c 40118975 401431b4 4013b8c9 40173a03 10-24 10:49:14.396: I/DEBUG(423): 5dce562c 40113174 5dce5630 4011c975 401739e9 10-24 10:49:14.396: I/DEBUG(423): 5dce563c 40173a29 40173a29 40173a29 5c7f7374 10-24 10:49:14.396: I/DEBUG(423): 5dce564c 5e6521bc 5e6521c8 00000024 40146da4 10-24 10:49:14.396: I/DEBUG(423): 5dce565c 5c737ce7 5c7f7374 5c737cd5 5e652000 10-24 10:49:14.396: I/DEBUG(423): 5dce566c 4011cb33 5e1720b8 5c737cd5 5c7f7374 10-24 10:49:14.396: I/DEBUG(423): 5dce567c 5c7f6000 0000003f 00000001 fffffffc 10-24 10:49:14.396: I/DEBUG(423): 5dce568c 02080000 000c0600 00000001 5dce57e8 10-24 10:49:14.396: I/DEBUG(423): 5dce569c 5e1720b8 657e523c 4011ce8b dec50a32 10-24 10:49:14.396: I/DEBUG(423): 5dce56ac 5e033ab1 5e03ab8e 5e039e1d 5e03ab8e 10-24 10:49:14.396: I/DEBUG(423): 5dce56bc 00000000 657e4e90 00000000 657e519c 10-24 10:49:14.396: I/DEBUG(423): 5dce56cc 00000000 10100600 02080000 00000000 10-24 10:49:14.396: I/DEBUG(423): 5dce56dc 00000000 00000000 00000000 5ebb0620 10-24 10:49:14.396: I/DEBUG(423): memory near r6: 10-24 10:49:14.396: I/DEBUG(423): 40173a08 696c2f63 64747362 2f2b2b63 2f637273 10-24 10:49:14.396: I/DEBUG(423): 40173a18 65727570 7269765f 6c617574 7070632e 10-24 10:49:14.396: I/DEBUG(423): 40173a28 50222100 20657275 74726976 206c6175 10-24 10:49:14.396: I/DEBUG(423): 40173a38 636e7566 6e6f6974 6c616320 2e64656c 10-24 10:49:14.396: I/DEBUG(423): 40173a48 65724120 756f7920 6c616320 676e696c 10-24 10:49:14.396: I/DEBUG(423): 40173a58 72697620 6c617574 74656d20 73646f68 10-24 10:49:14.396: I/DEBUG(423): 40173a68 6f726620 2061206d 74736564 74637572 10-24 10:49:14.396: I/DEBUG(423): 40173a78 223f726f 412f4e00 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40173a88 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40173a98 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40173aa8 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40173ab8 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40173ac8 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40173ad8 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40173ae8 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40173af8 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): memory near r7: 10-24 10:49:14.396: I/DEBUG(423): 401739c8 7fffffd0 00000001 8101b108 8400b0b0 10-24 10:49:14.396: I/DEBUG(423): 401739d8 00000000 8101b108 8400b0b0 00000000 10-24 10:49:14.396: I/DEBUG(423): 401739e8 696f7600 5f5f2064 5f617863 65727570 10-24 10:49:14.396: I/DEBUG(423): 401739f8 7269765f 6c617574 62002928 696e6f69 10-24 10:49:14.396: I/DEBUG(423): 40173a08 696c2f63 64747362 2f2b2b63 2f637273 10-24 10:49:14.396: I/DEBUG(423): 40173a18 65727570 7269765f 6c617574 7070632e 10-24 10:49:14.396: I/DEBUG(423): 40173a28 50222100 20657275 74726976 206c6175 10-24 10:49:14.396: I/DEBUG(423): 40173a38 636e7566 6e6f6974 6c616320 2e64656c 10-24 10:49:14.396: I/DEBUG(423): 40173a48 65724120 756f7920 6c616320 676e696c 10-24 10:49:14.396: I/DEBUG(423): 40173a58 72697620 6c617574 74656d20 73646f68 10-24 10:49:14.396: I/DEBUG(423): 40173a68 6f726620 2061206d 74736564 74637572 10-24 10:49:14.396: I/DEBUG(423): 40173a78 223f726f 412f4e00 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40173a88 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40173a98 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40173aa8 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 40173ab8 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): memory near sl: 10-24 10:49:14.396: I/DEBUG(423): 00000fe0 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 00000ff0 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 00001000 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 00001010 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 00001020 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 00001030 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 00001040 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 00001050 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 00001060 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 00001070 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 00001080 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 00001090 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 000010a0 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 000010b0 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 000010c0 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): 000010d0 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.396: I/DEBUG(423): memory near fp: 10-24 10:49:14.396: I/DEBUG(423): 4014f930 00000000 00000000 00000000 00000000 10-24 10:49:14.396: I/DEBUG(423): 4014f940 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): 4014f950 5e652000 41b34000 00000000 be996a6a 10-24 10:49:14.406: I/DEBUG(423): 4014f960 00000001 5edcff68 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): 4014f970 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): 4014f980 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): 4014f990 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): 4014f9a0 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): 4014f9b0 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): 4014f9c0 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): 4014f9d0 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): 4014f9e0 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): 4014f9f0 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): 4014fa00 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): 4014fa10 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): 4014fa20 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): memory near ip: 10-24 10:49:14.406: I/DEBUG(423): 00003fe0 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 00003ff0 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 00004000 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 00004010 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 00004020 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 00004030 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 00004040 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 00004050 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 00004060 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 00004070 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 00004080 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 00004090 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 000040a0 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 000040b0 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 000040c0 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): 000040d0 ffffffff ffffffff ffffffff ffffffff 10-24 10:49:14.406: I/DEBUG(423): memory near sp: 10-24 10:49:14.406: I/DEBUG(423): 5dce55e8 00000000 40119409 00000001 5dce560c 10-24 10:49:14.406: I/DEBUG(423): 5dce55f8 40173a29 401739e9 df0027ad 00000000 10-24 10:49:14.406: I/DEBUG(423): 5dce5608 00000006 fffffbdf 40173a03 40173a29 10-24 10:49:14.406: I/DEBUG(423): 5dce5618 401739e9 40118975 401431b4 4013b8c9 10-24 10:49:14.406: I/DEBUG(423): 5dce5628 40173a03 40113174 5dce5630 4011c975 10-24 10:49:14.406: I/DEBUG(423): 5dce5638 401739e9 40173a29 40173a29 40173a29 10-24 10:49:14.406: I/DEBUG(423): 5dce5648 5c7f7374 5e6521bc 5e6521c8 00000024 10-24 10:49:14.406: I/DEBUG(423): 5dce5658 40146da4 5c737ce7 5c7f7374 5c737cd5 10-24 10:49:14.406: I/DEBUG(423): 5dce5668 5e652000 4011cb33 5e1720b8 5c737cd5 10-24 10:49:14.406: I/DEBUG(423): 5dce5678 5c7f7374 5c7f6000 0000003f 00000001 10-24 10:49:14.406: I/DEBUG(423): 5dce5688 fffffffc 02080000 000c0600 00000001 10-24 10:49:14.406: I/DEBUG(423): 5dce5698 5dce57e8 5e1720b8 657e523c 4011ce8b 10-24 10:49:14.406: I/DEBUG(423): 5dce56a8 dec50a32 5e033ab1 5e03ab8e 5e039e1d 10-24 10:49:14.406: I/DEBUG(423): 5dce56b8 5e03ab8e 00000000 657e4e90 00000000 10-24 10:49:14.406: I/DEBUG(423): 5dce56c8 657e519c 00000000 10100600 02080000 10-24 10:49:14.406: I/DEBUG(423): 5dce56d8 00000000 00000000 00000000 00000000 10-24 10:49:14.406: I/DEBUG(423): code around pc: 10-24 10:49:14.406: I/DEBUG(423): 40115a80 e000b164 6823461c d1fb2b00 68e3e026 10-24 10:49:14.406: I/DEBUG(423): 40115a90 4a17b123 447a2401 47986014 20274911 10-24 10:49:14.406: I/DEBUG(423): 40115aa0 70082400 ea3ef7fc f7fd2106 a902ebd2 10-24 10:49:14.406: I/DEBUG(423): 40115ab0 f04f2006 460a5380 94029304 f7fc9403 10-24 10:49:14.406: I/DEBUG(423): 40115ac0 4629efb8 20024622 efc0f7fc ea2af7fc 10-24 10:49:14.406: I/DEBUG(423): 40115ad0 f7fd2106 2001ebbe ef4af7fb 2a006962 10-24 10:49:14.406: I/DEBUG(423): 40115ae0 e7d4d1dc deadbaad 0002d4f6 000307da 10-24 10:49:14.406: I/DEBUG(423): 40115af0 000307be 2400b510 aa04b088 46699002 10-24 10:49:14.406: I/DEBUG(423): 40115b00 94014620 94039400 ef18f7fc bfb842a0 10-24 10:49:14.406: I/DEBUG(423): 40115b10 db054620 b1139b07 1c489906 98069006 10-24 10:49:14.416: I/DEBUG(423): 40115b20 bd10b008 4604b510 e87ef7fc d10542a0 10-24 10:49:14.416: I/DEBUG(423): 40115b30 447b4b04 6018681b bd102000 30fff04f 10-24 10:49:14.416: I/DEBUG(423): 40115b40 bf00bd10 0002d42a 460db538 481eb928 10-24 10:49:14.416: I/DEBUG(423): 40115b50 f7fc4478 2800ec90 b9fdd130 2102481b 10-24 10:49:14.416: I/DEBUG(423): 40115b60 f0014478 2800faae db274604 f7fc4629 10-24 10:49:14.416: I/DEBUG(423): 40115b70 2800eb1a 2101db0b f7fc4620 2800eb14 10-24 10:49:14.416: I/DEBUG(423): code around lr: 10-24 10:49:14.416: I/DEBUG(423): 401193e8 41f0e92d 4c0b2600 447c4680 68a56824 10-24 10:49:14.416: I/DEBUG(423): 401193f8 e0076867 300cf9b5 dd022b00 47c04628 10-24 10:49:14.416: I/DEBUG(423): 40119408 35544306 d5f53f01 2c006824 4630d1ef 10-24 10:49:14.416: I/DEBUG(423): 40119418 81f0e8bd 00029b92 43f0e92d fb01461f 10-24 10:49:14.416: I/DEBUG(423): 40119428 f8dff602 b0878058 44f8460c 8000f8d8 10-24 10:49:14.416: I/DEBUG(423): 40119438 9001a901 f8d84615 20013000 96059602 10-24 10:49:14.416: I/DEBUG(423): 40119448 90049103 4638b113 fa35f7ff a9034638 10-24 10:49:14.416: I/DEBUG(423): 40119458 fe9bf7ff 2000f8d8 b1124681 f7ff4638 10-24 10:49:14.416: I/DEBUG(423): 40119468 f1b9fa37 d0050f00 46219d05 f01a1b70 10-24 10:49:14.416: I/DEBUG(423): 40119478 4605ecb2 b0074628 83f0e8bd 00029b0a 10-24 10:49:14.416: I/DEBUG(423): 40119488 1e4b6841 2b006043 f000da01 6803bbab 10-24 10:49:14.416: I/DEBUG(423): 40119498 2b01f813 46106003 00004770 4604b570 10-24 10:49:14.416: I/DEBUG(423): 401194a8 447e4e0d 68336836 f7ffb10b 6861fa04 10-24 10:49:14.416: I/DEBUG(423): 401194b8 60601e48 bfa22800 f8106820 60205b01 10-24 10:49:14.416: I/DEBUG(423): 401194c8 4620da03 fb8ef000 68324605 4620b112 10-24 10:49:14.416: I/DEBUG(423): 401194d8 f9fef7ff bd704628 00029a92 447b4b07 10-24 10:49:14.416: I/DEBUG(423): memory map around fault addr deadbaad: 10-24 10:49:14.416: I/DEBUG(423): be976000-be997000 [stack] 10-24 10:49:14.416: I/DEBUG(423): (no map for address) 10-24 10:49:14.416: I/DEBUG(423): ffff0000-ffff1000 [vectors] 10-24 10:49:14.416: I/DEBUG(423): [Dalvik] Can't dump ETB. /dev/coresight-etb doesn't exist 10-24 10:49:14.776: I/BootReceiver(825): Copying /data/tombstones/tombstone\_09 to DropBox (SYSTEM\_TOMBSTONE) 10-24 10:49:14.816: D/AudioPolicyManagerALSA(426): shouldOverWriteForced persist.sys.amazon-account-cor value is GB 10-24 10:49:14.816: D/AudioPolicyManagerALSA(426): shouldOverWriteForced persist.sys.amazon-account-cor value is GB 10-24 10:49:14.816: W/InputDispatcher(825): channel '41fd30f8 com.quiztix.movies/com.ansca.corona.CoronaActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9 10-24 10:49:14.816: E/InputDispatcher(825): channel '41fd30f8 com.quiztix.movies/com.ansca.corona.CoronaActivity (server)' ~ Channel is unrecoverably broken and will be disposed! 10-24 10:49:14.836: E/qcom\_sensors\_hal(825): \_hal\_sensors\_activate: handle=0, enabled=0 10-24 10:49:14.836: I/WindowState(825): WIN DEATH: Window{41e58e00 u0 SurfaceView} 10-24 10:49:14.836: I/ActivityManager(825): Process com.quiztix.movies (pid 2669) has died. 10-24 10:49:14.836: W/ActivityManager(825): Force removing ActivityRecord{41e29d18 u0 com.quiztix.movies/com.ansca.corona.CoronaActivity}: app died, no saved state 10-24 10:49:14.846: D/Zygote(421): Process 2669 terminated by signal (11) 10-24 10:49:14.886: I/WindowState(825): WIN DEATH: Window{41fd30f8 u0 com.quiztix.movies/com.ansca.corona.CoronaActivity} 10-24 10:49:14.936: W/InputDispatcher(825): Attempted to unregister already unregistered input channel '41fd30f8 com.quiztix.movies/com.ansca.corona.CoronaActivity (server)' 10-24 10:49:14.936: V/DoNotDisturb(825): Top component: com.amazon.kindle.otter/com.amazon.kindle.otter.activities.AppsLibraryActivity 10-24 10:49:14.946: D/WindowManager(825): openingActivityName = com.amazon.kindle.otter.activities.AppsLibraryActivity, animAttr = 4 10-24 10:49:14.956: V/DoNotDisturb(825): Top component: com.amazon.kindle.otter/com.amazon.kindle.otter.activities.AppsLibraryActivity 10-24 10:49:14.976: D/Resolver(955): icon resource drawable 2130837581 10-24 10:49:14.976: D/Resolver(955): icon resource drawable 2130837605 10-24 10:49:14.976: D/Resolver(955): icon resource drawable 2130837611 10-24 10:49:14.976: D/Resolver(955): icon resource drawable 2130837611 10-24 10:49:14.976: D/Resolver(955): icon resource drawable 2130837605 10-24 10:49:14.976: D/Resolver(955): icon resource drawable 2130837581 10-24 10:49:15.006: W/InputMethodManagerService(825): Got RemoteException sending setActive(false) notification to pid 2669 uid 10010 10-24 10:49:15.266: I/WifiMonitor(825): Supplicant Event name: SCAN-RESULTS 10-24 10:49:17.946: D/AudioHardwareALSA(426): closeUsbPlaybackIfNothingActive, musbPlaybackState: 0

If I reopen the game it then seems to be ok, until I open a popup again. After the first crash, it will usually open the popup, but then crash when I close it:

10-24 11:12:19.247: D/AndroidRuntime(6099): Shutting down VM 10-24 11:12:19.247: W/dalvikvm(6099): threadid=1: thread exiting with uncaught exception (group=0x41b42ac8) 10-24 11:12:19.247: W/System.err(6099): com.naef.jnlua.LuaRuntimeException: attempt to perform arithmetic on a function value 10-24 11:12:19.247: W/System.err(6099): at com.naef.jnlua.LuaState.lua\_pcall(Native Method) 10-24 11:12:19.247: W/System.err(6099): at com.naef.jnlua.LuaState.call(Unknown Source) 10-24 11:12:19.247: W/System.err(6099): at plugin.gamecircle.LuaLoader$10.onComplete(LuaLoader.java:1257) 10-24 11:12:19.247: W/System.err(6099): at plugin.gamecircle.LuaLoader$10.onComplete(LuaLoader.java:1242) 10-24 11:12:19.247: W/System.err(6099): at com.amazon.ags.client.AGResponseHandleImpl.callCallback(AGResponseHandleImpl.java:72) 10-24 11:12:19.247: W/System.err(6099): at com.amazon.ags.client.AGResponseHandleImpl.setResponse(AGResponseHandleImpl.java:57) 10-24 11:12:19.247: W/System.err(6099): at com.amazon.ags.client.ClientBase$AsyncTaskWrapper.setResponse(ClientBase.java:149) 10-24 11:12:19.247: W/System.err(6099): at com.amazon.ags.html5.service.AsynchronousReplyMessenger$2.run(AsynchronousReplyMessenger.java:114) 10-24 11:12:19.247: W/System.err(6099): at android.os.Handler.handleCallback(Handler.java:747) 10-24 11:12:19.247: W/System.err(6099): at android.os.Handler.dispatchMessage(Handler.java:92) 10-24 11:12:19.247: W/System.err(6099): at android.os.Looper.loop(Looper.java:151) 10-24 11:12:19.247: W/System.err(6099): at android.app.ActivityThread.main(ActivityThread.java:5185) 10-24 11:12:19.247: W/System.err(6099): at java.lang.reflect.Method.invokeNative(Native Method) 10-24 11:12:19.247: W/System.err(6099): at java.lang.reflect.Method.invoke(Method.java:511) 10-24 11:12:19.247: W/System.err(6099): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793) 10-24 11:12:19.247: W/System.err(6099): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560) 10-24 11:12:19.247: W/System.err(6099): at dalvik.system.NativeStart.main(Native Method) 10-24 11:12:19.247: W/FlurryAgent(6099): Error logged: uncaught 10-24 11:12:19.247: W/FlurryAgent(6099): End session with context: com.ansca.corona.CoronaActivity@41fbdbe8 count:0 10-24 11:12:19.247: W/FlurryAgent(6099): Finalize session 10-24 11:12:19.257: E/AndroidRuntime(6099): FATAL EXCEPTION: main 10-24 11:12:19.257: E/AndroidRuntime(6099): com.naef.jnlua.LuaRuntimeException: attempt to perform arithmetic on a function value 10-24 11:12:19.257: E/AndroidRuntime(6099): at com.naef.jnlua.LuaState.lua\_pcall(Native Method) 10-24 11:12:19.257: E/AndroidRuntime(6099): at com.naef.jnlua.LuaState.call(Unknown Source) 10-24 11:12:19.257: E/AndroidRuntime(6099): at plugin.gamecircle.LuaLoader$10.onComplete(LuaLoader.java:1257) 10-24 11:12:19.257: E/AndroidRuntime(6099): at plugin.gamecircle.LuaLoader$10.onComplete(LuaLoader.java:1242) 10-24 11:12:19.257: E/AndroidRuntime(6099): at com.amazon.ags.client.AGResponseHandleImpl.callCallback(AGResponseHandleImpl.java:72) 10-24 11:12:19.257: E/AndroidRuntime(6099): at com.amazon.ags.client.AGResponseHandleImpl.setResponse(AGResponseHandleImpl.java:57) 10-24 11:12:19.257: E/AndroidRuntime(6099): at com.amazon.ags.client.ClientBase$AsyncTaskWrapper.setResponse(ClientBase.java:149) 10-24 11:12:19.257: E/AndroidRuntime(6099): at com.amazon.ags.html5.service.AsynchronousReplyMessenger$2.run(AsynchronousReplyMessenger.java:114) 10-24 11:12:19.257: E/AndroidRuntime(6099): at android.os.Handler.handleCallback(Handler.java:747) 10-24 11:12:19.257: E/AndroidRuntime(6099): at android.os.Handler.dispatchMessage(Handler.java:92) 10-24 11:12:19.257: E/AndroidRuntime(6099): at android.os.Looper.loop(Looper.java:151) 10-24 11:12:19.257: E/AndroidRuntime(6099): at android.app.ActivityThread.main(ActivityThread.java:5185) 10-24 11:12:19.257: E/AndroidRuntime(6099): at java.lang.reflect.Method.invokeNative(Native Method) 10-24 11:12:19.257: E/AndroidRuntime(6099): at java.lang.reflect.Method.invoke(Method.java:511) 10-24 11:12:19.257: E/AndroidRuntime(6099): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793) 10-24 11:12:19.257: E/AndroidRuntime(6099): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560) 10-24 11:12:19.257: E/AndroidRuntime(6099): at dalvik.system.NativeStart.main(Native Method) 10-24 11:12:19.297: I/DEBUG(423): \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* \*\*\* 10-24 11:12:19.297: I/DEBUG(423): Build fingerprint: 'Amazon/thor/thor:4.2.2/JDQ39/13.3.2.6\_user\_326001820:user/release-keys' 10-24 11:12:19.297: I/DEBUG(423): Revision: '0' 10-24 11:12:19.297: I/DEBUG(423): pid: 6099, tid: 6646, name: Thread-4077 \>\>\> com.quiztix.worldfootball \<\<\< 10-24 11:12:19.297: I/DEBUG(423): signal 11 (SIGSEGV), code 1 (SEGV\_MAPERR), fault addr 00000020 10-24 11:12:19.477: I/DEBUG(423): r0 00000000 r1 63e9c570 r2 00000004 r3 682175f0 10-24 11:12:19.477: I/DEBUG(423): r4 40146228 r5 611d3eb8 r6 63ec3d40 r7 00000000 10-24 11:12:19.477: I/DEBUG(423): r8 63e9c570 r9 ffffffff sl 00000000 fp 00000008 10-24 11:12:19.477: I/DEBUG(423): ip 40000000 sp 5dce4468 lr 5d809d80 pc 5d80a510 cpsr 80000010 10-24 11:12:19.477: I/DEBUG(423): d0 2074706d65747461 d1 61636e6f63206f74 10-24 11:12:19.477: I/DEBUG(423): d2 61206574616e6574 d3 6c6176206c696e20 10-24 11:12:19.477: I/DEBUG(423): d4 45f80000bf000000 d5 bf00000045f80400 10-24 11:12:19.477: I/DEBUG(423): d6 bf00000045f80000 d7 40bf008000000000 10-24 11:12:19.477: I/DEBUG(423): d8 4059000000000000 d9 0000000000000000 10-24 11:12:19.477: I/DEBUG(423): d10 4125cedc00000000 d11 0000000000000000 10-24 11:12:19.477: I/DEBUG(423): d12 0000000000000000 d13 0000000000000000 10-24 11:12:19.477: I/DEBUG(423): d14 0000000000000000 d15 0000000000000000 10-24 11:12:19.477: I/DEBUG(423): d16 206d726f66726570 d17 74656d6874697261 10-24 11:12:19.477: I/DEBUG(423): d18 002e00640069006f d19 002e006900750067 10-24 11:12:19.477: I/DEBUG(423): d20 0066007200750053 d21 0054006500630061 10-24 11:12:19.477: I/DEBUG(423): d22 0075007400780065 d23 0000000000650072 10-24 11:12:19.477: I/DEBUG(423): d24 3f56c16c16c76a94 d25 3f81bdb17b54244e 10-24 11:12:19.477: I/DEBUG(423): d26 3fa555555555551c d27 3fc6a8fb75d1aaad 10-24 11:12:19.477: I/DEBUG(423): d28 3fe0000000000000 d29 0000000000000001 10-24 11:12:19.477: I/DEBUG(423): d30 fff0000000000000 d31 fffffffdfffffff4 10-24 11:12:19.477: I/DEBUG(423): scr 8800009f 10-24 11:12:19.477: I/DEBUG(423): backtrace: 10-24 11:12:19.477: I/DEBUG(423): #00 pc 0000b510 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.477: I/DEBUG(423): #01 pc 0000bf84 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.477: I/DEBUG(423): #02 pc 0000c0b4 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.477: I/DEBUG(423): #03 pc 0001bdc4 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.477: I/DEBUG(423): #04 pc 00013084 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.477: I/DEBUG(423): #05 pc 0000bf78 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.477: I/DEBUG(423): #06 pc 0000c0b4 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.477: I/DEBUG(423): #07 pc 0000c100 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.477: I/DEBUG(423): #08 pc 0001b768 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.477: I/DEBUG(423): #09 pc 0001cdb4 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.477: I/DEBUG(423): #10 pc 0000cef4 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.477: I/DEBUG(423): #11 pc 0000c228 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.487: I/DEBUG(423): #12 pc 0000d06c /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.487: I/DEBUG(423): #13 pc 000053f4 /data/app-lib/com.quiztix.worldfootball-1/liblua.so (lua\_pcall+76) 10-24 11:12:19.487: I/DEBUG(423): #14 pc 000b2824 /data/app-lib/com.quiztix.worldfootball-1/libcorona.so 10-24 11:12:19.487: I/DEBUG(423): #15 pc 0007b40c /data/app-lib/com.quiztix.worldfootball-1/libcorona.so 10-24 11:12:19.487: I/DEBUG(423): #16 pc 000d2b90 /data/app-lib/com.quiztix.worldfootball-1/libcorona.so 10-24 11:12:19.487: I/DEBUG(423): #17 pc 0006fff0 /data/app-lib/com.quiztix.worldfootball-1/libcorona.so 10-24 11:12:19.487: I/DEBUG(423): #18 pc 00020ad0 /system/lib/libdvm.so (dvmPlatformInvoke+112) 10-24 11:12:19.487: I/DEBUG(423): #19 pc 00050161 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const\*, JValue\*, Method const\*, Thread\*)+396) 10-24 11:12:19.487: I/DEBUG(423): #20 pc 00000214 /dev/ashmem/dalvik-jit-code-cache (deleted) 10-24 11:12:19.487: I/DEBUG(423): stack: 10-24 11:12:19.487: I/DEBUG(423): 5dce4428 64d51e30 10-24 11:12:19.487: I/DEBUG(423): 5dce442c 00000000 10-24 11:12:19.487: I/DEBUG(423): 5dce4430 5cef80e0 /dev/binder 10-24 11:12:19.487: I/DEBUG(423): 5dce4434 00000000 10-24 11:12:19.487: I/DEBUG(423): 5dce4438 c0000000 10-24 11:12:19.487: I/DEBUG(423): 5dce443c 00000200 10-24 11:12:19.487: I/DEBUG(423): 5dce4440 00000200 10-24 11:12:19.487: I/DEBUG(423): 5dce4444 00000000 10-24 11:12:19.487: I/DEBUG(423): 5dce4448 00000208 10-24 11:12:19.487: I/DEBUG(423): 5dce444c 4010c463 /system/lib/libc.so (dlmalloc+5170) 10-24 11:12:19.487: I/DEBUG(423): 5dce4450 c0000000 10-24 11:12:19.487: I/DEBUG(423): 5dce4454 00000020 10-24 11:12:19.487: I/DEBUG(423): 5dce4458 00000020 10-24 11:12:19.487: I/DEBUG(423): 5dce445c 00000000 10-24 11:12:19.487: I/DEBUG(423): 5dce4460 df0027ad 10-24 11:12:19.487: I/DEBUG(423): 5dce4464 00000000 10-24 11:12:19.487: I/DEBUG(423): #00 5dce4468 00000200 10-24 11:12:19.487: I/DEBUG(423): 5dce446c 68217210 10-24 11:12:19.487: I/DEBUG(423): 5dce4470 00000064 10-24 11:12:19.487: I/DEBUG(423): 5dce4474 5f647bc0 10-24 11:12:19.487: I/DEBUG(423): 5dce4478 63ec3d40 10-24 11:12:19.487: I/DEBUG(423): 5dce447c 63ec3d40 10-24 11:12:19.487: I/DEBUG(423): 5dce4480 5dce44d0 [stack:6646] 10-24 11:12:19.487: I/DEBUG(423): 5dce4484 63ebfc88 10-24 11:12:19.487: I/DEBUG(423): 5dce4488 5d81ff10 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.487: I/DEBUG(423): 5dce448c 5d81aa68 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.487: I/DEBUG(423): 5dce4490 5f647bc0 10-24 11:12:19.487: I/DEBUG(423): 5dce4494 68217220 10-24 11:12:19.487: I/DEBUG(423): 5dce4498 00000200 10-24 11:12:19.487: I/DEBUG(423): 5dce449c 00000004 10-24 11:12:19.487: I/DEBUG(423): 5dce44a0 63ec3d40 10-24 11:12:19.487: I/DEBUG(423): 5dce44a4 5d817f44 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.487: I/DEBUG(423): ........ ........ 10-24 11:12:19.487: I/DEBUG(423): #01 5dce4898 5dce48c4 [stack:6646] 10-24 11:12:19.487: I/DEBUG(423): 5dce489c 5dce48b0 [stack:6646] 10-24 11:12:19.487: I/DEBUG(423): 5dce48a0 5d81e994 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.487: I/DEBUG(423): 5dce48a4 63ec3d40 10-24 11:12:19.487: I/DEBUG(423): 5dce48a8 5d80b0b8 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.487: I/DEBUG(423): 5dce48ac 5d81ef44 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.487: I/DEBUG(423): 5dce48b0 5d81ef78 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.487: I/DEBUG(423): 5dce48b4 5d81e994 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.487: I/DEBUG(423): #02 5dce48b8 63ec3d40 10-24 11:12:19.487: I/DEBUG(423): 5dce48bc 00000006 10-24 11:12:19.487: I/DEBUG(423): 5dce48c0 63ec3d40 10-24 11:12:19.487: I/DEBUG(423): 5dce48c4 00000000 10-24 11:12:19.487: I/DEBUG(423): 5dce48c8 63ec3d40 10-24 11:12:19.487: I/DEBUG(423): 5dce48cc 00000004 10-24 11:12:19.487: I/DEBUG(423): 5dce48d0 682176a0 10-24 11:12:19.487: I/DEBUG(423): 5dce48d4 5d81adc8 /data/app-lib/com.quiztix.worldfootball-1/liblua.so 10-24 11:12:19.487: I/DEBUG(423): memory near r1: 10-24 11:12:19.487: I/DEBUG(423): 63e9c550 00000000 00000000 68217550 68217540 10-24 11:12:19.487: I/DEBUG(423): 63e9c560 682176b0 631bea10 ffffffff 00000000 10-24 11:12:19.487: I/DEBUG(423): 63e9c570 68217740 68217730 682178a0 680daf80 10-24 11:12:19.487: I/DEBUG(423): 63e9c580 00000001 00000000 68217780 68217770 10-24 11:12:19.487: I/DEBUG(423): 63e9c590 682178e0 680daf9c 00000001 00000000 10-24 11:12:19.487: I/DEBUG(423): 63e9c5a0 682177c0 682177b0 68217880 656d3350 10-24 11:12:19.487: I/DEBUG(423): 63e9c5b0 00000001 00000000 68217780 68217770 10-24 11:12:19.487: I/DEBUG(423): 63e9c5c0 68217900 656d3350 00000002 00000000 10-24 11:12:19.487: I/DEBUG(423): 63e9c5d0 68217830 68217820 682179b0 5f4496a0 10-24 11:12:19.487: I/DEBUG(423): 63e9c5e0 00000002 00000000 68218030 68218020 10-24 11:12:19.487: I/DEBUG(423): 63e9c5f0 68218190 5f449660 ffffffff 00000000 10-24 11:12:19.487: I/DEBUG(423): 63e9c600 682180c0 682180b0 682181b0 5f4496a0 10-24 11:12:19.487: I/DEBUG(423): 63e9c610 ffffffff 00000000 68218170 68218160 10-24 11:12:19.487: I/DEBUG(423): 63e9c620 682182d0 5f449660 ffffffff 00000000 10-24 11:12:19.487: I/DEBUG(423): 63e9c630 68218200 682181f0 682182f0 5f4496a0 10-24 11:12:19.487: I/DEBUG(423): 63e9c640 ffffffff 00000000 682182b0 682182a0 10-24 11:12:19.487: I/DEBUG(423): memory near r3: 10-24 11:12:19.487: I/DEBUG(423): 682175d0 5fda07f8 40d8a464 00000005 00000000 10-24 11:12:19.487: I/DEBUG(423): 682175e0 63f07fb8 3ff00000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 682175f0 00000000 40100000 00000003 67e6afe0 10-24 11:12:19.487: I/DEBUG(423): 68217600 00000000 40140000 00000003 00000000 10-24 11:12:19.487: I/DEBUG(423): 68217610 6771a640 73657551 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 68217620 6145ae40 69616c70 00000004 00c7ffff 10-24 11:12:19.487: I/DEBUG(423): 68217630 6145ae40 69616c70 00000000 67e6b000 10-24 11:12:19.487: I/DEBUG(423): 68217640 5f699620 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 68217650 6145ae40 69616c70 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 68217660 6771e5a8 41d51289 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 68217670 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 68217680 00000000 3ff00000 00000003 00000000 10-24 11:12:19.487: I/DEBUG(423): 68217690 5f69a5e8 00000000 00000005 00000000 10-24 11:12:19.487: I/DEBUG(423): 682176a0 00000000 40560000 00000003 00000000 10-24 11:12:19.487: I/DEBUG(423): 682176b0 5f69a5c0 00000000 00000005 00000000 10-24 11:12:19.487: I/DEBUG(423): 682176c0 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): memory near r4: 10-24 11:12:19.487: I/DEBUG(423): 40146208 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 40146218 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 40146228 dec50a32 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 40146238 0000000d 00000002 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 40146248 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 40146258 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 40146268 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 40146278 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 40146288 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 40146298 00000000 00000000 007cb15a 00000000 10-24 11:12:19.487: I/DEBUG(423): 401462a8 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 401462b8 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 401462c8 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 401462d8 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 401462e8 00000000 00000000 00000000 00000000 10-24 11:12:19.487: I/DEBUG(423): 401462f8 00000000 00000000 00000000 00004000 10-24 11:12:19.487: I/DEBUG(423): memory near r5: 10-24 11:12:19.497: I/DEBUG(423): 611d3e98 63206f74 61636e6f 006e6574 0000003b 10-24 11:12:19.497: I/DEBUG(423): 611d3ea8 00000000 61000204 61f2d952 00000022 10-24 11:12:19.497: I/DEBUG(423): 611d3eb8 65747461 2074706d 63206f74 61636e6f 10-24 11:12:19.497: I/DEBUG(423): 611d3ec8 616e6574 61206574 6c696e20 6c617620 10-24 11:12:19.497: I/DEBUG(423): 611d3ed8 00006575 00000053 5fddeec8 40145d0c 10-24 11:12:19.497: I/DEBUG(423): 611d3ee8 00000005 712e6d6f 5f1111a8 87824209 10-24 11:12:19.497: I/DEBUG(423): 611d3ef8 00000004 611d3f00 5fddee78 00000000 10-24 11:12:19.497: I/DEBUG(423): 611d3f08 00000005 61732f61 5f111188 40145c9c 10-24 11:12:19.497: I/DEBUG(423): 611d3f18 00000004 00000000 613f7200 40145c64 10-24 11:12:19.497: I/DEBUG(423): 611d3f28 00000050 00000023 5e8dcb80 00010206 10-24 11:12:19.497: I/DEBUG(423): 611d3f38 00000000 6146c630 5d82be44 611d4038 10-24 11:12:19.497: I/DEBUG(423): 611d3f48 00000000 0000002b 611d3f30 04000205 10-24 11:12:19.497: I/DEBUG(423): 611d3f58 00000000 00000000 611d33b8 611d3518 10-24 11:12:19.497: I/DEBUG(423): 611d3f68 b606c3c8 00000000 00000000 0000002b 10-24 11:12:19.497: I/DEBUG(423): 611d3f78 611d4850 00010206 612e6e6f 6146c630 10-24 11:12:19.497: I/DEBUG(423): 611d3f88 5d82c2ac 6579616c 6c502e72 72657961 10-24 11:12:19.497: I/DEBUG(423): memory near r6: 10-24 11:12:19.497: I/DEBUG(423): 63ec3d20 000001c0 0000001b 573f8c88 00000006 10-24 11:12:19.497: I/DEBUG(423): 63ec3d30 00000000 00000000 00000025 00000183 10-24 11:12:19.497: I/DEBUG(423): 63ec3d40 5fda08f0 63006008 68217240 68217220 10-24 11:12:19.497: I/DEBUG(423): 63ec3d50 63ec3db8 63e9c498 5f1ac5e0 682184f0 10-24 11:12:19.497: I/DEBUG(423): 63ec3d60 68217080 63e9c738 63e9c450 0000014d 10-24 11:12:19.497: I/DEBUG(423): 63ec3d70 00000020 00000002 00000100 00000000 10-24 11:12:19.497: I/DEBUG(423): 63ec3d80 00000000 00000000 6146c630 00000000 10-24 11:12:19.497: I/DEBUG(423): 63ec3d90 00000005 00000000 5cb67ec0 00000000 10-24 11:12:19.497: I/DEBUG(423): 63ec3da0 00000005 00000000 00000000 00000000 10-24 11:12:19.497: I/DEBUG(423): 63ec3db0 5dce4ae0 00000010 67b6f008 000035bc 10-24 11:12:19.497: I/DEBUG(423): 63ec3dc0 00004000 5d9fb278 67922670 00000122 10-24 11:12:19.497: I/DEBUG(423): 63ec3dd0 00004000 5fda09a8 5f458938 64942650 10-24 11:12:19.497: I/DEBUG(423): 63ec3de0 63319a68 00000000 00000000 64f92d08 10-24 11:12:19.497: I/DEBUG(423): 63ec3df0 5f18c350 0000cbc1 0080ddd5 0080dcaf 10-24 11:12:19.497: I/DEBUG(423): 63ec3e00 003db88a 0000010d 000000c8 000000c8 10-24 11:12:19.497: I/DEBUG(423): 63ec3e10 5d9fb01c 00000000 63319a68 00000000 10-24 11:12:19.497: I/DEBUG(423): memory near r8: 10-24 11:12:19.497: I/DEBUG(423): 63e9c550 00000000 00000000 68217550 68217540 10-24 11:12:19.497: I/DEBUG(423): 63e9c560 682176b0 631bea10 ffffffff 00000000 10-24 11:12:19.497: I/DEBUG(423): 63e9c570 68217740 68217730 682178a0 680daf80 10-24 11:12:19.497: I/DEBUG(423): 63e9c580 00000001 00000000 68217780 68217770 10-24 11:12:19.497: I/DEBUG(423): 63e9c590 682178e0 680daf9c 00000001 00000000 10-24 11:12:19.497: I/DEBUG(423): 63e9c5a0 682177c0 682177b0 68217880 656d3350 10-24 11:12:19.497: I/DEBUG(423): 63e9c5b0 00000001 00000000 68217780 68217770 10-24 11:12:19.497: I/DEBUG(423): 63e9c5c0 68217900 656d3350 00000002 00000000 10-24 11:12:19.497: I/DEBUG(423): 63e9c5d0 68217830 68217820 682179b0 5f4496a0 10-24 11:12:19.497: I/DEBUG(423): 63e9c5e0 00000002 00000000 68218030 68218020 10-24 11:12:19.497: I/DEBUG(423): 63e9c5f0 68218190 5f449660 ffffffff 00000000 10-24 11:12:19.497: I/DEBUG(423): 63e9c600 682180c0 682180b0 682181b0 5f4496a0 10-24 11:12:19.497: I/DEBUG(423): 63e9c610 ffffffff 00000000 68218170 68218160 10-24 11:12:19.497: I/DEBUG(423): 63e9c620 682182d0 5f449660 ffffffff 00000000 10-24 11:12:19.497: I/DEBUG(423): 63e9c630 68218200 682181f0 682182f0 5f4496a0 10-24 11:12:19.497: I/DEBUG(423): 63e9c640 ffffffff 00000000 682182b0 682182a0 10-24 11:12:19.497: I/DEBUG(423): memory near ip: 10-24 11:12:19.497: I/DEBUG(423): 3fffffe0 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 3ffffff0 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 40000000 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 40000010 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 40000020 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 40000030 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 40000040 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 40000050 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 40000060 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 40000070 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 40000080 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 40000090 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 400000a0 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 400000b0 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 400000c0 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): 400000d0 ffffffff ffffffff ffffffff ffffffff 10-24 11:12:19.497: I/DEBUG(423): memory near sp: 10-24 11:12:19.497: I/DEBUG(423): 5dce4448 00000208 4010c463 c0000000 00000020 10-24 11:12:19.497: I/DEBUG(423): 5dce4458 00000020 00000000 df0027ad 00000000 10-24 11:12:19.497: I/DEBUG(423): 5dce4468 00000200 68217210 00000064 5f647bc0 10-24 11:12:19.497: I/DEBUG(423): 5dce4478 63ec3d40 63ec3d40 5dce44d0 63ebfc88 10-24 11:12:19.497: I/DEBUG(423): 5dce4488 5d81ff10 5d81aa68 5f647bc0 68217220 10-24 11:12:19.497: I/DEBUG(423): 5dce4498 00000200 00000004 63ec3d40 5d817f44 10-24 11:12:19.497: I/DEBUG(423): 5dce44a8 11bc2def 63ec3d40 68217210 5d81fa64 10-24 11:12:19.497: I/DEBUG(423): 5dce44b8 63ec3d40 5dce4500 682171d0 63ebfc88 10-24 11:12:19.497: I/DEBUG(423): 5dce44c8 63ebfc88 5d8040cc 63ebfd80 5d803f30 10-24 11:12:19.497: I/DEBUG(423): 5dce44d8 00000004 40123127 6803a3f9 40146ff8 10-24 11:12:19.497: I/DEBUG(423): 5dce44e8 40146228 5d8126c8 00000000 544a2603 10-24 11:12:19.497: I/DEBUG(423): 5dce44f8 5cef80e0 dec50a32 615ff990 5f375f70 10-24 11:12:19.497: I/DEBUG(423): 5dce4508 5dce45e0 00000010 00000023 00000000 10-24 11:12:19.497: I/DEBUG(423): 5dce4518 00000004 5dce45b0 5e02250c 4021e2bb 10-24 11:12:19.497: I/DEBUG(423): 5dce4528 00000004 5dce45b0 00000000 402210a7 10-24 11:12:19.497: I/DEBUG(423): 5dce4538 00000004 00000000 5dce456c 0000772e 10-24 11:12:19.497: I/DEBUG(423): code around pc: 10-24 11:12:19.497: I/DEBUG(423): 5d80a4f0 1afffff4 e1a01008 ebfffe1d e5983004 10-24 11:12:19.497: I/DEBUG(423): 5d80a500 e5932008 e3520006 e1a07000 0a00000c 10-24 11:12:19.497: I/DEBUG(423): 5d80a510 e59a1020 e28d000c e3a02b01 e2811010 10-24 11:12:19.497: I/DEBUG(423): 5d80a520 eb001ef4 e59f1034 e1a00006 e28d200c 10-24 11:12:19.497: I/DEBUG(423): 5d80a530 e08f1001 e1a03007 e58d5000 eb001ee2 10-24 11:12:19.497: I/DEBUG(423): 5d80a540 eaffffe0 e5933000 e5d32006 e3520000 10-24 11:12:19.497: I/DEBUG(423): 5d80a550 0593a010 eaffffed ebffe153 0001db18 10-24 11:12:19.497: I/DEBUG(423): 5d80a560 00014938 e92d45f8 e1a0a000 e1a05001 10-24 11:12:19.497: I/DEBUG(423): 5d80a570 e1a04002 e1a08003 e5953004 e1a01005 10-24 11:12:19.497: I/DEBUG(423): 5d80a580 e1a0000a e5932008 e3520006 1a000037 10-24 11:12:19.497: I/DEBUG(423): 5d80a590 e5933000 e5d32006 e3520000 1a000033 10-24 11:12:19.497: I/DEBUG(423): 5d80a5a0 e5936010 ebfffddc e2841001 e1a07000 10-24 11:12:19.497: I/DEBUG(423): 5d80a5b0 e1a00006 e1a02007 eb000918 e1a02004 10-24 11:12:19.497: I/DEBUG(423): 5d80a5c0 e1a01007 e1a0c000 e35c0000 e1a00006 10-24 11:12:19.497: I/DEBUG(423): 5d80a5d0 e588c000 1a000054 ebfffdf3 e200303f 10-24 11:12:19.497: I/DEBUG(423): 5d80a5e0 e353000b 908ff103 ea00001a ea00001b 10-24 11:12:19.497: I/DEBUG(423): code around lr: 10-24 11:12:19.497: I/DEBUG(423): 5d809d60 e1a00140 e2400001 e12fff1e e3e00000 10-24 11:12:19.497: I/DEBUG(423): 5d809d70 e12fff1e e92d4010 e1a04001 ebffffe6 10-24 11:12:19.497: I/DEBUG(423): 5d809d80 e3500000 b3e00000 b8bd8010 e5943004 10-24 11:12:19.497: I/DEBUG(423): 5d809d90 e5933000 e5933010 e5933014 e3530000 10-24 11:12:19.497: I/DEBUG(423): 5d809da0 17930100 01a00003 e8bd8010 e92d0ff0 10-24 11:12:19.497: I/DEBUG(423): 5d809db0 e1a0b001 e5d0304b e24dd028 e590102c 10-24 11:12:19.497: I/DEBUG(423): 5d809dc0 e35300fa e58d2008 e58d1010 8a000005 10-24 11:12:19.497: I/DEBUG(423): 5d809dd0 e5d0204a e5d0c049 e2021001 e08c1001 10-24 11:12:19.497: I/DEBUG(423): 5d809de0 e1510003 da000003 e3a00000 e28dd028 10-24 11:12:19.497: I/DEBUG(423): 5d809df0 e8bd0ff0 e12fff1e e2021005 e3510004 10-24 11:12:19.497: I/DEBUG(423): 5d809e00 0afffff8 e5d04048 e5901024 e1510004 10-24 11:12:19.497: I/DEBUG(423): 5d809e10 e58d4020 cafffff3 e5901030 e59d6010 10-24 11:12:19.497: I/DEBUG(423): 5d809e20 e1560001 0a000001 e3510000 1affffed 10-24 11:12:19.497: I/DEBUG(423): 5d809e30 e59d7010 e3570000 daffffea e590800c 10-24 11:12:19.497: I/DEBUG(423): 5d809e40 e2479001 e58d901c e7981109 e201103f 10-24 11:12:19.497: I/DEBUG(423): 5d809e50 e351001e 1affffe3 e35b0000 da000169 10-24 11:12:19.497: I/DEBUG(423): [Dalvik] Can't dump ETB. /dev/coresight-etb doesn't exist 10-24 11:12:19.507: W/ActivityManager(825): Force finishing activity com.quiztix.worldfootball/com.ansca.corona.CoronaActivity

I don’t know that it’s necessarily the plugin itself that’s the problem, it could be the SDK itself. I noticed that the Android UI bar has the GameCircle beach ball icon on it, so I pressed that while my game was running. The GC popup appeared showing my player details, and I was able to go to the achievements list etc. But again, when I closed the popup the game crashed. In that instance I had not called the GC plugin from my code at all, I had opened GC directly from the UI bar which is presumably controlled by the OS.

Has anyone else noticed anything similar happening?

We’ve also had issues where we mark an achievement as complete, but nothing happens. Then when I go back into the game later, the achievement shows as complete. Is this due to errors in the SDK, or something in the plugin?

Hey, Alan. I’ll have to say, these are very strange errors that we did not see during our testing and development. Can I ask which function calls you are making and in what order inside your Lua script?