Custom Client Troubleshooting flowchart.

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

Moderator: Phades

Re: enders client

Postby Phades » Wed Apr 06, 2011 3:41 am

There's a thread that explains all of this. Merging with Troubleshooting thread.

Also, I will be updating the troubleshooting guide later this week to list the common fixes for the common problems.

I wish people knew how to use the search function on the forums. =\
-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 BWithey » Fri Apr 08, 2011 12:33 am

I didn't see my problem posted here, I'll admit I didn't read the whole thread either, but it's not in the flowchart.

I get to the login, I put in my information, it says "Connecting" and then crashes, no error screen.
BWithey
 
Posts: 274
Joined: Sun Aug 01, 2010 3:16 pm

Re: Custom Client Troubleshooting flowchart.

Postby dooomq » Sat Apr 16, 2011 9:56 pm

Code: Select all
C:\Game\H&H\hh-windows-64bit>"C:\Program Files\Java\jre6\bin\java" -Xms256m -Xmx
512m -jar haven.jar moltke.seatribe.se
Exception in thread "Haven main thread" java.lang.UnsatisfiedLinkError: C:\Game\
H&H\hh-windows-64bit\jogl.dll: This application has failed to start because the
application configuration is incorrect. Reinstalling the application may fix thi
s problem
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(Unknown Source)
        at java.lang.ClassLoader.loadLibrary(Unknown Source)
        at java.lang.Runtime.loadLibrary0(Unknown Source)
        at java.lang.System.loadLibrary(Unknown Source)
        at com.sun.opengl.impl.NativeLibLoader.loadLibraryInternal(NativeLibLoad
er.java:189)
        at com.sun.opengl.impl.NativeLibLoader.access$000(NativeLibLoader.java:4
9)
        at com.sun.opengl.impl.NativeLibLoader$DefaultAction.loadLibrary(NativeL
ibLoader.java:80)
        at com.sun.opengl.impl.NativeLibLoader.loadLibrary(NativeLibLoader.java:
103)
        at com.sun.opengl.impl.NativeLibLoader.access$200(NativeLibLoader.java:4
9)
        at com.sun.opengl.impl.NativeLibLoader$1.run(NativeLibLoader.java:111)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.opengl.impl.NativeLibLoader.loadCore(NativeLibLoader.java:109
)
        at com.sun.opengl.impl.windows.WindowsGLDrawableFactory.<clinit>(Windows
GLDrawableFactory.java:60)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at javax.media.opengl.GLDrawableFactory.getFactory(GLDrawableFactory.jav
a:106)
        at javax.media.opengl.GLCanvas.chooseGraphicsConfiguration(GLCanvas.java
:520)
        at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:131)
        at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:90)
        at haven.HavenPanel.<init>(HavenPanel.java:63)
        at haven.MainFrame.<init>(MainFrame.java:125)
        at haven.MainFrame.main2(MainFrame.java:238)
        at haven.MainFrame.access$100(MainFrame.java:34)
        at haven.MainFrame$6.run(MainFrame.java:291)
        at java.lang.Thread.run(Unknown Source)

C:\Game\H&H\hh-windows-64bit>pause
Press any key to continue . . .

Win XP x64 and java 64
Help plz :-(
dooomq
 
Posts: 1
Joined: Tue Nov 09, 2010 8:01 pm

Re: Custom Client Troubleshooting flowchart.

Postby Phades » Wed Apr 20, 2011 6:55 am

Try downloading Ender client instead from his thread. If the 64bit ver does not work, try the 32bit then report back.
-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 EyeOfRa » Wed Apr 27, 2011 3:09 am

start "C:\Program Files(x86)\Java\jdk1.5.0_22\jre\lib"-Djava.library.path="C:\Users\(MY NAME)\My Documents\HnH_Ender_x32" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
pause

That's the contents of my run bat file. But when I run the run bat file I get the message "Windows can not find -'Xms256m '. Make sure you typed the name correctly and then try again."

Can someone tell me how to fix this?
God forgives, Melsonia does not
Image -RJT on Melsonians o7
User avatar
EyeOfRa
 
Posts: 453
Joined: Thu Apr 07, 2011 2:14 am

Re: Custom Client Troubleshooting flowchart.

Postby wolfwing » Wed Apr 27, 2011 4:41 pm

EyeOfRa wrote:start "C:\Program Files(x86)\Java\jdk1.5.0_22\jre\lib"-Djava.library.path="C:\Users\(MY NAME)\My Documents\HnH_Ender_x32" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
pause

That's the contents of my run bat file. But when I run the run bat file I get the message "Windows can not find -'Xms256m '. Make sure you typed the name correctly and then try again."

Can someone tell me how to fix this?



Remove the start from the begining of the line, that should fix it I believe (it worked for me when I had the same error anyway)

Edit: Can't type today fixt errors
wolfwing
 
Posts: 39
Joined: Wed Mar 16, 2011 11:06 pm

Re: Custom Client Troubleshooting flowchart.

Postby EyeOfRa » Wed Apr 27, 2011 9:49 pm

wolfwing wrote:Remove the start from the begining of the line, that should fix it I believe (it worked for me when I had the same error anyway)

Edit: Can't type today fixt errors

When I remove start I don't get a start, the control panel (black screen) comes up with the code, and says that "The system cannot find the path specified."
Now what?
God forgives, Melsonia does not
Image -RJT on Melsonians o7
User avatar
EyeOfRa
 
Posts: 453
Joined: Thu Apr 07, 2011 2:14 am

Re: Custom Client Troubleshooting flowchart.

Postby Phades » Mon May 02, 2011 6:28 am

EyeOfRa wrote:
wolfwing wrote:Remove the start from the begining of the line, that should fix it I believe (it worked for me when I had the same error anyway)

Edit: Can't type today fixt errors

When I remove start I don't get a start, the control panel (black screen) comes up with the code, and says that "The system cannot find the path specified."
Now what?


Did you get this fixed? If not, please send me a PM.
-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 wildmm » Mon May 02, 2011 9:29 am

EyeOfRa wrote:
wolfwing wrote:Remove the start from the begining of the line, that should fix it I believe (it worked for me when I had the same error anyway)

Edit: Can't type today fixt errors

When I remove start I don't get a start, the control panel (black screen) comes up with the code, and says that "The system cannot find the path specified."
Now what?




That has been driving me crazy also. Thanks Finite` for asking the question and most importantly the Person who gave the answer.

Try this:
.\updater\HnH_updater.exe
start javaw.exe -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
pause


IT WORKS!!!
wildmm
 
Posts: 4
Joined: Tue Mar 29, 2011 9:07 am

Re: Custom Client Troubleshooting flowchart.

Postby Gypsum » Sun May 08, 2011 1:35 am

Well, let's see. Trying to run the Ender's client for HnH, but it's not going too well.

haven.jar is 830kb. run.bat is 1kb.

The rub.bat file's contents are
Code: Select all
.\updater\HnH_updater.exe
start "C:\Program Files\Java\j2re1.4.2_03\bin\javaw.exe" -Djava.library.path="C:\Documents and Settings\Owner\My Documents\Downloads\HnH_Ender_x32" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res


When I try to run the file, this happens.

Image

Image

Followed by me pressing "OK" and everything closing back out. At which point I try to get it working again by messing around with filepaths.

Also, hi.
Gypsum
 
Posts: 1
Joined: Sun May 08, 2011 12:41 am

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: Claude [Bot], Google [Bot] and 1 guest