Game Client modified by Ender

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

Moderator: Phades

Re: Game Client modified by Ender

Postby Leftus » Thu Jul 21, 2011 4:36 am

Having trouble launching. My regular HnH works fine, however this client wont launch. My computers a bit messed up as far as java goes, I cant especially launch anything involving java, why regular HnH works is beyond me.

Anyways, I checked out the troubleshooting section and ended up with my run.bat looking a little something like this:
Code: Select all
start "D:\Windows\resource\jre\bin\javaw.exe" -Djava.library.path="PATD:\Desktop\Haven&Hearth\Leftus.jnlp" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se


I get a similar error from launch when I try to use:
Code: Select all
start "D:\Windows\resource\jre\bin" -Djava.library.path="PATD:\Desktop\Haven&Hearth" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se

which is the same thing, minus the specific file name of both the javaw.exe and Leftus.jnlp.

I am missing a java folder in my programfiles (x86) on my C and D drive. Launching my doctored run.bat gives me an error message reading
"Windows cannot find '-Djava.library.path=PATD:Desktop\Haven&Hearth\Leftus.jnlp'. Make sure you typed the name correctly, and try again."


Anything missing? Any help would be much appreciated.
Leftus
 
Posts: 6
Joined: Wed Jul 07, 2010 3:55 am

Re: Game Client modified by Ender

Postby MagicManICT » Thu Jul 21, 2011 4:45 am

Leftus wrote:I am missing a java folder in my programfiles (x86) on my C and D drive. Launching my doctored run.bat gives me an error message reading
"Windows cannot find '-Djava.library.path=PATD:Desktop\Haven&Hearth\Leftus.jnlp'. Make sure you typed the name correctly, and try again."


You can install Java where ever you like. It could be in C:/Java or any other location. Java places certain information in it's own configuration files, the registry, and in the startup files if you request it to. If you need to know where it's at, you can try doing a search of your drives for java.exe or javaw.exe.

As far as this error message, try eliminating that whole portion, the '-Djava.library.path=PATD:Desktop\Haven&Hearth\Leftus.jnlp' and running it.
Opinions expressed in this statement are the authors alone and in no way reflect on the game development values of the actual developers.
User avatar
MagicManICT
 
Posts: 18436
Joined: Tue Aug 17, 2010 1:47 am

Re: Game Client modified by Ender

Postby Leftus » Thu Jul 21, 2011 6:06 am

Just tried that, it gave me a similar message, just one part after that. I did the next logical thing and removed bit by bit until I got down to
Code: Select all
start "D:\Windows\resource\jre\bin\javaw.exe" haven.jar moltke.seatribe.se

After I was down to there it opened the haven.jar folder with WINrar. Nothing more.
Leftus
 
Posts: 6
Joined: Wed Jul 07, 2010 3:55 am

Re: Game Client modified by Ender

Postby Gotrek64 » Fri Jul 22, 2011 6:38 am

ok last world I was able to get custom clients to work by doing this but now it seems to not be working or like what i'm doing.

So first I ran the run.bat file "can't find javaw" error thats fine so I edited the bat file to read the following:
start "C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Xms256m -Xmx512m -jar

haven.jar moltke.seatribe.se -r ./res

so now it's complaining that it cannot find '-Xms256m'
I've tried using mqrius's troubleshooting flowchart for custom clients but I have no clue about the whole path variable he wants to add
"Add the install directory to your PATH variable: is.gd/hbUFD"
I know how to get into enviroment variables in windows 7 but theres user varibles and system varibles I assumed is.gd was the name and hbUFD was the varible path but the client still didn't work.
burgingham wrote:Gotrek did a shitton of work there to supply people with farm stuff etc. You murder him despite knowing who he was. Why not assasinate the 2 people who insulted you and then get out? It would have proven your point much better and also proven you really do understand how to fight people and not only how to slaughter helpless sheep.
User avatar
Gotrek64
 
Posts: 279
Joined: Sat Jul 17, 2010 6:36 pm

Re: Game Client modified by Ender

Postby EnderWiggin » Fri Jul 22, 2011 7:47 am

I think that is.gd/hbUFD - is shortened url to guide.
User avatar
EnderWiggin
 
Posts: 1154
Joined: Sat Mar 20, 2010 8:23 pm

Re: Game Client modified by Ender

Postby Gotrek64 » Fri Jul 22, 2011 8:24 am

well seems the only think I didn't do was restart but it still can't find javaw when run and when i enclose the full path it gives the same error cant find -Xms256m :lol:

read the troubleshooting guide in your thread and changed my bat file to this:
start "C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Djava.library.path="D:\Haven and Hearth" -Xms256m -Xmx512m -jar
haven.jar moltke.seatribe.se

getting the same issue as a few other people "Windows cannot find '-Djava.library.path="D:\Haven and Hearth". Make sure you typed the name correctly, and then try again."

updater works but my run.bat is still screwed same as the above
burgingham wrote:Gotrek did a shitton of work there to supply people with farm stuff etc. You murder him despite knowing who he was. Why not assasinate the 2 people who insulted you and then get out? It would have proven your point much better and also proven you really do understand how to fight people and not only how to slaughter helpless sheep.
User avatar
Gotrek64
 
Posts: 279
Joined: Sat Jul 17, 2010 6:36 pm

Re: Game Client modified by Ender

Postby Gotrek64 » Fri Jul 22, 2011 11:51 pm

MagicManICT wrote:
thechad wrote:I am having problems with the bat file...


What, exactly, is the problem? In other words, what occurs when you launch the batch file?

The simplest file is this:

Code: Select all
javaw -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se


tried that
"C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
and this
"C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
all it does is open with that line in a cmd windows and closes with the same line and my performance spikes to 50% and then nothing happens even tried reinstalling java and restart still nothing but the regular client works fine...

Interesting thing here I got Anthclient v0.37 off my external hard hard drive the batch file is this:
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
suffice to say client starts up fine only problem is when you log in says client is too old
so I tried to use the same line to start 64-bit ender's client and got this:

D:\Haven and Hearth>"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms256m -X
mx512m -jar haven.jar moltke.seatribe.se
Exception in thread "Haven main thread" java.lang.UnsatisfiedLinkError: D:\Haven
and Hearth\jogl.dll: Can't find dependent libraries
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:77)
at haven.MainFrame.<init>(MainFrame.java:141)
at haven.MainFrame.main2(MainFrame.java:254)
at haven.MainFrame.access$100(MainFrame.java:35)
at haven.MainFrame$6.run(MainFrame.java:309)
at java.lang.Thread.run(Unknown Source)

D:\Haven and Hearth>pause
Press any key to continue . . .
burgingham wrote:Gotrek did a shitton of work there to supply people with farm stuff etc. You murder him despite knowing who he was. Why not assasinate the 2 people who insulted you and then get out? It would have proven your point much better and also proven you really do understand how to fight people and not only how to slaughter helpless sheep.
User avatar
Gotrek64
 
Posts: 279
Joined: Sat Jul 17, 2010 6:36 pm

Re: Game Client modified by Ender

Postby Gotrek64 » Sat Jul 23, 2011 1:43 am

ran 32-bit enders with
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
and it all runs smooth as a babies bottom.
burgingham wrote:Gotrek did a shitton of work there to supply people with farm stuff etc. You murder him despite knowing who he was. Why not assasinate the 2 people who insulted you and then get out? It would have proven your point much better and also proven you really do understand how to fight people and not only how to slaughter helpless sheep.
User avatar
Gotrek64
 
Posts: 279
Joined: Sat Jul 17, 2010 6:36 pm

Re: Game Client modified by Ender

Postby AnnaC » Sat Jul 23, 2011 2:14 am

I don't know if I'm hallucinating or what, but wasn't there an option that displayed a threat radius around hostile animals (bear and boar)?

I atleast had this option toggled on my other computer, but the PSU died; trying the latest from the OP post, I don't have that option anymore. The only difference is my other computer I used the 64-bit release, while this computer I'm using the 32-bit release.

Did I get some other release that had that? I notice a lot more options in the menu, but I don't see the hostile creature notification option. :?
Hearthlings: Marona; Chamberlain (retainer alt), Vincavec (shaman of the Dryad Wells Forest)
User avatar
AnnaC
 
Posts: 853
Joined: Wed Jun 23, 2010 6:15 pm

Problems with Enders Client

Postby Acanthus » Sat Jul 23, 2011 4:58 am

Ok, I've made a thread before about lag in the game (before the nukes)and the response I got was that there was none and I was just being crazy, but someone said something about having the same problems I had but that it was resolved by tracing some things and realizing they were getting some kind of "error package" from the server.

Well, I really don't know much about computers much less about programming on Java but I want to try and fix this since today just as I opened HnH to play my laptop got a bluescreen and then immediately shut itself off, it was working just fine before and only did this just as I opened HnH, that coupled with all the other problems I've had with enders leads me to believe something in way I "installed" Enders is the cause. I don't want any lasting damage to my system or any more damage to it, whichever may be the case.

Here's the gist of the problems I've been experiencing:

-Often times I'll be playing and for no reason whatsoever the client will stop responding, freeze, whitescreen and slow down my PC to a crawl. At this point one of three things will happen:

1. After whitescreening for about 5 minutes the image comes back and everything will look fine, I can open the different tabs but none of the buttons do anything, I can toggle fullscreen and quit, but I can't log out, move or interact with anything and my character is just walking in place.

2. After whitescreening for about 5 minutes I get logged out and go back to the log in window.

3. Enders responds and all is well and functioning perfectly, a little slow and with considerable lag at first but after a while everything is good.

-Today just as I was running the client Windows bluescreened and there was a message saying windows would shut down to prevent any damage to the sytem, my laptop turned off (improperly) and I started up in safe mode, restarted and everything was fine again.

-Sometimes when turning on x-ray mode the client will stop responding and log me out.

-When looking at my kin list and clicking on one of my kin the client will sometimes completely freeze, there will be no "not responding" message, it'll just stop doing anything and freeze completely as if it was trying to load the portrait and buttons except it never finishes doing so. My computer will function normally without any slow down but the client will be frozen, the only solution seems to be closing and restarting enders.



If anyone knows how to fix this I would be most grateful.
Acanthus
 
Posts: 50
Joined: Wed Jan 19, 2011 12:05 am

PreviousNext

Return to The Wizards' Tower

Who is online

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