[sldev] [VWR] SVC-613 login handshake issue for optional update

Ettore Pasquini ettore_pasquini at 3dconnexion.com
Mon Sep 24 16:51:49 PDT 2007


On 9/24/07 4:11 PM, "Joshua Bell" <josh at lindenlab.com> wrote:

> Ettore Pasquini wrote:
>> 
>> I have been building off of the Branch_1-18-3-Viewer branch for quite some
>> time and never encountered the problem until today. I guess reverting to
>> 1.18.1.* ?  I think 1.18.2 was a required update though, was it not?
>>   
> Assuming you're specifically asking about the "login handshake issue for
> optional update" part (VWR-613 is a mess, and appears to mention at
> least two distinct issues), then the workaround is to update to the
> latest code (1.18.3.5) which contains the fix. The relevant diff is:

Yes, I am referring to the login issue specifically the one that leaves you
stuck at the "Initializing World..." message after login. The logger
continuously seems in a loop with messages like

INFO: idle_startup: Waiting for seed grant ....

I have updated to 1.18.3.5, Revision 106 on svn and I did double-check that
I'm using the code below (STATE_LOGIN_AUTH_INIT instead of
STATE_WORLD_INIT)... I also cleaned the cache, prayed the sl gods... Still
no worky. <sigh>

Ettore


> 
> Index: C:/linden/Branch_1-18-3-Viewer/indra/newview/llstartup.cpp
> ===================================================================
> --- C:/linden/Branch_1-18-3-Viewer/indra/newview/llstartup.cpp
> (revision 69944)
> +++ C:/linden/Branch_1-18-3-Viewer/indra/newview/llstartup.cpp
> (revision 69945)
> @@ -2613,7 +2613,7 @@
>  #if !LL_RELEASE_FOR_DOWNLOAD
>      if (option == 2)
>      {
> -        LLStartUp::setStartupState( STATE_WORLD_INIT );
> +        LLStartUp::setStartupState( STATE_LOGIN_AUTH_INIT );
>          return;
>      }
>  #endif
> @@ -2629,7 +2629,7 @@
>          }
>          else
>          {
> -            LLStartUp::setStartupState( STATE_WORLD_INIT );
> +            LLStartUp::setStartupState( STATE_LOGIN_AUTH_INIT );
>          }
>          return;
>      }
> 
> 
> 

-- 
http://www.3dconnexion.com/




More information about the SLDev mailing list