Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Cannot Login to my account in 5.5.0b2

Discussion in '5.5 Beta' started by Immanuel-Scholz, Sep 9, 2016.

  1. Immanuel-Scholz

    Immanuel-Scholz

    Joined:
    Jun 8, 2013
    Posts:
    221
    Hi,

    I just downloaded 5.5.0b2 and installed it (previously on 5.3). Started, tried to sign in in the login screen, but it just does nothing upon clickin "Sign In".

    In the Editor.log, these get added:

    Code (csharp):
    1. Expected 8 arguments to javascript loginSuccess() method, received 7
    2. (Filename: C:\buildslave\unity\build\Editor/Src/HomeWindow.cpp Line: 235)
    3.  
    Temporary server problems, some messup on my side or a bug?
     
  2. goat

    goat

    Joined:
    Aug 24, 2009
    Posts:
    5,182
    I have intermittent timeouts on my Services Tab in the Unity Editor so it's probably a similar problem. Exit Unity & retype your password when you start Unity again.
     
  3. Deleted User

    Deleted User

    Guest

    Hi Immanuel,
    Can you delete `C:\Users\<username>\AppData\Roaming\Unity\Packages` folder and try again?

    Thanks.
     
  4. hidec

    hidec

    Joined:
    Mar 15, 2016
    Posts:
    3
    Does not work. Login interface become all gray, there is no any login ui.
     
  5. MrEsquire

    MrEsquire

    Joined:
    Nov 5, 2013
    Posts:
    2,712
    try latest beta
     
  6. hidec

    hidec

    Joined:
    Mar 15, 2016
    Posts:
    3
    I have already try 5.5.0B6 and 5.5.0B5
     
  7. MortePCAndVR

    MortePCAndVR

    Joined:
    Jul 21, 2013
    Posts:
    14
    I have similar issue on a Windows 10 virtualbox image, fresh install from scratch of Unity3D v5.4.1p4,
    Error code in UnityEditor Console after attempted login:

    Expected 8 arguments to javascript loginSuccess() method, received 7
    UnityEditor.GenericMenu:CatchMenu(Object, String[], Int32)


    It appears to be specific to windows 10, because the same Unity3D v5.4.1p4 install version on windows7x64 (and Unity3D website) lets me login just fine.
     
  8. LeonhardP

    LeonhardP

    Unity Technologies

    Joined:
    Jul 4, 2016
    Posts:
    3,136
    Hi everybody,
    Could you please file bug reports for the issues you are experiencing and reply with the case # in this thread?
     
  9. Deleted User

    Deleted User

    Guest

    The root cause is:
    In the old version of UnityEditor, like 5.3 or early 5.4beta, loginSuccess have 7 parameters. Later versions need 8 parameters. When the UnityEditor startup, it will rebuilt the content in `[driver]:\Users\<username>\AppData\Roaming\Unity\Packages` folder. If the rebuild failed (most time it failed because of access permission issues), the folder will have old content or there is no content appear there. So what we will see is that parameter amount mismatch or no any login UI.
    Please check the folder access permission and share the content in Editor.log if there is no any login UI.

    Sorry for the inconvenience.

    Justin Zheng
     
  10. fangwenbo

    fangwenbo

    Joined:
    Sep 23, 2016
    Posts:
    4
    My error is:Expected 7 arguments to javascript loginSuccess() method, received 8.On Unity 5.3.4f1
     
  11. kollsoft

    kollsoft

    Joined:
    Apr 1, 2016
    Posts:
    2
    It works while I del Packages Folder, Thank You!