Client Crash / Skill Quest Issue

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
Fooser
Posts: 4725
Joined: Mon Dec 23, 2002 2:25 pm

Client Crash / Skill Quest Issue

Post by Fooser »

Hello, today (3/22) I did that little skill quest from the NPC south of Troll's Bane (the one with ham and the pipe, etc). I completed the quest and it did the free skill up in tactics -- the bar reset and the color changed and all that jazz. Then I went mining and my game froze, then the client crashed. I logged back in and sometime after I noticed the skill had reset back to what it was. I went to the quest NPC and he acts like I finished the quest. Is this a bug/issue or is there something I don't know? And is it fixable? This is the error report with the date/time:

Illarion Client V1.21 started Fri Mar 11 21:05:12 EST 2011
LWJGL: 6.1.7600.16385
VM: 1.6.0_22
OS: Windows 7 6.1 x86
java.net.SocketException: Connection reset by peer: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(Unknown Source)
at java.net.SocketOutputStream.write(Unknown Source)
at illarion.client.net.Sender.run(Sender.java:151)
java.lang.IllegalStateException: From thread Thread[Illarion output thread,5,javawsApplicationThreadGroup]: Thread[javawsApplicationMain,5,javawsApplicationThreadGroup] already has the context current
at org.lwjgl.opengl.Context.checkAccess(Context.java:172)
at org.lwjgl.opengl.Context.forceDestroy(Context.java:228)
at org.lwjgl.opengl.Display.destroyContext(Display.java:946)
at org.lwjgl.opengl.Display.destroy(Display.java:929)
at illarion.client.IllaClient.exitGraphics(IllaClient.java:281)
at illarion.client.IllaClient.errorExit(IllaClient.java:419)
at illarion.client.net.Sender.run(Sender.java:161)
Exception in thread "Illarion output thread" java.lang.NullPointerException
at org.lwjgl.opengl.Display.destroyContext(Display.java:946)
at org.lwjgl.opengl.Display.destroy(Display.java:929)
at illarion.client.IllaClient.exitGraphics(IllaClient.java:281)
at illarion.client.IllaClient.errorExit(IllaClient.java:419)
at illarion.client.net.Sender.run(Sender.java:176)
java.lang.IllegalStateException: Mouse must be created before you can read events
at org.lwjgl.input.Mouse.next(Mouse.java:409)
at illarion.client.gui.MouseHandler.handle(MouseHandler.java:104)
at illarion.client.gui.InputManager.handle(InputManager.java:276)
at illarion.client.gui.Gui.handleInput(Gui.java:201)
at illarion.client.world.Game.gameLoop(Game.java:234)
at illarion.client.IllaClient.<init>(IllaClient.java:164)
at illarion.client.IllaClient.main(IllaClient.java:612)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
#### Java Web Start Error:
#### null
User avatar
Nitram
Developer
Posts: 7638
Joined: Fri Oct 31, 2003 9:51 am
Contact:

Re: Client Crash / Skill Quest Issue

Post by Nitram »

What you describe sounds like a crash of the server. It went down and the client crashed when trying to shutdown itself.

For you that happened in a very bad moment, as the state of the quests and the skills/items are stored using different techniques. That caused that it was stored that you finished the quest, but the state of your character was not stored when the server went down. So it got rolled back to the state of the last login/out. At the end it was a server problem and there is nothing you could do against directly.

Nitram
Fooser
Posts: 4725
Joined: Mon Dec 23, 2002 2:25 pm

Re: Client Crash / Skill Quest Issue

Post by Fooser »

Any way to reset the quest?
User avatar
Nitram
Developer
Posts: 7638
Joined: Fri Oct 31, 2003 9:51 am
Contact:

Re: Client Crash / Skill Quest Issue

Post by Nitram »

In theory there is, but I will need the name of the NPC that handles this quest in order to get the required informations.

Nitram
Fooser
Posts: 4725
Joined: Mon Dec 23, 2002 2:25 pm

Re: Client Crash / Skill Quest Issue

Post by Fooser »

Nevermind .. it's just 1 skill up .. I will grind it! :wink:
Post Reply