Page 1 of 1

Cant log in

Posted: Tue Jun 15, 2010 10:04 pm
by Joxia Doral
I get an error when I try to log in.

Illarion Client V1.21 started Tue Jun 15 15:00:42 CDT 2010
LWJGL: 6.14.11.9745
VM: 1.6.0_20
OS: Windows XP 5.1 x86
java.lang.NumberFormatException: For input string: "Known names"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Long.parseLong(Unknown Source)
at java.lang.Long.parseLong(Unknown Source)
at illarion.client.util.TableLoader.getLong(TableLoader.java:203)
at illarion.client.world.People.processRecord(People.java:273)
at illarion.client.util.TableLoader.loadTable(TableLoader.java:151)
at illarion.client.util.TableLoader.<init>(TableLoader.java:51)
at illarion.client.util.TableLoader.<init>(TableLoader.java:34)
at illarion.client.world.People.<init>(People.java:79)
at illarion.client.world.Game.connect(Game.java:207)
at illarion.client.IllaClient.<init>(IllaClient.java:158)
at illarion.client.IllaClient.main(IllaClient.java:612)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Fatal error: A technical problem has occurred.
Check logfiles for details.
Terminating client!

Posted: Tue Jun 15, 2010 10:09 pm
by Blay
Looks like an error in your names.tbl.
You could delete it (you'll lose all the names you know then) or check for any mistakes, the formate must be

ID,Name

or

ID,'Name'

...watch out for spaces, there are NO between the comma and the name and NO between the number and the comma!

(The ID is numeric only)

Posted: Tue Jun 15, 2010 10:19 pm
by Joxia Doral
Thank you! problem solved