Game Client modified by Ender

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

Moderator: Phades

Re: Game Client modified by Ender

Postby masaykh » Sat Feb 05, 2011 10:47 pm

i downloaded 32 version , no problem.
masaykh
 
Posts: 28
Joined: Mon Jan 03, 2011 3:32 am

Re: Game Client modified by Ender

Postby EnderWiggin » Sat Feb 05, 2011 10:50 pm

Kaios wrote:
Kaios wrote:The download isn't working :(


I'll be a little more specific. The download for the 32 bit client does not seem to be working for me. I can download the 64 bit just fine but that is kind of useless since I can't use it anyways.

you can get haven.jar and res folder from x64 and place into folder with previous version.
User avatar
EnderWiggin
 
Posts: 1154
Joined: Sat Mar 20, 2010 8:23 pm

Re: Game Client modified by Ender

Postby SoCachaca » Sun Feb 06, 2011 2:56 am

'Sup
I really want to use this client mod but every time i double click the run.bat this appears
Image

The lines in the error read:

"Windows cannot find the file "-Djava.library.path=PC:\Users\Maugrim\Desktop\HnH_Ender_x64". Make sure the filename is written correctly and try again."

Im pretty sure the game filepath is written correctly and if i put a space between path= and the game directory the error reads:

"Windows cannot find the file "-Djava.library.path=". Make sure the filename is written correctly and try again.

The lines im the bat are.
start "C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Djava.library.path="PC:\Users\Maugrim\Desktop\HnH_Ender_x64" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res


Am I missing something?? I want to use this client so bad!!
SoCachaca
 
Posts: 34
Joined: Fri Jan 28, 2011 9:25 pm

Re: Game Client modified by Ender

Postby Gedrean » Sun Feb 06, 2011 4:29 am

SoCachaca wrote:'Sup
"Windows cannot find the file "-Djava.library.path=PC:\Users\Maugrim\Desktop\HnH_Ender_x64". Make sure the filename is written correctly and try again."
Am I missing something?? I want to use this client so bad!!


Change path=PC:\ to path=C:\

That P is screwing you up.
Zampfeo wrote:(On the topic of Open Spaces in W4)
You won't be saying that in a week or two when you realize how many abandoned homes there are. A 30 second boat ride south of my village literally bring you to the ghetto. There's abandoned claims everywhere with the occasional newb taking things and raiders patrolling. It reminds me of Detroit.
Gedrean
 
Posts: 222
Joined: Wed Dec 29, 2010 5:30 am

Re: Game Client modified by Ender

Postby jgudge » Sun Feb 06, 2011 4:58 am

Code: Select all
C:\Documents and Settings\Owner\Desktop\HnH_Ender_x32>java -Xms256m -Xmx512m -ja
r haven.jar moltke.seatribe.se
Exception in thread "Haven main thread" java.lang.ArrayIndexOutOfBoundsException
: Coordinate out of bounds!
        at sun.awt.image.ByteInterleavedRaster.getDataElements(Unknown Source)
        at sun.java2d.loops.OpaqueCopyAnyToArgb.Blit(Unknown Source)
        at sun.java2d.loops.GraphicsPrimitive.convertFrom(Unknown Source)
        at sun.java2d.loops.MaskBlit$General.MaskBlit(Unknown Source)
        at sun.java2d.loops.Blit$GeneralMaskBlit.Blit(Unknown Source)
        at sun.java2d.pipe.DrawImage.blitSurfaceData(Unknown Source)
        at sun.java2d.pipe.DrawImage.renderImageCopy(Unknown Source)
        at sun.java2d.pipe.DrawImage.copyImage(Unknown Source)
        at sun.java2d.pipe.DrawImage.copyImage(Unknown Source)
        at sun.java2d.SunGraphics2D.drawImage(Unknown Source)
        at sun.java2d.SunGraphics2D.drawImage(Unknown Source)
        at haven.Button.render(Button.java:95)
        at haven.Button.<init>(Button.java:81)
        at haven.ChatHWPanel$1.<init>(ChatHWPanel.java:52)
        at haven.ChatHWPanel.<init>(ChatHWPanel.java:51)
        at haven.SlenHud.<init>(SlenHud.java:171)
        at haven.SlenHud$1.create(SlenHud.java:74)
        at haven.UI.newwidget(UI.java:163)
        at haven.RemoteUI.run(RemoteUI.java:74)
        at haven.MainFrame.run(MainFrame.java:178)
        at haven.MainFrame.main2(MainFrame.java:250)
        at haven.MainFrame.access$100(MainFrame.java:34)
        at haven.MainFrame$6.run(MainFrame.java:291)
        at java.lang.Thread.run(Unknown Source)

C:\Documents and Settings\Owner\Desktop\HnH_Ender_x32>pause
Press any key to continue . . .

Login screen, bam, char select, bam, select spawn location, bam, error. fk...
George Carlin wrote:The real reason that we can’t have the Ten Commandments in a courthouse: You cannot post “Thou shalt not steal,” “Thou shalt not commit adultery,” and “Thou shalt not lie” in a building full of lawyers, judges, and politicians. It creates a hostile work environment.
User avatar
jgudge
 
Posts: 868
Joined: Mon Dec 20, 2010 12:44 pm
Location: Canada, eh.

Re: Game Client modified by Ender

Postby SoCachaca » Sun Feb 06, 2011 5:38 am

Right..thx for the reply but now it says the same but without the P....

Image


The run.bat code is this

start "C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Djava.library.path="C:\Users\Maugrim\Desktop\HnH_Ender_x64" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res

Any idea?
SoCachaca
 
Posts: 34
Joined: Fri Jan 28, 2011 9:25 pm

Re: Game Client modified by Ender

Postby masaykh » Sun Feb 06, 2011 7:04 am

Code: Select all
PATH=%PATH%;%ProgramFiles%\Java\jre6\bin\
start javaw -Djava.library.path=. -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res

change your run.bat to this^)
masaykh
 
Posts: 28
Joined: Mon Jan 03, 2011 3:32 am

Re: Game Client modified by Ender

Postby Gedrean » Sun Feb 06, 2011 7:31 am

masaykh wrote:
Code: Select all
PATH=%PATH%;%ProgramFiles%\Java\jre6\bin\
start javaw -Djava.library.path=. -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res

change your run.bat to this^)


There's a slight problem with this code, it only works if your Java version exactly matches your OS version.

For example, I only have Java (32-bit) installed, but I have 64-bit Windows 7 installed.

Here's my batch file line:
Code: Select all
PATH=%PATH%;%PROGRAMFILES(X86)%\Java\jre6\bin\
start java -Djava.library.path=. -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res


So that should be one of the two possibilities is the (X86) line in there.
Zampfeo wrote:(On the topic of Open Spaces in W4)
You won't be saying that in a week or two when you realize how many abandoned homes there are. A 30 second boat ride south of my village literally bring you to the ghetto. There's abandoned claims everywhere with the occasional newb taking things and raiders patrolling. It reminds me of Detroit.
Gedrean
 
Posts: 222
Joined: Wed Dec 29, 2010 5:30 am

Re: Game Client modified by Ender

Postby Brass » Sun Feb 06, 2011 8:14 pm

Is there a way to have the client remember the placement and dimensions of the chat window, minimap and toolbars? Mine reset to the default positions and sizes on every restart.
User avatar
Brass
 
Posts: 61
Joined: Tue Jan 18, 2011 2:48 am

Re: Game Client modified by Ender

Postby masaykh » Sun Feb 06, 2011 8:18 pm

They reset, and settings reset too (like audio)
masaykh
 
Posts: 28
Joined: Mon Jan 03, 2011 3:32 am

PreviousNext

Return to The Wizards' Tower

Who is online

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