Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: botmaster on March 16, 2004, 10:41 AM

Title: code works but does not work o.O
Post by: botmaster on March 16, 2004, 10:41 AM
My Battle.net Bot works on my computer and other windows 2000 computers, it does not work on anything else I have even put the code on to a windows2003/xp computer and it does not connect to battle.net any ideas why this might happen?
Title: Re:code works but does not work o.O
Post by: Dante on March 16, 2004, 10:44 AM
Why doesn't it work?
Title: Re:code works but does not work o.O
Post by: botmaster on March 16, 2004, 12:15 PM
no idea works on my pc but on any other computer it fails to connect that run xp/2003 that is
Title: Re:code works but does not work o.O
Post by: Dante on March 16, 2004, 12:19 PM
Oh, so it doesn't connect?
Title: Re:code works but does not work o.O
Post by: Eric on March 16, 2004, 01:25 PM
Missing/Corrupt/Outdated runtimes, perhaps?
Title: Re:code works but does not work o.O
Post by: botmaster on March 17, 2004, 01:55 AM
nothings missing and im guessing since it's windows 2003 server all the runtimes are uptodate.
Title: Re:code works but does not work o.O
Post by: Eric on March 17, 2004, 02:45 AM
Quote from: botmaster on March 17, 2004, 01:55 AM
nothings missing and im guessing since it's windows 2003 server all the runtimes are uptodate.

Windows does not come equipped with Visual Basic runtimes.
Title: Re:code works but does not work o.O
Post by: botmaster on March 17, 2004, 03:42 AM
well it does connect it just does not display things in the rtbchat dunno why tho
Title: Re:code works but does not work o.O
Post by: hismajesty on March 17, 2004, 04:13 AM
Possibly they're there you just can't see them? Perhaps a theme conflict.
Title: Re:code works but does not work o.O
Post by: UserLoser. on March 17, 2004, 06:54 PM
Are you blocking connections on port 6112? What error message & number are you receiving?  Are you connected to the Internet on that computer?  Is the server you're trying to connect to up and running?
Title: Re:code works but does not work o.O
Post by: botmaster on March 20, 2004, 04:34 AM
when i try to connect to west i get this

[04:33:38] Connecting to Battle.net server uswest.battle.net...
[04:33:38] Connected to Battle.net!
[04:33:38] info:  FF 25 08 00 9F 99 75 29 FF 50 63 00 00 00 00 00 A4 3A 10 1E F7 20 2A 00 00 95 2E 62 91 E7 C3 01 49 58 38 36 76 65 72 30 2E 6D 70 71 00 41 3D 34 31 36 36 38 32 34 39 33 20 42 3D 35 36 39 39 36 34 35 36 33 20 43 3D 35 32 34 35 33 38 32 33 38 20 34 20 41 3D 41 2B 53 20 42 3D 42 5E 43 20 43 3D 43 2B 41 20 41 3D 41 2D 42 00

and then i open telnet and try and it works fine
Title: Re:code works but does not work o.O
Post by: UserLoser. on March 20, 2004, 07:34 AM
Quote from: botmaster on March 20, 2004, 04:34 AM
when i try to connect to west i get this

[04:33:38] Connecting to Battle.net server uswest.battle.net...
[04:33:38] Connected to Battle.net!
[04:33:38] info:  FF 25 08 00 9F 99 75 29 FF 50 63 00 00 00 00 00 A4 3A 10 1E F7 20 2A 00 00 95 2E 62 91 E7 C3 01 49 58 38 36 76 65 72 30 2E 6D 70 71 00 41 3D 34 31 36 36 38 32 34 39 33 20 42 3D 35 36 39 39 36 34 35 36 33 20 43 3D 35 32 34 35 33 38 32 33 38 20 34 20 41 3D 41 2B 53 20 42 3D 42 5E 43 20 43 3D 43 2B 41 20 41 3D 41 2D 42 00

and then i open telnet and try and it works fine

Now parse that data
Title: Re:code works but does not work o.O
Post by: Banana fanna fo fanna on March 20, 2004, 09:34 AM
I remember when I used to use VB that I had some stupid problem when I would compile a program on win98 and run it on 2000.

Try a compatibility mode on 2003/xp?
Title: Re:code works but does not work o.O
Post by: GoSuGaMING on March 22, 2004, 07:14 AM
make sure you have your hash files also unless your using BNLS
Title: Re:code works but does not work o.O
Post by: Rich on April 01, 2004, 07:28 PM
Quote from: GoSuGaMING on March 22, 2004, 07:14 AM
make sure you have your hash files also unless your using BNLS

If he where connecting and missing hash files then he would get a check revision error.
Do what UserLoser sais Parse that data.
Title: Re:code works but does not work o.O
Post by: Newby on April 01, 2004, 09:18 PM
I do not know if this would work.

But if it is a bot that doens't do chat then make sure you have all the .dll's in the folder.

That fixes my problems :(