Page 1 of 1

Account creation Problem / login server.

Posted: Wed Oct 07, 2015 8:39 pm
by Brian786
Hello, I am sort of new to l2j, and decided to play around with it again, however I'm running into an issue when I try to create an account in the client.

Both login and Game servers boot up fine with no errors, but when I go to login on the client, I get this error in the login server.

[07/10 11:22:19] Auto created account ''.
[07/10 11:22:19] Exception while retriving account info for ''!
java.lang.IllegalArgumentException: login
at com.l2jserver.loginserver.model.data.AccountInfo.<init>(AccountInfo.java:40)
at com.l2jserver.loginserver.LoginController.retriveAccountInfo(LoginController.java:235)
at com.l2jserver.loginserver.LoginController.retriveAccountInfo(LoginController.java:273)
at com.l2jserver.loginserver.LoginController.retriveAccountInfo(LoginController.java:172)
at com.l2jserver.loginserver.network.clientpackets.RequestAuthLogin.run(RequestAuthLogin.java:126)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

I'm not sure if I'm missing something simple here or not, I am just running this server local for testing purposes.

Thank You!

Re: Account creation Problem / login server.

Posted: Wed Oct 07, 2015 10:07 pm
by Brian786
Nvm I was using the wrong client. :crazy:

Sorry!