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
Results 1 to 15 of 15
Thread: Help?
- 15 Feb. 2010 12:43am #1
Help?
- 15 Feb. 2010 01:10am #2
- 15 Feb. 2010 02:17am #3
- 15 Feb. 2010 02:30am #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
- 15 Feb. 2010 02:32am #5
- 19 Feb. 2010 12:15am #6
- Age
- 30
- Join Date
- Nov. 2009
- Location
- Anaheim, California
- Posts
- 1,065
- Reputation
- 99
- LCash
- 100.00
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.
- 19 Feb. 2010 12:24am #7
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?
- 19 Feb. 2010 12:30am #8
- 19 Feb. 2010 12:32am #9
- 19 Feb. 2010 12:36am #10
- Age
- 30
- Join Date
- Nov. 2009
- Location
- Anaheim, California
- Posts
- 1,065
- Reputation
- 99
- LCash
- 100.00
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.
- 19 Feb. 2010 12:38am #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.
- 19 Feb. 2010 12:45am #12
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...
- 19 Feb. 2010 12:46am #13
- 19 Feb. 2010 12:50am #14
- Age
- 30
- Join Date
- Nov. 2009
- Location
- Anaheim, California
- Posts
- 1,065
- Reputation
- 99
- LCash
- 100.00
Try disabling your UAC and making your account an Administrator.
Both guides can be easily found online. This may also be an issue.
- 19 Feb. 2010 01:00am #15