Custom Client Troubleshooting flowchart.

Forum for alternative clients, mods & discussions on the same.

Moderator: Phades

Re: Custom Client Troubleshooting flowchart.

Postby Phades » Tue Aug 09, 2011 12:27 am

Catch me in IRC. I'm in #wizards'tower on Synirc.com. If you don't have an irc client, then use chat.mibbit.com
-Diadems of Odditown
Odditown loves you no matter what.
User avatar
Phades
 
Posts: 352
Joined: Tue Jan 25, 2011 9:07 pm

Re: Custom Client Troubleshooting flowchart.

Postby Cjfidler » Fri Sep 02, 2011 8:34 pm

working with enders client. the .bat file just opens and closes. added a pause and I get this


Code: Select all
C:\Users\******\Desktop\HnH_Ender_x32>.\updater\HnH_updater.exe
The system cannot find the path specified.

C:\Users\********\Desktop\HnH_Ender_x32>start javaw -Xms256m -Xmx512m -jar ha
ven.jar moltke.seatribe.se -r ./res

C:\Users\*******\Desktop\HnH_Ender_x32>pause
Press any key to continue . . .


censored out my name.

haven.jar is 844kb and haven-res.jar is 16.7 mb.

If I run the jar file then I get connection refused. so I could use some help.
Image
User avatar
Cjfidler
 
Posts: 37
Joined: Thu Sep 01, 2011 3:34 am

Re: Custom Client Troubleshooting flowchart.

Postby Phades » Mon Sep 05, 2011 4:31 am

-Diadems of Odditown
Odditown loves you no matter what.
User avatar
Phades
 
Posts: 352
Joined: Tue Jan 25, 2011 9:07 pm

Re: Custom Client Troubleshooting flowchart.

Postby Misgony » Sun Sep 18, 2011 11:56 am

I don't get any of this when I use the original client this appear:

Code: Select all
java.lang.RuntimeException: Delayed error in resource gfx/tiles/gold/gold (v1), from forking source backed by HTTP res source (https://www.havenandhearth.com/res/)
   at haven.Resource.checkerr(Resource.java:1058)
   at haven.Resource.layer(Resource.java:941)
   at haven.MCache.loadset(MCache.java:139)
   at haven.MCache.tilemap(MCache.java:433)
   at haven.Session$RWorker.handlerel(Session.java:372)
   at haven.Session$RWorker.getrel(Session.java:383)
   at haven.Session$RWorker.run(Session.java:451)
Caused by: haven.Resource$LoadException: Load error in resource gfx/tiles/gold/gold(v1), from forking source backed by HTTP res source (https://www.havenandhearth.com/res/)
   at haven.Resource$Loader.handle(Resource.java:401)
   at haven.Resource$Loader.run(Resource.java:375)
   at java.lang.Thread.run(Unknown Source)
Caused by: javax.net.ssl.SSLException: java.lang.RuntimeException: Could not generate DH keypair
   at sun.security.ssl.Alerts.getSSLException(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.handleException(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
   at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
   at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
   at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
   at haven.Resource$HttpSource.get(Resource.java:330)
   at haven.Resource$TeeSource.get(Resource.java:225)
   at haven.Resource$Loader.handle(Resource.java:395)
   ... 2 more
Caused by: java.lang.RuntimeException: Could not generate DH keypair
   at sun.security.ssl.DHCrypt.<init>(Unknown Source)
   at sun.security.ssl.ClientHandshaker.serverKeyExchange(Unknown Source)
   at sun.security.ssl.ClientHandshaker.processMessage(Unknown Source)
   at sun.security.ssl.Handshaker.processLoop(Unknown Source)
   at sun.security.ssl.Handshaker.process_record(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
   ... 11 more
Caused by: java.security.InvalidAlgorithmParameterException: Prime size must be multiple of 64, and can only range from 512 to 1024 (inclusive)
   atcom.sun.crypto.provider.DHKeyPairGenerator.initialize(DHKeyPairGenerator.java:120


And when I use Enders client I get black screen after I loggin.

Please Help!!! Thanks.
Misgony
 
Posts: 5
Joined: Sat Sep 17, 2011 12:13 pm

Re: Custom Client Troubleshooting flowchart.

Postby Djkuik » Sun Sep 18, 2011 1:25 pm

Can someone give me an easy explaination plz? i downloaded ender client, dubble click the run thing and for less than a second a little black screen shows up and dissapears again. I have no clue how to start the game now! someone help me please?
Djkuik
 
Posts: 8
Joined: Sat Sep 17, 2011 9:58 am

Re: Custom Client Troubleshooting flowchart.

Postby Phades » Tue Sep 20, 2011 2:20 pm

Directions are in the Ender thread. Post in there after reading them if you still have trouble getting started.
-Diadems of Odditown
Odditown loves you no matter what.
User avatar
Phades
 
Posts: 352
Joined: Tue Jan 25, 2011 9:07 pm

Re: Custom Client Troubleshooting flowchart.

Postby banok » Fri Oct 28, 2011 9:44 pm

edit: nevermind
User avatar
banok
 
Posts: 696
Joined: Tue Jan 26, 2010 3:59 am
Location: Homeless by choice

Re: Custom Client Troubleshooting flowchart.

Postby bananenmarmelade » Wed Nov 16, 2011 7:04 pm

hi. i am having trouble with logging in using the enders client.

here is what happens:
i see the login screen, hit log in, then it comes as far as "connecting" and crashes with the following error message.
Image

my run.bat:
.\updater\HnH_updater.exe
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
pause

size of haven.jar: 808 kb

thanks in advance
bananenmarmelade
 
Posts: 38
Joined: Tue Mar 02, 2010 1:15 am

Re: Custom Client Troubleshooting flowchart.

Postby Geoffro » Tue Dec 27, 2011 4:31 am

Nevermind, I was just being a giant derp and forgot to install video drivers. -____-
Geoffro
 
Posts: 23
Joined: Wed Aug 24, 2011 6:56 pm

Re: Custom Client Troubleshooting flowchart.

Postby 1John5vs7 » Tue Jan 03, 2012 4:26 am

Mqrius wrote:Image

Ok, I've followed this flow chart. The error I'm having is this:

I have downloaded the most recent Enders mod for 32bit (I've tried both 32bit and 64 bit and have determined I have 32 bit Vista (stop laughing!!!) and 32 bit java). I have properly extracted the files for the 32 bit Enders client and I installed Jave SRE 7 in the default path which was C:\Windows\System32\

When I double click run.bat, the HnH login screen pulls up and I am able to enter my user ID and password. When I click "login", the program says it is authenticating, but then goes to a black screen surrounded by a normal Windows border. No error message ever pops up, but the software appears to have either frozen/hung or to simply not be displaying any video.

Ideas?

Run.bat contents: "start javaw -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res"
File size of haven.jar: 861kb
1John5vs7
 
Posts: 14
Joined: Mon Oct 31, 2011 2:25 am

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: Claude [Bot] and 3 guests