
FEATURE LIST:
NEEDS UPDATING! Anyone willing to help me with this? I have forgotten half of what it has

To install client you need to download updater. Download it and put into some folder. Then run this file - it will download client and all require files to that folder.
source code could be found at git://github.com/EnderWiggin/Haven-and- ... -Ender.git
TROUBLESHOOTING:
Most Common Errors:
(If your error/problem is not listed below, then the first thing you should try to do is to use the other version of the client (32bit instead of 64bit or vice-versa)
"Windows cannot find javaw.":
Find where your java.exe is located and edit your run.bat file according to this schema:
- Code: Select all
"FULL PATH TO JAVAW" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
Example:
- Code: Select all
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
or you could add your java directory to PATH environment var and use run.bat provided in my archive.
Additional information on this error can be found here:
http://www.havenandhearth.com/forum/viewtopic.php?f=27&t=12278&start=250#p256334
Windows cannot find the archive: "-Djava.library.path..."
This section of the run.bat file is typically not required: -Djava.library.path="PATH TO GAME FOLDER". Remove it from the run.bat file first. If the error persists, check to make sure you have "quotes" where they should be. The -djava.library.path section is usually only required to satisfy errors like java.lang.UnsatisfiedLinkError: no jogl in java.library.path (Usually applies to Linux users)
Windows cannot find "-Xms256m"
This is usually caused when there is not proper "quotes" in the run.bat or by the word Start. First try removing the word 'Start' from your run.bat. If the problem persists, then make sure you have the beginning and ending quotes and proper spacing as shown in the example run.bat files here:
http://www.havenandhearth.com/forum/viewtopic.php?f=27&t=12278&start=250#p256334
Error contains: "java.lang.UnsatisfiedLinkError: no jogl..." or "...jogl.dll: Can't find dependent libraries"
Add: -Djava.library.path="PATH TO GAME FOLDER" to your run.bat.
Example:
- Code: Select all
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Djava.library.path="C:\games\HnH\" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
"Connection Refused" when trying to log in
This can happen when the Auth/Login Server is down. Use the launcher in the link below for a temporary fix until the Auth/Login server is back up:
http://www.havenandhearth.com/forum/viewtopic.php?f=27&t=21910
P.S. Now it won't work if you are behind proxy. Later will add proxy support and settings.