playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity
Other
3.43k stars 953 forks source link

Crash using Unity 2021.3.16f1 and Google Play Games Services 0.11.01 #3223

Closed TheLonelyDeveloper closed 1 year ago

TheLonelyDeveloper commented 1 year ago

I get this error all of a sudden :

java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=1548471545, result=-1, data=null} to activity {com.google.android.gms/com.google.android.gms.games.ui.signinflow.SignInActivity}: java.lang.IllegalStateException: Not connected. Call connect() and wait for onConnected() to be called.

Here are more details :

Exception java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=1548471545, result=-1, data=null} to activity {com.google.android.gms/com.google.android.gms.games.ui.signinflow.SignInActivity}: java.lang.IllegalStateException: Not connected. Call connect() and wait for onConnected() to be called. at android.app.ActivityThread.deliverResults (ActivityThread.java:5013) at android.app.ActivityThread.handleSendResult (ActivityThread.java:5054) at android.app.servertransaction.ActivityResultItem.execute (ActivityResultItem.java:51) at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2066) at android.os.Handler.dispatchMessage (Handler.java:106) at android.os.Looper.loop (Looper.java:223) at android.app.ActivityThread.main (ActivityThread.java:7664) at java.lang.reflect.Method.invoke at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:592) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:947) Caused by java.lang.IllegalStateException: Not connected. Call connect() and wait for onConnected() to be called. at m.ggn.e (:com.google.android.gms.optional_games@230313057@23.03.13 (100000-0)) at m.hpz.aQ (:com.google.android.gms.optional_games@230313057@23.03.13 (100000-0):7) at m.hpz.T (:com.google.android.gms.optional_games@230313057@23.03.13 (100000-0):3) at m.bw.a (:com.google.android.gms.optional_games@230313057@23.03.13 (100000-0):7) at m.sm.e (:com.google.android.gms.optional_games@230313057@23.03.13 (100000-0):6) at m.cjf.onActivityResult (:com.google.android.gms.optional_games@230313057@23.03.13 (100000-0)) at m.cjo.onActivityResult (:com.google.android.gms.optional_games@230313057@23.03.13 (100000-0)) at gwh.public_onActivityResult (:com.google.android.gms@230313037@23.03.13 (150400-503260631)) at xmf.onActivityResult (:com.google.android.gms@230313037@23.03.13 (150400-503260631):4) at android.app.Activity.dispatchActivityResult (Activity.java:8304) at android.app.ActivityThread.deliverResults (ActivityThread.java:5006)

The device is a Google Pixel 5, Android 11 (SDK 30)