Custom Client Troubleshooting flowchart.

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

Moderator: Phades

Re: Custom Client Troubleshooting flowchart.

Postby longblacksocks » Wed Jul 27, 2011 9:08 am

Tonkyhonk wrote:you do not start Ender's or any custom clients by the big button "Play" at the top of the page.

make sure "where" you download Ender's, and open the very folder you downloaded to find "run.bat".
other than that, i really cannot see what kind of problem you are facing. you can always choose where to download files... maybe you havent unzipped the files? which page are you downloading Ender's client files from?


I think what I wrote must have been confusing. Sorry. I meant that I had downloaded all of Ender's stuff and tried to make it work but couldn't find the correct pathway modification to in the Ender .bat file to get it running.

Anyway, I found one that works now (or at least seems to) in the other thread. Thanks anyway.
longblacksocks
 
Posts: 46
Joined: Thu Jul 21, 2011 4:03 pm

Re: Custom Client Troubleshooting flowchart.

Postby Daemon2797 » Tue Aug 02, 2011 10:15 pm

The error i get is it just says "Windows cannot find javaw." i dont know if its supposed to say just java or if javaw is right.

Inside of the run.bat is this : .\updater\HnH_updater.exe
start javaw -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res

Filesize of my haven.jar is 845 kb
Daemon2797
 
Posts: 2
Joined: Tue Aug 02, 2011 8:19 pm

Windows cannot find javaw.

Postby Phades » Wed Aug 03, 2011 2:42 am

Daemon2797 wrote:The error i get is it just says "Windows cannot find javaw." i dont know if its supposed to say just java or if javaw is right.

Inside of the run.bat is this : .\updater\HnH_updater.exe
start javaw -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res

Filesize of my haven.jar is 845 kb


This is a common error as most user's don't have java set in their system path. There are 2 ways to fix this problem:

Add the full path to your system variables OR add the full path in the run.bat

The easiest and fastest is to set the path in your run.bat file. I'm going to assume that you are using 32-bit Ender and have 32-bit Java installed (this is the case for most people even if you are using 64-bit windows)

If you have 32-bit windows, then edit your run.bat to the following:
Code: Select all
.\updater\HnH_updater.exe
"C:\Program Files\Java\jre6\bin\java.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se


If you have 64-bit windows, then edit your run.bat to the following:
Code: Select all
.\updater\HnH_updater.exe
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se


OR

Alternatively, if you are not computer illiterate and would like to set the path in your system variables permanently then, follow the directions from this link:
http://www.java.com/en/download/help/path.xml
-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 Pierrot » Wed Aug 03, 2011 8:22 am

Run batch
Code: Select all
.\updater\HnH_updater.exe
start "C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
pause


I keep getting a "Windows can't find: '-Xms256m'" error


command prompt
Code: Select all
C:\Users\Andrew\Documents\HnH_Ender_x64>.\updater\HnH_updater.exe
checking for updates...
updates not found

C:\Users\Andrew\Documents\HnH_Ender_x64>start "C:\Program Files (x86)\Java\jre6\
bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
The system cannot find the file -Xms256m.

C:\Users\Andrew\Documents\HnH_Ender_x64>pause
Press any key to continue . . .
Pierrot
 
Posts: 3
Joined: Mon Aug 01, 2011 3:33 am

Re: Custom Client Troubleshooting flowchart.

Postby Phades » Wed Aug 03, 2011 9:22 pm

Pierrot wrote:Run batch
Code: Select all
.\updater\HnH_updater.exe
start "C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
pause


I keep getting a "Windows can't find: '-Xms256m'" error


command prompt
Code: Select all
C:\Users\Andrew\Documents\HnH_Ender_x64>.\updater\HnH_updater.exe
checking for updates...
updates not found

C:\Users\Andrew\Documents\HnH_Ender_x64>start "C:\Program Files (x86)\Java\jre6\
bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
The system cannot find the file -Xms256m.

C:\Users\Andrew\Documents\HnH_Ender_x64>pause
Press any key to continue . . .


Remove the word 'start' from your run.bat
-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 mvgulik » Thu Aug 04, 2011 8:27 am

[strike]Phades
Mqrius Flowchart image seems to be removed at the source. Could you host (and re-link) a copy of it? (if you have one)
[/strike]
(Fixed by other Mod)
Last edited by mvgulik on Thu Aug 04, 2011 5:31 pm, edited 2 times in total.
mvgulik
 
Posts: 3779
Joined: Fri May 21, 2010 2:29 am

Re: Custom Client Troubleshooting flowchart.

Postby Mallaboro » Thu Aug 04, 2011 11:23 am

Code: Select all
.\updater\HnH_updater.exe
start "C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
pause


I keep getting a "Windows can't find: '-Xms256m'" error


command prompt
Code: Select all
C:\Users\Andrew\Documents\HnH_Ender_x64>.\updater\HnH_updater.exe
checking for updates...
updates not found

C:\Users\Andrew\Documents\HnH_Ender_x64>start "C:\Program Files (x86)\Java\jre6\
bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
The system cannot find the file -Xms256m.

C:\Users\Andrew\Documents\HnH_Ender_x64>pause
Press any key to continue . . .


you've got -Xms256m after the line which says where the Javaw.exe is. It's supposed to be after the line which says where the Djava.library.path is.
Mallaboro
 
Posts: 13
Joined: Mon Aug 01, 2011 10:03 am

Re: Custom Client Troubleshooting flowchart.

Postby Mallaboro » Thu Aug 04, 2011 11:36 am

Okay so when I click run.bat it opens up like DOS.
Microsoft Windows [version6.1.7600]
Copyright <c> 2009 Microsoft Corperation. All rights reserved.

C:\Games\Haven and Hearth>


Here's my run.bat content

start "C:\Program Files (x86)\Java\jre6\bin\javaw.exe"
-Djava.library.path="C:\Games\Haven and Hearth" -Xms256m -Xmx512m
-jar haven.jar moltke.seatribe.se

^ individual lines (not sure if that matters)
All paths have been checked a billion times :s & I'm running the 32bit client provided by Ender. I also use a 32bit version of java.
Mallaboro
 
Posts: 13
Joined: Mon Aug 01, 2011 10:03 am

Re: Custom Client Troubleshooting flowchart.

Postby Mallaboro » Thu Aug 04, 2011 1:43 pm

never mind. got it working. wasn't ment to be in individual lines...
Mallaboro
 
Posts: 13
Joined: Mon Aug 01, 2011 10:03 am

Re: Custom Client Troubleshooting flowchart.

Postby Pierrot » Thu Aug 04, 2011 8:40 pm

Mallaboro wrote:
you've got -Xms256m after the line which says where the Javaw.exe is. It's supposed to be after the line which says where the Djava.library.path is.


run batch
Code: Select all
.\updater\HnH_updater.exe
start "C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Djava.library.path="C:\Users\Andrew\Documents\HnH_Ender_x64" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
pause


Now I'm getting an error saying it can't find '-Djava.library.path=C:\Users\Andrew\Documents\HnH_Ender_x64'

command prompt
Code: Select all
C:\Users\Andrew\Documents\HnH_Ender_x64>.\updater\HnH_updater.exe
checking for updates...
updates not found

C:\Users\Andrew\Documents\HnH_Ender_x64>start "C:\Program Files (x86)\Java\jre6\
bin\javaw.exe" -Djava.library.path="C:\Users\Andrew\Documents\HnH_Ender_x64" -Xm
s256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
The system cannot find the file -Djava.library.path=C:\Users\Andrew\Documents\Hn
H_Ender_x64.

C:\Users\Andrew\Documents\HnH_Ender_x64>pause
Press any key to continue . . .
Pierrot
 
Posts: 3
Joined: Mon Aug 01, 2011 3:33 am

PreviousNext

Return to The Wizards' Tower

Who is online

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