MagicManICT wrote:I think it's safe to assume that JRE 8 is installed for testing purposes and that HnH runs properly with Java 6 or 7 installed. If you don't know this, you should probably ensure that HnH does run proper with a released version of Java. This may or may not be a useful report depending on which parts of Java are getting changed and whether loftar is on the ball updating parts properly before release.
This may be useful to report to Oracle if you are sure that the software runs properly on 7. (Who knows what they're changing/deprecating that might be causing a crash in HnH.) It looks more like a bug in the JRE (don't think I've seen array out of bounds errors with the default or Enders).
It is in the error message just because this happened to be when I was trying it out.(still happens without it.)
Will have to check whether something different gets in the command prompt with JRE 7.
borka wrote:What happens when a friend runs your account on his computer (if you're willing to try) ?
Asked someone to do it, they say it works fine for them.
Edit: Code of what happens when I try to log in on a black background char with JRE7.
- Code: Select all
C:\Users\ddm\Desktop\New folder (2)\Enderz>"C:\Program Files\Java\jre7\bin\java.exe" -Xms128 -Xmx256 -jar haven.jar moltke.seatribe.se -r ./res
Exception in thread "Haven UI thread" java.lang.NullPointerException
at haven.SlenHud.wdgmsg<SlenHud.java:290>
at haven.Widget.wdgmsg<Widget.Java:278>
at haven.Widget.wdgmsg<Widget.Java:271>
at haven.IButton.click<Ibutton.java:76>
at haven.IButton.mouseup<Ibutton.java:95>
at haven.UI.mouseup<UI.java:312>
at haven.HavenPanel.dispatch<HavenPanel.java:338>
at haven.HavenPanel.run<HavenPanel.java:388>
at java.lang.Thread.run<Unknown Source>