arksu / hh-client

Automatically exported from code.google.com/p/hh-client
1 stars 0 forks source link

Crash at startup #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Opening the client (Windows 7 x64 with 32bit Java)
2.
3.

What is the expected output? What do you see instead?
Title screen

I:\Libraries\Games\PC\Haven and Hearth\NewArksu>java -Xms256m -Xmx512m -jar have
n.jar -d moltke.seatribe.se
Exception in thread "Haven main thread" java.lang.NoClassDefFoundError: org/antl
r/runtime/CharStream
        at haven.LoginScreen.<init>(LoginScreen.java:60)
        at haven.Bootstrap.run(Bootstrap.java:68)
        at haven.MainFrame.run(MainFrame.java:203)
        at haven.MainFrame.main2(MainFrame.java:315)
        at haven.MainFrame.access$100(MainFrame.java:40)
        at haven.MainFrame$7.run(MainFrame.java:358)
        at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.ClassNotFoundException: org.antlr.runtime.CharStream
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
        ... 7 more

I:\Libraries\Games\PC\Haven and Hearth\NewArksu>pause
Press any key to continue . . .

What version of the product are you using? On what operating system?
Newest version
Windows 7 x64

Please provide any additional information below.
Not the only one having the problem.

Original issue reported on code.google.com by FrankBFe...@gmail.com on 22 Jan 2011 at 7:41

GoogleCodeExporter commented 9 years ago
Nevermind, it's an issue if you download the haven.jar alone, seeing as you 
need another jar now.

Original comment by FrankBFe...@gmail.com on 23 Jan 2011 at 4:34