Game Client modified by Ender

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

Moderator: Phades

Re: Game Client modified by Ender

Postby NOOBY93 » Sun Jul 14, 2013 3:37 pm

Eduwww wrote:
NOOBY93 wrote:
Eduwww wrote:[img]C:\Users\Alexander%20Wik\Pictures\kaffe[/img] I changed the run.bat file to "C:\Program Files (x86)\Java\jre7\bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res and i get this error message. And im using the right java versoin and elder client.

Translation on this error message: "You can't run this app on this computer" "See if you can find a version for this computer at the software publishers" :x

You can not image tag files from you own computer. Try changing the run to:
start javaw -Xms512m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res


Nope, that didnt work either, now i get a error message about "The file javaw can't be found"

Now change javaw to java? One of those SHOULD work... As far as I know.
Jalpha wrote:I believe in my interpretation of things.
User avatar
NOOBY93
 
Posts: 6529
Joined: Tue Aug 09, 2011 1:12 pm

Re: Game Client modified by Ender

Postby Eduwww » Sun Jul 14, 2013 3:44 pm

Still that error message "The file java can't be found"

And im getting angry too ;)
Eduwww
 
Posts: 6
Joined: Sat Jul 13, 2013 4:15 pm
Location: Sweden

Re: Game Client modified by Ender

Postby pedroghost » Mon Jul 15, 2013 4:06 am

So. I'm getting this problem.

(Removed images)

Any ideas?

Edit: Tried with the x32 version. Worked, even if I have x64 windows.
Last edited by pedroghost on Mon Jul 15, 2013 4:31 am, edited 2 times in total.
User avatar
pedroghost
 
Posts: 63
Joined: Sat Jul 13, 2013 3:38 pm

Re: Game Client modified by Ender

Postby mesaverde96 » Mon Jul 15, 2013 4:19 am

Every time I've tried to login it goes straight to a black screen and nothing happens. I don't know what I'm doing wrong. Help?
mesaverde96
 
Posts: 1
Joined: Fri Jul 12, 2013 7:42 pm

Re: Game Client modified by Ender

Postby borka » Mon Jul 15, 2013 7:49 am

barra wrote:My run.sh:
Code: Select all
java -Xms256m -Xmx512m -jar '/home/user/games/unsorted/hnh/clients/HnH_Ender_x32/haven.jar' moltke.seatribe.se -r '/home/user/games/unsorted/hnh/clients/HnH_Ender_x32/res'

I'm using 32bit Ubuntu 13.04 and have no problems with the default client. Figured getting it going on Ubuntu was worth a shot. Can someone please help?



guess you shouldn't point to res folder in run.sh (as res files from haven-res.jar are used aswell)
Code: Select all
java -Xms256m -Xmx512m -jar '/home/user/games/unsorted/hnh/clients/HnH_Ender_x32/haven.jar' moltke.seatribe.se -r


while the missing file fbtn.res should be in res/gfx/hud anyways

did you grab the update (06.04.12) for Ender and unpacked into Ender folder?
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Game Client modified by Ender

Postby borka » Mon Jul 15, 2013 7:54 am

Eduwww wrote:Still that error message "The file java can't be found" And im getting angry too ;)


if this is your run.bat
Code: Select all
"C:\Program Files (x86)\Java\jre7\bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res

you need to have 32 Bit Java installed (C:\Program Files (x86) ) and use Ender_x32

but you prolly have 64 Bit Java installed (C:\Program Files) so you need Ender_x64 with this run.bat
Code: Select all
"C:\Program Files\Java\jre7\bin\java.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Game Client modified by Ender

Postby borka » Mon Jul 15, 2013 8:00 am

mesaverde96 wrote:Every time I've tried to login it goes straight to a black screen and nothing happens. I don't know what I'm doing wrong. Help?


sorry my magical mirror ball isn't working right now so you need to give some information yourself ;)

PC or Notebook
what graphic chip what drv version for graphic
what OS what Bit
what Java what Bit what path
what connection from PC to to router (modem) - ethernetcable or Wlan

post your run.bat
edit your run.bat - put in a new line containing
Code: Select all
pause

screenshot error message and post
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Game Client modified by Ender

Postby Eduwww » Mon Jul 15, 2013 2:53 pm

borka wrote:
Eduwww wrote:Still that error message "The file java can't be found" And im getting angry too ;)


if this is your run.bat
Code: Select all
"C:\Program Files (x86)\Java\jre7\bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res

you need to have 32 Bit Java installed (C:\Program Files (x86) ) and use Ender_x32

but you prolly have 64 Bit Java installed (C:\Program Files) so you need Ender_x64 with this run.bat
Code: Select all
"C:\Program Files\Java\jre7\bin\java.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res


I got java 32 bit and i got Elder_x32 but still that pic when i run the game via run.bat. And yes, i changed run.bat to
Code: Select all
"C:\Program Files (x86)\Java\jre7\bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res


Image I changed the run.bat file to "C:\Program Files (x86)\Java\jre7\bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res and i get this error message. And im using the right java versoin and elder client.

Translation on this error message: "You can't run this app on this computer" "See if you can find a version for this computer at the software publishers" :x
Eduwww
 
Posts: 6
Joined: Sat Jul 13, 2013 4:15 pm
Location: Sweden

Re: Game Client modified by Ender

Postby Arcanist » Mon Jul 15, 2013 3:06 pm

Eduwww wrote:I got java 32 bit and i got Elder_x32 but still that pic when i run the game via run.bat. And yes, i changed run.bat to
Code: Select all
"C:\Program Files (x86)\Java\jre7\bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res


Image I changed the run.bat file to "C:\Program Files (x86)\Java\jre7\bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res and i get this error message. And im using the right java versoin and elder client.

Translation on this error message: "You can't run this app on this computer" "See if you can find a version for this computer at the software publishers" :x


What OS do you have? and is that actually the path to your java excutable. Are you running as admin? Do you have any background programs which would for some reason prevent this from running eg. norton.
User avatar
Arcanist
 
Posts: 2664
Joined: Mon Mar 19, 2012 2:01 pm

Re: Game Client modified by Ender

Postby Eduwww » Mon Jul 15, 2013 3:23 pm

Windows 8
C:\Program Files (x86)\Java\jre7\bin\java.exe
Yes, avast but i did disable it and that didnt work
Yes, and im running it as a admin
Eduwww
 
Posts: 6
Joined: Sat Jul 13, 2013 4:15 pm
Location: Sweden

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: No registered users and 14 guests