thadirtball wrote:I download it change the value and try to log in in about 30 secs, but every time I get the connection refused. So for some reason it is not working.
"C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Dhaven.authuser=thadirtball -Dhaven.authck=1BFEBAF9C31C41D05A3CB409B711FE13EE849DF931A915415D7B2D9A4F9FA2C4 -Xms256m -Xmx512m -jar
haven.jar moltke.seatribe.se -r ./res
pause
this is my run.bat anything you see that I am doing wrong?
the two values for haven.authuser and haven.authck need to be surrounded in quotes.
So for the particular session you pasted here, it would be:
"C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Dhaven.authuser="thadirtball" -Dhaven.authck="1BFEBAF9C31C41D05A3CB409B711FE13EE849DF931A915415D7B2D9A4F9FA2C4" -Xms256m -Xmx512m -jar
haven.jar moltke.seatribe.se -r ./res
pause