Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

audio debug warning once per second?

Kitto Mandala
Registered User
Join date: 1 Mar 2004
Posts: 8
10-20-2005 23:48
from the debug log, is this normal:

2005-10-21T06:39:23Z WARNING Channel 241692
2005-10-21T06:39:23Z WARNING Source ID: 3295c879-1de1-0520-5543-202b27a68e1a at { 250178, 262450, 45.1498 }
2005-10-21T06:39:23Z WARNING LLAudioChannelFMOD::updateBuffer error: An invalid parameter was passed to this function
2005-10-21T06:39:23Z WARNING LLAudioChannelFMOD::update3DPosition error: An invalid parameter was passed to this function
2005-10-21T06:39:23Z WARNING LLAudioChannelFMOD::updateBuffer error: An invalid parameter was passed to this function

repeating exactly once per second for the last several hours?

i would travel to those coordinates myself if i could figure out exactly how to do that. ;-)
Strife Onizuka
Moonchild
Join date: 3 Mar 2004
Posts: 5,887
10-21-2005 00:21
sounds like an object trying to play a borked sound. try relogging.
_____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river.
- Cyril Connolly

Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence.
- James Nachtwey
Malachi Petunia
Gentle Miscreant
Join date: 21 Sep 2003
Posts: 3,414
10-21-2005 00:44
The coordinates shown in the message are Global Coordinates which can be resolved into a sim name and coordinates that you are familiar with (e.g. Ahern(12, 152) 78m up. However I think such would be a waste of effort.

Having recently spent some time digging through logs, they are filled with garbage information about all sorts of conditions that shouldn't appear but do. For a firm that was actively attempting to debug their platform instead of trying to rake cash out of it while they do something else, they might matter. That likely doesn't apply here.

Just for kicks, here are some of the more entertaining ones I ran across in one log from a typical "working just fine" session:

2005-10-17T23:31:34Z INFO TOS Agreement is current

glad we're certain of that

2005-10-17T23:31:35Z WARNING Out of order packet in transfer 5daffa29-5350-eb39-1315-52ba6644d4be, got 27 expecting 7
only about a zillion of these

2005-10-17T23:31:44Z WARNING Mixing AGP and non-AGP pools, slow!
this one pops up often also

2005-10-17T23:32:13Z INFO 9f2e05f7-22e2-3ac6-4c6f-b6cee7a9604c: Packet 0 for unrequested image!
I didn't bother to count how many unrequested images LL tried to send me, which is ironic as it tends to drop the requested ones

2005-10-17T23:32:15Z WARNING LLWorld::addRegion for a simulator that already exists!
lots of these

2005-10-17T23:32:26Z INFO Changing home region to 257792:254976
2005-10-17T23:32:26Z INFO AssetStorage: Setting upstream provider to 69.25.105.235:12035
2005-10-17T23:32:27Z WARNING InternetSteam - failed to open

No assets for you, naughty client!

2005-10-17T23:33:14Z WARNING avatar_appearance sent for unknown avatar c6ab44e1-0c97-4dee-9943-3c82e295bb58
2005-10-17T23:33:14Z WARNING Received animation state for unknown avatarc6ab44e1-0c97-4dee-9943-3c82e295bb58

Someone lost track of their avatar, oopsie


2005-10-17T23:35:59Z INFO 7aabb8b4-b6f7-a4d9-68e0-1c443ef20c46: Packet 0 for unrequested image!
2005-10-17T23:35:59Z INFO 1a6c94ab-73d5-ee3a-bd48-8b15d36feb0b: Packet 0 for unrequested image!
2005-10-17T23:35:59Z INFO 2a17eac3-16a8-3d4b-420d-fa6bf8da0bff: Packet 0 for unrequested image!
2005-10-17T23:35:59Z INFO 80f6d733-7292-6678-7fc7-65a3934b9ce5: Packet 0 for unrequested image!
2005-10-17T23:35:59Z INFO 350a51c0-b1b5-a807-5287-cce27362c3ee: Packet 0 for unrequested image!
2005-10-17T23:35:59Z INFO e9a365a6-c03e-dc39-062e-1f01e82af94e: Packet 0 for unrequested image!
2005-10-17T23:35:59Z INFO 56016fd2-5df3-1945-a72c-f14c16149419: Packet 0 for unrequested image!
2005-10-17T23:36:00Z INFO 2297a0ab-e9cb-e880-f984-da0f010563f5: Packet 0 for unrequested image!
2005-10-17T23:36:00Z INFO b386f9f0-8c0a-24bc-8059-82223414a1e3: Packet 0 for unrequested image!
2005-10-17T23:36:00Z INFO 142c0089-dcfa-729c-3f18-ac2addc3cde9: Packet 0 for unrequested image!
2005-10-17T23:36:09Z INFO 8046c457-713a-1634-1663-14f67790f226: Packet 0 for unrequested image!
2005-10-17T23:36:09Z INFO 77d3bb93-63df-476d-a83d-8c267ca11af3: Packet 0 for unrequested image!
2005-10-17T23:36:09Z INFO 77ac6914-61a0-193c-cb54-974a56733526: Packet 0 for unrequested image!
2005-10-17T23:36:09Z INFO 247ccfa2-abf5-c7ac-4297-bf861e512d8f: Packet 0 for unrequested image!

See image, see image that was never asked for. See 11 in one second.

2005-10-17T23:50:41Z WARNING Trying to send message when disconnected!
Ever have one of those moments when the perfect thing to say hits you only after leaving the conversation?

2005-10-17T23:50:41Z INFO LLHUDObject 02200198 has 2 refs!
Probably not a good thing, even has an exclamation mark!

2005-10-17T23:50:42Z Dropped packets: 826
must be my firewall or sumptin

2005-10-17T23:50:42Z Failed reliable resends: 12
oxymoron?
_____________________
Nathan Stewart
Registered User
Join date: 2 Feb 2005
Posts: 1,039
10-21-2005 09:53
Im getting it right now on my land, i press stop on my music control and the error stops, its giving lots of different sources and locations, but only when music is playing. mmm
_____________________