Enochen / bastmush

Automatically exported from code.google.com/p/bastmush
0 stars 0 forks source link

run-time error on spell improvement #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
You can now absorb some forms of energy.
You have become better at energy containment! (85%)
Run-time error
Plugin: xBroadcast_SpellSkills (called from world: Aardwolf)
Function/Sub: skillgain called by trigger
Reason: processing trigger ""
...iles (x86)\MUSHclient\worlds\plugins\v6.1\lua\chardb.lua:48: 14
stack traceback:
        [C]: in function 'assert'
        ...iles (x86)\MUSHclient\worlds\plugins\v6.1\lua\chardb.lua:48: in function 'open'
        ...iles (x86)\MUSHclient\worlds\plugins\v6.1\lua\chardb.lua:654: in function 'checkskillstable'
        ...iles (x86)\MUSHclient\worlds\plugins\v6.1\lua\chardb.lua:679: in function 'updateskills'
        [string "Plugin"]:328: in function <[string "Plugin"]:318>

Original issue reported on code.google.com by musidan@gmail.com on 10 May 2011 at 10:32

GoogleCodeExporter commented 9 years ago
This is generally because the db was locked by another plugin at the time. It 
happens from time to time, It has only happened for me once.  Just reload the 
plugin that has the error. 

Does this happen often for you?

Original comment by enda...@gmail.com on 11 May 2011 at 8:31

GoogleCodeExporter commented 9 years ago
Not often. 3-4 times total so far.

Original comment by musidan@gmail.com on 11 May 2011 at 8:35

GoogleCodeExporter commented 9 years ago
I have changed the way plugins are open, so I am hopeful this issue has been 
lessened.  Please reopen if there is still a problem

Original comment by enda...@gmail.com on 15 Oct 2011 at 10:32