Valhalla Legends Forums Archive | Spht's Forum | SB3: SID_AUTH_CHECK

AuthorMessageTime
UserLoser
[quote="SphtBotv3"]
[22:48:27] Unrecognized BNCS packet data for SID_0051 received:
0000:  00 02 00 00 53 70 68 74 42 6F 74 76 33 00        ....SphtBotv3.
[/quote]

Come on now why isn't this handled? :P
January 25, 2006, 4:50 AM
Spht
I'm quite certain there is code to handle that message....
January 25, 2006, 1:00 PM
UserLoser
[quote author=Spht link=topic=14007.msg143087#msg143087 date=1138194056]
I'm quite certain there is code to handle that message....
[/quote]

So explain why it showed that twice? ...
January 25, 2006, 9:11 PM
Spht
I'm not sure what you're asking?
January 27, 2006, 1:13 PM
UserLoser
[quote author=Spht link=topic=14007.msg143385#msg143385 date=1138367637]
I'm not sure what you're asking?
[/quote]

Why doesn't your bot handle that message with that specific message data (invalid cdkey)?  It's not hard to comprehend
January 27, 2006, 10:31 PM
JoeTheOdd
More interestingly, why is there a 'more info' string in message 0x200?
January 27, 2006, 11:50 PM
UserLoser
[quote author=Joe link=topic=14007.msg143475#msg143475 date=1138405806]
More interestingly, why is there a 'more info' string in message 0x200?
[/quote]

Maybe it was because my Cd-Key info wasn't really invalid, it's just something else happened to make me get that message.  But still, I don't get why that's 'unrecognized' to the bot, it's a much known packet for a long time now..
January 28, 2006, 6:49 AM
Spht
[quote author=UserLoser link=topic=14007.msg143500#msg143500 date=1138430950]
[quote author=Joe link=topic=14007.msg143475#msg143475 date=1138405806]
More interestingly, why is there a 'more info' string in message 0x200?
[/quote]

Maybe it was because my Cd-Key info wasn't really invalid, it's just something else happened to make me get that message.  But still, I don't get why that's 'unrecognized' to the bot, it's a much known packet for a long time now..
[/quote]

I'm sure the bot handles that result code.  It's probably the extra data that triggered the error.  According to BnetDocs, that result code shouldn't have associated "additional information."

I can't verify anything at the moment because I don't have access to the source code.

You could always write a plugin to handle such messages if it bothers you that much.  I'm sure there any plenty of "much known packets" that the bot doesn't support--that's why it displays such pretty errors when they do show up, so frequently occurring unrecognized messages can be traced and supported in the future or users can write plugins to handle them.
January 28, 2006, 4:58 PM
kamakazie
[quote author=Spht link=topic=14007.msg143535#msg143535 date=1138467483]
I'm sure the bot handles that result code.  It's probably the extra data that triggered the error.  According to BnetDocs, that result code shouldn't have associated "additional information."
[/quote]

Every SID_AUTH_CHECK packet contains additional information; just in some cases, it is an empty string. So there is really no reason this shouldn't be handled, nor should a sanity check stop it from being handled.
January 28, 2006, 5:11 PM
Spht
[quote author=dxoigmn link=topic=14007.msg143538#msg143538 date=1138468318]
[quote author=Spht link=topic=14007.msg143535#msg143535 date=1138467483]
I'm sure the bot handles that result code.  It's probably the extra data that triggered the error.  According to BnetDocs, that result code shouldn't have associated "additional information."
[/quote]

Every SID_AUTH_CHECK packet contains additional information; just in some cases, it is an empty string. So there is really no reason this shouldn't be handled, nor should a sanity check stop it from being handled.
[/quote]

I was able to check the source code and found that there is an explicit check for empty additional info for a couple particular result codes and developer comments to keep it that way.  I do not recall the reason though, but there must've been one.
February 3, 2006, 10:59 PM
Topaz
[20:14:33] Unrecognized BNCS packet data for SID_0051 received:
0000:  00 02 00 00 53 70 68 74 42 6F 74 76 33 00        ....SphtBotv3.

Just got this, but I was repeatedly logging on/off with different accounts.

And then... disconnected.

[20:15:55] Error 10053 connecting to Battle.net server!
March 7, 2006, 4:15 AM

Search