Laucher wont allow me to make a character :(

The worst monsters in the Hearthlands warp the fabric of space and time..

Laucher wont allow me to make a character :(

Postby Peperino » Sat Feb 02, 2013 4:10 pm

When i start up the game the new character button doesn't respond to spam kliking
Peperino
 
Posts: 1
Joined: Sat Feb 02, 2013 3:57 pm

Re: Laucher wont allow me to make a character :(

Postby borka » Sat Feb 02, 2013 4:57 pm

spam clicking won't work anyways (you click, client sends signal, server gets it and responds - can take some time with the given lag atm)... any error messages?!?
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: Laucher wont allow me to make a character :(

Postby aghmed » Tue Feb 05, 2013 10:55 am

edit your run.bat file and replace
"start javaw"
on
"java"

you will get terminal window and you will be able to catch any error
public static class StupidJavaCodeContainer {
/* oh, i love swing. */
class checkOutMyPathfinder{
Image
}}
User avatar
aghmed
 
Posts: 238
Joined: Fri Sep 07, 2012 7:20 pm
Location: between London and third part of LSD

Re: Laucher wont allow me to make a character :(

Postby borka » Tue Feb 05, 2013 3:58 pm

With "Terminal" you prolly mean the CMD window ?!? ... that stays open (to show possible messages) with new line in run.bat containing the word
Code: Select all
pause


also pls keep in mind not everyone has Java set in Environment or has JDK installed ;)
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: Laucher wont allow me to make a character :(

Postby aghmed » Tue Feb 05, 2013 10:45 pm

well i was trying to do it with "pause"
console will left opened but it won't be used by javaw anymore so 99% that he won't see any error that way.

ps. didn't knew that java require jdk

borka wrote:With "Terminal" you prolly mean the CMD window ?!?


yep cmd in linux is called "terminal" so i used to that name a bit


about issue itself, its hard to say that its belt error, try to delete temp files
on win7:
c:/users/userName/.haven

if this won't help get new client, best enders - its just better than orginal launcher

if this won't help then you have propably corrupted java and you have to reinstall it.

i gave you this tips cause its standard procedure, but honestly without printout error its blindwalkink
public static class StupidJavaCodeContainer {
/* oh, i love swing. */
class checkOutMyPathfinder{
Image
}}
User avatar
aghmed
 
Posts: 238
Joined: Fri Sep 07, 2012 7:20 pm
Location: between London and third part of LSD

Re: Laucher wont allow me to make a character :(

Postby borka » Wed Feb 06, 2013 5:48 am

aghmed wrote:well i was trying to do it with "pause"


AFAIK only works with run.bat on Windows

aghmed wrote:console will left opened but it won't be used by javaw anymore so 99% that he won't see any error that way.


well now we have console, terminal, CMD window - best way to bring the "normal windows user" in a whirl ;) Think we should consider 3/4 of HnH players use windows so i think it's better to use "Windows" Terms normally unless a user states using Linux, MacOSX or Beos ;)

aghmed wrote:ps. didn't knew that java require jdk


running something coded in Java requires to have a Java Runtime installed - for "normal users" this is the "standalone SE" version, ppl that want to look deeper into Java code or want to develop prolly would install a JDK (which contains the JRE) - "normal users" on Windows normally don't set Path and Home Environment settings. So they have to edit the path to javaw.exe (32BitOS/Java/Ender) or java.exe (64Bit/Java/Ender) in their run.bat, that means they'd get an error message with just "start javaw" or "start java" telling them "it" can't find ...

A special case would be having both the JRE and JDK installed and have them both set in Environment (Windows) - equal if "start javaw" or "start java" - Hnh starts anyway (that's the way i have it - ruin.bat :P )

borka wrote:With "Terminal" you prolly mean the CMD window ?!?


aghmed wrote:yep cmd in linux is called "terminal" so i used to that name a bit


see above - the whirlie thing ;) hint to get a clue about the word: David Bowie - The Jean Genie :lol: (Hiya Tonky!)


aghmed wrote:about issue itself, its hard to say that its belt error, try to delete temp files
on win7:
c:/users/userName/.haven

if this won't help get new client, best enders - its just better than orginal launcher

if this won't help then you have propably corrupted java and you have to reinstall it.

i gave you this tips cause its standard procedure, but honestly without printout error its blindwalkink


Prolly just the good old Zen of HnH - patience - spamclicking is counter productive with HnH anyways (best example: rubberbanding) - guess in his case it's just the server not responding -> i/O lag (same when getting "Could not connect to server", doing again fast and getting "Already logged in" while not getting into the game)
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: Laucher wont allow me to make a character :(

Postby aghmed » Wed Feb 06, 2013 12:34 pm

borka wrote:
aghmed wrote:well i was trying to do it with "pause"


AFAIK only works with run.bat on Windows

aghmed wrote:console will left opened but it won't be used by javaw anymore so 99% that he won't see any error that way.


well now we have console, terminal, CMD window - best way to bring the "normal windows user" in a whirl ;) Think we should consider 3/4 of HnH players use windows so i think it's better to use "Windows" Terms normally unless a user states using Linux, MacOSX or Beos ;)

aghmed wrote:ps. didn't knew that java require jdk


running something coded in Java requires to have a Java Runtime installed - for "normal users" this is the "standalone SE" version, ppl that want to look deeper into Java code or want to develop prolly would install a JDK (which contains the JRE) - "normal users" on Windows normally don't set Path and Home Environment settings. So they have to edit the path to javaw.exe (32BitOS/Java/Ender) or java.exe (64Bit/Java/Ender) in their run.bat, that means they'd get an error message with just "start javaw" or "start java" telling them "it" can't find ...

A special case would be having both the JRE and JDK installed and have them both set in Environment (Windows) - equal if "start javaw" or "start java" - Hnh starts anyway (that's the way i have it - ruin.bat :P )


all those was about windows ...
in linux you don't use "javaw" and you always gets console (at least with ubuntu distr). Playing hnh on xWindow is... well.. good luck with this :D i never had more than 35 fps on ati radeon hd 5750 so i had to install windows to play hnh :(

"start java"


good luck with this one.

about topic, adding pause won't give you anything its 100% confirmed, if you don't belive i can make a vid about it -.-

but its not about who's the smarter but about trying to help :] .


btw. i don't like david bowie
public static class StupidJavaCodeContainer {
/* oh, i love swing. */
class checkOutMyPathfinder{
Image
}}
User avatar
aghmed
 
Posts: 238
Joined: Fri Sep 07, 2012 7:20 pm
Location: between London and third part of LSD

Re: Laucher wont allow me to make a character :(

Postby borka » Wed Feb 06, 2013 4:05 pm

lucky me (oh woah even a java console window) ;)

Image :o

btw. javaws on Ubuntu (Linux - IcedTea) :P

yeah let's both be smart and help my friend :D

any multithreaded experiments running in getting Rabid Jackalopes ?!? ;)
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: Laucher wont allow me to make a character :(

Postby aghmed » Thu Feb 07, 2013 12:04 am

borka wrote:any multithreaded experiments running in getting Rabid Jackalopes ?!? ;)


nah jackapoles are weak - takes ages to find and takes 4 space in inv


about your comment:
borka wrote: ... that stays open (to show possible messages) with new line in run.bat containing the word
pause


also pls keep in mind not everyone has Java set in Environment or has JDK installed


this is compleatly wrong
i was 100% confident about "pause" won't give you anything, but fact that "java" won't work shocked me so much that i decided to read some docs, i've found this:
http://publib.boulder.ibm.com/infocenter/java7sdk/v7r0/index.jsp?topic=%2Fcom.ibm.java.lnx.70.doc%2Fuser%2Fjava.html

then i tested it on my brothers laptop (standard installed jre7), and it worked, so it isn't true also.

i forced hnh client to crash, wich wasn't really hard

javaw+ pause gave me this:
Image

while simple java running on standard jre7 gave me this:
Image


about bug itself i think it started to work or pepe just gave up, anyway its kinda solved as we can't get any further
public static class StupidJavaCodeContainer {
/* oh, i love swing. */
class checkOutMyPathfinder{
Image
}}
User avatar
aghmed
 
Posts: 238
Joined: Fri Sep 07, 2012 7:20 pm
Location: between London and third part of LSD

Re: Laucher wont allow me to make a character :(

Postby borka » Thu Feb 07, 2013 1:25 am

well the quoted talks about the CMD window ((WindowsOS) which stays open with pause and as you shown in your experiment it even shows error messages sometimes...when a player has the path to java.exe in his run.bat (Windows OS) and posts a screenshot we can tell him that his error comes from trying to run java.exe on 32Bit Windows OS and 32Bit JRE - and tell him to edit it to javaw.exe - that's what the "pause" is good for... ;)


oops 32Bit Windows OS and 32 Bit JRE (but JDK too ;) ) - and no Java Console :shock:
Image

btw - good infos at boulder ibm - but be aware that they have their own Java implementation which is a little bit different from Oracle one
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

Next

Return to Bugs

Who is online

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