A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

Help?

760 views · started by Eternal Darkness ·
#1
Help?
I keep getting this error. Whenever I add a HttpWrapper to the form.



Anyone?

PS: Only happening on my new computer...

PSS: Making auths based on EBU's
#2
@ PSS: EBU = FAIL TRAIN.

Get a new wrapper or make a new one or re-add the .dlls
#3
Chad wrote:
@ PSS: EBU = FAIL TRAIN.

Get a new wrapper or make a new one or re-add the .dlls


Happens when I use any wrapper... (Including the almighty chads...)
#4
Different sites have different log ins. If you're trying to make one for LG you'll need a way to encrypt the passwords. Md5 method and play it back through the server. EBU's auth can easily be manipulated to record passwords since theres is just Username= &Password=

blahblah
#5
Chad wrote:
Different sites have different log ins. If you're trying to make one for LG you'll need a way to encrypt the passwords. Md5 method and play it back through the server. EBU's auth can easily be manipulated to record passwords since theres is just Username= &Password=

blahblah


Team view? I'll show you...
#6
Make sure you are using the proper Winsock DLL's and References.

COM exceptions tend to occur when you have an error with DLL's and at runtime connections. Also make sure the port that the Winsock is binding to is not in use on your computer.
#7
Chris wrote:
Make sure you are using the proper Winsock DLL's and References.

COM exceptions tend to occur when you have an error with DLL's and at runtime connections. Also make sure the port that the Winsock is binding to is not in use on your computer.


I am using the right .dll files, in fact I am using the same files that I developed my other bots with.... (( The same exact wrappers are used on both computers... ))

One problem I noticed is I can't open any of the programs made by VB either... So I assumed it was the Run-Time files, downloaded those and restarted my computer... No Luck...

Any suggestions?
#8
Use your other computer.
#9
Chad wrote:
Use your other computer.


I would like to start programming on my new desktop...
#10
I am using the right .dll files, in fact I am using the same files that I developed my other bots with.... (( The same exact wrappers are used on both computers... ))

One problem I noticed is I can't open any of the programs made by VB either... So I assumed it was the Run-Time files, downloaded those and restarted my computer... No Luck...

Any suggestions?


Like I stated then, if it is not the DLL's then it is a problem with the connection between You -> Your Port -> The Internet.

If you upgraded from Windows XP/Vista to Windows 7 and the DLL's you got where the ones on your PC, you are not suing the same ones.

If you did port them over from Windows XP/Vista make sure they are properly being referenced and that you are not running on the current DLL's because they work extremely differently.

What you need to do is break down exactly where the error is occuring.

By looking at the error message I can see that it seems the class that contains the HTTPWrappers is not initializing correctly make sure that you are using the proper global variable to initialize the class and not a local variable because later calls could result in the same error.

Also make sure that the data passed to the class's constructor is proper because it seems to be throwing an error there also.
#11
He has Windows 7 yet he has a custom theme to kinda make it look like vista. Take off the theme and try it without the theme. Might be the theme causing errors. I've had problems with people and programs just because of they're themes.
#12
Chris wrote:
Like I stated then, if it is not the DLL's then it is a problem with the connection between You -> Your Port -> The Internet.

If you upgraded from Windows XP/Vista to Windows 7 and the DLL's you got where the ones on your PC, you are not suing the same ones.

If you did port them over from Windows XP/Vista make sure they are properly being referenced and that you are not running on the current DLL's because they work extremely differently.

What you need to do is break down exactly where the error is occuring.

By looking at the error message I can see that it seems the class that contains the HTTPWrappers is not initializing correctly make sure that you are using the proper global variable to initialize the class and not a local variable because later calls could result in the same error.

Also make sure that the data passed to the class's constructor is proper because it seems to be throwing an error there also.


I bought a new computer... Then transfered the wrappers I used on my other computer (via external hard drive) to this new one...

They work on my other computer... No OS difference or anything...

The port is a possible issue worth checking out... I was also thinking it may have something to do with the fact that applications ("Programs" / .exe 's) aren't working on that computer for some reason...
#13
Chad wrote:
He has Windows 7 yet he has a custom theme to kinda make it look like vista. Take off the theme and try it without the theme. Might be the theme causing errors. I've had problems with people and programs just because of they're themes.


It's not a "special theme"...
#14
Try disabling your UAC and making your account an Administrator.

Both guides can be easily found online. This may also be an issue.
#15
Chris wrote:
Try disabling your UAC and making your account an Administrator.

Both guides can be easily found online. This may also be an issue.


I am pretty sure that my account is an administrator...

I will check both though, thanks for the suggestion...

EDIT: Neither of these things worked D: