Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
problem logging in with NEW TWCore

 
Post new topic   Reply to topic Printable version
 View previous topic  d1st0rt's merv tutorial Post :: Post TM_Mer Creds problemos...  View next topic  
Author Message
Guest



Offline

PostPosted: Thu Dec 28, 2006 3:18 pm    Post subject: problem logging in with NEW TWCore Reply to topic Reply with quote

When I run runbots.bat I get this error that just keeps going until i close the .exe



C:\twcore-0.9>java -Xmx386m -cp twcore.jar;googleapi.jar;mysql-connector-java-3.
1.10-bin.jar twcore.core.Start
Exception in thread "main" java.lang.NoClassDefFoundError: twcore/core/util/Inte
rProcessCommunicator
at twcore.core.CoreData.<init>(CoreData.java:35)
at twcore.core.Start.startHub(Start.java:42)
at twcore.core.Start.main(Start.java:23)

C:\twcore-0.9>GOTO Start

C:\twcore-0.9>java -Xmx386m -cp twcore.jar;googleapi.jar;mysql-connector-java-3.
1.10-bin.jar twcore.core.Start
Exception in thread "main" java.lang.NoClassDefFoundError: twcore/core/util/Inte
rProcessCommunicator
at twcore.core.CoreData.<init>(CoreData.java:35)
at twcore.core.Start.startHub(Start.java:42)
at twcore.core.Start.main(Start.java:23)

C:\twcore-0.9>GOTO Start

C:\twcore-0.9>java -Xmx386m -cp twcore.jar;googleapi.jar;mysql-connector-java-3.
1.10-bin.jar twcore.core.Start
Exception in thread "main" java.lang.NoClassDefFoundError: twcore/core/util/Inte
rProcessCommunicator
at twcore.core.CoreData.<init>(CoreData.java:35)
at twcore.core.Start.startHub(Start.java:42)
at twcore.core.Start.main(Start.java:23)

C:\twcore-0.9>GOTO Start

C:\twcore-0.9>java -Xmx386m -cp twcore.jar;googleapi.jar;mysql-connector-java-3.
1.10-bin.jar twcore.core.Start
Exception in thread "main" java.lang.NoClassDefFoundError: twcore/core/util/Inte
rProcessCommunicator
at twcore.core.CoreData.<init>(CoreData.java:35)
at twcore.core.Start.startHub(Start.java:42)
at twcore.core.Start.main(Start.java:23)

C:\twcore-0.9>GOTO Start

C:\twcore-0.9>java -Xmx386m -cp twcore.jar;googleapi.jar;mysql-connector-java-3.
1.10-bin.jar twcore.core.Start
Exception in thread "main" java.lang.NoClassDefFoundError: twcore/core/util/Inte
rProcessCommunicator
at twcore.core.CoreData.<init>(CoreData.java:35)
at twcore.core.Start.startHub(Start.java:42)
at twcore.core.Start.main(Start.java:23)

Any idea?

Thanks
Back to top
Bak
?ls -s
0 in


Age:26
Gender:Gender:Male
Joined: Jun 11 2004
Posts: 1826
Location: USA
Offline

PostPosted: Thu Dec 28, 2006 3:21 pm    Post subject: Reply to topic Reply with quote

looks like it can't find the class "twcore/core/util/InterProcessCommunicator"

do you have the InterProcessCommunicator.class file in the twcore/core/util/ directory?
_________________
SubSpace Discretion: A Third Generation SubSpace Client
Back to top
View users profile Send private message Add User to Ignore List AIM Address
Guest



Offline

PostPosted: Thu Dec 28, 2006 3:36 pm    Post subject: Reply to topic Reply with quote

yes icon_sad.gif
Back to top
Maverick
broken record


Age:41
Gender:Gender:Male
Joined: Feb 26 2005
Posts: 1521
Location: The Netherlands
Offline

PostPosted: Thu Dec 28, 2006 5:22 pm    Post subject: Reply to topic Reply with quote

but you haven't compiled it. Try rebuilding the core.
_________________
Nickname: Maverick (I changed my name!)
TWCore developer | Subspace statistics
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Bak
?ls -s
0 in


Age:26
Gender:Gender:Male
Joined: Jun 11 2004
Posts: 1826
Location: USA
Offline

PostPosted: Thu Dec 28, 2006 5:38 pm    Post subject: Reply to topic Reply with quote

the .class IS the compiled file. The .java file is the uncompiled one.

Out of what directory are you running the .bat file out of (with relation to the .class file's directory)?
Back to top
View users profile Send private message Add User to Ignore List AIM Address
D1st0rt
Miss Directed Wannabe


Age:37
Gender:Gender:Male
Joined: Aug 31 2003
Posts: 2247
Location: Blacksburg, VA
Offline

PostPosted: Fri Dec 29, 2006 4:16 am    Post subject: Reply to topic Reply with quote

What is the size of your twcore.jar?

I don't think it can find compiled core classes in their folders
_________________

Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Maverick
broken record


Age:41
Gender:Gender:Male
Joined: Feb 26 2005
Posts: 1521
Location: The Netherlands
Offline

PostPosted: Fri Dec 29, 2006 6:47 am    Post subject: Reply to topic Reply with quote

Bak wrote:
the .class IS the compiled file. The .java file is the uncompiled one.
I'm not a moron, Bak.
The NoClassDefFoundError means that java can't find the specified class file(s).
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Bak
?ls -s
0 in


Age:26
Gender:Gender:Male
Joined: Jun 11 2004
Posts: 1826
Location: USA
Offline

PostPosted: Fri Dec 29, 2006 10:03 am    Post subject: Reply to topic Reply with quote

Bak wrote:
do you have the InterProcessCommunicator.class file in the twcore/core/util/ directory?
Guest wrote:
yes
Maverick wrote:
but you haven't compiled it.
don't take it so personally


You can extract the .jar file in search of class files using 7zip or "jar x <jarfile>" if you have the jar utility.
Back to top
View users profile Send private message Add User to Ignore List AIM Address
Guest



Offline

PostPosted: Fri Dec 29, 2006 5:42 pm    Post subject: Reply to topic Reply with quote

twcore.jar is 40 KB

the .bat file is in twcore-0.9 and the InterProcessCommunicator.class file is in twcore-0.9\twcore\core\util right where it is looking for it at. I just d/l'ed the precompiled bots and extracted them, then compiled them.
Back to top
D1st0rt
Miss Directed Wannabe


Age:37
Gender:Gender:Male
Joined: Aug 31 2003
Posts: 2247
Location: Blacksburg, VA
Offline

PostPosted: Sat Dec 30, 2006 6:09 pm    Post subject: Reply to topic Reply with quote

Anonymous wrote:
twcore.jar is 40 KB

That would appear to be your problem right there, it's most likely missing those classes because the size should be in the 160-170KB range. Try either rebuilding or getting the jar from the precompiled distribution.
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Guest



Offline

PostPosted: Sun Dec 31, 2006 10:23 am    Post subject: Reply to topic Reply with quote

Yes I got it to actually build last night, I can't remember what I did to get it to work but its 189 KB now. But now it is giving me wrong password error and I KNOW the password is right. I even tried another username/password (very simple password) and it still gives the same error.
Back to top
D1st0rt
Miss Directed Wannabe


Age:37
Gender:Gender:Male
Joined: Aug 31 2003
Posts: 2247
Location: Blacksburg, VA
Offline

PostPosted: Sun Dec 31, 2006 2:36 pm    Post subject: Reply to topic Reply with quote

189 is a good size, that's probably with debug information included. I'm going to see if I can recreate that problem because I've had other people tell me about it. I'll be able to start on Tuesday icon_sad.gif
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
D1st0rt
Miss Directed Wannabe


Age:37
Gender:Gender:Male
Joined: Aug 31 2003
Posts: 2247
Location: Blacksburg, VA
Offline

PostPosted: Thu Jan 04, 2007 8:12 pm    Post subject: Reply to topic Reply with quote

Not to double post or anything but I may have found a solution depending on the cause of your problem. Could you provide some way to be contacted in-game so I can talk to you about it?
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> Bot Questions All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 39 page(s) served in previous 5 minutes.

phpBB Created this page in 0.709941 seconds : 35 queries executed (96.3%): GZIP compression disabled