-
Notifications
You must be signed in to change notification settings - Fork 966
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Game crashes after closing leaderboard #783
Comments
This sounds like the native library for Play Games is not updated to match the plugin code. Which version of the plugin are you using? Can you delete the Assets/Plugins directory and re-import the plugin? |
I have the latest version. I reimported it yesterday. |
@szymski - Is it working for you now? If not, can you share the contents and file sizes in Assets/Plugins/Android/libs/armeabi-v7a and Assets/Plugins/Android/libs/x86? |
try to follow the answer here(#716) |
working now? |
Please reopen or open a new issue if this is still a problem. |
I use Google Play Games in my game. Everything is already configured and authorization works. The problem is when I open and close the leaderboard, game immediately crashes. I open it using this function:
PlayGamesPlatform.Instance.ShowLeaderboardUI("CgkI6OHR7pIQEAIQAA");
It opens and works well. I can see the scores, but when I go back to game, it crashes.
Here are example crash reports I get:
`java.lang.Error: FATAL EXCEPTION [UnityMain]
Unity version : 5.1.2f1
Device model : LGE LG-D290
Device fingerprint: lge/l70pn_global_com/l70pn:4.4.2/KOT49I.A1423829747/1423829747:user/release-keys
`Build fingerprint: 'htc/htc_europe/htc_memul:4.4.2/KOT49H/405590.2:user/release-keys'
Revision: '0'
pid: 6659, tid: 6659, name: ercent.PIGGURUN >>> com.TenPercent.PIGGURUN <<<
signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
Abort message: 'heap corruption detected by dlfree'
r0 00000000 r1 00001a03 r2 00000006 r3 00000000
r4 00000006 r5 0000000b r6 00001a03 r7 0000010c
r8 69fe8818 r9 4158c3f8 sl 6ac00029 fp 66773d60
ip 400f71e8 sp befdf190 lr 400b9cb9 pc 400c8cb0 cpsr 000a0010
d0 0000000000000000 d1 0000000000000000
d2 0000000000000000 d3 0000000000000000
d4 0000000044958000 d5 0000000000000000
d6 441580003f800000 d7 3f80000000000000
d8 3f8000003f800000 d9 449580003f800000
d10 0000000042800000 d11 0000000000000000
d12 0000000000000000 d13 0000000000000000
d14 0000000000000000 d15 0000000000000000
d16 726f632070616568 d17 206e6f6974707572
d18 3ff0000000000000 d19 0000000000000000
d20 8000000000000000 d21 8000000000000000
d22 0000000000000000 d23 3ff0000000000000
d24 0000000000000000 d25 0000000000000000
d26 0000000000000000 d27 ffffffffffffffff
d28 0100010001000100 d29 0100010001000100
d30 0000010000000100 d31 0000010000000100
scr 68000013
Is it me doing it wrong or is it caused by the plugin?
The text was updated successfully, but these errors were encountered: