Help with local server please

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
Evie
Developer
Posts: 1210
Joined: Tue Jul 05, 2011 6:55 pm
Location: on a mana stream

Help with local server please

Post by Evie »

Hello I am working on trying to set up a local server. I can use some help if possible. I checked with PuTTy and confirmed the sever was running. Have I got something set up wrong?
This is my current error from .illarion/client


WARN - 2014-07-12 16:05:22,929 - [NetComm MessageExecutor]: MessageExecutor got interrupted and will exit now!
WARN - 2014-07-12 16:06:35,706 - [LWJGL Application]: No config entry found for: fingerprint
WARN - 2014-07-12 16:06:46,353 - [NetComm MessageExecutor]: Connection was stopped by the server.
Reason: The character was not found.
ERROR - 2014-07-12 16:06:46,641 - [Illarion input thread]: The connection to the server is not working anymore.
java.io.IOException: An established connection was aborted by the software in your host machine
at sun.nio.ch.SocketDispatcher.read0(Native Method) ~[na:1.7.0_60]
at sun.nio.ch.SocketDispatcher.read(Unknown Source) ~[na:1.7.0_60]
at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) ~[na:1.7.0_60]
at sun.nio.ch.IOUtil.read(Unknown Source) ~[na:1.7.0_60]
at sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[na:1.7.0_60]
at illarion.client.net.Receiver.receiveData(Receiver.java:414) ~[client-2.1.16-SNAPSHOT.jar:2.1.16-7-g724441b]
at illarion.client.net.Receiver.run(Receiver.java:264) ~[client-2.1.16-SNAPSHOT.jar:2.1.16-7-g724441b]
WARN - 2014-07-12 16:06:46,642 - [Illarion input thread]: A technical problem in Receiver thread has occurred. Check logfiles for details.
WARN - 2014-07-12 16:06:50,584 - [NetComm MessageExecutor]: MessageExecutor got interrupted and will exit now!
ERROR - 2014-07-12 16:06:50,586 - [Illarion output thread]: General error within the sender
java.io.IOException: An established connection was aborted by the software in your host machine
at sun.nio.ch.SocketDispatcher.write0(Native Method) ~[na:1.7.0_60]
at sun.nio.ch.SocketDispatcher.write(Unknown Source) ~[na:1.7.0_60]
at sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source) ~[na:1.7.0_60]
at sun.nio.ch.IOUtil.write(Unknown Source) ~[na:1.7.0_60]
at sun.nio.ch.SocketChannelImpl.write(Unknown Source) ~[na:1.7.0_60]
at illarion.client.net.Sender.run(Sender.java:165) ~[client-2.1.16-SNAPSHOT.jar:2.1.16-7-g724441b]
WARN - 2014-07-12 16:06:50,587 - [Illarion output thread]: A technical problem in Sender thread has occurred. Check logfiles for details.


Thanks PO evie
User avatar
Nitram
Developer
Posts: 7638
Joined: Fri Oct 31, 2003 9:51 am
Contact:

Re: Help with local server please

Post by Nitram »

The character you are trying to login with is wrong.
User avatar
Evie
Developer
Posts: 1210
Joined: Tue Jul 05, 2011 6:55 pm
Location: on a mana stream

Re: Help with local server please

Post by Evie »

OK so. i have been working on this and I still keep getting character not found..

I am using Testserver One, password test
localhost, 13000

I do not know what I have done wrong that it doesnt find the character :( , any tips to what i may have done wrong?

Evie
User avatar
Estralis Seborian
Posts: 12308
Joined: Wed Nov 10, 2004 9:14 pm
Location: Sir Postalot
Contact:

Re: Help with local server please

Post by Estralis Seborian »

I assume you also selected the user defined server for login?
User avatar
Evie
Developer
Posts: 1210
Joined: Tue Jul 05, 2011 6:55 pm
Location: on a mana stream

Re: Help with local server please

Post by Evie »

Yes using user defined server.
User avatar
Jupiter
Developer
Posts: 3477
Joined: Sun May 28, 2006 11:23 am

Re: Help with local server please

Post by Jupiter »

I don't think that will work when One doesn't work, but you can still try "Testserver Two". Same pw.
User avatar
Evie
Developer
Posts: 1210
Joined: Tue Jul 05, 2011 6:55 pm
Location: on a mana stream

Re: Help with local server please

Post by Evie »

Testerserver Two actually loaded a small test map, then crashed with this error:

WARN - 2014-07-18 13:02:44,452 - [LWJGL Application]: No config entry found for: fingerprint
ERROR - 2014-07-18 13:03:07,607 - [Illarion input thread]: General error in the receiver
java.nio.BufferUnderflowException: null
at java.nio.Buffer.nextGetIndex(Unknown Source) ~[na:1.7.0_60]
at java.nio.DirectByteBuffer.getShort(Unknown Source) ~[na:1.7.0_60]
at illarion.client.net.Receiver.readShort(Receiver.java:164) ~[client-2.1.16-SNAPSHOT.jar:2.1.16-19-g6ecc955]
at illarion.client.net.Receiver.readUShort(Receiver.java:240) ~[client-2.1.16-SNAPSHOT.jar:2.1.16-19-g6ecc955]
at illarion.client.net.server.MoveMsg.decode(MoveMsg.java:97) ~[client-2.1.16-SNAPSHOT.jar:2.1.16-19-g6ecc955]
at illarion.client.net.Receiver.run(Receiver.java:318) ~[client-2.1.16-SNAPSHOT.jar:2.1.16-19-g6ecc955]
WARN - 2014-07-18 13:03:07,607 - [Illarion input thread]: A technical problem in Receiver thread has occurred. Check logfiles for details.
WARN - 2014-07-18 13:03:10,304 - [NetComm MessageExecutor]: MessageExecutor got interrupted and will exit now!
Post Reply