Enochen / bastmush

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

eqdb error on connect #120

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is your username on Aardwolf?
Jaxas

What steps will reproduce the problem?
1.got latest and got error connecting
2.
3.

What is the expected output? What do you see instead?

Run-time error
Plugin: xeqDB (called from world: Aardwolf)
Function/Sub: OnPluginSend called by Plugin xeqDB
Reason: Executing plugin xeqDB sub OnPluginSend
[string "Plugin"]:766: attempt to index global 'char' (a nil value)
stack traceback:
        [string "Plugin"]:766: in function <[string "Plugin"]:765>
Error context in script:
 762 : alldotpeg = P("all") * P(".") * P(1)^1
 763 : inpeg = (P("i") * -P(1)) + (P("in") * -P(1))
 764 : 
 765 : function OnPluginSend (sText)
 766*:   if tonumber(char.status.state) == 5 then
 767 :     return true
 768 :   end
 769 : 
 770 :   timer_start('eqDB:OnPluginSend')

What version of the product are you using? On what operating system?

Look in Help->About
Mushclient Version:

type 'checkversion'
Aardwolf MUSH Version:

type 'plugins' and look for the version next to one of the bastmush plugins
Bastmush version:

Please add the output from "config all" below

Please provide any additional information below.

Original issue reported on code.google.com by javan...@netzero.com on 21 Dec 2011 at 1:04

GoogleCodeExporter commented 9 years ago
I have this same problem. Reloading eqdb, broadcast_Inventory, and miniwin_eq 
does bring up the eq window, but I get this error on mouseover any eq:

Run-time error
Plugin: xeqDB (called from world: Aardwolf)
Function/Sub: invdetails_redirect called by trigger
Reason: processing trigger "multi_line_invdetails"
...Hclientr1543\MUSHclient\worlds\plugins\Bast\lua\eqdb.lua:555: attempt to 
index local 'stmt' (a nil value)
stack traceback:
        ...Hclientr1543\MUSHclient\worlds\plugins\Bast\lua\eqdb.lua:555: in function 'addstats'
        ...Hclientr1543\MUSHclient\worlds\plugins\Bast\lua\eqdb.lua:620: in function 'additemdetail'
        [string "Plugin"]:352: in function <[string "Plugin"]:336>

Trigger function "invdetails_redirect" not found or had a previous error.
Trigger function "invdetails_redirect" not found or had a previous error.
Trigger function "invdetails_redirect" not found or had a previous error.
Trigger function "invdetails_redirect" not found or had a previous error.
Trigger function "invdetails_redirect" not found or had a previous error.
Trigger function "invdetails_redirect" not found or had a previous error.
Ad nauseum....

Just installed both the newest aardclient package, and yours, as per 
instruction. Migrated all my old logs folder as well.

Original comment by dacheeba...@gmail.com on 21 Dec 2011 at 4:59

GoogleCodeExporter commented 9 years ago
fixed in r1700

Original comment by enda...@gmail.com on 27 Dec 2011 at 3:55