Fehler beim starten, spiel startet nicht

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
Alrik
Posts: 434
Joined: Fri Aug 13, 2010 10:23 am
Location: Franken

Fehler beim starten, spiel startet nicht

Post by Alrik »

Hi, wollte eben Illa starten, ging aber nicht (ca 19 Uhr gings noch, hatte seitdem nichts am PC oder den Einstellungen verändert.

Im log wird mir folgendes ausgespuckt (falls was anderes gebraucht wird, einfach sagen was gebraucht wird und am besten wo ich das finde):

java.lang.ArrayIndexOutOfBoundsException: -1
at java.util.Arrays$ArrayList.get(Unknown Source) ~[na:1.8.0_45]
at java.util.Collections$UnmodifiableList.get(Unknown Source) ~[na:1.8.0_45]
at illarion.client.gui.controller.LoginScreenController.bind(LoginScreenController.java:172) ~[client-2.1.25.3-SNAPSHOT.jar:2.1.25.3-41-g25f64f4]
at de.lessvoid.nifty.screen.Screen.startScreen(Screen.java:225) ~[nifty-1.4.1.jar:na]
at de.lessvoid.nifty.Nifty.gotoScreenInternal(Nifty.java:762) ~[nifty-1.4.1.jar:na]
at de.lessvoid.nifty.Nifty.access$400(Nifty.java:85) ~[nifty-1.4.1.jar:na]
at de.lessvoid.nifty.Nifty$1.perform(Nifty.java:719) ~[nifty-1.4.1.jar:na]
at de.lessvoid.nifty.elements.EndOfFrameElementAction.perform(EndOfFrameElementAction.java:24) ~[nifty-1.4.1.jar:na]
at de.lessvoid.nifty.Nifty.executeEndOfFrameElementActionsInternal(Nifty.java:485) ~[nifty-1.4.1.jar:na]
at de.lessvoid.nifty.Nifty.handleDynamicElements(Nifty.java:437) ~[nifty-1.4.1.jar:na]
at de.lessvoid.nifty.Nifty.update(Nifty.java:368) ~[nifty-1.4.1.jar:na]
at illarion.client.Game.update(Game.java:267) ~[client-2.1.25.3-SNAPSHOT.jar:2.1.25.3-41-g25f64f4]
at org.illarion.engine.backend.gdx.ListenerApplication.render(ListenerApplication.java:68) ~[engine-libgdx-2.1.25.3-SNAPSHOT.jar:2.1.25.3-41-g25f64f4]
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:218) ~[gdx-backend-lwjgl-1.8.0.jar:na]
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:123) ~[gdx-backend-lwjgl-1.8.0.jar:na]
ERROR - 2016-01-10 21:30:22,119 - [LWJGL Application]: Ein unerwarteter Fehler ist aufgetreten. Folgende Meldung wurde empfangen:
-1
Die Korrektur des Fehlers ist war nicht möglich.
Der Client muss beendet werden.
ERROR - 2016-01-10 21:30:22,119 - [LWJGL Application]: Terminating client!


Zusätzliche Infos:

Entwicklungsclient wird genutzt

Nach anklicken des Buttons "Spielen" wurden beim ersten Versuch ein paar MB Daten heruntergeladen, dannach (und bei den anderen versuchen ebenfalls, der Download entfiel da aber) sprang der Client direkt auf den Bildschrim mit dem Ladebalken - Charakterauswahl wurde automatisch komplett Übersprungen.

Fehlermeldung siehe Bild
Attachments
Fehlermeldung.jpg
Fehlermeldung.jpg (19.35 KiB) Viewed 5348 times
User avatar
Nitram
Developer
Posts: 7638
Joined: Fri Oct 31, 2003 9:51 am
Contact:

Re: Fehler beim starten, spiel startet nicht

Post by Nitram »

Sollte ansich wieder funktionieren. Wobei ich den Einsatz des Entwicklungsclienten für den Spielserver aktuell nicht empfehlen kann, weil am Client gerade einige Umstellungen an der Benutzerverwaltung durchgeführt werden.

Nitram
User avatar
Evie
Developer
Posts: 1210
Joined: Tue Jul 05, 2011 6:55 pm
Location: on a mana stream

Re: Fehler beim starten, spiel startet nicht

Post by Evie »

I am getting this same error.. currently .. if my google translate hasn't failed me. This is for development client on a windows 8 pc. Will paste client error log, I know your working on it Nitram just providing feedback :).

ERROR - 2016-01-11 00:00:10,331 - [LWJGL Application]: A unexpected error occurred in the client. The following message was received:
-1
Fixing the error wasn't possible.
The client has to exit now.
ERROR - 2016-01-11 00:00:10,331 - [LWJGL Application]: Terminating client!
ERROR - 2016-01-11 00:01:08,213 - [LWJGL Application]: Fetched uncaught exception: A unexpected error occurred in the client. The following message was received:
-1
java.lang.ArrayIndexOutOfBoundsException: -1
at java.util.Arrays$ArrayList.get(Unknown Source) ~[na:1.8.0_45]
at java.util.Collections$UnmodifiableList.get(Unknown Source) ~[na:1.8.0_45]
at illarion.client.gui.controller.LoginScreenController.bind(LoginScreenController.java:172) ~[client-2.1.25.3-SNAPSHOT.jar:2.1.25.3-42-g98c80ae]
at de.lessvoid.nifty.screen.Screen.startScreen(Screen.java:225) ~[nifty-1.4.1.jar:na]
at de.lessvoid.nifty.Nifty.gotoScreenInternal(Nifty.java:762) ~[nifty-1.4.1.jar:na]
at de.lessvoid.nifty.Nifty.access$400(Nifty.java:85) ~[nifty-1.4.1.jar:na]
at de.lessvoid.nifty.Nifty$1.perform(Nifty.java:719) ~[nifty-1.4.1.jar:na]
at de.lessvoid.nifty.elements.EndOfFrameElementAction.perform(EndOfFrameElementAction.java:24) ~[nifty-1.4.1.jar:na]
at de.lessvoid.nifty.Nifty.executeEndOfFrameElementActionsInternal(Nifty.java:485) ~[nifty-1.4.1.jar:na]
at de.lessvoid.nifty.Nifty.handleDynamicElements(Nifty.java:437) ~[nifty-1.4.1.jar:na]
at de.lessvoid.nifty.Nifty.update(Nifty.java:368) ~[nifty-1.4.1.jar:na]
at illarion.client.Game.update(Game.java:267) ~[client-2.1.25.3-SNAPSHOT.jar:2.1.25.3-42-g98c80ae]
at org.illarion.engine.backend.gdx.ListenerApplication.render(ListenerApplication.java:68) ~[engine-libgdx-2.1.25.3-SNAPSHOT.jar:2.1.25.3-42-g98c80ae]
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:218) ~[gdx-backend-lwjgl-1.8.0.jar:na]
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:123) ~[gdx-backend-lwjgl-1.8.0.jar:na]
ERROR - 2016-01-11 00:01:08,218 - [LWJGL Application]: A unexpected error occurred in the client. The following message was received:
-1
Fixing the error wasn't possible.
The client has to exit now.
ERROR - 2016-01-11 00:01:08,219 - [LWJGL Application]: Terminating client!
Alrik
Posts: 434
Joined: Fri Aug 13, 2010 10:23 am
Location: Franken

Re: Fehler beim starten, spiel startet nicht

Post by Alrik »

Doesn't work yet with the development client, but with the publication client it works. (don't knwo if it is the right translation - the other client, not the development client.

Same error if I try with the development client

Evie, I´m using Win 7, but it seems to be the same Error to me (but I´m no specialist).
User avatar
Alyssa El'anir
Posts: 184
Joined: Tue Oct 14, 2014 11:08 pm

Re: Fehler beim starten, spiel startet nicht

Post by Alyssa El'anir »

Development client on windows 10 fails as well.
Release client works.

If any information (specs, software etc) is needed for comparison with the others, shoot me a PM. @ Nitram
User avatar
Nitram
Developer
Posts: 7638
Joined: Fri Oct 31, 2003 9:51 am
Contact:

Re: Fehler beim starten, spiel startet nicht

Post by Nitram »

Well... yeah... there is a bug in the code :wink:

I'll fix it in about an hour. :D
User avatar
Alyssa El'anir
Posts: 184
Joined: Tue Oct 14, 2014 11:08 pm

Re: Fehler beim starten, spiel startet nicht

Post by Alyssa El'anir »

Nitram wrote:Well... yeah... there is a bug in the code :wink:

I'll fix it in about an hour. :D
Now I no longer get the -1 message. Instead I get:

Code: Select all

An unexpected error occurred in the client. The following message was received:
2
Fixing the error wasn't possible.
The client has to exit now.
User avatar
Alyssa El'anir
Posts: 184
Joined: Tue Oct 14, 2014 11:08 pm

Re: Fehler beim starten, spiel startet nicht

Post by Alyssa El'anir »

Nitram wrote:Well... yeah... there is a bug in the code :wink:

I'll fix it in about an hour. :D
Now I no longer get the -1 message. Instead I get:

Code: Select all

An unexpected error occurred in the client. The following message was received:
2
Fixing the error wasn't possible.
The client has to exit now.
LucyP
Posts: 111
Joined: Tue Sep 08, 2015 2:24 am

Re: Fehler beim starten, spiel startet nicht

Post by LucyP »

Yes, I have been getting this message for days as well when I try and log in under development client.
LucyP
Posts: 111
Joined: Tue Sep 08, 2015 2:24 am

Re: Fehler beim starten, spiel startet nicht

Post by LucyP »

Thought I'd add the actual message from the log:

ERROR - 2016-01-13 10:25:52,444 - [LWJGL Application]: Fetched uncaught exception: A unexpected error occurred in the client. The following message was received:
2
java.lang.ArrayIndexOutOfBoundsException: 2
at java.util.Arrays$ArrayList.get(Unknown Source) ~[na:1.8.0_45]
at java.util.Collections$UnmodifiableList.get(Unknown Source) ~[na:1.8.0_45]
at illarion.client.gui.controller.LoginScreenController.bind(LoginScreenController.java:176) ~[client-2.1.25.3-SNAPSHOT.jar:2.1.25.3-44-g9f91b2d]
at de.lessvoid.nifty.screen.Screen.startScreen(Screen.java:225) ~[nifty-1.4.1.jar:na]
at de.lessvoid.nifty.Nifty.gotoScreenInternal(Nifty.java:762) ~[nifty-1.4.1.jar:na]
at de.lessvoid.nifty.Nifty.access$400(Nifty.java:85) ~[nifty-1.4.1.jar:na]
at de.lessvoid.nifty.Nifty$1.perform(Nifty.java:719) ~[nifty-1.4.1.jar:na]
at de.lessvoid.nifty.elements.EndOfFrameElementAction.perform(EndOfFrameElementAction.java:24) ~[nifty-1.4.1.jar:na]
at de.lessvoid.nifty.Nifty.executeEndOfFrameElementActionsInternal(Nifty.java:485) ~[nifty-1.4.1.jar:na]
at de.lessvoid.nifty.Nifty.handleDynamicElements(Nifty.java:437) ~[nifty-1.4.1.jar:na]
at de.lessvoid.nifty.Nifty.update(Nifty.java:368) ~[nifty-1.4.1.jar:na]
at illarion.client.Game.update(Game.java:267) ~[client-2.1.25.3-SNAPSHOT.jar:2.1.25.3-44-g9f91b2d]
at org.illarion.engine.backend.gdx.ListenerApplication.render(ListenerApplication.java:68) ~[engine-libgdx-2.1.25.3-SNAPSHOT.jar:2.1.25.3-44-g9f91b2d]
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:218) ~[gdx-backend-lwjgl-1.8.0.jar:na]
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:123) ~[gdx-backend-lwjgl-1.8.0.jar:na]
ERROR - 2016-01-13 10:25:52,447 - [LWJGL Application]: A unexpected error occurred in the client. The following message was received:
2
Fixing the error wasn't possible.
The client has to exit now.
ERROR - 2016-01-13 10:25:52,447 - [LWJGL Application]: Terminating client!
LucyP
Posts: 111
Joined: Tue Sep 08, 2015 2:24 am

Re: Fehler beim starten, spiel startet nicht

Post by LucyP »

It worked fine now. Thank you!
Post Reply