Unity Auth error

665 views
Skip to first unread message

strafw...@gmail.com

unread,
Nov 17, 2016, 3:46:03 PM11/17/16
to Firebase Google Group
Hi, getting this error when creating a user with email and password. Using Unity 5.4.2.

System.AggregateException: Exception of type 'System.AggregateException' was thrown.
-----------------
Firebase.FirebaseException: 

UnityEngine.Debug:Log(Object)
com.objectnull.ultimate.main.data.FirebaseAuth:DebugLog(String) (at Assets/scripts/main/data/FirebaseAuth.cs:52)
com.objectnull.ultimate.main.data.FirebaseAuth:HandleCreateResult(Task`1) (at Assets/scripts/main/data/FirebaseAuth.cs:87)
System.Threading.Tasks.TaskCompletionSource`1:SetException(Exception)
Firebase.Auth.<GetTask>c__AnonStorey0:<>m__0()
Firebase.Auth.Future_User:SWIG_CompletionDispatcher(Int32)
Firebase.AppUtilPINVOKE:PollCallbacks()
Firebase.AppUtil:PollCallbacks()
Firebase.FirebaseHandler:Update()

Do I miss something?

Stewart Miles

unread,
Nov 17, 2016, 5:02:12 PM11/17/16
to fireba...@googlegroups.com
Which platform are you seeing the error on?

Cheers,
Stewart

--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/68017202-572f-40b9-a102-2cb03ec396d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

strafw...@gmail.com

unread,
Nov 18, 2016, 8:17:55 AM11/18/16
to Firebase Google Group
Running in the editor on a Mac. MacOs Sierra.

Same issue with other methods, like signinanoumosly.

Op donderdag 17 november 2016 23:02:12 UTC+1 schreef Stewart Miles:
Which platform are you seeing the error on?

Cheers,
Stewart
On Thu, Nov 17, 2016 at 10:05 AM, <strafw...@gmail.com> wrote:
Hi, getting this error when creating a user with email and password. Using Unity 5.4.2.

System.AggregateException: Exception of type 'System.AggregateException' was thrown.
-----------------
Firebase.FirebaseException: 

UnityEngine.Debug:Log(Object)
com.objectnull.ultimate.main.data.FirebaseAuth:DebugLog(String) (at Assets/scripts/main/data/FirebaseAuth.cs:52)
com.objectnull.ultimate.main.data.FirebaseAuth:HandleCreateResult(Task`1) (at Assets/scripts/main/data/FirebaseAuth.cs:87)
System.Threading.Tasks.TaskCompletionSource`1:SetException(Exception)
Firebase.Auth.<GetTask>c__AnonStorey0:<>m__0()
Firebase.Auth.Future_User:SWIG_CompletionDispatcher(Int32)
Firebase.AppUtilPINVOKE:PollCallbacks()
Firebase.AppUtil:PollCallbacks()
Firebase.FirebaseHandler:Update()

Do I miss something?

--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.

strafw...@gmail.com

unread,
Nov 18, 2016, 8:17:55 AM11/18/16
to Firebase Google Group
When exporting on an Android device (IL2CCP or Mono2x) I get this error :

I/Unity   (14149): com.objectnull.ultimate.main.data.FirebaseAuth:InitializeFirebase()

I/Unity   (14149):  

I/Unity   (14149): (Filename: ./artifacts/generated/Android/runtime/UnityEngineDebugBindings.gen.cpp Line: 45)

I/Unity   (14149): 

D/Unity   (14149): Unable to lookup library path for 'App', native render plugin support disabled.

E/Unity   (14149): Unable to find App

I/Unity   (14149): DllNotFoundException: Unable to load DLL 'App': The specified module could not be found.

I/Unity   (14149):   at Firebase.AppUtilPINVOKE+SWIGExceptionHelper.SWIGRegisterExceptionCallbacks_AppUtil (Firebase.ExceptionDelegate applicationDelegate, Firebase.ExceptionDelegate arithmeticDelegate, Firebase.ExceptionDelegate divideByZeroDelegate, Firebase.ExceptionDelegate indexOutOfRangeDelegate, Firebase.ExceptionDelegate invalidCastDelegate, Firebase.ExceptionDelegate invalidOperationDelegate, Firebase.ExceptionDelegate ioDelegate, Firebase.ExceptionDelegate nullReferenceDelegate, Firebase.ExceptionDelegate outOfMemoryDelegate, Firebase.ExceptionDelegate overflowDelegate, Firebase.ExceptionDelegate systemExceptionDelegate) [0x00000] in <filename unknown>:0 

I/Unity   (14149):   at Firebase.AppUtilPINVOKE+SWIGExceptionHelper..cctor () [0x00000] in <filename unknown>:0 

I/Unity   (14149):   at Firebase.AppUtilPINVOKE..cctor () [0x00000] in <filename unknown>:0 

I/Unity   (14149):   at Firebase.AppUtil.SetLogFunction (Firebase.LogMessageDelegate arg0) [0x00000] in <filename unknown>:0 

I/Unity   (14149):   at

 

Op donderdag 17 november 2016 23:02:12 UTC+1 schreef Stewart Miles:
Which platform are you seeing the error on?

Cheers,
Stewart

On Thu, Nov 17, 2016 at 10:05 AM, <strafw...@gmail.com> wrote:
Hi, getting this error when creating a user with email and password. Using Unity 5.4.2.

System.AggregateException: Exception of type 'System.AggregateException' was thrown.
-----------------
Firebase.FirebaseException: 

UnityEngine.Debug:Log(Object)
com.objectnull.ultimate.main.data.FirebaseAuth:DebugLog(String) (at Assets/scripts/main/data/FirebaseAuth.cs:52)
com.objectnull.ultimate.main.data.FirebaseAuth:HandleCreateResult(Task`1) (at Assets/scripts/main/data/FirebaseAuth.cs:87)
System.Threading.Tasks.TaskCompletionSource`1:SetException(Exception)
Firebase.Auth.<GetTask>c__AnonStorey0:<>m__0()
Firebase.Auth.Future_User:SWIG_CompletionDispatcher(Int32)
Firebase.AppUtilPINVOKE:PollCallbacks()
Firebase.AppUtil:PollCallbacks()
Firebase.FirebaseHandler:Update()

Do I miss something?

--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.

Stewart Miles

unread,
Nov 18, 2016, 11:24:55 AM11/18/16
to fireba...@googlegroups.com
All components with the exception of the Realtime Database are stub implementations on the desktop / Unity editor.  https://firebase.google.com/docs/unity/setup#stub_implementations_for_the_editor

We are planning to modify the Auth stub so that it doesn't return errors on the desktop and instead fakes operations and simply succeeds to make it a little nicer when testing.

When building for Android it looks like libApp.so isn't included in your built APK.  Have you replicated the error with the auth sample application https://github.com/firebase/quickstart-unity/tree/master/auth/testapp ?

Cheers,
Stewart

To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.

To post to this group, send email to fireba...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages