Game Crashes

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
Lord Arcia
Posts: 912
Joined: Tue Jul 13, 2004 1:52 am
Location: Tol Vanima
Contact:

Game Crashes

Post by Lord Arcia »

Code: Select all

WARN  - 2014-12-10 10:46:36,920 - [LWJGL Application]: Changing the locale will not effect ALL loaded resource bundles. TextRenderer should work now tho :)
ERROR - 2014-12-10 10:47:42,998 - [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.19.jar:2.1.19]
	at illarion.client.net.Receiver.run(Receiver.java:264) ~[client-2.1.19.jar:2.1.19]
WARN  - 2014-12-10 10:47:42,999 - [Illarion input thread]: A technical problem in Receiver thread has occurred. Check logfiles for details.
ERROR - 2014-12-10 10:47:43,469 - [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:169) ~[client-2.1.19.jar:2.1.19]
WARN  - 2014-12-10 10:47:43,469 - [Illarion output thread]: A technical problem in Sender thread has occurred. Check logfiles for details.
WARN  - 2014-12-10 10:47:46,584 - [NetComm MessageExecutor]: MessageExecutor got interrupted and will exit now!
WARN  - 2014-12-10 10:48:30,870 - [LWJGL Application]: Changing the locale will not effect ALL loaded resource bundles. TextRenderer should work now tho :)
ERROR - 2014-12-10 10:49:06,813 - [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.19.jar:2.1.19]
	at illarion.client.net.Receiver.run(Receiver.java:264) ~[client-2.1.19.jar:2.1.19]
WARN  - 2014-12-10 10:49:06,813 - [Illarion input thread]: A technical problem in Receiver thread has occurred. Check logfiles for details.
ERROR - 2014-12-10 10:49:07,248 - [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:169) ~[client-2.1.19.jar:2.1.19]
WARN  - 2014-12-10 10:49:07,248 - [Illarion output thread]: A technical problem in Sender thread has occurred. Check logfiles for details.
WARN  - 2014-12-10 10:49:10,681 - [NetComm MessageExecutor]: MessageExecutor got interrupted and will exit now!
Windows 7 Home Premium 64 bit
i5 CPU
12GB Ram
R9 270x GPU

After reading over the log, I am assuming that I am being stonewalled by my security software. After checking it, Illarion is set up to "Always allow" in my virus scan.

Edit: I am able to fully load into the game and walk a few steps before it crashes. Might be important info that I left out.
User avatar
Nitram
Developer
Posts: 7638
Joined: Fri Oct 31, 2003 9:51 am
Contact:

Re: Game Crashes

Post by Nitram »

The connection is terminated by some software on YOUR computer. I can't tell you more. But neither the client, nor the server terminates the connection.

Sounds like a antivirus or a firewall problem

Nitram
Post Reply