It looks like you're new here. If you want to get involved, click one of these buttons!
Build fingerprint: 'samsung/m3xx/m3:4.3/JSS15J/I9305XXUEMKC:user/release-keys' Revision: '2' pid: 7804, tid: 7818, name: Thread-636 >>> it.arcadiasolutions.savetheark <<< signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 5cb93ae8 r0 00000016 r1 5a7f0040 r2 00000000 r3 5cb93ae8 r4 5ca66b84 r5 5a7f0040 r6 0000000c r7 00000001 r8 00000000 r9 00000016 sl 5ca66b78 fp 00000016 ip 5c8c7208 sp 61158ab8 lr 60ead4a3 pc 5cb93ae8 cpsr 00000010 d0 3ec000003f200000 d1 3f0888893e000000 d2 3f80000000000000 d3 0000000000000000 d4 3f80000000000000 d5 3f8000003f800000 d6 000000013f800000 d7 3ff0000000000000 d8 0000000000000000 d9 0000000000000000 d10 0000000000000000 d11 0000000000000000 d12 0000000000000000 d13 0000000000000000 d14 0000000000000000 d15 0000000000000000 d16 8000000000000000 d17 3c91a62633145c07 d18 bda8fae9be8838d4 d19 3fa555555555554c d20 be927e4f809c52ad d21 bf56c16c16c15177 d22 3e21ee9ebdb4b1c4 d23 3ff0000000000000 d24 bff0000000000000 d25 0000000000000000 d26 b92377ce858a5d48 d27 b92377ce858a5d48 d28 3ff0000000000000 d29 3ec6cd878c3b46a7 d30 bfb6d0fdf9301c54 d31 400921fb54442d18 scr 20000013 backtrace: #00 pc 00001ae8 <unknown> #01 pc 000654a1 /data/app-lib/it.arcadiasolutions.savetheark-1/libgideros.so (gevent_CallbackList::dispatchEvent(int, void*)+136) #02 pc 0006555f /data/app-lib/it.arcadiasolutions.savetheark-1/libgideros.so (gevent::EventManager::tick()+90) |
Comments
"com.giderosmobile.android.plugins.AdMob" for AdMob
"com.giderosmobile.android.plugins.facebook.GFacebook" for Facebook
https://play.google.com/store/apps/developer?id=Arcadia Solutions
What can be? Something wrong in my code or a gideros bug?
https://play.google.com/store/apps/developer?id=Arcadia Solutions
from the error log I assumed that problem may be due to the some event being dispatched when some plugin was already destroyed. And that could happen with older plugins (looking at their code right now)
but thats only an assumption
I have played your game "Save the Ark", but could not reproduce it.
Can you reproduce the crash easily?
So maybe i have to finish The porting to The new version of gideros with new plugins..,
https://play.google.com/store/apps/developer?id=Arcadia Solutions
03-12 00:37:04.037: E/MediaPlayer(7040): Should have subtitle controller already set
03-12 00:36:57.831: W/MediaPlayer(7040): mediaplayer went away with unhandled events
https://play.google.com/store/apps/developer?id=Arcadia Solutions
03-16 09:50:58.060: A/libc(6341): Fatal signal 11 (SIGSEGV) at 0x3f800000 (code=1), thread 6375 (Thread-343)
https://play.google.com/store/apps/developer?id=Arcadia Solutions
Did you notice any reproducible specific behavior?
Also Fatal signal in most cases does not say anything, the most important is the back trace and other addresses
...but this time with the latest version of gideros with the latest version of adsinterface (admob with google play services) and Facebook disabled.
This type of error can be Lua error in the code or are something about java/c?
https://play.google.com/store/apps/developer?id=Arcadia Solutions