Cant log in

If you found a bug in Illarion or need help ask here. / Wenn Du einen Fehler in Illarion gefunden hast oder Hilfe benötigst, frage hier.

Moderator: Developers

Post Reply
User avatar
Joxia Doral
Posts: 1021
Joined: Tue Mar 25, 2008 4:26 am
Contact:

Cant log in

Post 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!
User avatar
Blay
Posts: 504
Joined: Tue Apr 08, 2008 8:32 pm
Location: The cake is a li(n)e!
Contact:

Post 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)
User avatar
Joxia Doral
Posts: 1021
Joined: Tue Mar 25, 2008 4:26 am
Contact:

Post by Joxia Doral »

Thank you! problem solved
Post Reply