Valhalla Legends Forums Archive | Battle.net Bot Development | Runtime error 13 "Object Mismatch"

AuthorMessageTime
MaDDoG(DA1)
Does anyone know what would be causeing this with my bot. This only happens to other people whom i have sent my bot too, and i do not see any trouble in my code. Does anyone have an idea about what might be causing this?
January 19, 2005, 11:31 PM
HdxBmx27
First off, What bot is it? @nd off, make suere to put oiption explicit at the top of all your mods/frms itll help. and 3rd Whats the code for when they get the error? (EXA: Form_Load())
E-mail me the bot and i'll look at it.
~-~(HDX)~-~
HdxBmx27@gmail.com
January 19, 2005, 11:44 PM
UserLoser.
My idea is only that an object is mismatching with another object
January 19, 2005, 11:45 PM
Yegg
Or maybe you didn't send them a needed OCX/DLL file?
January 20, 2005, 12:13 AM
KkBlazekK
I'm guessing thats its your getstuff not being able to find the config that they haven't created yet, but you have.
January 20, 2005, 1:11 AM
MaDDoG(DA1)
It happens when they load the bot heres what my code for form load

[code]varUsername = GetStuff("Demonic", "Username")
varPassword = GetStuff("Demonic", "Pass")
varServer = GetStuff("Demonic", "Server")
varCDKey = GetStuff("Demonic", "Key")
varLODKey = GetStuff("Demonic", "Key2")
varHomechannel = GetStuff("Demonic", "Home")
varProduct = GetStuff("Demonic", "Client")
varMaster = GetStuff("Demonic", "Master")
varGreet = GetStuff("Demonic", "Greet")
varWhisperGreet = GetStuff("Demonic", "Whisper Join Greet On")
varBotTrigger = GetStuff("Demonic", "BotTrigger")
'txtRealm.Text = GetStuff("Demonic", "Realm")
varLeaveGreet = GetStuff("Demonic", "Leave Greet")
varPingBan = GetStuff("Demonic", "Ping Ban")
varLgreet = GetStuff("Demonic", "Leave Greet On")
varPublicGreet = GetStuff("Demonic", "Join Greet Public On")
varGreet = GetStuff("Demonic", "Greet")
varIdle = GetStuff("Demonic", "Idle Message")
varIdleOn = GetStuff("Demonic", "Idle On")
varIdleTime = GetStuff("Demonic", "Idle Time")[/code]
January 20, 2005, 1:28 AM
Yegg
But is the file that getstuff is retrieving data from in the same directory as the bot?
January 20, 2005, 2:05 AM
St0rm.iD
GetStuff has to be the most crappily named, crappily designed function every created.
January 20, 2005, 2:43 AM
MaDDoG(DA1)
Yes it is in the same directory
January 20, 2005, 3:44 AM
CrAz3D
Make sure, when distributing your bot, you give the user all of the need dependecy file thingies.  (ie CleanSlateBot.OCX, richtx32,OCX or w/e & so on)
January 20, 2005, 3:48 AM
BaDDBLooD
[quote author=Banana fanna fo fanna link=topic=10247.msg95847#msg95847 date=1106189022]
GetStuff has to be the most crappily named, crappily designed function every created.
[/quote]

Agreed.
January 20, 2005, 6:09 AM
MaDDoG(DA1)
Banana fanna fo fanna And BaDD i posted for help not for u too make fun of my code so why dont u go off and not post unless u think u can help me
January 20, 2005, 10:23 PM
Myndfyr
[quote author=MaDDoG(DA1) link=topic=10247.msg95929#msg95929 date=1106259823]
Banana fanna fo fanna And BaDD i posted for help not for u too make fun of my code so why dont u go off and not post unless u think u can help me

[/quote]

Because we respect them but not necessarily you.
January 20, 2005, 11:19 PM
UserLoser.
[quote author=MyndFyre link=topic=10247.msg95938#msg95938 date=1106263152]
[quote author=MaDDoG(DA1) link=topic=10247.msg95929#msg95929 date=1106259823]
Banana fanna fo fanna And BaDD i posted for help not for u too make fun of my code so why dont u go off and not post unless u think u can help me

[/quote]

Because we respect them but not necessarily you.
[/quote]

"We"? :P
January 20, 2005, 11:21 PM
MaDDoG(DA1)
Dont speak for everyone there buddy let them speak for themselves. I could give a shit less weather you respect me or not if u dont respect me then dont help me its that simple.


By the way there was in error in my varibles thanks for the help I just over looked it.
January 21, 2005, 5:23 PM
KkBlazekK
By the way, way to fit in. You flame some of the highest non-vL members, then try to act tuff? Your having trouble with God Damn Getstuff for crying out loud.
January 22, 2005, 12:18 AM
dRAgoN
[quote author=MaDDoG(DA1) link=topic=10247.msg96007#msg96007 date=1106328226]
Dont speak for everyone there buddy let them speak for themselves. I could give a shit less weather you respect me or not if u dont respect me then dont help me its that simple.


By the way there was in error in my varibles thanks for the help I just over looked it.[/quote]
You dont seem to want help at all, you have turned your thread upside down and turned into off topic chating.

My advice to you is to contact the auther of the function, or write your own. [size=1]([s]or is that to easy for you, glad I could help[/s])[/size]
January 22, 2005, 3:15 AM

Search