Page 1 of 1

quitting with bug errors

Posted: 26 Mar 2015 13:40
by Mim
I just quitted the game from the MUD client. This is what showed up:

Error in trigger [Exception... "The connection does not exist" nsresult: "0x804b000c (NS_ERROR_NOT_CONNECTED)" location: "JS frame :: https://www.genesismud.org/play/gwc.min ... 48ab3ca.js :: mud.Connection/this.send :: line 13" data: no]
and a closed qarraba glow briefly.
Goodbye. Until next time.
Your ability to discern objects in the dark has diminished.
You remove the pair of tempered greaves.
You remove the unusual bronze-banded white helmet.
UNUSUAL
Error in trigger [Exception... "The connection does not exist" nsresult: "0x804b000c (NS_ERROR_NOT_CONNECTED)" location: "JS frame :: https://www.genesismud.org/play/gwc.min ... 48ab3ca.js :: mud.Connection/this.send :: line 13" data: no]
You remove the large backpack.
Closing down.
Disconnected


I hope I wont lose the stone I had in the helmet. :/

Re: quitting with bug errors

Posted: 26 Mar 2015 14:43
by cotillion
This happens because you are already disconnected by the server when the client displays the quit message.
The client has no ability to affect how items are saved.

In this case it seems you have triggers which try to send commands whenever they see an 'unusual' item...
That seems like a bad trigger.

Re: quitting with bug errors

Posted: 28 Mar 2015 01:48
by Mim
Thx.