Disconnect on attempted item change?

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
S'rrt
Posts: 957
Joined: Thu Oct 09, 2008 10:14 pm

Disconnect on attempted item change?

Post by S'rrt »

I was just standing around sending some #o messages to another player when the client suddenly disconnected (whilst somehow managing to freeze my entire computer) and told me:
"Disconnect received: A technical problem in Receiver thread has occurred. Check logfiles for details."
I did and it said this, starting just before the time when the disconnect happened:

Code: Select all

ERROR - 2016-12-18 14:32:43,935 - [pool-7-thread-1]: Received appearance message for non-existing character: character ID: 174285595
ERROR - 2016-12-18 14:32:43,936 - [pool-7-thread-1]: finished with failure AppearanceMsg[character ID: 174285595]
ERROR - 2016-12-18 14:34:58,838 - [LightTracer Thread-14]: Trying to update the light of a removed character.
WARN  - 2016-12-18 15:03:01,705 - [pool-12-thread-1]: Received change item message for a tile that does not seem to exist.
ERROR - 2016-12-18 15:04:02,646 - [Illarion input thread]: The connection to the server is not working anymore.
java.io.IOException: A connection attempt failed because the connected party did not properly respond after a period of time or established connection failed because connected host has failed to respond
	at sun.nio.ch.SocketDispatcher.read0(Native Method) ~[na:1.8.0_45]
	at sun.nio.ch.SocketDispatcher.read(Unknown Source) ~[na:1.8.0_45]
	at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) ~[na:1.8.0_45]
	at sun.nio.ch.IOUtil.read(Unknown Source) ~[na:1.8.0_45]
	at sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[na:1.8.0_45]
	at illarion.client.net.Receiver.receiveData(Receiver.java:424) ~[client-2.1.25.9.jar:2.1.25.9]
	at illarion.client.net.Receiver.run(Receiver.java:274) ~[client-2.1.25.9.jar:2.1.25.9]
WARN  - 2016-12-18 15:04:02,646 - [Illarion input thread]: Disconnect received: A technical problem in Receiver thread has occurred. Check logfiles for details.
The "Received change item message for a tile that does not seem to exist."-part is interesting because I had just pinged Estralis on IRC about the item swaps/refunds, so maybe he tried to swap my items but I didn't have them in my belt so that screwed everything up..? :s
User avatar
Estralis Seborian
Posts: 12308
Joined: Wed Nov 10, 2004 9:14 pm
Location: Sir Postalot
Contact:

Re: Disconnect on attempted item change?

Post by Estralis Seborian »

Hi,

no, that wasn't me. Looks like your computer simply lost connection to the server. I can only perform the item swap while your character is offline - something that seems to occur rarely :-).
User avatar
S'rrt
Posts: 957
Joined: Thu Oct 09, 2008 10:14 pm

Re: Disconnect on attempted item change?

Post by S'rrt »

Okay, thanks for the info, and for the confirmation on the fact that I need to be offline, I was waiting a reply on that from devs :D
Post Reply