More crashes with the new client version

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
Fiona
Posts: 125
Joined: Tue Nov 19, 2013 9:39 pm
Location: An imaginary place

More crashes with the new client version

Post by Fiona »

Hello,
I dont know if it is on my end, but with the latest client version I always have several client crashes before I can finally log in. Here are some error logs:

Code: Select all

ERROR - 2014-07-05 12:55:55,327 - [LWJGL Application]: Fetched uncaught exception: crash.default
java.lang.NullPointerException: null
	at de.lessvoid.nifty.elements.Element.preProcessConstraintWidth(Element.java:783) ~[nifty-1.4.0-SNAPSHOT.jar:na]
	at de.lessvoid.nifty.elements.Element.prepareLayout(Element.java:1051) ~[nifty-1.4.0-SNAPSHOT.jar:na]
	at de.lessvoid.nifty.elements.Element.layoutElements(Element.java:1026) ~[nifty-1.4.0-SNAPSHOT.jar:na]
	at de.lessvoid.nifty.builder.ElementBuilder.build(ElementBuilder.java:492) ~[nifty-1.4.0-SNAPSHOT.jar:na]
	at illarion.client.gui.controller.game.GameMiniMapHandler.createTargetPointer(GameMiniMapHandler.java:118) ~[client-2.1.15.3.jar:2.1.15.3]
	at illarion.client.gui.controller.game.GameMiniMapHandler.createTargetPointer(GameMiniMapHandler.java:109) ~[client-2.1.15.3.jar:2.1.15.3]
	at illarion.client.world.GameMap.applyQuestTargetLocations(GameMap.java:313) ~[client-2.1.15.3.jar:2.1.15.3]
	at illarion.client.gui.controller.game.QuestHandler.updateQuest(QuestHandler.java:361) ~[client-2.1.15.3.jar:2.1.15.3]
	at illarion.client.gui.controller.game.QuestHandler.insertToGuiList(QuestHandler.java:519) ~[client-2.1.15.3.jar:2.1.15.3]
	at illarion.client.gui.controller.game.QuestHandler.setQuestInternal(QuestHandler.java:673) ~[client-2.1.15.3.jar:2.1.15.3]
	at illarion.client.gui.controller.game.QuestHandler.access$300(QuestHandler.java:51) ~[client-2.1.15.3.jar:2.1.15.3]
	at illarion.client.gui.controller.game.QuestHandler$4.onUpdateGame(QuestHandler.java:631) ~[client-2.1.15.3.jar:2.1.15.3]
	at illarion.client.util.UpdateTaskManager.onUpdateGame(UpdateTaskManager.java:84) ~[client-2.1.15.3.jar:2.1.15.3]
	at illarion.client.states.PlayingState.update(PlayingState.java:67) ~[client-2.1.15.3.jar:2.1.15.3]
	at illarion.client.Game.update(Game.java:224) ~[client-2.1.15.3.jar:2.1.15.3]
	at org.illarion.engine.backend.gdx.ListenerApplication.render(ListenerApplication.java:68) ~[engine-libgdx-2.1.15.3.jar:2.1.15.3]
	at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:206) ~[gdx-backend-lwjgl-1.2.0.jar:na]
	at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:114) ~[gdx-backend-lwjgl-1.2.0.jar:na]
WARN  - 2014-07-05 12:55:55,593 - [LWJGL Application]: Failed searching translated version of: A massive error occurred in the client.
Fixing the error wasn't possible.
The client has to exit now.
ERROR - 2014-07-05 12:55:55,593 - [LWJGL Application]: <A massive error occurred in the client.
Fixing the error wasn't possible.
The client has to exit now.>
ERROR - 2014-07-05 12:55:55,593 - [LWJGL Application]: Terminating client!
WARN  - 2014-07-05 12:55:55,594 - [Thread-5]: Failed searching translated version of: A massive error occurred in the client.
Fixing the error wasn't possible.
The client has to exit now.

Code: Select all

ERROR - 2014-07-05 12:53:11,678 - [NetComm MessageExecutor]: Fetched uncaught exception: crash.netcomm
java.util.ConcurrentModificationException: null
	at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[na:1.7.0_60]
	at java.util.ArrayList$Itr.next(Unknown Source) ~[na:1.7.0_60]
	at java.util.Collections$UnmodifiableCollection$1.next(Unknown Source) ~[na:1.7.0_60]
	at illarion.client.gui.controller.game.QuestHandler.updateAllQuests(QuestHandler.java:344) ~[client-2.1.15.3.jar:2.1.15.3]
	at illarion.client.net.server.MapCompleteMsg.executeUpdate(MapCompleteMsg.java:63) ~[client-2.1.15.3.jar:2.1.15.3]
	at illarion.client.net.MessageExecutor.run(MessageExecutor.java:134) ~[client-2.1.15.3.jar:2.1.15.3]
WARN  - 2014-07-05 12:53:11,680 - [NetComm MessageExecutor]: crash.netcomm
WARN  - 2014-07-05 12:53:57,889 - [LWJGL Application]: Changing the locale will not effect ALL loaded resource bundles. TextRenderer should work now tho :)
ERROR - 2014-07-05 12:55:55,314 - [NetComm MessageExecutor]: Fetched uncaught exception: crash.netcomm
java.lang.NullPointerException: null
	at de.lessvoid.nifty.elements.Element.preProcessConstraintWidth(Element.java:783) ~[nifty-1.4.0-SNAPSHOT.jar:na]
	at de.lessvoid.nifty.elements.Element.prepareLayout(Element.java:1051) ~[nifty-1.4.0-SNAPSHOT.jar:na]
	at de.lessvoid.nifty.elements.Element.layoutElements(Element.java:1026) ~[nifty-1.4.0-SNAPSHOT.jar:na]
	at de.lessvoid.nifty.builder.ElementBuilder.build(ElementBuilder.java:492) ~[nifty-1.4.0-SNAPSHOT.jar:na]
	at illarion.client.gui.controller.game.GameMiniMapHandler.createStartPointer(GameMiniMapHandler.java:138) ~[client-2.1.15.3.jar:2.1.15.3]
	at illarion.client.world.GameMap.applyQuestStartLocations(GameMap.java:424) ~[client-2.1.15.3.jar:2.1.15.3]
	at illarion.client.net.server.QuestAvailabilityMsg.executeUpdate(QuestAvailabilityMsg.java:87) ~[client-2.1.15.3.jar:2.1.15.3]
	at illarion.client.net.MessageExecutor.run(MessageExecutor.java:134) ~[client-2.1.15.3.jar:2.1.15.3]
WARN  - 2014-07-05 12:55:55,316 - [NetComm MessageExecutor]: crash.netcomm
ERROR - 2014-07-05 12:55:55,327 - [LWJGL Application]: Fetched uncaught exception: crash.default
java.lang.NullPointerException: null
	at de.lessvoid.nifty.elements.Element.preProcessConstraintWidth(Element.java:783) ~[nifty-1.4.0-SNAPSHOT.jar:na]
	at de.lessvoid.nifty.elements.Element.prepareLayout(Element.java:1051) ~[nifty-1.4.0-SNAPSHOT.jar:na]
	at de.lessvoid.nifty.elements.Element.layoutElements(Element.java:1026) ~[nifty-1.4.0-SNAPSHOT.jar:na]
	at de.lessvoid.nifty.builder.ElementBuilder.build(ElementBuilder.java:492) ~[nifty-1.4.0-SNAPSHOT.jar:na]
	at illarion.client.gui.controller.game.GameMiniMapHandler.createTargetPointer(GameMiniMapHandler.java:118) ~[client-2.1.15.3.jar:2.1.15.3]
	at illarion.client.gui.controller.game.GameMiniMapHandler.createTargetPointer(GameMiniMapHandler.java:109) ~[client-2.1.15.3.jar:2.1.15.3]
	at illarion.client.world.GameMap.applyQuestTargetLocations(GameMap.java:313) ~[client-2.1.15.3.jar:2.1.15.3]
	at illarion.client.gui.controller.game.QuestHandler.updateQuest(QuestHandler.java:361) ~[client-2.1.15.3.jar:2.1.15.3]
	at illarion.client.gui.controller.game.QuestHandler.insertToGuiList(QuestHandler.java:519) ~[client-2.1.15.3.jar:2.1.15.3]
	at illarion.client.gui.controller.game.QuestHandler.setQuestInternal(QuestHandler.java:673) ~[client-2.1.15.3.jar:2.1.15.3]
	at illarion.client.gui.controller.game.QuestHandler.access$300(QuestHandler.java:51) ~[client-2.1.15.3.jar:2.1.15.3]
	at illarion.client.gui.controller.game.QuestHandler$4.onUpdateGame(QuestHandler.java:631) ~[client-2.1.15.3.jar:2.1.15.3]
	at illarion.client.util.UpdateTaskManager.onUpdateGame(UpdateTaskManager.java:84) ~[client-2.1.15.3.jar:2.1.15.3]
	at illarion.client.states.PlayingState.update(PlayingState.java:67) ~[client-2.1.15.3.jar:2.1.15.3]
	at illarion.client.Game.update(Game.java:224) ~[client-2.1.15.3.jar:2.1.15.3]
	at org.illarion.engine.backend.gdx.ListenerApplication.render(ListenerApplication.java:68) ~[engine-libgdx-2.1.15.3.jar:2.1.15.3]
	at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:206) ~[gdx-backend-lwjgl-1.2.0.jar:na]
	at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:114) ~[gdx-backend-lwjgl-1.2.0.jar:na]
WARN  - 2014-07-05 12:55:55,593 - [LWJGL Application]: Failed searching translated version of: A massive error occurred in the client.
Fixing the error wasn't possible.
The client has to exit now.
ERROR - 2014-07-05 12:55:55,593 - [LWJGL Application]: <A massive error occurred in the client.
Fixing the error wasn't possible.
The client has to exit now.>
ERROR - 2014-07-05 12:55:55,593 - [LWJGL Application]: Terminating client!
WARN  - 2014-07-05 12:55:55,594 - [Thread-5]: Failed searching translated version of: A massive error occurred in the client.
Fixing the error wasn't possible.
The client has to exit now.
User avatar
Estralis Seborian
Posts: 12308
Joined: Wed Nov 10, 2004 9:14 pm
Location: Sir Postalot
Contact:

Re: More crashes with the new client version

Post by Estralis Seborian »

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

Re: More crashes with the new client version

Post by Nitram »

both crashes are caused by the same problem.

We are going for another release tomorrow that will address those problems.

Nitram
User avatar
Ufedhin
Posts: 797
Joined: Mon Jun 11, 2012 5:45 am
Location: In a barrel with salted herrings.

Re: More crashes with the new client version

Post by Ufedhin »

Since the new update ,I have no idea what is happening with my game all seems to download fine yet when i go to play my character the game freezes at a partial screen, ( black screen ,empty health, mana and foods bars and a blank mini map and thats where it stops....................... :? i also see no error report.
User avatar
Nitram
Developer
Posts: 7638
Joined: Fri Oct 31, 2003 9:51 am
Contact:

Re: More crashes with the new client version

Post by Nitram »

Does the log file indicate any problem?

Its in your home directory in the subdirectory .illarion and its called client.log
User avatar
Ufedhin
Posts: 797
Joined: Mon Jun 11, 2012 5:45 am
Location: In a barrel with salted herrings.

Re: More crashes with the new client version

Post by Ufedhin »

Got it all working fine now, however i have lost my mini maps cleared areas.
User avatar
Nitram
Developer
Posts: 7638
Joined: Fri Oct 31, 2003 9:51 am
Contact:

Re: More crashes with the new client version

Post by Nitram »

You might be able to get them back.

The user directory moved to .illarion in your home directory. Before it was by default in Illarion/usr in your home directory. If you copy the data of the old directory to the new directory you might just get lucky and all is back.

Nitram
Fiona
Posts: 125
Joined: Tue Nov 19, 2013 9:39 pm
Location: An imaginary place

Re: More crashes with the new client version

Post by Fiona »

Again I'm unable to play.

Code: Select all

ERROR - 2014-07-22 00:24:17,797 - [main]: Exception while launching game.
org.lwjgl.openal.OpenALException: Invalid Device
	at org.lwjgl.openal.Util.checkALCError(Util.java:55) ~[lwjgl-2.9.1.jar:na]
	at org.lwjgl.openal.ALC10.alcCreateContext(ALC10.java:251) ~[lwjgl-2.9.1.jar:na]
	at org.lwjgl.openal.AL.init(AL.java:168) ~[lwjgl-2.9.1.jar:na]
	at org.lwjgl.openal.AL.create(AL.java:138) ~[lwjgl-2.9.1.jar:na]
	at org.lwjgl.openal.AL.create(AL.java:102) ~[lwjgl-2.9.1.jar:na]
	at org.lwjgl.openal.AL.create(AL.java:201) ~[lwjgl-2.9.1.jar:na]
	at com.badlogic.gdx.backends.lwjgl.audio.OpenALAudio.<init>(OpenALAudio.java:72) ~[gdx-backend-lwjgl-1.2.0.jar:na]
	at com.badlogic.gdx.backends.lwjgl.LwjglApplication.<init>(LwjglApplication.java:82) ~[gdx-backend-lwjgl-1.2.0.jar:na]
	at com.badlogic.gdx.backends.lwjgl.LwjglApplication.<init>(LwjglApplication.java:64) ~[gdx-backend-lwjgl-1.2.0.jar:na]
	at org.illarion.engine.backend.gdx.GdxLwjglApplication.<init>(GdxLwjglApplication.java:44) ~[engine-libgdx-2.1.16.jar:2.1.16]
	at org.illarion.engine.backend.gdx.ApplicationGameContainer.startGame(ApplicationGameContainer.java:194) ~[engine-libgdx-2.1.16.jar:2.1.16]
	at illarion.client.IllaClient.init(IllaClient.java:233) [client-2.1.16.jar:2.1.16]
	at illarion.client.IllaClient.main(IllaClient.java:378) [client-2.1.16.jar:2.1.16]
User avatar
Nitram
Developer
Posts: 7638
Joined: Fri Oct 31, 2003 9:51 am
Contact:

Re: More crashes with the new client version

Post by Nitram »

Is everything alright with your sound card?

Nitram
Fiona
Posts: 125
Joined: Tue Nov 19, 2013 9:39 pm
Location: An imaginary place

Re: More crashes with the new client version

Post by Fiona »

I decided not to bother about checking the soundcard of my old laptop and quit using it (I should have done that years ago-.-)
The client works perfectly on the newer laptop, thanks :D
Post Reply