Author |
Message |
Guest
Offline
|
Posted: Sun Dec 10, 2006 9:25 pm Post subject: Bad password with TWCore & bld problems |
 |
|
|
|
Ever since I got the latest release of TWCore it says bad password when I try to run the bots. I know the password is right because I can copy/paste FROM setup to continuum and log in with no problems.
Also when I try to run bld it just closes quickly. This is what I have for bld:
@java -classpath BuildTWCore.class; BuildTWCore %1 %2 %3 %4 %5 %6 %7 %8 %9
thax |
|
Back to top |
|
 |
PsyOps Newbie

Joined: Jun 17 2005 Posts: 14 Offline
|
Posted: Sun Dec 10, 2006 11:31 pm Post subject: ? |
 |
|
|
|
TWCore-0.89 :
Sun 11-10-2006 10:29:06 PsyHub is logging in.
PsyHub logged in: 156 ms.
New Core :
Sun 12-10-2006 22:24:15 is logging in.
Sun 12-10-2006 22:24:19 is disconnecting...
maybe its not reading the setup.cfg properly, the name of the hubbot doesnt wanna come up. And i didnt get any info to come up in the exception.log.
Anyone else?
EDIT: Sorry was my fault i had cut and paste from the old cfg and
2 [Login Information] 's ended up in my new cfg.
one filled out and one empty below it. so it was reading from the bottom last.
Check to make sure you renamed all your cfg's accordingly, that may be the prob.
setup.example.cfg =====> setup.cfg
Thats probably not the problem in your case, but doesnt hurt to cover basics. also for some reason i encountered a problem with special characters inside of a password.
Maybe try logging the bot in with a simple name and password first. Then work your way up.
testbot
pass 1234
Last edited by PsyOps on Sun Dec 10, 2006 11:47 pm, edited 2 times in total |
|
Back to top |
|
 |
Guest
Offline
|
Posted: Sun Dec 10, 2006 11:43 pm Post subject: |
 |
|
|
|
yea my exception.log is empty also. |
|
Back to top |
|
 |
Guest
Offline
|
Posted: Mon Dec 11, 2006 7:41 am Post subject: |
 |
|
|
|
its named setup.cfg and I tried simple passwords and tried changing my username. The only thing I can think of is my OLD TWCore is in C:\TWCore-0.89 my NEW TWCore is in C:\TWCore
BLD still doesnt work. |
|
Back to top |
|
 |
PsyOps Newbie

Joined: Jun 17 2005 Posts: 14 Offline
|
Posted: Mon Dec 11, 2006 2:34 pm Post subject: |
 |
|
|
|
I was able to build by cutting and pasting the old buildTWCore.java + buildTWCore.class into the directory. As far as the file format, In TWcore I made a second directory named TWCore-0.9 (not sure if the ver it is, but thats what I named it) Works OK for me as long as u change the .cfg accordingly. |
|
Back to top |
|
 |
Guest
Offline
|
Posted: Mon Dec 11, 2006 2:44 pm Post subject: |
 |
|
|
|
At leat I got the bld to 'run', now it gets all kinds of errors. I had to use the bld class from the old core.
Still can't log in though |
|
Back to top |
|
 |
D1st0rt Miss Directed Wannabe

Age:37 Gender: Joined: Aug 31 2003 Posts: 2247 Location: Blacksburg, VA Offline
|
Posted: Wed Dec 13, 2006 3:15 am Post subject: |
 |
|
|
|
Now that I have some time I can get this all squared away. I didn't include the BuildTWCore class because for the new release, you had to have a different version depending on your operating system. If you're feeling adventurous, the ant build script is what I used to compile everything. I'm going to be getting around to working on a new build class among other things in the coming days. _________________
 |
|
Back to top |
|
 |
Pests Novice
Joined: Feb 24 2003 Posts: 84 Offline
|
Posted: Wed Dec 20, 2006 12:20 am Post subject: |
 |
|
|
|
Heres what I did:
Download the ant binaries at the link he gave you
Unzip and move contents of zip into something like C:\Program Files\ant\
Add C:\Program Files\ant\bin to your PATH variable
Edit the contents of bld.bat to just "ant"
Now click bld.bat and it should work
You can also add all, bots, core, or clean to get it to only do certain actions.
The new download does not come with twcore/misc so you must either create it and move the mysql jdbc (and others) into it or change the classpath of the runbots.bld file. |
|
Back to top |
|
 |
D1st0rt Miss Directed Wannabe

Age:37 Gender: Joined: Aug 31 2003 Posts: 2247 Location: Blacksburg, VA Offline
|
Posted: Tue Dec 26, 2006 1:05 pm Post subject: |
 |
|
|
|
The runbots classpath has been changed to reflect this. |
|
Back to top |
|
 |
|