Page 206 of 237

Re: Custom client by Latikai, building on Ender's client

PostPosted: Sun Jan 29, 2017 2:53 am
by Danielmonttt
java.lang.StringIndexOutOfBoundsException: String index out of range: -4
at java.lang.String.substring(Unknown Source)
at haven.LoginScreen.update_server_statuses(LoginScreen.java:141)
at haven.LoginScreen.<init>(LoginScreen.java:117)
at haven.Bootstrap.run(Bootstrap.java:71)
at haven.MainFrame.run(MainFrame.java:291)
at java.lang.Thread.run(Unknown Source)

Re: Custom client by Latikai, building on Ender's client

PostPosted: Sun Jan 29, 2017 3:09 pm
by Kandarim
Is this reproducible? seems like a one-off issue with the server page not behaving as expected.

Re: Custom client by Latikai, building on Ender's client

PostPosted: Sun Jan 29, 2017 3:50 pm
by Kandarim
semi-good news: I have the issue with the graphics driver reproduced, if not yet fixed.

edit: it's the most awesomest kind of error! It doesn't occur when I run the client in debug mode ...

Re: Custom client by Latikai, building on Ender's client

PostPosted: Sun Jan 29, 2017 5:42 pm
by Taipion
Kandarim wrote:edit: it's the most awesomest kind of error! It doesn't occur when I run the client in debug mode ...

Probably a Heisenbug then ¦]

Re: Custom client by Latikai, building on Ender's client

PostPosted: Sun Jan 29, 2017 5:43 pm
by Kandarim
I've gotten a bit further with the issues, but i'm perplexed as to what is happening.
For anyone interested: the client crashes when using the command-line shorthand 'java' to call java, but it doesn't if you pass it the absolute path to the java binary. Even though those point to exactly the same program.
As the launcher calls 'java', it fails -- poorly.

For now, you should either
1) not upgrade your driver
2) launch the client using a .bat file (which should launch faster in any case)

Re: Custom client by Latikai, building on Ender's client

PostPosted: Sun Jan 29, 2017 7:56 pm
by Danielmonttt
It does not work, but thanks

Re: Custom client by Latikai, building on Ender's client

PostPosted: Sun Jan 29, 2017 8:28 pm
by lachlaan
maybe batch files work because ant and the jdk needs us to have the java path variable set? if that's the case that'd mean it wouldn't work for other people, i'll test it.

Edit : RIP, your commit broke the game for me lol. Doesn't launch with launcher or batch file, not even crashes, just doesn't launch.

Edit2: the batch file for me launches from the path the installer points at initially. Apparently C:\programdata\oracle\java\javapath\ , with some executables in there.

Edit3: And I guess the main client only works cause it starts up the web launcher instead.

The launcher does go to the jre/bin folder.

Re: Custom client by Latikai, building on Ender's client

PostPosted: Sun Jan 29, 2017 8:38 pm
by lachlaan
Danielmonttt wrote:It does not work, but thanks


That fix wasn't related to your issue >.>

Try deleting the C:\users\youruser\salem\bin folder and letting the launcher redownload everything.

Re: Custom client by Latikai, building on Ender's client

PostPosted: Mon Jan 30, 2017 10:14 am
by daopa
Just like to note minecrafter's are having the same issue with the latest nvidia drivers: https://forum.feed-the-beast.com/thread ... ng.214966/

Re: Custom client by Latikai, building on Ender's client

PostPosted: Mon Jan 30, 2017 10:16 am
by Kandarim
yes, between lachlaan and me we have it nearly solved, I think. Although how and why what we did solved it, I have no clue.