I'm encountering an odd problem.
I can log into the client, select a character to play but after that I get redirected to the startmenu again where your enter you name and password.
Also, this redirect happens fast, so that I can barely read the message that tells me to look into the client.log
This the the client log:
Code: Select all
ERROR - 2025-06-20 21:26:59,071 - [main]: Failed to fetch graphics for item trees/peach_tree (ID: 4238) because: Invalid texture type.
ERROR - 2025-06-20 21:26:59,073 - [main]: Failed to fetch graphics for item trees/empty_peach_tree (ID: 4239) because: Invalid texture type.
ERROR - 2025-06-20 21:26:59,074 - [main]: Failed to fetch graphics for item trees/pear_tree (ID: 4253) because: Invalid texture type.
ERROR - 2025-06-20 21:26:59,074 - [main]: Failed to fetch graphics for item trees/empty_pear_tree (ID: 4254) because: Invalid texture type.
ERROR - 2025-06-20 21:26:59,074 - [main]: Failed to fetch graphics for item trees/mango_tree (ID: 4255) because: Invalid texture type.
ERROR - 2025-06-20 21:26:59,074 - [main]: Failed to fetch graphics for item trees/empty_mango_tree (ID: 4256) because: Invalid texture type.
ERROR - 2025-06-20 21:26:59,077 - [main]: Failed to fetch graphics for item trees/plum_tree_full (ID: 4341) because: Invalid texture type.
ERROR - 2025-06-20 21:26:59,077 - [main]: Failed to fetch graphics for item trees/plum_tree_empty (ID: 4342) because: Invalid texture type.
ERROR - 2025-06-20 21:26:59,077 - [main]: Failed to fetch graphics for item trees/plum_tree_blooming (ID: 4343) because: Invalid texture type.
ERROR - 2025-06-20 21:26:59,290 - [main]: Book ID: 27 not found. File the_history_of_illarion.book.xml is missing in the resources.
WARN - 2025-06-20 21:27:07,460 - [main]: No config entry found for: alertVolume
WARN - 2025-06-20 21:27:07,461 - [main]: No config entry found for: alertVolume
WARN - 2025-06-20 21:27:10,098 - [main]: Changing the locale will not effect ALL loaded resource bundles. TextRenderer should work now tho :)
[b]ERROR - 2025-06-20 21:27:17,681 - [Illarion input thread]: The connection to the server is not working anymore.[/b]
java.io.IOException: Die Verbindung wurde vom Kommunikationspartner zurückgesetzt
at sun.nio.ch.FileDispatcherImpl.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:379)
at illarion.client.net.Receiver.receiveData(Receiver.java:424)
at illarion.client.net.Receiver.run(Receiver.java:274)
WARN - 2025-06-20 21:27:17,681 - [Illarion input thread]: Disconnect received: A technical problem in Receiver thread has occurred. Check logfiles for details.
[b]ERROR - 2025-06-20 21:27:18,102 - [pool-6-thread-1]: Connection failure: Datenübergabe unterbrochen (broken pipe)
ERROR - 2025-06-20 21:27:18,115 - [pool-7-thread-1]: Error while executing server replay.[/b]
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@55f42b2b rejected from java.util.concurrent.ThreadPoolExecutor@57e5663e[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 2598406]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063)
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830)
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1374)
at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
at java.util.concurrent.Executors$DelegatedExecutorService.submit(Executors.java:678)
at illarion.client.net.MessageExecutor.scheduleReplyExecution(MessageExecutor.java:52)
at illarion.client.net.MessageExecutor.executeReply(MessageExecutor.java:68)
at illarion.client.net.MessageExecutor.lambda$scheduleReplyExecution$0(MessageExecutor.java:52)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
I am not 100% sure, but if I understood that correctly this happens if a client is trying to communicate with a server when the server already closed to socket?
Any idea what I can do to fix this?
It happens since I changed my userpassword in the homepage. I must have had a typo I didn't see, so I changed the password, I can log into the homepage with the new password. I can log into the client with the new password and select a character to play.
What I tried:
- waiting in hope after some timeout the broken pipe would be removed / a new connection would be used
- logging out and in of my OS
- turning my computer off and on
- de-installing and reinstalling the game