Quick information II<br><br>In my local environment,<br>I delay the "GetInventory" method by using Thread.Sleep(1000); and start a linux region server<br>then I can see the default ruth everytime.<br>the log message is almost the same with what I have attached before. (Getinventory returns too late.)<br>
<br>THEN, I do<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">> remove the 2nd "if" condition in "TryGetAvatarAppearance".<br>
> >>> if ((profile != null) && (profile.RootFolder != null)) --> if (profile<br>
> != null)<br>
> remove "SetAppearanceAssets" in "TryGetAvatarAppearance".<br>
> >>> // SetAppearanceAssets(profile, ref appearance);</div></blockquote><div>and compile, restart the region server.<br>I can see my customized avatar.<br><br>*NOTE*: this only occurs in Linux.<br><br>I think this can become the proof of the "timing issue".(the code is also looks like that ...)<br>
next is the solution.<br><br>regards,<br>lulurun<br><br><br></div></div>