josmas / openwonderland

Automatically exported from code.google.com/p/openwonderland
GNU General Public License v2.0
3 stars 5 forks source link

Avatar configuration window causing client to hang #215

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open configure avatar window.
2. Click new avatar.
3. In torso combo box, select "dress shirt".

What is the expected output? What do you see instead?
The local avatar should reflect the changed setting. Instead, on Mac OS X, 
we're seeing a blue spinning circle for extended periods of time (we saw no 
end). Clicking on the "new" button on the original window will reset this 
window and the blue spinning circle will disappear, allowing the client to 
regain control.

It's possible this is network related...perhaps downloading of assets. We can 
reliably reproduce this issue on many different Macintosh machines of varying 
quality Apple hardware and varying network conditions. I suspect a thread is 
getting blocked, though it's unknown whether or not it should be blocked or not.

Original issue reported on code.google.com by pympno...@gmail.com on 20 Oct 2011 at 2:52