Mushclient Crashed with plugins.

Posted by J on Thu 02 Feb 2012 12:58 AM — 5 posts, 20,011 views.

#0
-any reason why mushclient would crash after next "SQL error on statement: "DROP TABLE IF EXISTS control;CREATE TABLE control(name VARCHAR(10) NOT NULL PRIMARY KEY, value INT NOT NULL );" database is locked......
-it was total mushclient crash, not plugin etc.
-there any mobkeys that reset across more than one area?
-no idea, never happened before
-normally database lock would just error the plugin, but this one crashed whole program
-well i'm glad i set filter to *.* .. that SQL exists in mushclient.exe
-so it looks like mush crashed itself with it's own sql error
Australia Forum Administrator #1
Template:version
Please help us by advising the version of MUSHclient you are using. Use the Help menu -> About MUSHclient.
#2
Oh sorry about that.
I'm using 4.81 with aardpluginpackage from Fiendish
(http://code.google.com/p/aardwolfclientpackage/)
Australia Forum Administrator #3
I would talk to Fiendish about that. I believe he is using the JiT version of Lua that may behave differently than the one that ships with MUSHclient.
USA Global Moderator #4
Quote:
database is locked

Quote:
-normally database lock would just error the plugin, but this one crashed whole program


Uh...you should engage in better sqlite practices to avoid db lock errors.

See
http://www.mushclient.com/forum/?id=11423
and
http://www.mushclient.com/forum/?id=11398

Quote:
the JiT version of Lua that may behave differently
Anything is possible. You should try doing this with a stock copy of MUSHclient to see if the problem still exists. I can't give more advice, because I don't know where you'd be doing a SQL query like the one you showed and you didn't post any code.

Quote:
so it looks like mush crashed itself with it's own sql error
We have no way of knowing that this is actually the case unless you can provide a simple plugin for us to look at that demonstrates the problem. Your crash may have happened at any point after that error message.

Quote:
-there any mobkeys that reset across more than one area?
This is gibberish.

Quote:
-well i'm glad i set filter to *.* .. that SQL exists in mushclient.exe
So is this.

I take it you don't speak English natively? That will make this process more difficult.