On 11/12/12 22:28, Chris wrote:
Hello every one, got a couple of questions about git master 905d7c4 (r/21385).

I recently downloaded and compiled master and am noticing a bunch of yellow 
text popping up (warnings?) saying [CLIENT]:
unhandled packet AgentUpdate primarily when walking around but they do pop up 
on occasion when standing still. Is anyone
else seeing this?

AgentUpdates are extremely common messages. If you do "debug packet 255" on the console you will see a constant stream of them come in since they tell the server about agent movements, head rotation, etc, even when you're standing completely still.

So this must only be happening on rare occasions. In the current code this should only happen if an agent update message has somehow been sent to the client port from another source but with wrong session and agent IDs.

This seems very unlikely, so I think a stronger candidate is some packet 
pooling issue.

So in connection with this

1) How recently did this start happening?

2) Does it happen when you are alone on a region with nobody in the same or in 
any neighbouring regions?

3) What happens if you set

[PacketPool]
RecyclePackets = false

?


Also a quick question about HTTP inventory and more recent viewers (i.e. 
Firestorm, SL v3.3.x, and possibly v1.23 based
viewers that support it (have not tested these though)); It seems that when I 
have HTTP Inventory disabled my inventory
refuses to load up until HTTP Inventory is enabled. I prefer to keep it off 
because UDP inventory loads a lot quicker
for me and having it disabled also seems to result in more stable teleports on 
LL grid. Is there anyway to fix this in
the config files?

On the server side, UDP inventory is always available. You could disable HTTP inventory on the server side with the instructions at [1] just to be sure. But I think a viewer bug is more likely where fallback is not happening properly when HTTP inventory is disabled. I don't know if there are any viewer config values which would help in this situation.

[1] http://opensimulator.org/mantis/view.php?id=6412

--
Justin Clark-Casey (justincc)
OSVW Consulting
http://justincc.org
http://twitter.com/justincc
_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users

Reply via email to