Page 1 of 1

More crashes with the new client version

Posted: Sat Jul 05, 2014 1:34 pm
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.

Re: More crashes with the new client version

Posted: Sat Jul 05, 2014 2:26 pm
by Estralis Seborian

Re: More crashes with the new client version

Posted: Sat Jul 05, 2014 11:52 pm
by Nitram
both crashes are caused by the same problem.

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

Nitram

Re: More crashes with the new client version

Posted: Sun Jul 06, 2014 2:59 am
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.

Re: More crashes with the new client version

Posted: Sun Jul 06, 2014 4:50 pm
by Nitram
Does the log file indicate any problem?

Its in your home directory in the subdirectory .illarion and its called client.log

Re: More crashes with the new client version

Posted: Mon Jul 07, 2014 6:26 am
by Ufedhin
Got it all working fine now, however i have lost my mini maps cleared areas.

Re: More crashes with the new client version

Posted: Tue Jul 08, 2014 9:45 pm
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

Re: More crashes with the new client version

Posted: Tue Jul 22, 2014 1:09 am
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]

Re: More crashes with the new client version

Posted: Tue Jul 22, 2014 10:27 pm
by Nitram
Is everything alright with your sound card?

Nitram

Re: More crashes with the new client version

Posted: Wed Jul 23, 2014 1:14 am
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